I'm having a hard time finding the appropriate definition of 'this' in 
N3.  Lets say I have an N3 document identified by 
http://example.com/test and contains:

      this ex:author "Joel" .

Assume that the document is parsed and the resulting graph is identified 
by _:g.  I would expect the triples content of the graph to look 
something like:

     _:g ex:author "Joel" .

And to go along with that, so I can search for things that I authored, 
it would be nice to have:

     _:g rdf:type rdfg:Graph .

With a context aware store, I have access to quads, which give me the 
context of the triple along with the triple itself (here shown in a 
mythical N-Quads notation):

     _:g ex:author "Joel" _:g .


Does this make sense?


Joel
_______________________________________________
Dev mailing list
Dev@rdflib.net
http://rdflib.net/mailman/listinfo/dev

Reply via email to