negative test case question

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