Skip to content

Commit

Permalink
Replacing text/csv with text/csv;charset=UTF-8
Browse files Browse the repository at this point in the history
  • Loading branch information
bernafarias committed Aug 2, 2016
1 parent ce7c3fc commit 706e98a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bp.html
Expand Up @@ -1354,7 +1354,7 @@ <h5 class="subhead">Machine-readable</h5>
a dcat:Distribution ;
dct:title "CSV distribution of stops-2015-05-05 dataset" ;
dct:description "CSV distribution of the bus stops dataset of MyCity" ;
dcat:mediaType "text/csv" ;
dcat:mediaType "text/csv;charset=UTF-8" ;
<strong>dct:license &lt;http://creativecommons.org/licenses/by-sa/3.0/&gt;</strong> ;
.
</pre>
Expand Down Expand Up @@ -1537,7 +1537,7 @@ <h5 class="subhead">Machine-readable</h5>
dcat:downloadURL &lt;http://data.mycity.example.com/transport/dataset/bus/stops-2015-05-05.csv&gt; ;
dct:title "CSV distribution of stops-2015-05-05 dataset" ;
dct:description "CSV distribution of the bus stops dataset of MyCity" ;
dcat:mediaType "text/csv" ;
dcat:mediaType "text/csv;charset=UTF-8" ;
dct:license &lt;http://creativecommons.org/licenses/by-sa/3.0/&gt; ;
<strong>dqv:hasQualityMeasurement :measure1, :measure2 </strong>
.
Expand Down Expand Up @@ -2400,7 +2400,7 @@ <h4 class="subhead">Possible Approach to Implementation</h4>
dcat:downloadURL &lt;http://data.mycity.example.com/transport/dataset/bus/stops-2015-05-05.csv&gt; ;
dct:title "CSV distribution of stops-2015-05-05 dataset" ;
dct:description "CSV distribution of the bus stops dataset of MyCity" ;
dcat:mediaType "text/csv" ;
dcat:mediaType "text/csv;charset=UTF-8" ;
dct:license &lt;http://creativecommons.org/licenses/by-sa/3.0/&gt; ;
.
:stops-2015-05-05.json
Expand Down Expand Up @@ -3807,7 +3807,7 @@ <h4 class="subhead">Possible Approach to Implementation</h4>
a dcat:Distribution ;
dct:title "CSV distribution of stops-2015-05-05 dataset" ;
dct:description "CSV distribution of the bus stops dataset of MyCity" ;
dcat:mediaType "text/csv" ;
dcat:mediaType "text/csv;charset=UTF-8" ;
.

:comment1Content a cnt:ContentAsText ;
Expand Down

0 comments on commit 706e98a

Please sign in to comment.