Re: A triple is not unique.

Seth
>
> But what if MyMemory (web site as you put it) contains both the statement
I made and the
> statement made by the Electoral College .. and in fact distinguishes
between the two .. as
> is the case of this email?
>

I think you are mixing up the triple and the reification of the triple. The
triple is unique but its reification need not be unique.


<Description about="Bush">
    <wonThe resource="Election"/>
</Description>
<Statement ID="SethsStmt">
    <subject resource="Bush"/>
    <predicate resource="wonThe"/>
    <object resource="Election"/>
</Statement>
<Statement ID="ECStmt">
    <subject resource="Bush"/>
    <predicate resource="wonThe"/>
    <object resource="Election"/>
</Statement>

(Bush wonThe Election)

(SethsStmt type Statement)
(SethsStmt subject Bush)
(SethsStmt predicate wonThe)
(SethsStmt object Election)

(ECStmt type Statement)
(ECStmt subject Bush)
(ECStmt predicate wonThe)
(ECStmt object Election)

Jonathan Borden
The Open Healthcare Group
http://www.openhealth.org

Received on Tuesday, 21 November 2000 17:59:34 UTC