Class: BlankNode ---------------------------------------------------------------------------------- An RDF blank node. In model theory, blank nodes are considered to be drawn from some set of 'anonymous' entities which have no label but are unique to the graph. For serialization they are labeled with a URI or a _:X identifier. <BR><BR>History:<UL> <LI>07-27-2003 : BlankNode can now receive both MemModel and DbModel as parameter <LI>02-21-2003 : getLabel() added.</LI> <LI>09-10-2002 : First version of this class.</LI> </UL> |
BlankNode has no properties.
PHP | BlankNode(mixed $namespace_or_uri_or_model, string $localName) |
---|
Constructor You can supply a label or You supply a model and a unique ID is gernerated
Arguments
PHP | boolean equals(unknown $that) |
---|
Checks if two blank nodes are equal. Two blank nodes are equal, if they have the same temporary ID
Arguments