1table1row updated
authorBoris Villazon-Terrazas <bvillazon@fi.upm.es>
Tue, 01 Feb 2011 02:10:01 +0100
changeset 3 f52eb3747683
parent 2 1e940dd73376
child 4 1a2af82602e6
1table1row updated
1table1row/mapped.trig
1table1row/r2rml.ttl
--- a/1table1row/mapped.trig	Tue Feb 01 02:08:49 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix ex: <http://example.com/> .
-
-ex:Venus foaf:name "Venus".
--- a/1table1row/r2rml.ttl	Tue Feb 01 02:08:49 2011 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-@prefix rr: <http://www.w3.org/ns/r2rml#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
-@prefix ex: <http://example.com/> .
-@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-
-<#TriplesMap1>
-    a rr:TriplesMap;
-    
-    rr:tableOwner "boricles";
-    rr:tableName "Student";
-
-    rr:subjectMap [ rr:template "http://example.com/{Name}" ]; 
-	
-    rr:predicateObjectMap
-    [ 
-      rr:predicateMap [ rr:predicate foaf:name ]; 
-      rr:objectMap    [ rr:column "Name" ]
-    ]
-    .