Skip to content

Commit

Permalink
test-cases: RMLSTC0006f: fix D2RQ source
Browse files Browse the repository at this point in the history
D2RQ database source was not properly linked and lacked reference formulation.
Contributes to #57
  • Loading branch information
DylanVanAssche committed Mar 18, 2024
1 parent b9d7346 commit fb54e05
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test-cases/RMLSTC0006f/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@

<#TriplesMap> a rml:TriplesMap;
rml:logicalSource [ a rml:LogicalSource;
rml:source <#CSVWSourceAccess>;
rml:source <#D2RQSourceAccess>;
rml:referenceFormulation rml:SQL2008Table;
rml:iterator "Friends";
];
rml:subjectMap [ a rml:SubjectMap;
rml:template "http://example.org/{id}";
Expand Down

0 comments on commit fb54e05

Please sign in to comment.