Package org.topbraid.jenax.util
Class SystemTriples
java.lang.Object
org.topbraid.jenax.util.SystemTriples
Provides access to the RDF/RDFS/OWL system triples.
TopBraid and this API adds some extra triples (such as declaring
superclasses for each system class) that make life easier.
- Author:
- Holger Knublauch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.jena.rdf.model.ModelGets the system ontology (a shared copy).
-
Constructor Details
-
SystemTriples
public SystemTriples()
-
-
Method Details
-
getVocabularyModel
public static org.apache.jena.rdf.model.Model getVocabularyModel()Gets the system ontology (a shared copy).- Returns:
- the system ontology
-