Re: A triple is not unique.

Dan Brickley wrote:
> ...
> How would you propose to police that? rdf:Statements will be manifested
> in thousands of RDF documents scattered around the Web. Does a statement
> gets its ID from the first (?!?) person to write it down in XML?

That's my interpretation:

- every statement has a unique ID generated using a Skolem function
reify(s, p, o).
- the reification mechanism described in the specification (or any other
we come up with) is syntactic;
  the parser will substitute the value of reify(s, p, o) for the
identifier used in the serialization.

A triple is unique.

Sergey

Received on Tuesday, 21 November 2000 13:39:58 UTC