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 |
---|---|
HasValueRestriction |
Restriction.asHasValueRestriction()
Answer a view of this restriction as a has value expression
|
HasValueRestriction |
Restriction.convertToHasValueRestriction(RDFNode value)
Convert this restriction to a has value class expression
|
HasValueRestriction |
OntModel.createHasValueRestriction(String uri,
Property prop,
RDFNode value)
Answer a class description defined as the class of those individuals that have the given
resource as the value of the given property
|
HasValueRestriction |
OntModel.getHasValueRestriction(String uri)
Answer a class description defined as the class of those individuals that have the given
resource as the value of the given property.
|
Licenced under the Apache License, Version 2.0