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 |
---|---|
SomeValuesFromRestriction |
Restriction.asSomeValuesFromRestriction()
Answer a view of this restriction as a some values from expression
|
SomeValuesFromRestriction |
Restriction.convertToSomeValuesFromRestriction(Resource cls)
Convert this restriction to a some values from class expression
|
SomeValuesFromRestriction |
OntModel.createSomeValuesFromRestriction(String uri,
Property prop,
Resource cls)
Answer a class description defined as the class of those individuals that have at least
one property with a value belonging to the given class
|
SomeValuesFromRestriction |
OntModel.getSomeValuesFromRestriction(String uri)
Answer a class description defined as the class of those individuals that have at least
one property with a value belonging to the given class.
|
Licenced under the Apache License, Version 2.0