Re: summary of reification?

>
>Well, by my reading of current M&S, I think is does;  i.e.
>
>    <rdf:Description rdf:about='ex:subj'>
>       <ex:prop rdf:id='ex:reif' rdf:resource='ex:obj'/>
>    </rdf:Description>
>
>yields:
>
>    <ex:reif> <rdf:type> <rdf:Statement> .
>    <ex:reif> <rdf:subject> <ex:subj> .
>    <ex:reif> <rdf:predicate> <ex:prop> .
>    <ex:reif> <rdf:object> <ex:obj> .

Well sure, but I thought you meant an association between <ex:reif> 
and the triple

<ex:subj> <ex:propp> <ex:obj> .

What, if anything, could set up that kind of an association? (How do 
we attach a URI to a triple??)

>which was my point:  I didn't think the statement resource was 
>necessarily a bnode.

OK, got that now, thanks.

>(Of course, this entails the bnode case, right?)

Right.

Pat
-- 
---------------------------------------------------------------------
IHMC					(850)434 8903   home
40 South Alcaniz St.			(850)202 4416   office
Pensacola,  FL 32501			(850)202 4440   fax
phayes@ai.uwf.edu 
http://www.coginst.uwf.edu/~phayes

Received on Thursday, 7 February 2002 12:08:59 UTC