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 |
---|---|
CardinalityQRestriction |
OntModel.createCardinalityQRestriction(String uri,
Property prop,
int cardinality,
OntClass cls)
Answer a class description defined as the class of those individuals that have exactly
the given number of values for the given property, all values of which belong to the given
class.
|
CardinalityQRestriction |
OntModel.getCardinalityQRestriction(String uri)
Answer a class description defined as the class of those individuals that have a property
p, with cardinality N, all values of which are members of a given class.
|
Licenced under the Apache License, Version 2.0