| Package | Description |
|---|---|
| gate.creole.ontology.impl |
The low-level OWLIM API for ontologies in GATE.
|
| gate.creole.ontology.impl.sesame |
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo[] |
OntologyService.getClassesOfIndividual(String individualURI,
gate.creole.ontology.OConstants.Closure direct)
For the given individual, the method returns a set of classes for
which the individual is registered as instance of
|
ResourceInfo[] |
OntologyService.getEquivalentClasses(String aClassURI)
returns an array of classes which are equivalent as the given class
|
ResourceInfo[] |
OntologyService.getRange(String aPropertyURI)
Given a property, this method returns its range
|
ResourceInfo[] |
OntologyService.getRDFPropertyValues(String anInstanceURI,
String anRDFPropertyURI)
Deprecated.
|
ResourceInfo |
OntologyService.getRestrictionValue(String restrictionURI,
byte restrictionType)
Gets the cardinality value specified on the given restriction uri.
|
ResourceInfo[] |
OntologyService.getSuperClasses(String subClassURI,
gate.creole.ontology.OConstants.Closure direct)
This method returns all super classes of the given class
|
| Modifier and Type | Method and Description |
|---|---|
ResourceInfo[] |
OntologyServiceImplSesame.getClassesOfIndividual(String individualURI,
gate.creole.ontology.OConstants.Closure direct)
For the given individual, the method returns a set of classes for which the
individual is registered as instance of
|
ResourceInfo[] |
OntologyServiceImplSesame.getEquivalentClasses(String aClassURI)
returns an array of classes which are equivalent as the given class
|
ResourceInfo[] |
OntologyServiceImplSesame.getRange(String aPropertyURI)
Given a property, this method returns its range
|
ResourceInfo[] |
OntologyServiceImplSesame.getRDFPropertyValues(String anInstanceURI,
String anRDFPropertyURI)
gets the rdf property values for the specified instance.
|
ResourceInfo |
OntologyServiceImplSesame.getRestrictionValue(String restrictionURI,
byte restrictionType)
Gets the cardinality value specified on the given restriction uri.
|
ResourceInfo[] |
OntologyServiceImplSesame.getSuperClasses(String subClassURI,
gate.creole.ontology.OConstants.Closure direct)
This method returns all super classes of the given class
|