DefaultRDFSInstance has no properties.
addPropertyValue| PHP | addPropertyValue(rdfsproperty $prop, unknown $value) |
|---|
Adds a value for a property. RDFSProperties might have more than one value.
Arguments
The property the value should be added to.
Value for the property
getClass| PHP | rdfsclass getClass() |
|---|
Returns an RDFSClass this instance is an instance of.
Return
A class this instance is an instrance of.
getPropertyValuePlain| PHP | value getPropertyValuePlain(mixed $prop) |
|---|
Returns the value (label) of a property.
Arguments
Property
Return
of the property. the data type depends on the given widget
listAllPropertyValuesPlain| PHP | array listAllPropertyValuesPlain() |
|---|
Returns an array of the values (labels) of all properties of the instance.
Return
Values of the all properties of the instance.
listClasses| PHP | array listClasses() |
|---|
Returns an array of all classes for the given instance. Each class will be an RDFSClass.
Return
Array of all classes for the given instance.
listProperties| PHP | array listProperties() |
|---|
Returns an array of all properties defined for classes which this instance is instance of.
Return
Array of all properties.
listPropertyValuesPlain| PHP | array listPropertyValuesPlain(mixed $prop) |
|---|
Returns an array of the values (labels) of a property. TODO Depreciated!!!
Arguments
Property
Return
Values of the property.
removePropertyValues| PHP | removePropertyValues(rdfsproperty $prop, mixed $value) |
|---|
Removes all property values of the given property.
Arguments
setPropertyValue| PHP | setPropertyValue(rdfsproperty $prop, unknown $value) |
|---|
Sets a value for a property.
Arguments
,
Value for the property.