A new r2rml tc for m2m relations is included
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Fri, 29 Jul 2011 16:01:10 +0100
changeset 17 569ae2ee05d8
parent 16 fd8f7c555644
child 18 6a177981074b
A new r2rml tc for m2m relations is included
D011-M2MRelations/manifest.ttl
--- a/D011-M2MRelations/manifest.ttl	Mon Jul 25 13:05:52 2011 +0100
+++ b/D011-M2MRelations/manifest.ttl	Fri Jul 29 16:01:10 2011 +0100
@@ -8,7 +8,8 @@
 	dcterms:identifier "D011-M2MRelations" ;
 	rdb2rdftest:sqlScriptFile "create.sql";
 	rdb2rdftest:relatedTestCase <dg0011> ;
-	rdb2rdftest:relatedTestCase <tc0011> ;	
+	rdb2rdftest:relatedTestCase <tc0011a> ;	
+	rdb2rdftest:relatedTestCase <tc0011b> ;		
 .
 
 <dg0011> a rdb2rdftest:DirectMapping ;	
@@ -22,14 +23,26 @@
 	rdb2rdftest:output "directGraph.nt" ;
 .
 
-<tc0011> a rdb2rdftest:R2RML ;	
-	dcterms:title "M to N relation" ; 
-	dcterms:identifier "R2RMLTC011" ;
-	test:purpose "Tests, M to N relations." ;
+<tc0011a> a rdb2rdftest:R2RML ;	
+	dcterms:title "M to N relation, by using a SQL query" ; 
+	dcterms:identifier "R2RMLTC011a" ;
+	test:purpose "Tests, M to N relations, by using a SQL query" ;
 	test:specificationReference "#dfn-output-dataset" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d011> ;
-	rdb2rdftest:output "mapped.nq" ;
+	rdb2rdftest:output "mappeda.nq" ;
 	rdb2rdftest:hasExpectedOutput true ;
-	rdb2rdftest:mappingDocument "r2rml.ttl" ;
+	rdb2rdftest:mappingDocument "r2rmla.ttl" ;
 .
+
+<tc0011b> a rdb2rdftest:R2RML ;	
+	dcterms:title "M to N relation, by using an additional Triples Map" ; 
+	dcterms:identifier "R2RMLTC011b" ;
+	test:purpose "Tests, M to N relations, by using an additional Triples Map" ;
+	test:specificationReference "#dfn-output-dataset" ;
+	test:reviewStatus test:unreviewed ;
+	rdb2rdftest:database <d011> ;
+	rdb2rdftest:output "mappedb.nq" ;
+	rdb2rdftest:hasExpectedOutput true ;
+	rdb2rdftest:mappingDocument "r2rmlb.ttl" ;
+.