| 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 |
|---|---|
Property[] |
OntologyService.getAnnotationProperties()
The method returns an array of properties.
|
Property[] |
OntologyService.getAnnotationProperties(String theResourceURI)
Gets the annotation properties set on the specified resource
|
Property[] |
OntologyService.getDatatypeProperties()
The method returns an array of properties.
|
Property[] |
OntologyService.getDatatypeProperties(String theResourceURI)
Gets the datatype properties set on the specified resource
|
Property[] |
OntologyService.getEquivalentPropertyAs(String aPropertyURI)
For the given property, this method returns all properties marked
as Equivalent as it
|
Property[] |
OntologyService.getInverseProperties(String aPropertyURI)
for the given property, the method returns all its inverse
properties
|
Property[] |
OntologyService.getObjectProperties()
The method returns an array of properties.
|
Property[] |
OntologyService.getObjectProperties(String theResourceURI)
Gets the object properties set on the specified resource
|
Property |
OntologyService.getOnPropertyValue(String restrictionURI)
This method given a restriction uri returns the value for the
onProperty element.
|
Property[] |
OntologyService.getPropertiesWithResourceAsDomain(String theResourceURI) |
Property[] |
OntologyService.getPropertiesWithResourceAsRange(String theResourceURI) |
Property |
OntologyService.getPropertyFromOntology(String thePropertyURI)
Given a property URI, this method returns an object of Property
|
Property[] |
OntologyService.getRDFProperties(String theResourceURI)
Gets the RDF properties set on the specified resource
|
Property[] |
OntologyService.getSubProperties(String aPropertyURI,
boolean direct)
for the given property, the method returns all its sub properties
|
Property[] |
OntologyService.getSubProperties(String aPropertyURI,
gate.creole.ontology.OConstants.Closure direct)
for the given property, the method returns all its sub properties
|
Property[] |
OntologyService.getSuperProperties(String aPropertyURI,
boolean direct)
for the given property, the method returns all its super properties
|
Property[] |
OntologyService.getSuperProperties(String aPropertyURI,
gate.creole.ontology.OConstants.Closure direct)
for the given property, the method returns all its super properties
|
Property[] |
OntologyService.getSymmetricProperties()
The method returns an array of properties.
|
Property[] |
OntologyService.getSymmetricProperties(String theResourceURI)
Gets the symmetric properties set on the specified resource
|
Property[] |
OntologyService.getTransitiveProperties()
The method returns an array of properties.
|
Property[] |
OntologyService.getTransitiveProperties(String theResourceURI)
Gets the transitive properties set on the specified resource
|
| Modifier and Type | Method and Description |
|---|---|
Property[] |
OntologyServiceImplSesame.getAnnotationProperties()
The method returns an array of properties.
|
Property[] |
OntologyServiceImplSesame.getAnnotationProperties(String theResourceURI)
Gets the annotation properties set on the specified resource
|
Property[] |
OntologyServiceImplSesame.getDatatypeProperties()
The method returns an array of properties.
|
Property[] |
OntologyServiceImplSesame.getDatatypeProperties(String theResourceURI)
Gets the datatype properties set on the specified resource
|
Property[] |
OntologyServiceImplSesame.getEquivalentPropertyAs(String aPropertyURI)
For the given property, this method returns all properties marked as
Equivalent as it
|
Property[] |
OntologyServiceImplSesame.getInverseProperties(String aPropertyURI)
for the given property, the method returns all its inverse properties
|
Property[] |
OntologyServiceImplSesame.getObjectProperties()
The method returns an array of properties.
|
Property[] |
OntologyServiceImplSesame.getObjectProperties(String theResourceURI)
Gets the object properties set on the specified resource
|
Property |
OntologyServiceImplSesame.getOnPropertyValue(String restrictionURI)
This method given a restriction uri returns the value for the onProperty
element.
|
Property[] |
OntologyServiceImplSesame.getPropertiesWithResourceAsDomain(String theResourceURI)
This method returns a set of all properties where the current resource has
been specified as one of the domain resources.
|
Property[] |
OntologyServiceImplSesame.getPropertiesWithResourceAsRange(String theResourceURI)
This method returns a set of all properties where the current resource has
been specified as one of the range resources.
|
Property |
OntologyServiceImplSesame.getPropertyFromOntology(String thePropertyURI)
Given a property URI, this method returns an object of Property
|
Property[] |
OntologyServiceImplSesame.getRDFProperties(String theResourceURI)
Gets the RDF properties set on the specified resource
|
Property[] |
OntologyServiceImplSesame.getSubProperties(String aPropertyURI,
boolean direct)
for the given property, the method returns all its sub properties
|
Property[] |
OntologyServiceImplSesame.getSubProperties(String aPropertyURI,
gate.creole.ontology.OConstants.Closure direct)
for the given property, the method returns all its sub properties
|
Property[] |
OntologyServiceImplSesame.getSuperProperties(String aPropertyURI,
boolean direct)
for the given property, the method returns all its super properties
|
Property[] |
OntologyServiceImplSesame.getSuperProperties(String aPropertyURI,
gate.creole.ontology.OConstants.Closure direct)
for the given property, the method returns all its super properties
|
Property[] |
OntologyServiceImplSesame.getSymmetricProperties()
The method returns an array of properties.
|
Property[] |
OntologyServiceImplSesame.getSymmetricProperties(String theResourceURI)
Gets the symmetric properties set on the specified resource
|
Property[] |
OntologyServiceImplSesame.getTransitiveProperties()
The method returns an array of properties.
|
Property[] |
OntologyServiceImplSesame.getTransitiveProperties(String theResourceURI)
Gets the transitive properties set on the specified resource
|