Class encapsulating a property in an ontology.
Located in /ontModel/OntProperty.php (line 19)
Object | --Node | --Resource | --ResResource | --OntResource | --OntProperty
Constructor.
You can supply a URI.
Add a resource representing the domain of this property.
Add a resource representing the range of this property.
Add a sub-property of this property.
Add a super-property of this property.
Answer a OntClass that represents the domain class of this property.
If there is more than one such resource, an arbitrary selection is made.
Answer a OntClass that represents the range class of this property.
If there is more than one such resource, an arbitrary selection is made.
Answer a property that is the sub-property of this property.
If there is more than one such property, an arbitrary selection is made.
Answer a property that is the super-property of this property.
If there is more than one such property, an arbitrary selection is made.
Answer true if the given resource a class specifying the domain of this property.
Answer true if the given resource a class specifying the range of this property.
Answer true if the given property is a sub-property of this property.
If $direct is set to true, only consider the direcly adjacent properties in the property hierarchy
Answer true if the given property is a super-property of this property.
If $direct is set to true, only consider the direcly adjacent properties in the property hierarchy
Answer an array of all of the declared domain classes of this property.
Each element of the iterator will be an OntClass.
Answer an array of all of the declared range classes of this property.
Each element of the iterator will be an OntClass.
Answer an array of all the properties that are declared to be sub-properties of this property. Each element of the iterator will be an OntProperty.
If $direct is set to true, only consider the direcly adjacent properties in the property hierarchy
Answer an array of all the properties that are declared to be super-properties of this property. Each element of the iterator will be an OntProperty.
If $direct is set to true, only consider the direcly adjacent properties in the property hierarchy
Remove the given class from the stated domain(s) of this property.
Remove the given class from the stated range(es) of this property.
Remove the given property from the sub-properties of this property.
Remove the given property from the super-properties of this property.
Assert that the given resource represents the class of individuals that form the domain of this property. Any existing domain statements for this property are removed.
Assert that the given resource represents the class of individuals that form the range of this property. Any existing range statements for this property are removed.
Assert that this property is super-property of the given property.
Any existing statements for superPropertyOf on prop will be removed.
Assert that this property is sub-property of the given property.
Any existing statements for subPropertyOf on prop will be removed.
Inherited From OntResource
OntResource::OntResource()
OntResource::addComment()
OntResource::addIsDefinedBy()
OntResource::addLabelProperty()
OntResource::addProperty()
OntResource::addRDFType()
OntResource::addSeeAlso()
OntResource::asClass()
OntResource::asIndividual()
OntResource::asOntProperty()
OntResource::getComment()
OntResource::getInstanceRdfType()
OntResource::getIsDefinedBy()
OntResource::getLabelProperty()
OntResource::getPropertyValue()
OntResource::getRDFType()
OntResource::getSeeAlso()
OntResource::getVocabulary()
OntResource::hasComment()
OntResource::hasLabelProperty()
OntResource::hasRDFType()
OntResource::hasSeeAlso()
OntResource::isDefinedBy()
OntResource::listComments()
OntResource::listIsDefinedBy()
OntResource::listLabelProperties()
OntResource::listProperty()
OntResource::listRDFTypes()
OntResource::listSeeAlso()
OntResource::removeComment()
OntResource::removeDefinedBy()
OntResource::removeLabelProperty()
OntResource::removeProperty()
OntResource::removeRDFType()
OntResource::removeSeeAlso()
OntResource::setComment()
OntResource::setInstanceRdfType()
OntResource::setIsDefinedBy()
OntResource::setLabelProperty()
OntResource::setPropertyValue()
OntResource::setRDFType()
OntResource::setSeeAlso()
OntResource::setVocabulary()
Inherited From ResResource
ResResource::ResResource()
ResResource::addProperty()
ResResource::equals()
ResResource::getAssociatedModel()
ResResource::getIsAnon()
ResResource::getProperty()
ResResource::hasProperty()
ResResource::listProperties()
ResResource::removeAll()
ResResource::removeProperties()
ResResource::setAssociatedModel()
ResResource::setIsAnon()
ResResource::setURI()
Inherited From Resource
Resource::Resource()
Resource::equals()
Resource::getLabel()
Resource::getLocalName()
Resource::getNamespace()
Resource::getURI()
Resource::toString()
Inherited From Object
Object::toString()
Documentation generated on Fri, 1 Jun 2007 16:50:10 +0200 by phpDocumentor 1.3.2