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 |
---|---|
Profile |
OntResource.getProfile()
Answer the ontology language profile that governs the ontology model to which
this ontology resource is attached.
|
Profile |
OntModel.getProfile()
Answer the language profile (for example, OWL or DAML+OIL) that this model is
working to.
|
Profile |
OntModelSpec.getProfile()
Answer the language profile for this ontology specification
|
Profile |
ProfileRegistry.getProfile(String uri)
Answer the language profile for the given language URI, or null if not known.
|
Modifier and Type | Method and Description |
---|---|
void |
ProfileRegistry.registerProfile(String uri,
Profile profile)
Add a language profile with the given URI key
|
Constructor and Description |
---|
ProfileException(String element,
Profile profile) |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP