- From: Seaborne, Andy <andy.seaborne@hp.com>
- Date: Tue, 17 Jul 2007 16:35:56 +0100
- To: "souripriya.das@oracle.com" <souripriya.das@oracle.com>
- CC: public-rdf-dawg@w3.org
The tests in this area are in
http://www.w3.org/2001/sw/DataAccess/tests/data-r2/dataset/
Do you think we are missing something?
If so, would you care to suggest a test or tests to improve coverage?
Andy
souripriya.das@oracle.com wrote:
> 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 15:36:15 UTC