- From: Juan Sequeda <juanfederico@gmail.com>
- Date: Thu, 9 Feb 2012 17:51:15 -0600
- To: public-rdb2rdf-wg@w3.org
Received on Thursday, 9 February 2012 23:52:02 UTC
Hi,
I'm coming up with r2rml mappings that should fail.
The following is correct:
<TriplesMap1>
a rr:TriplesMap;
rr:logicalTable [ rr:tableName "Employees" ];
rr:subjectMap [ rr:column "FirstName"; rr:termType rr:BlankNode ];
rr:predicateObjectMap
[
rr:predicate foaf:name;
rr:objectMap [ rr:column "FirstName" ]
]
.
If I take the rr:TermType rr:BlankNode, that should fail, right?
Juan Sequeda
+1-575-SEQ-UEDA
www.juansequeda.com
Received on Thursday, 9 February 2012 23:52:02 UTC