Re: Implementing statement grouping, contexts, quads and scopes

Patrick Stickler:

>
> On 2002-06-24 18:00, "ext Jonathan Borden" <jonathan@openhealth.org>
wrote:
>
> Note that the approach I am proposing also would support arbitrary
> "colored" triples, not just a binary unasserted/asserted distinction:
>
> <rdf:Statement rdf:about="#foo"/>
>   <xxx:bar rdf:resource="#bas"/>
> </rdf:Statement>
>
> <rdf:Description rdf:about="&xxx;bar">
>    <rdf:type rdf:resource="#redPredicate"/>
> </rdf:Description>
>
> <rdf:Statement rdf:about="#foo"/>
>   <yyy:bar rdf:resource="#bas"/>
> </rdf:Statement>
>
> <rdf:Description rdf:about="&yyy;bar">
>    <rdf:type rdf:resource="#bluePredicate"/>
> </rdf:Description>
>
> <rdf:Statement rdf:about="#foo"/>
>   <zzz:bar rdf:resource="#bas"/>
> </rdf:Statement>
>
> <rdf:Description rdf:about="&zzz;bar">
>    <rdf:type rdf:resource="#greenPredicate"/>
> </rdf:Description>
>

Nice. I must admit that this makes 'reification' more palatable :-))

Jonathan

Received on Tuesday, 25 June 2002 07:59:50 UTC