Skip to content

Commit

Permalink
RMLSTC0004a: fix csvw:url
Browse files Browse the repository at this point in the history
Contributes to #51
  • Loading branch information
DylanVanAssche committed Mar 14, 2024
1 parent cc526ba commit aa61811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-cases/RMLSTC0004a/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 "http://./Friends-NULL.csv";
csvw:url "file://./Friends-NULL.csv";
csvw:dialect [ a csvw:Dialect;
csvw:delimiter ";";
csvw:encoding "UTF-8";
Expand Down

0 comments on commit aa61811

Please sign in to comment.