W3C home > Mailing lists > Public > public-rdf-dawg@w3.org > July to September 2007

test for default graph with overlapping constituents

From: <souripriya.das@oracle.com>
Date: Tue, 17 Jul 2007 10:38:29 -0400
Message-ID: <469CD465.5080400@oracle.com>
To: public-rdf-dawg@w3.org

Do we have a test involving overlap between constituent graphs of a 
default graph? Please send me a pointer. Thanks. - Souri.

Graph G1:
<http://John> <http://ssn> "111223333"^^xsd:integer .
<http://John> <http://spouseOf> <http://Mary> .

Graph G2:
<http://John> <http://ssn> "111223333"^^xsd:integer .
<http://John> <http://spouseOf> <http://Maria> .

If default graph is made up of the above two graphs, the test should 
show the result of a query:

FROM <G1.nt>
FROM <G2.nt>

select ?x ?p ?o
where {?x ?p ?o .}
Received on Tuesday, 17 July 2007 14:42:18 UTC

This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 17:00:51 UTC