OWLProperty has no properties.
PHP | boolean domainIsUnionClass() |
---|
Checks whether the domain of this property is an union class description.
Return
True if the domain is an union class description, false otherwise.
PHP | boolean isAnnotation(boolean $bool) |
---|
Checks if this property is of type owl:AnnotationProperty. If the optional parameter $bool is given, owl:AnnotationProperty will be set or removed according to $bool.
Arguments
Shall the property be set to be of type owl:AnnotationProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:AnnotationProperty, false otherwise.
PHP | boolean isDatatypeProperty(boolean $bool) |
---|
Checks if this property is of type owl:DatatypeProperty. If the optional parameter $bool is given, it will be toggled between owl:DatatypeProperty and owl:ObjectProperty according to $bool.
Arguments
Shall the property be set to be of type owl:DatatypeProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:DatatypeProperty, false otherwise.
PHP | boolean isFunctional(boolean $bool) |
---|
Checks if this property is of type owl:FunctionalProperty. If the optional parameter $bool is given, owl:FunctionalProperty will be set or removed according to $bool.
Arguments
Shall the property be set to be of type owl:FunctionalProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:FunctionalProperty, false otherwise.
PHP | boolean isInverseFunctional(boolean $bool) |
---|
Checks if this property is of type owl:InverseFunctionalProperty. If the optional parameter $bool is given, owl:InverseFunctionalProperty will be set or removed according to $bool.
Arguments
Shall the property be set to be of type owl:InverseFunctionalProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:InverseFunctionalProperty, false otherwise.
PHP | boolean isObjectProperty(boolean $bool) |
---|
Checks if this property is of type owl:ObjectProperty. If the optional parameter $bool is given, it will be toggled between owl:ObjectProperty and owl:DatatypeProperty according to $bool.
Arguments
Shall the property be set to be of type owl:ObjectProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:ObjectProperty, false otherwise.
PHP | boolean isSymmetric(boolean $bool) |
---|
Checks if this property is of type owl:SymmetricProperty. If the optional parameter $bool is given, owl:SymmetricProperty will be set or removed according to $bool.
Arguments
Shall the property be set to be of type owl:SymmetricProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:SymmetricProperty, false otherwise.
PHP | boolean isTransitive(boolean $bool) |
---|
Checks if this property is of type owl:TransitiveProperty. If the optional parameter $bool is given, owl:TransitiveProperty will be set or removed according to $bool.
Arguments
Shall the property be set to be of type owl:TransitiveProperty - NULL - no change, TRUE - yes, FALSE - no.
Return
True if the property is of type owl:TransitiveProperty, false otherwise.
PHP | array listEquivalentProperties() |
---|
Returns an array of equivalent OWLProperties indexed by their local names.
Return
An array of equivalent OWLProperties indexed by their local names.
PHP | array listInverseOf() |
---|
Returns an array of inverse OWLProperties indexed by their local names.
Return
An array of inverse OWLProperties indexed by their local names.
PHP | boolean rangeIsUnionClass() |
---|
Checks whether the range of this property is an union class description.
Return
True if the range is an union class description, false otherwise.
PHP | boolean setEquivalentProperties(array $values) |
---|
Sets equivalent properties to the properties given in values.
Arguments
An array of properties, property URIs or property local names.
PHP | boolean setInverseOf(array $values) |
---|
Sets inverse properties to the properties given in values.
Arguments
An array of properties, property URIs or property local names.