Eric patch applied
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Wed, 14 Mar 2012 00:44:02 +0100
changeset 73 324a5f313581
parent 72 800dd85be28e
child 74 5a6368032f1e
Eric patch applied

;
D002-1table2columns1row/directGraph.nt
D003-1table3columns1row/directGraph.nt
D005-1table3columns3rows2duplicates/directGraph.nt
D012-2tables2duplicates0nulls/directGraph.nt
D012-2tables2duplicates0nulls/mappeda.nq
D014-3tables1primarykey1foreignkey/directGraph.nt
D016-1table1primarykey10columns3rowsSQLdatatypes/create.sql
D016-1table1primarykey10columns3rowsSQLdatatypes/directGraph.nt
D018-1table1primarykey2columns3rows/directGraph.nt
ts1.zip
--- a/D002-1table2columns1row/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D002-1table2columns1row/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -1,3 +1,3 @@
 _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
-_:a <Student#id> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
-_:a <Student#name> "Venus" .
+_:a <Student#ID> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:a <Student#Name> "Venus" .
--- a/D003-1table3columns1row/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D003-1table3columns1row/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -1,4 +1,4 @@
 _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
-_:a <Student#ID> "10"<http://www.w3.org/2001/XMLSchema#integer> .
+_:a <Student#ID> "10"^<http://www.w3.org/2001/XMLSchema#integer> .
 _:a <Student#FirstName> "Venus" .
 _:a <Student#LastName> "Williams" .
--- a/D005-1table3columns3rows2duplicates/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D005-1table3columns3rows2duplicates/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -6,7 +6,7 @@
 _:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <IOUs> .
 _:b <IOUs#fname> "Sue" .
 _:b <IOUs#lname> "Jones" .
-_:b <IOUs#amount> "3.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:b <IOUs#amount> "2.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
   
 _:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <IOUs> .
 _:c <IOUs#fname> "Bob" .
--- a/D012-2tables2duplicates0nulls/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D012-2tables2duplicates0nulls/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -1,15 +1,15 @@
 _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <IOUs> .
 _:a <IOUs#fname> "Bob" .
 _:a <IOUs#lname> "Smith" .
-_:a <IOUs#amount> "30.0"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:a <IOUs#amount> "3.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 _:b <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <IOUs> .
 _:b <IOUs#fname> "Sue" .
 _:b <IOUs#lname> "Jones" .
-_:b <IOUs#amount> "20.0"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:b <IOUs#amount> "2.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 _:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <IOUs> .
 _:c <IOUs#fname> "Bob" .
 _:c <IOUs#lname> "Smith" .
-_:c <IOUs#amount> "30.0"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:c <IOUs#amount> "3.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 _:d <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Lives> .
 _:d <Lives#fname> "Bob" .
 _:d <Lives#lname> "Smith" .
--- a/D012-2tables2duplicates0nulls/mappeda.nq	Tue Mar 13 12:21:30 2012 +0100
+++ b/D012-2tables2duplicates0nulls/mappeda.nq	Wed Mar 14 00:44:02 2012 +0100
@@ -1,4 +1,4 @@
-_:Bob_Smith_30 <http://example.com/amount> "30"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:Bob_Smith_30 <http://example.com/amount> "3.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 _:Bob_Smith_30 <http://xmlns.com/foaf/0.1/name> "Bob Smith" .
-_:Sue_Jones_20 <http://example.com/amount> "20"^^<http://www.w3.org/2001/XMLSchema#double> .
+_:Sue_Jones_20 <http://example.com/amount> "2.0E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 _:Sue_Jones_20 <http://xmlns.com/foaf/0.1/name> "Sue Jones" .
--- a/D014-3tables1primarykey1foreignkey/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D014-3tables1primarykey1foreignkey/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -13,9 +13,9 @@
 _:b <LIKES#id> "7369"^^<http://www.w3.org/2001/XMLSchema#integer>  .
 _:b <LIKES#likeType> "Watching" .
 _:b <LIKES#likedObj> "Basketball" .
-<DEPT/deptno-10> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <DEPT> .
-<DEPT/deptno-10> <DEPT#deptno> "10"^^<http://www.w3.org/2001/XMLSchema#integer>  .
-<DEPT/deptno-10> <DEPT#dname> "APPSERVER" .
-<DEPT/deptno-10> <DEPT#loc> "NEW YORK" .
+_:c <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <DEPT> .
+_:c <DEPT#deptno> "10"^^<http://www.w3.org/2001/XMLSchema#integer>  .
+_:c <DEPT#dname> "APPSERVER" .
+_:c <DEPT#loc> "NEW YORK" .
 
 
--- a/D016-1table1primarykey10columns3rowsSQLdatatypes/create.sql	Tue Mar 13 12:21:30 2012 +0100
+++ b/D016-1table1primarykey10columns3rowsSQLdatatypes/create.sql	Wed Mar 14 00:44:02 2012 +0100
@@ -13,16 +13,16 @@
 );
 
 INSERT INTO "Patient" ("ID", "FirstName","LastName","Sex","Weight","Height","BirthDate","EntranceDate","PaidInAdvance","Photo") 
-VALUES (10,'Monica','Geller','female',80.25,1.65,'1981-10-10','2009-10-10 12:12:22','FALSE', CAST(
+VALUES (10,'Monica','Geller','female',80.25,1.65,'1981-10-10','2009-10-10 12:12:22',FALSE, CAST(
 'iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P4\ux2F\ux2F8\ux2Fw38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg\ux3D\ux3D'
 AS VARBINARY(200)));
 
 INSERT INTO "Patient" ("ID", "FirstName","LastName","Sex","Weight","Height","BirthDate","EntranceDate","PaidInAdvance","Photo") 
-VALUES (11,'Rachel','Green','female',70.22,1.70,'1982-11-12','2008-11-12 09:45:44','TRUE',CAST(
+VALUES (11,'Rachel','Green','female',70.22,1.70,'1982-11-12','2008-11-12 09:45:44',TRUE,CAST(
 'iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P5\ux2F\ux2F8\ux2Fw38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg\ux3D\ux3D'
 AS VARBINARY(200)));
 
 INSERT INTO "Patient" ("ID", "FirstName","LastName","Sex","Weight","Height","BirthDate","EntranceDate","PaidInAdvance","Photo") 
-VALUES (12,'Chandler','Bing','male',90.31,1.76,'1978-04-06','2007-03-12 02:13:14','TRUE',CAST(
+VALUES (12,'Chandler','Bing','male',90.31,1.76,'1978-04-06','2007-03-12 02:13:14',TRUE,CAST(
 'iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAHElEQVQI12P5\ux2F\ux2F6\ux2Fw38GIAXDIBKE0DHxgljNBAAO9TXL0Y4OHwAAAABJRU5ErkJggg\ux3D\ux3D' 
 AS VARBINARY(200)));
\ No newline at end of file
--- a/D016-1table1primarykey10columns3rowsSQLdatatypes/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D016-1table1primarykey10columns3rowsSQLdatatypes/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -3,7 +3,7 @@
 <Patient/ID-10> <Patient#FirstName> "Monica" .
 <Patient/ID-10> <Patient#LastName> "Geller" .
 <Patient/ID-10> <Patient#Sex> "female" .
-<Patient/ID-10> <Patient#Weight> "80.25E0"^^<http://www.w3.org/2001/XMLSchema#double> .
+<Patient/ID-10> <Patient#Weight> "8.025E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 <Patient/ID-10> <Patient#Height> "1.65E0"^^<http://www.w3.org/2001/XMLSchema#double> .
 <Patient/ID-10> <Patient#BirthDate> "1981-10-10"^^<http://www.w3.org/2001/XMLSchema#date> .
 <Patient/ID-10> <Patient#EntranceDate> "2009-10-10T12:12:22"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
@@ -14,7 +14,7 @@
 <Patient/ID-11> <Patient#FirstName> "Rachel" .
 <Patient/ID-11> <Patient#LastName> "Green" .
 <Patient/ID-11> <Patient#Sex> "female" .
-<Patient/ID-11> <Patient#Weight> "70.22E0"^^<http://www.w3.org/2001/XMLSchema#double> .
+<Patient/ID-11> <Patient#Weight> "7.022E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 <Patient/ID-11> <Patient#Height> "1.7E0"^^<http://www.w3.org/2001/XMLSchema#double> .
 <Patient/ID-11> <Patient#BirthDate> "1982-11-12"^^<http://www.w3.org/2001/XMLSchema#date> .
 <Patient/ID-11> <Patient#EntranceDate> "2008-11-12T09:45:44"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
@@ -25,7 +25,7 @@
 <Patient/ID-12> <Patient#FirstName> "Chandler" .
 <Patient/ID-12> <Patient#LastName> "Bing" .
 <Patient/ID-12> <Patient#Sex> "male" .
-<Patient/ID-12> <Patient#Weight> "90.31E0"^^<http://www.w3.org/2001/XMLSchema#double> .
+<Patient/ID-12> <Patient#Weight> "9.031E1"^^<http://www.w3.org/2001/XMLSchema#double> .
 <Patient/ID-12> <Patient#Height> "1.76E0"^^<http://www.w3.org/2001/XMLSchema#double> .
 <Patient/ID-12> <Patient#BirthDate> "1978-04-06"^^<http://www.w3.org/2001/XMLSchema#date> .
 <Patient/ID-12> <Patient#EntranceDate> "2007-03-12T02:13:14"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
--- a/D018-1table1primarykey2columns3rows/directGraph.nt	Tue Mar 13 12:21:30 2012 +0100
+++ b/D018-1table1primarykey2columns3rows/directGraph.nt	Wed Mar 14 00:44:02 2012 +0100
@@ -1,9 +1,9 @@
-_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
-_:a <Student#id> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
-_:a <Student#name> "Venus          " .
 _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
-_:a <Student#id> "20"^^<http://www.w3.org/2001/XMLSchema#integer> .
-_:a <Student#name> "Fernando       " .
+_:a <Student#ID> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:a <Student#Name> "Venus          " .
 _:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
-_:a <Student#id> "30"^^<http://www.w3.org/2001/XMLSchema#integer> .
-_:a <Student#name> "David          " .
+_:a <Student#ID> "20"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:a <Student#Name> "Fernando       " .
+_:a <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
+_:a <Student#ID> "30"^^<http://www.w3.org/2001/XMLSchema#integer> .
+_:a <Student#Name> "David          " .
Binary file ts1.zip has changed