--- 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;