Skip to content

Commit

Permalink
spec: fix source examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FreuMi committed Jan 30, 2024
1 parent 631e150 commit 66e1338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/section/source-vocabulary.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ and the used compression algorithm. Defaults to no compression.

<pre class="ex-source">
&lt;#JSON&gt; a rml:LogicalSource;
rml:source [ a rml:Source, dcat:Distribution
rml:source [ a rml:Source, dcat:Distribution;
dcat:accessURL &lt;file:///path/to/data.json.gz&gt;;
rml:null ""; # empty string as NULL besides default null character
rml:compression rml:gzip; # GZip compression
Expand Down Expand Up @@ -196,7 +196,7 @@ The following example show a Source of an CSV file.

<pre class="ex-source">
&lt;#CSV&gt; a rml:LogicalSource;
rml:source [ a rml:Source, a csvw:Table
rml:source [ a rml:Source, csvw:Table;
csvw:url "/path/to/data.csv";
rml:null "NULL";
rml:null "";
Expand Down

0 comments on commit 66e1338

Please sign in to comment.