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 |
---|---|
InverseFunctionalProperty |
OntProperty.asInverseFunctionalProperty()
Answer a view of this property as an inverse functional property
|
InverseFunctionalProperty |
OntProperty.convertToInverseFunctionalProperty()
Answer a facet of this property as an inverse functional property, adding additional information to the model if necessary.
|
InverseFunctionalProperty |
OntModel.createInverseFunctionalProperty(String uri)
Answer a resource representing an inverse functional property
|
InverseFunctionalProperty |
OntModel.createInverseFunctionalProperty(String uri,
boolean functional)
Answer a resource representing an inverse functional property, which is optionally
also functional.
|
InverseFunctionalProperty |
OntModel.getInverseFunctionalProperty(String uri)
Answer a resource representing an inverse functional property.
|
Modifier and Type | Method and Description |
---|---|
com.hp.hpl.jena.util.iterator.ExtendedIterator<InverseFunctionalProperty> |
OntModel.listInverseFunctionalProperties()
Answer an iterator that ranges over the inverse functional property resources in this model, i.e.
the resources with
rdf:type InverseFunctionalProperty or equivalent. |
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP