Returns an array of RDFSResources declared to be "owl:sameAs" this resource.
Info
return - An array of RDFSResources.
Method remove (line 203)
voidremove(
)
Removes this resource from the ontology by deleting any statements that refer to it. If this resource is a property, this method will not remove instances of the property from the model.
Removes all property values of $property which do not have the value $value. If a property value with value $value does not already exist it will be added.
Removes all property values of $property which do not have a value included in $values. If a value included in $values does not already exist (as property value) it will be added.