Package org.eclipse.rdf4j.model.util
Class Vocabularies
- java.lang.Object
-
- org.eclipse.rdf4j.model.util.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 theIRIs
of the classes and properties of a vocabulary.
-