org.topbraid.spin.util
Class SystemTriples

java.lang.Object
  extended by org.topbraid.spin.util.SystemTriples

public class SystemTriples
extends java.lang.Object

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. In order to expose those assumptions to 3rd party APIs, this is part of the (open source) SPIN API.

Author:
Holger Knublauch

Constructor Summary
SystemTriples()
           
 
Method Summary
static Model getVocabularyModel()
          Gets the system ontology (a shared copy).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemTriples

public SystemTriples()
Method Detail

getVocabularyModel

public static Model getVocabularyModel()
Gets the system ontology (a shared copy).

Returns:
the system ontology