Class Vocabularies


  • public class Vocabularies
    extends java.lang.Object
    Utility functions for working with vocabularies.
    • Constructor Summary

      Constructors 
      Constructor Description
      Vocabularies()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Set<IRI> getIRIs​(java.lang.Class vocabulary)
      Get all the IRIs of the classes and properties of a vocabulary.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Vocabularies

        public Vocabularies()
    • Method Detail

      • getIRIs

        public static java.util.Set<IRI> getIRIs​(java.lang.Class vocabulary)
        Get all the IRIs of the classes and properties of a vocabulary.
        Parameters:
        vocabulary - RDF vocabulary
        Returns:
        set of IRIs