Fixing D011-M2MRelations/r2rmlb.ttl file
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Mon, 26 Sep 2011 14:17:14 +0200
changeset 25 d0f34c909395
parent 24 a0f5032eac93
child 26 6a43627657dc
Fixing D011-M2MRelations/r2rmlb.ttl file
D011-M2MRelations/r2rmlb.ttl
--- a/D011-M2MRelations/r2rmlb.ttl	Wed Aug 31 22:08:04 2011 +0100
+++ b/D011-M2MRelations/r2rmlb.ttl	Mon Sep 26 14:17:14 2011 +0200
@@ -5,7 +5,7 @@
 @base <http://mappingpedia.org/rdb2rdf/r2rml/tc/> .
 
 <TriplesMap1>
-    rr:logicalTable [ rr:tableName "Student"; ]
+    rr:logicalTable [ rr:tableName "Student"; ] ;
     rr:subjectMap [
         rr:template "http://example.com/student/{ID}";
         rr:class ex:Student;
@@ -24,7 +24,7 @@
 	.	
     
 <TriplesMap2>
-    rr:logicalTable [ rr:tableName "Sport"; ]
+    rr:logicalTable [ rr:tableName "Sport"; ] ;
     rr:subjectMap [
         rr:template "http://example.com/sport/{ID}";
         rr:class ex:Sport;