- From: Simon Cox via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Feb 2019 22:13:29 +0000
- To: public-dxwg-wg@w3.org
So this more complete example could be added to Appendix D?
```
dap:d33937
rdf:type dcat:Dataset ;
dct:description "A set of RDF graphs representing the International [Chrono]stratigraphic Chart, ..." ;
dct:conformsTo <http://resource.geosciml.org/ontology/timescale/gts> ;
dct:identifier "https://doi.org/10.25919/5b4d2b83cbf2d" ;
dct:issued "2018-07-07"^^xsd:date ;
dct:license <https://creativecommons.org/licenses/by/4.0/> ;
dct:publisher <http://www.csiro.au> ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.jsonld" ;
dcat:mediaType "application/ld+json" ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.nt" ;
dcat:mediaType "application/n-triples" ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.rdf" ;
dcat:mediaType "application/rdf+xml" ;
] ;
dcat:distribution [
rdf:type dcat:Distribution ;
dct:identifier "isc2017.ttl" ;
dcat:mediaType "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" ;
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 foaf:Document ;
dct:type <http://purl.org/dc/dcmitype/Image> ;
dcat:downloadURL <http://stratigraphy.org/ICSchart/ChronostratChart2017-02.pdf> ;
dcat:mediaType "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: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 ;
dct:issued "2017-04-28"^^xsd:date ;
dct:title "Geologic Timescale model" ;
] ;
dcat:landingPage <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
.
```
--
GitHub Notification of comment by dr-shorthair
Please view or discuss this issue at https://github.com/w3c/dxwg/issues/317#issuecomment-460434281 using your GitHub account
Received on Monday, 4 February 2019 22:13:31 UTC