--- a/D008-1table1compositeprimarykey3columns1row/mappedb.nq Tue Jul 24 23:38:15 2012 +0200
+++ b/D008-1table1compositeprimarykey3columns1row/mappedb.nq Fri Aug 10 02:12:13 2012 +0200
@@ -2,5 +2,5 @@
<http://example.com/Student/10/Venus%20Williams> <http://xmlns.com/foaf/0.1/name> "Venus Williams" .
<http://example.com/Student/10/Venus%20Williams> <http://example.com/id> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
<http://example.com/Student/10/Venus%20Williams> <http://example.com/Sport> <http://example.com/Tennis> .
-<http://example.com/Tennis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://activity.com/Sport> .
+<http://example.com/Tennis> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/activity/Sport> .
--- a/D008-1table1compositeprimarykey3columns1row/r2rmlb.ttl Tue Jul 24 23:38:15 2012 +0200
+++ b/D008-1table1compositeprimarykey3columns1row/r2rmlb.ttl Fri Aug 10 02:12:13 2012 +0200
@@ -2,7 +2,7 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ex: <http://example.com/> .
-@prefix activity: <http://activity.com/> .
+@prefix activity: <http://example.com/activity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@base <http://example.com/base/> .
--- a/D020-1table1column5rows/create.sql Tue Jul 24 23:38:15 2012 +0200
+++ b/D020-1table1column5rows/create.sql Fri Aug 10 02:12:13 2012 +0200
@@ -2,7 +2,7 @@
"Name" VARCHAR(50)
);
-INSERT INTO "Student" ("Name") VALUES ('http://company.com/Alice');
+INSERT INTO "Student" ("Name") VALUES ('http://example.com/company/Alice');
INSERT INTO "Student" ("Name") VALUES ('Bob');
INSERT INTO "Student" ("Name") VALUES ('Bob/Charles');
INSERT INTO "Student" ("Name") VALUES ('path/../Danny');
--- a/D020-1table1column5rows/mappeda.nq Tue Jul 24 23:38:15 2012 +0200
+++ b/D020-1table1column5rows/mappeda.nq Fri Aug 10 02:12:13 2012 +0200
@@ -1,4 +1,4 @@
-<http://example.com/base/http%3A%2F%2Fcompany.com%2FAlice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
+<http://example.com/base/http%3A%2F%2Fexample.com%2Fcompany%2FAlice> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/base/Bob> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/base/Bob%2FCharles> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
<http://example.com/base/path%2F..%2FDanny> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
Binary file rdb2rdf-ts.zip has changed