Fixing minor things reported by Toby
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Tue, 12 Jun 2012 16:03:41 +0200
changeset 95 8de9e415a095
parent 94 ee45793062dd
child 96 428211cab9fc
Fixing minor things reported by Toby
D012-2tables2duplicates0nulls/mappede.nq
D012-2tables2duplicates0nulls/r2rmle.ttl
rdb2rdf-ts.zip
--- a/D012-2tables2duplicates0nulls/mappede.nq	Sat Jun 09 14:57:05 2012 +0200
+++ b/D012-2tables2duplicates0nulls/mappede.nq	Tue Jun 12 16:03:41 2012 +0200
@@ -13,5 +13,5 @@
 _:Sue_Jones_Madrid <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://example.com/base/Lives> .
 _:Sue_Jones_Madrid <http://example.com/base/IOUs#fname> "Sue" .
 _:Sue_Jones_Madrid <http://example.com/base/IOUs#lname> "Jones" .
-_:Sue_Jones_Madrid <http://example.com/base/IOUs#amount> "Madrid" .
+_:Sue_Jones_Madrid <http://example.com/base/IOUs#city> "Madrid" .
 
--- a/D012-2tables2duplicates0nulls/r2rmle.ttl	Sat Jun 09 14:57:05 2012 +0200
+++ b/D012-2tables2duplicates0nulls/r2rmle.ttl	Tue Jun 12 16:03:41 2012 +0200
@@ -14,7 +14,7 @@
     
     rr:predicateObjectMap [
     	rr:predicate rdf:type;
-    	rr:objectMap <IOUs>;
+    	rr:object <IOUs>;
     ];
 		
     rr:predicateObjectMap
@@ -45,7 +45,7 @@
     
     rr:predicateObjectMap [
     	rr:predicate rdf:type;
-    	rr:objectMap <Lives>;
+    	rr:object <Lives>;
     ];
 	
     rr:predicateObjectMap
Binary file rdb2rdf-ts.zip has changed