Skip to content

Commit

Permalink
Small fixes to test cases 0005a and 0005b
Browse files Browse the repository at this point in the history
  • Loading branch information
chrdebru authored and DylanVanAssche committed Mar 18, 2024
1 parent bc135be commit ca28d0f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
14 changes: 7 additions & 7 deletions test-cases/RMLSTC0005a/Friends-NULL.csv
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id, name, age
0, Monica Geller, 33
1, Rachel Green, 34
2, Joey Tribbiani, 35
3, Chandler Bing, 36
4, Ross Geller, 37
5,,
id;name;age
0;Monica Geller;33
1;Rachel Green;34
2;Joey Tribbiani;35
3;Chandler Bing;36
4;Ross Geller;37
5;;
3 changes: 2 additions & 1 deletion test-cases/RMLSTC0005a/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@base <http://example.com/rules/> .

<#CSVWSourceAccess> a rml:Source, csvw:Table;
csvw:url "file://./Friends.csv";
csvw:url "file://./Friends-NULL.csv";
csvw:dialect [ a csvw:Dialect;
csvw:delimiter ";";
csvw:encoding "UTF-8";
Expand All @@ -19,6 +19,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
Binary file modified test-cases/RMLSTC0005b/Friends.csv
Binary file not shown.
1 change: 1 addition & 0 deletions test-cases/RMLSTC0005b/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 ca28d0f

Please sign in to comment.