More direct mapping test cases were included
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Mon, 21 Feb 2011 19:37:30 +0100
changeset 5 f0957a893300
parent 4 1a2af82602e6
child 6 92f2b4b0c9ca
More direct mapping test cases were included
1table1compositeprimarykey3columns1row/directGraph.ttl
1table1primarykey1column1row/directGraph.ttl
2tables1primarykey1foreingkey/directGraph.ttl
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/1table1compositeprimarykey3columns1row/directGraph.ttl	Mon Feb 21 19:37:30 2011 +0100
@@ -0,0 +1,5 @@
+<Student/ID.10_Name.Venus+Williams#_> <Student#ID> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<Student/ID.10_Name.Venus+Williams#_> <Student#Name> "Venus Williams" .
+<Student/ID.10_Name.Venus+Williams#_> <Student#Sport> "Tennis" .
+<Student/ID.10_Name.Venus+Williams#_> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/1table1primarykey1column1row/directGraph.ttl	Mon Feb 21 19:37:30 2011 +0100
@@ -0,0 +1,3 @@
+<Student/Name.Venus#_> <Student#Name> "Venus" .
+<Student/Name.Venus#_> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/2tables1primarykey1foreingkey/directGraph.ttl	Mon Feb 21 19:37:30 2011 +0100
@@ -0,0 +1,13 @@
+<Student/ID.20#_> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
+<Student/ID.20#_> <Student#ID> "20"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<Student/ID.20#_> <Student#Name> "Demi Moore" .
+
+<Student/ID.10#_> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Student> .
+<Student/ID.10#_> <Student#ID> "10"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<Student/ID.10#_> <Student#Name> "Venus Williams" .
+<Student/ID.10#_> <Student#Sport> <Sport/ID.100#_> .
+
+<Sport/ID.100#_> <Sport#ID> "100"^^<http://www.w3.org/2001/XMLSchema#integer> .
+<Sport/ID.100#_> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <Sport> .
+<Sport/ID.100#_> <Sport#Name> "Tennis" .
+