Skip to content

Commit

Permalink
test-cases: RMLSTC0004{a,b}: add missing reference formulation
Browse files Browse the repository at this point in the history
Contributes to #51
  • Loading branch information
DylanVanAssche committed Mar 14, 2024
1 parent 0fe691a commit a6c52a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-cases/RMLSTC0004a/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<#TriplesMap> a rml:TriplesMap;
rml:logicalSource [ a rml:LogicalSource;
rml:source <#CSVWSourceAccess>;
rml:referenceFormulation rml:CSV;
];
rml:subjectMap [ a rml:SubjectMap;
rml:template "http://example.org/{id}";
Expand Down
1 change: 1 addition & 0 deletions test-cases/RMLSTC0004b/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<#TriplesMap> a rml:TriplesMap;
rml:logicalSource [ a rml:LogicalSource;
rml:source <#CSVWSourceAccess>;
rml:referenceFormulation rml:CSV;
];
rml:subjectMap [ a rml:SubjectMap;
rml:template "http://example.org/{id}";
Expand Down

0 comments on commit a6c52a9

Please sign in to comment.