Package org.eclipse.rdf4j.model.util
Class Vocabularies
- java.lang.Object
-
- org.eclipse.rdf4j.model.util.Vocabularies
-
public class Vocabularies extends Object
Utility functions for working with vocabularies.- Author:
- Bart Hanssens
-
-
Constructor Summary
Constructors Constructor Description Vocabularies()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Set<IRI>
getIRIs(Class vocabulary)
Get all theIRIs
of the classes and properties of a vocabulary.
-