Skip to content

Commit

Permalink
RMLSTC0004c: fix reference formulation
Browse files Browse the repository at this point in the history
Fixes #51
  • Loading branch information
DylanVanAssche committed Mar 14, 2024
1 parent a6c52a9 commit cc526ba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test-cases/RMLSTC0004c/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<#TriplesMap> a rml:TriplesMap;
rml:logicalSource [ a rml:LogicalSource;
rml:source <#CSVWSourceAccess>;
rml:referenceFormulation rml:JSONPath;
rml:iterator "$.[*]";
rml:referenceFormulation rml:CSV;
];
rml:subjectMap [ a rml:SubjectMap;
rml:template "http://example.org/{id}";
Expand Down

0 comments on commit cc526ba

Please sign in to comment.