Change manifest files following Richard suggestions
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Wed, 15 Feb 2012 18:23:12 +0100
changeset 44 ec87cda09361
parent 43 ded6ebc1d9c6
child 45 69309d9646f6
Change manifest files following Richard suggestions
D000-1table1column0rows/manifest.ttl
D001-1table1column1row/manifest.ttl
D002-1table2columns1row/manifest.ttl
D003-1table3columns1row/manifest.ttl
D004-1table2columns1row/manifest.ttl
D005-1table3columns3rows2duplicates/manifest.ttl
D006-1table1primarykey1column1row/manifest.ttl
D007-1table1primarykey2columns1row/manifest.ttl
D008-1table1compositeprimarykey3columns1row/manifest.ttl
D009-2tables1primarykey1foreignkey/manifest.ttl
D010-1table1primarykey3colums3rows/manifest.ttl
D011-M2MRelations/manifest.ttl
D012-2tables2duplicates0nulls/manifest.ttl
D013-1table1primarykey3columns2rows1nullvalue/manifest.ttl
D014-3tables1primarykey1foreignkey/manifest.ttl
D015-1table3columns1composityeprimarykey3rows2languages/manifest.ttl
D016-1table1primarykey10columns3rowsSQLdatatypes/manifest.ttl
ts1.zip
--- a/D000-1table1column0rows/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D000-1table1column0rows/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d000> a rdb2rdftest:DataBase;
 	dcterms:title "One table, a column, zero rows, no primary key" ;
@@ -12,9 +12,9 @@
 
 <dg0000> a rdb2rdftest:DirectMapping;	
 	dcterms:title "Direct mapping of an empty table"; 
-	dcterms:identifier "Direct Graph TC0000" ;
+	dcterms:identifier "DirectGraphTC0000" ;
 	test:purpose "Tests if an empty table produces an empty RDF graph" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:hasExpectedOutput true ;
 	rdb2rdftest:database <d000> ;
--- a/D001-1table1column1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D001-1table1column1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d001> a rdb2rdftest:DataBase;
 	dcterms:title "One table, one column, one row, no primary key" ;
@@ -12,9 +12,9 @@
 
 <dg0001> a rdb2rdftest:DirectMapping;	
 	dcterms:title "Direct mapping that generates a BlankNode"; 
-	dcterms:identifier "Direct Graph TC0001" ;
+	dcterms:identifier "DirectGraphTC0001" ;
 	test:purpose "Tests: (1) one column mapping, no primary key; (2) generation of a \"BlankNode\" subject; (3) one column to one property" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d001> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D002-1table2columns1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D002-1table2columns1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d002> a rdb2rdftest:DataBase;
 	dcterms:title "One table, two columns, one row, no primary key" ;
@@ -12,9 +12,9 @@
 
 <dg0002> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Two columns mapping, generation of a BlankNode subject" ; 
-	dcterms:identifier "Direct Graph TC0002" ;
+	dcterms:identifier "DirectGraphTC0002" ;
 	test:purpose "Tests: (1) two columns mapping; (2) generation of a BlankNode subject; (3) one column to one property" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d002> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D003-1table3columns1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D003-1table3columns1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d003> a rdb2rdftest:DataBase;
 	dcterms:title "One table, three columns, one row, no primary key" ;
@@ -12,9 +12,9 @@
 
 <dg0003> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Three columns mapping, generation of a BlankNode" ; 
-	dcterms:identifier "Direct Graph TC0003" ;
+	dcterms:identifier "DirectGraphTC0003" ;
 	test:purpose "Tests: (1) three columns mapping; (2) generation of a \"BlankNode\" subject; (3) one column to one property" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d003> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D004-1table2columns1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D004-1table2columns1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d004> a rdb2rdftest:DataBase;
 	dcterms:title "One table, two columns, one row, projection, no primary key" ;
@@ -12,9 +12,9 @@
 
 <dg0004> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Two column mapping, generation of a BlankNode subject"; 
-	dcterms:identifier "Direct Graph TC0004" ;
+	dcterms:identifier "DirectGraphTC0004" ;
 	test:purpose "Tests: (1) two column mapping (2) generation of a \"BlankNode\" subject" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d004> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D005-1table3columns3rows2duplicates/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D005-1table3columns3rows2duplicates/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d005> a rdb2rdftest:DataBase;
 	dcterms:title "One table, three columns, three rows, two duplicate tuples, no primary key" ;
@@ -12,9 +12,9 @@
 
 <dg0005> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of BlankNodes from duplicate tuples"; 
-	dcterms:identifier "Direct Graph TC0005" ;
+	dcterms:identifier "DirectGraphTC0005" ;
 	test:purpose "Tests the generation of Blank Nodes for duplicate tuples" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d005> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D006-1table1primarykey1column1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D006-1table1primarykey1column1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d006> a rdb2rdftest:DataBase;
 	dcterms:title "One table, one primary key, one column, one row" ;
@@ -12,9 +12,9 @@
 
 <dg0006> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of subjects"; 
-	dcterms:identifier "Direct Graph TC0006" ;
+	dcterms:identifier "DirectGraphTC0006" ;
 	test:purpose "Tests a the generation of subjects" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d006> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D007-1table1primarykey2columns1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D007-1table1primarykey2columns1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d007> a rdb2rdftest:DataBase;
 	dcterms:title "One table, one primary key, two columns, one row" ;
@@ -12,9 +12,9 @@
 
 <dg0007> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of a subject"; 
-	dcterms:identifier "Direct Graph TC0007" ;
+	dcterms:identifier "DirectGraphTC0007" ;
 	test:purpose "Tests the generation of a subject" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d007> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D008-1table1compositeprimarykey3columns1row/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D008-1table1compositeprimarykey3columns1row/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d008> a rdb2rdftest:DataBase;
 	dcterms:title "One table, a composite primary key, three columns, one row" ;
@@ -12,9 +12,9 @@
 
 <dg0008> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of direct graph from a table with composite primary key"; 
-	dcterms:identifier "Direct Graph TC0008" ;
+	dcterms:identifier "DirectGraphTC0008" ;
 	test:purpose "Tests the generation of a direct graph from a table with a composite primary key" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d008> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D009-2tables1primarykey1foreignkey/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D009-2tables1primarykey1foreignkey/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d009> a rdb2rdftest:DataBase;
 	dcterms:title "Two tables, a primary key, a foreign key" ;
@@ -12,9 +12,9 @@
 
 <dg0009> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Two tables 1 primary key 1 foreign key"; 
-	dcterms:identifier "Direct Graph TC0009" ;
+	dcterms:identifier "DirectGraphTC0009" ;
 	test:purpose "Tests two tables with a primary key and a foreign key" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#fk-candidate" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d009> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D010-1table1primarykey3colums3rows/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D010-1table1primarykey3colums3rows/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d010> a rdb2rdftest:DataBase;
 	dcterms:title "One table, a primary key, three columns, three rows" ;
@@ -12,9 +12,9 @@
 
 <dg0010> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of direct graph for table names with spaces"; 
-	dcterms:identifier "Direct Graph TC0010" ;
+	dcterms:identifier "DirectGraphTC0010" ;
 	test:purpose "Tests the generation of the direct graph for table names with spaces" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d010> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D011-M2MRelations/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D011-M2MRelations/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d011> a rdb2rdftest:DataBase;
 	dcterms:title "Database with many to many relations" ;
@@ -12,9 +12,9 @@
 
 <dg0011> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Many to Many relations"; 
-	dcterms:identifier "Direct Graph TC0011" ;
+	dcterms:identifier "DirectGraphTC0011" ;
 	test:purpose "Tests the generation of triples from tables M to M relations" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d011> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D012-2tables2duplicates0nulls/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D012-2tables2duplicates0nulls/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -2,7 +2,7 @@
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d012> a rdb2rdftest:DataBase;
 	dcterms:title "Two tables, two duplicate records, zero nulls, no primary key" ;
@@ -13,9 +13,9 @@
 
 <dg0012> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of direct graph from a database without primary keys"; 
-	dcterms:identifier "Direct Graph TC0012" ;
+	dcterms:identifier "DirectGraphTC0012" ;
 	test:purpose "Test the generation of direct graph from a database without primary keys, by creating subject BlankNodes" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#no-pk" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d012> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D013-1table1primarykey3columns2rows1nullvalue/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D013-1table1primarykey3columns2rows1nullvalue/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d013> a rdb2rdftest:DataBase;
 	dcterms:title "One table, one primary key, three columns, two rows, a null value" ;
@@ -12,9 +12,9 @@
 
 <dg0013> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of a direct graph from a table with NULL values"; 
-	dcterms:identifier "Direct Graph TC0013" ;
+	dcterms:identifier "DirectGraphTC0013" ;
 	test:purpose "Tests the generation of a Direct Graph from a table with NULL values" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d013> ;
 	rdb2rdftest:hasExpectedOutput true ;
--- a/D014-3tables1primarykey1foreignkey/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D014-3tables1primarykey1foreignkey/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -2,7 +2,7 @@
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d014> a rdb2rdftest:DataBase;
 	dcterms:title "3 tables, one primary key, one foreign key" ;
@@ -13,9 +13,9 @@
 
 <dg0014> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of direct graph from a database with primary key referencing candidate key"; 
-	dcterms:identifier "Direct Graph TC0014" ;
+	dcterms:identifier "DirectGraphTC0014" ;
 	test:purpose "Test the generation of direct graph from a database with primary key referencing candidate key";
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#lead-ex" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d014> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D015-1table3columns1composityeprimarykey3rows2languages/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D015-1table3columns1composityeprimarykey3rows2languages/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d015> a rdb2rdftest:DataBase;
 	dcterms:title "One table, three columns, one composite primary key, three rows, two languages" ;
@@ -12,9 +12,9 @@
 
 <dg0015> a rdb2rdftest:DirectMapping ;	
 	dcterms:title "Generation of direct graph from multi-column primary keys"; 
-	dcterms:identifier "Direct Graph TC0015" ;
+	dcterms:identifier "DirectGraphTC0015" ;
 	test:purpose "Tests the generation of direct graph from multi-column primary keys" ;
-	test:specificationReference "#rules_table_triples" ;
+	test:specificationReference "#multi-key" ;
 	test:reviewStatus test:unreviewed ;
 	rdb2rdftest:database <d015> ;
 	rdb2rdftest:hasExpectedOutput true ;	
--- a/D016-1table1primarykey10columns3rowsSQLdatatypes/manifest.ttl	Wed Feb 15 02:22:03 2012 +0100
+++ b/D016-1table1primarykey10columns3rowsSQLdatatypes/manifest.ttl	Wed Feb 15 18:23:12 2012 +0100
@@ -1,7 +1,7 @@
 @prefix test: <http://www.w3.org/2006/03/test-description#> .
 @prefix dcterms: <http://purl.org/dc/elements/1.1/> .
 @prefix rdb2rdftest: <http://purl.org/NET/rdb2rdf-test#> .
-@base <http://mappingpedia.org/rdb2rdf/tc/> .
+@base <http://www.w3.org/2001/sw/rdb2rdf/test-cases/#> .
 
 <d016> a rdb2rdftest:DataBase;
 	dcterms:title "One table, one primary key, ten columns, three rows with sql datatypes" ;
Binary file ts1.zip has changed