Minor Fix, add a rr:TriplesMap TC 14f
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Wed, 29 Feb 2012 12:28:29 +0100
changeset 60 8393f8457abc
parent 59 3384c8fd0baa
child 61 4073c257cc14
Minor Fix, add a rr:TriplesMap TC 14f
D009-2tables1primarykey1foreignkey/.DS_Store
D014-3tables1primarykey1foreignkey/r2rmlf.ttl
D016-1table1primarykey10columns3rowsSQLdatatypes/mappede.nq
ts1.zip
Binary file D009-2tables1primarykey1foreignkey/.DS_Store has changed
--- a/D014-3tables1primarykey1foreignkey/r2rmlf.ttl	Tue Feb 28 20:14:35 2012 +0100
+++ b/D014-3tables1primarykey1foreignkey/r2rmlf.ttl	Wed Feb 29 12:28:29 2012 +0100
@@ -8,6 +8,7 @@
 @base <http://mappingpedia.org/rdb2rdf/r2rml/tc/> .
 
 <TriplesMap4>
+	a rr:TriplesMap;
     rr:logicalTable [ rr:sqlQuery """
 
         SELECT *, (CASE JOB
--- a/D016-1table1primarykey10columns3rowsSQLdatatypes/mappede.nq	Tue Feb 28 20:14:35 2012 +0100
+++ b/D016-1table1primarykey10columns3rowsSQLdatatypes/mappede.nq	Wed Feb 29 12:28:29 2012 +0100
@@ -1,7 +1,7 @@
 <http://example.com/Patient10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
-<http://example.com/Patient10> <http://example.com/id> "eILK"^^<http://www.w3.org/2001/XMLSchema#base64Binary> .
+<http://example.com/Patient10> <http://example.com/photo> "eILK"^^<http://www.w3.org/2001/XMLSchema#base64Binary> .
 <http://example.com/Patient11> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
-<http://example.com/Patient11> <http://example.com/id> "utH1"^^<http://www.w3.org/2001/XMLSchema#base64Binary> .
+<http://example.com/Patient11> <http://example.com/photo> "utH1"^^<http://www.w3.org/2001/XMLSchema#base64Binary> .
 <http://example.com/Patient12> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://xmlns.com/foaf/0.1/Person> .
-<http://example.com/Patient12> <http://example.com/id> "0bfl+w=="^^<http://www.w3.org/2001/XMLSchema#base64Binary> .
+<http://example.com/Patient12> <http://example.com/photo> "0bfl+w=="^^<http://www.w3.org/2001/XMLSchema#base64Binary> .
 
Binary file ts1.zip has changed