DefaultRDFSProperty has no properties.
addRange| PHP | addRange(mixed $ranges) |
|---|
Adds the property to the specified ranges.
Arguments
Ranges for the property
addSubProperty| 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.
countDistinctPropertyValues| PHP | countDistinctPropertyValues(unknown $class, boolean $resourcesOnly, integer $minDistinctValues) |
|---|
Arguments
listDistinctPropertyValues| PHP | listDistinctPropertyValues(unknown $class, boolean $resourcesOnly, integer $start, integer $count, integer $erg) |
|---|
Arguments
listSubProperties| PHP | array listSubProperties() |
|---|
Gets all sub-properties of the property
Return
Array of RDFSProperty properties
listSuperProperties| PHP | array listSuperProperties() |
|---|
Gets all super-properties of the property
Return
Array of RDFSProperty properties
removeDomain| PHP | removeDomain(mixed $class) |
|---|
Removes classes from the domain of the property.
Arguments
Class or array of classes to add.
removeRange| PHP | removeRange(string $range) |
|---|
Remove the property from the specified ranges.
Arguments
setDomain| PHP | setDomain(unknown $classes) |
|---|
Removes classes from the domain of the property and adds classes to the domain of the property.
Arguments
setRange| 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