From: Max O. <ma...@ni...> - 2015-04-15 20:55:07
|
Hi, While the RDR extension would seem to fit my use case very well, it seems to be limited to a single statement. What I would need is being able to describe contexts (as in the fourth element of a quad store). Something along the lines of: @prefix : <http://bigdata.com> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . @prefix dct: <http://purl.org/dc/elements/1.1/> . <<:bob foaf:age 25; foaf:name "Bobby".>> dct:creator < http://example.com/crawlers#c1> ; dct:source <http://example.net/bobby.html> . Unfortunately, that doesn't seem to be supported. Or am I missing something? Do I just need to forget about RDR in this case and figure out on how to do this with named graphs and quads? It's really the query side which I'm focusing now. Any help would be greatly appreciated. -max |