DefaultRDFSProperty has no properties.
PHP | addRange(mixed $ranges) |
---|
Adds the property to the specified ranges.
Arguments
Ranges for the property
PHP | rdfsproperty addSubProperty(rdfsproperty $property) |
---|
Add a sub-property of this property. If the sub-property is a URI instead of a RDFSProperty object - the sub-property will first be created.
Arguments
A property that is a sub-property of this property.
Return
The property created.
PHP | countDistinctPropertyValues(unknown $class, boolean $resourcesOnly, integer $minDistinctValues) |
---|
Arguments
PHP | listDistinctPropertyValues(unknown $class, boolean $resourcesOnly, integer $start, integer $count, integer $erg) |
---|
Arguments
PHP | array listSubProperties() |
---|
Gets all sub-properties of the property
Return
Array of RDFSProperty properties
PHP | array listSuperProperties() |
---|
Gets all super-properties of the property
Return
Array of RDFSProperty properties
PHP | removeDomain(mixed $class) |
---|
Removes classes from the domain of the property.
Arguments
Class or array of classes to add.
PHP | removeRange(string $range) |
---|
Remove the property from the specified ranges.
Arguments
PHP | setDomain(unknown $classes) |
---|
Removes classes from the domain of the property and adds classes to the domain of the property.
Arguments
PHP | setRange(mixed $ranges) |
---|
Removes the property from its old ranges and adds the property to the new specified ranges.
Arguments
Ranges for the property