Skip to content

Commit

Permalink
Show asset-distributions of ontology
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Cox committed Feb 7, 2019
1 parent 0e22bf7 commit 1315e0e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 11 deletions.
24 changes: 16 additions & 8 deletions dcat/examples/csiro-stratchart.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -23,28 +23,28 @@ dap:d33937
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.jsonld" ;
dcat:mediaType "application/ld+json" ;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/ld+json> ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.nt" ;
dcat:mediaType "application/n-triples" ;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/n-triples> ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.rdf" ;
dcat:mediaType "application/rdf+xml" ;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.ttl" ;
dcat:mediaType "text/turtle" ;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle> ;
] ;
dct:relation [
rdf:type foaf:Document ;
dct:type <http://purl.org/dc/dcmitype/Image> ;
dcat:downloadURL <http://stratigraphy.org/ICSchart/ChronostratChart2017-02.jpg> ;
dcat:mediaType "img/jpeg" ;
dcat:mediaType <https://www.iana.org/assignments/media-types/img/jpeg> ;
dct:description "Coloured image representation of the International Chronostratigraphic Chart" ;
dct:issued "2017-02-01"^^xsd:date ;
dct:title "International Chronostratigraphic Chart" ;
Expand All @@ -53,17 +53,25 @@ dap:d33937
rdf:type foaf:Document ;
dct:type <http://purl.org/dc/dcmitype/Image> ;
dcat:downloadURL <http://stratigraphy.org/ICSchart/ChronostratChart2017-02.pdf> ;
dcat:mediaType "application/pdf" ;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/pdf> ;
dct:description "Coloured image representation of the International Chronostratigraphic Chart" ;
dct:issued "2017-02-01"^^xsd:date ;
dct:title "International Chronostratigraphic Chart" ;
] ;
dct:relation [
rdf:type adms:Asset ;
dct:type <http://purl.org/adms/assettype/DomainModel> ;
dcat:downloadURL <http://resource.geosciml.org/ontology/timescale/gts> ;
dcat:distribution [
rdf:type dcat:Distribution ;
dcat:downloadURL <http://resource.geosciml.org/ontology/timescale/gts.ttl> ;
dcat:mediaType <https://www.iana.org/assignments/media-types/text/turtle> ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dcat:downloadURL <http://resource.geosciml.org/ontology/timescale/gts.rdf> ;
dcat:mediaType <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
] ;
dcat:landingPage <http://resource.geosciml.org/ontology/timescale/gts> ;
dcat:mediaType "text/turtle" ;
dct:conformsTo <https://www.w3.org/TR/owl2-overview/> ;
dct:description "This is an RDF/OWL representation of the GeoSciML Geologic Timescale model ..." ;
dct:issued "2011-01-01"^^xsd:date ;
Expand Down
14 changes: 11 additions & 3 deletions dcat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ <h4>Definitions of external elements</h4>
</p>
</section>
</section>

<section id="Class:Catalog">
<h3>Class: Catalog</h3>
<p>The following properties are recommended for use on this class:
Expand Down Expand Up @@ -3710,9 +3710,17 @@ <h3>Loosely structured catalog</h3>
dct:relation [
rdf:type adms:Asset ;
dct:type &lt;http://purl.org/adms/assettype/DomainModel&gt; ;
dcat:downloadURL &lt;http://resource.geosciml.org/ontology/timescale/gts&gt; ;
dcat:distribution [
rdf:type dcat:Distribution ;
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:distribution [
rdf:type dcat:Distribution ;
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:landingPage &lt;http://resource.geosciml.org/ontology/timescale/gts&gt; ;
dcat:mediaType &lt;https://www.iana.org/assignments/media-types/text/turtle&gt; ;
dct:conformsTo &lt;https://www.w3.org/TR/owl2-overview/&gt; ;
dct:description "This is an RDF/OWL representation of the GeoSciML Geologic Timescale model ..." ;
dct:issued "2011-01-01"^^xsd:date ;
Expand Down

0 comments on commit 1315e0e

Please sign in to comment.