Skip to content

Commit

Permalink
Merge branch 'gh-pages' into dcat-dataset-series
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-perego committed Oct 28, 2020
2 parents f03aebe + 1c1e0a4 commit 914c5ba
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions dcat/index.html
Expand Up @@ -438,7 +438,7 @@ <h3>Basic example</h3>
a dcat:Distribution&nbsp;;
dcat:downloadURL &lt;http://www.example.org/files/001.csv&gt; ;
dct:title "CSV distribution of imaginary dataset 001"@en ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/csv&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/csv&gt; ;
dcat:byteSize "5120"^^xsd:decimal ;
.
</pre>
Expand Down Expand Up @@ -571,7 +571,7 @@ <h3>Dataset available only behind some Web page</h3>
:dataset-002-csv
a dcat:Distribution ;
dcat:accessURL &lt;http://example.org/dataset-002.html&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/csv&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/csv&gt; ;
.</pre>
</aside>

Expand All @@ -593,7 +593,7 @@ <h3>A dataset available as a download and behind some Web page</h3>
:dataset-003-csv
a dcat:Distribution ;
dcat:downloadURL &lt;http://example.org/dataset-003.csv&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/csv&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/csv&gt; ;
.</pre>
</aside>

Expand Down Expand Up @@ -622,14 +622,14 @@ <h3>A dataset available through a service</h3>
rdf:type dcat:Distribution ;
dcat:accessService :table-service-005 ;
dcat:accessURL &lt;http://example.org/api/table-005&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/csv&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/csv&gt; ;
.

:dataset-004-png
rdf:type dcat:Distribution ;
dcat:accessService :figure-service-006 ;
dcat:accessURL &lt;http://example.org/api/figure-006&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/image/png&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/image/png&gt; ;
.

:figure-service-006
Expand Down Expand Up @@ -4444,22 +4444,22 @@ <h3>Loosely structured catalog</h3>
:d33937-jsonld rdf:type dcat:Distribution ;
dcat:downloadURL :isc2017.jsonld ;
dcat:byteSize "698039"^^xsd:decimal ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/ld+json&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/ld+json&gt; ;
.
:d33937-nt rdf:type dcat:Distribution ;
dcat:downloadURL :isc2017.nt ;
dcat:byteSize "2047874"^^xsd:decimal ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/n-triples&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/n-triples&gt; ;
.
:d33937-rdf rdf:type dcat:Distribution ;
dcat:downloadURL :isc2017.rdf ;
dcat:byteSize "1600569"^^xsd:decimal ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/rdf+xml&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/rdf+xml&gt; ;
.
:d33937-ttl rdf:type dcat:Distribution ;
dcat:downloadURL :isc2017.ttl ;
dcat:byteSize "531703"^^xsd:decimal ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/turtle&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/turtle&gt; ;
.
:d33937.owl
a dcat:Dataset ;
Expand Down Expand Up @@ -4511,19 +4511,19 @@ <h3>Loosely structured catalog</h3>
rdf:type dcat:Distribution ;
dct:title "RDF/XML representation of the ontology used for the data"@en ;
dcat:downloadURL &lt;http://resource.geosciml.org/ontology/timescale/gts.rdf&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/rdf+xml&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/rdf+xml&gt; ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:title "TTL representation of the ontology used for the data"@en ;
dcat:downloadURL &lt;http://resource.geosciml.org/ontology/timescale/gts.ttl&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/turtle&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/turtle&gt; ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:title "Webpage describing the ontology used for the data"@en ;
dcat:downloadURL &lt;http://resource.geosciml.org/ontology/timescale/gts.html&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/html&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/html&gt; ;
] ;
dcat:landingPage &lt;http://resource.geosciml.org/ontology/timescale/gts&gt; ;
] ;
Expand All @@ -4544,41 +4544,41 @@ <h3>Loosely structured catalog</h3>
rdf:type dcat:Distribution ;
dct:identifier "isc2017.jsonld" ;
dct:title "JSON-LD serialization of the RDF representation of the entire dataset"@en ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/ld+json&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/ld+json&gt; ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.nt" ;
dct:title "N-Triples serialization of the RDF representation of the entire dataset"@en ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/n-triples&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/n-triples&gt; ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.rdf" ;
dct:title "RDF/XML serialization of the RDF representation of the entire dataset"@en ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/application/rdf+xml&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/application/rdf+xml&gt; ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.ttl" ;
dct:title "TTL serialization of the RDF representation of the entire dataset"@en ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/turtle&gt; ;
dcat:mediaType &lt;http://www.iana.org/assignments/media-types/text/turtle&gt; ;
] ;
dcat:landingPage &lt;https://data.csiro.au/dap/landingpage?pid=csiro:33937&gt; ;
.

&lt;http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg&gt;
rdf:type foaf:Document ;
dct:type &lt;http://purl.org/dc/dcmitype/Image&gt; ;
dct:format &lt;https://www.iana.org/assignments/media-types/img/jpeg&gt; ;
dct:format &lt;http://www.iana.org/assignments/media-types/img/jpeg&gt; ;
dct:description "Coloured image representation of the International Chronostratigraphic Chart"@en ;
dct:issued "2017-02-01"^^xsd:date ;
dct:title "International Chronostratigraphic Chart"@en ;
.
&lt;http://stratigraphy.org/ICSchart/ChronostratChart2017-02.pdf&gt;
rdf:type foaf:Document ;
dct:type &lt;http://purl.org/dc/dcmitype/Image&gt; ;
dct:format &lt;https://www.iana.org/assignments/media-types/application/pdf&gt; ;
dct:format &lt;http://www.iana.org/assignments/media-types/application/pdf&gt; ;
dct:description "Coloured image representation of the International Chronostratigraphic Chart"@en ;
dct:issued "2017-02-01"^^xsd:date ;
dct:title "International Chronostratigraphic Chart"@en ;
Expand Down

0 comments on commit 914c5ba

Please sign in to comment.