Skip to content
mwarnock edited this page Sep 12, 2010 · 14 revisions

OwlThing is an Object Relational Mapping around the OWL class “Thing.” The ActiveSesame::OwlThing class can be instantiated to create new triples that are of rdf:type owl:Thing. It uses the ActiveSesame::Ontology::Term class to create new triples that can be saved to the triple store. OwlThing can also be used as a parent of a class to create a new Term that is the owl:subClassOf and owl:Thing. Below are examples of how to use this class to build an ontology.

Clone this wiki locally