Re: Unasserted triples, Contexts and things that go bump in the night.

> Although these context ideas are appealing, they do rather go beyond
> the current state of RDF. My own suggestion would be to stick to the
> more boring 'dark triples' alternative at present, and leave the
> question of what is the best way to enrich RDF syntax open at the
> present time, and assume that people will experiment.

just quickly, there is one easy way that we can use immediately
i.e. 'immediate addressing' per http://www.ietf.org/rfc/rfc2397.txt
e.g.

<data:,:John a :Person. :John a :Male> log:implies <data:,:John a :Man>.

we use it a lot to exchange graphs between engines and it is quite
performant as the dereferencing is just a simple string manipulation

--
Jos

Received on Wednesday, 20 March 2002 04:07:06 UTC