I have a question regarding rdf statements. Can we compare two rdf statements? For Example, I receive a statement from the store, can I compare that with a pre-defined statement for the values of say object? Is this possible?
Thanks in advance!
|
|
two RDF statements are equals if their components (subject, predicate , object) are equals. from: http://www.w3.org/TR/rdf-concepts/
|
|||||
|