Package | Description |
---|---|
com.hp.hpl.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
Modifier and Type | Method and Description |
---|---|
Ontology |
OntResource.asOntology()
Answer a view of this resource as an ontology description node
|
Ontology |
OntModel.createOntology(String uri)
Answer a resource that represents an ontology description node in this model.
|
Ontology |
OntModel.getOntology(String uri)
Answer a resource that represents an ontology description node in this model.
|
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<Ontology> |
OntModel.listOntologies()
Answer an iterator that ranges over the ontology resources in this model, i.e.
the resources with
rdf:type Ontology or equivalent. |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP