# baseURI: https://data.csiro.au/dataset/
# imports: http://www.w3.org/2006/time
# imports: http://www.w3.org/2006/vcard/ns
# imports: http://www.w3.org/ns/adms
# imports: http://www.w3.org/ns/dcat
# imports: http://www.w3.org/ns/project
# prefix: dap

@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix dap: <https://data.csiro.au/dataset/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix proj: <http://www.w3.org/ns/project#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix v: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

prov:Agent
  rdfs:subClassOf <http://xmlns.com/foaf/0.1/Agent> ;
.
prov:Organization
  rdfs:subClassOf <http://xmlns.com/foaf/0.1/Organization> ;
.
prov:Person
  rdfs:subClassOf <http://xmlns.com/foaf/0.1/Person> ;
.
dap:
  rdf:type owl:Ontology ;
  owl:imports <http://www.w3.org/2006/time> ;
  owl:imports <http://www.w3.org/2006/vcard/ns> ;
  owl:imports <http://www.w3.org/ns/adms> ;
  owl:imports <http://www.w3.org/ns/dcat> ;
  owl:imports <http://www.w3.org/ns/project> ;
.
dap:ATNF
  rdf:type prov:Activity ;
  rdfs:label "Australia Telescope National Facility"@en ;
  prov:informed dap:P366 ;
.
dap:ATNF-1
  rdf:type proj:Project ;
  rdf:type prov:Activity ;
  rdfs:label "Australia Telescope National Facility"@en ;
  proj:hasSubActivity dap:P366-1 ;
.
dap:A_Lyne
  rdf:type prov:Person ;
  rdfs:label "A Lyne" ;
.
dap:Andrea_Possenti
  rdf:type prov:Person ;
  rdfs:label "Andrea Possenti" ;
.
dap:B_Joshi
  rdf:type prov:Person ;
  rdfs:label "B Joshi" ;
.
dap:F_Camilo
  rdf:type prov:Person ;
  rdfs:label "F Camilo" ;
.
dap:G_Pearce
  rdf:type prov:Person ;
  rdfs:label "G Pearce" ;
.
dap:M_Kramer
  rdf:type prov:Person ;
  rdfs:label "M Kramer" ;
.
dap:M_McLaughlin
  rdf:type prov:Person ;
  rdfs:label "M McLaughlin" ;
.
dap:MartaBurgay-vcard
  rdf:type v:Individual ;
  v:fn "Marta Burgay" ;
  v:hasEmail <mailto:burgay@oa-cagliari.inaf.it> ;
.
dap:Marta_Burgay
  rdf:type prov:Person ;
  rdfs:label "Marta Burgay" ;
  dcat:contactPoint dap:MartaBurgay-vcard ;
.
<https://data.csiro.au/dataset/Nichi_D'Amico>
  rdf:type prov:Person ;
  rdfs:label "Nichi D'Amico" ;
.
dap:P366
  rdf:type prov:Activity ;
  dcterms:contributor dap:A_Lyne ;
  dcterms:contributor dap:Andrea_Possenti ;
  dcterms:contributor dap:B_Joshi ;
  dcterms:contributor dap:F_Camilo ;
  dcterms:contributor dap:G_Pearce ;
  dcterms:contributor dap:M_Kramer ;
  dcterms:contributor dap:M_McLaughlin ;
  dcterms:contributor <https://data.csiro.au/dataset/Nichi_D'Amico> ;
  dcterms:contributor dap:R_Manchester ;
  dcterms:type <http://dbpedia.org/resource/Observation> ;
  rdfs:comment "Parkes multibeam high-latitude pulsar survey"@en ;
  rdfs:label "P366 - Parkes multibeam high-latitude pulsar survey"@en ;
  prov:used dap:Parkes-radio-telescope ;
  prov:wasAssociatedWith dap:Marta_Burgay ;
  prov:wasInformedBy dap:ATNF ;
.
dap:P366-1
  rdf:type prov:Activity ;
  rdfs:comment "Parkes multibeam high-latitude pulsar survey"@en ;
  rdfs:label "P366 - Parkes multibeam high-latitude pulsar survey"@en ;
  rdfs:seeAlso <https://doi.org/10.1111/j.1365-2966.2006.10100.x> ;
  proj:hasParticipant dap:A_Lyne ;
  proj:hasParticipant dap:Andrea_Possenti ;
  proj:hasParticipant dap:B_Joshi ;
  proj:hasParticipant dap:F_Camilo ;
  proj:hasParticipant dap:G_Pearce ;
  proj:hasParticipant dap:M_Kramer ;
  proj:hasParticipant dap:M_McLaughlin ;
  proj:hasParticipant <https://data.csiro.au/dataset/Nichi_D'Amico> ;
  proj:hasParticipant dap:R_Manchester ;
  proj:hasPrincipalInvestigator dap:Marta_Burgay ;
  proj:isSubActivityOf dap:ATNF-1 ;
  proj:objective <http://dbpedia.org/resource/Observation> ;
  prov:startedAtTime "2000-11-01"^^xsd:date ;
  prov:used dap:Parkes-radio-telescope ;
  prov:wasInformedBy dap:ATNF ;
.
dap:Parkes-radio-telescope
  rdf:type prov:Entity ;
  rdfs:comment "Parkes radio-telescope"@en ;
.
dap:R_Manchester
  rdf:type prov:Person ;
  rdfs:label "R Manchester" ;
.
dap:SimonCox-vcard
  rdf:type v:Individual ;
  rdfs:label "Simon Cox" ;
.
dap:area
  rdf:type owl:DatatypeProperty ;
.
dap:atnf-P366-2003SEPT
  rdf:type dcat:Dataset ;
  dcterms:accessRights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "The metadata and files (if any) are available to the public."@en ;
    ] ;
  dcterms:bibliographicCitation "Burgay, M; McLaughlin, M; Kramer, M; Lyne, A; Joshi, B; Pearce, G; D'Amico, N; Possenti, A; Manchester, R; Camilo, F (2017): Parkes observations for project P366 semester 2003SEPT. v1. CSIRO. Data Collection. https://doi.org/10.4225/08/598dc08d07bb7" ;
  dcterms:description "Parkes multibeam high-latitude pulsar survey"@en ;
  dcterms:identifier "https://doi.org/10.4225/08/598dc08d07bb7"^^xsd:anyURI ;
  dcterms:identifier "ivo://au.csiro.atnf/P366-2003SEPT"^^xsd:anyURI ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  dcterms:modified "2017-07-30T08:55:55Z"^^xsd:dateTime ;
  dcterms:relation [
      dcterms:identifier "PH0090_0011.sf" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "PH0090_0021.sf" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "PH0090_0031.sf" ;
    ] ;
  dcterms:rights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "All Rights (including copyright) CSIRO 2017."@en ;
    ] ;
  dcterms:temporal [
      rdf:type dcterms:PeriodOfTime ;
      rdf:type time:ProperInterval ;
      time:hasBeginning [
          rdf:type time:Instant ;
          time:inXSDDate "2003-09-01"^^xsd:date ;
        ] ;
      time:hasEnd [
          rdf:type time:Instant ;
          time:inXSDDate "2003-12-31"^^xsd:date ;
        ] ;
    ] ;
  dcterms:title "Parkes observations for project P366 semester 2003SEPT"@en ;
  dcat:contactPoint dap:MartaBurgay-vcard ;
  dcat:keyword "pulsar"@en ;
  dcat:landingPage <https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/astronomical-and-space-sciences-not-elsewhere-classified> ;
  prov:wasGeneratedBy dap:P366 ;
.
dap:atnf-P366-2003SEPT_1
  rdf:type dcat:Dataset ;
  dcterms:accessRights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "The metadata and files (if any) are available to the public."@en ;
    ] ;
  dcterms:bibliographicCitation "Burgay, M; McLaughlin, M; Kramer, M; Lyne, A; Joshi, B; Pearce, G; D'Amico, N; Possenti, A; Manchester, R; Camilo, F (2017): Parkes observations for project P366 semester 2003SEPT. v1. CSIRO. Data Collection. https://doi.org/10.4225/08/598dc08d07bb7" ;
  dcterms:description "Parkes multibeam high-latitude pulsar survey"@en ;
  dcterms:hasPart [
      rdf:type dcat:Dataset ;
      dcat:distribution [
          rdf:type dcat:Distribution ;
          dcterms:identifier "PH0090_0011.sf" ;
          dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
          dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT> ;
          dcat:byteSize "1GB" ;
        ] ;
    ] ;
  dcterms:hasPart [
      rdf:type dcat:Dataset ;
      dcat:distribution [
          rdf:type dcat:Distribution ;
          dcterms:identifier "PH0090_0021.sf" ;
          dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
          dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT> ;
          dcat:byteSize "402MB" ;
        ] ;
    ] ;
  dcterms:hasPart [
      rdf:type dcat:Dataset ;
      dcat:distribution [
          rdf:type dcat:Distribution ;
          dcterms:identifier "PH0090_0031.sf" ;
          dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
          dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT> ;
          dcat:byteSize "82MB" ;
        ] ;
    ] ;
  dcterms:identifier "https://doi.org/10.4225/08/598dc08d07bb7"^^xsd:anyURI ;
  dcterms:identifier "ivo://au.csiro.atnf/P366-2003SEPT"^^xsd:anyURI ;
  dcterms:identifier [
      rdf:type adms:Identifier ;
      dcterms:creator <https://www.doi.org/> ;
      skos:notation "10.4225/08/598dc08d07bb7" ;
      adms:schemeAgency "International DOI Foundation";
    ] ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  dcterms:modified "2017-07-30T08:55:55Z"^^xsd:dateTime ;
  dcterms:rights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "All Rights (including copyright) CSIRO 2017."@en ;
    ] ;
  dcterms:temporal [
      rdf:type dcterms:PeriodOfTime ;
      rdf:type time:ProperInterval ;
      time:hasBeginning [
          rdf:type time:Instant ;
          time:inXSDDate "2003-09-01"^^xsd:date ;
        ] ;
      time:hasEnd [
          rdf:type time:Instant ;
          time:inXSDDate "2003-12-31"^^xsd:date ;
        ] ;
    ] ;
  dcterms:title "Parkes observations for project P366 semester 2003SEPT"@en ;
  dcat:contactPoint dap:MartaBurgay-vcard ;
  dcat:keyword "pulsar"@en ;
  dcat:landingPage <https://data.csiro.au/dap/landingpage?pid=csiro:P366-2003SEPT> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/astronomical-and-space-sciences-not-elsewhere-classified> ;
  prov:wasGeneratedBy dap:P366-1 ;
.
dap:d33937
  rdf:type dcat:Dataset ;
  dcterms:accessRights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "The metadata and files (if any) are available to the public."@en ;
    ] ;
  dcterms:bibliographicCitation "Cox, Simon (2018): RDF representation of 2017 edition of International Chronostratigraphic Chart (Geologic Timescale). v1. CSIRO. Data Collection. https://doi.org/10.25919/5b42a082052fa" ;
  dcterms:description "A set of RDF graphs representing the International [Chrono]stratigraphic Chart, comprising Turtle serializations of data from the 2017-02 version, along with updated ontologies that define the structure of the data. The Geological Timescale Model is aligned with the W3C OWL-Time ontology https://www.w3.org/TR/owl-time/ for the temporal topology, with OGC GeoSPARQL http://www.opengeospatial.org/standards/geosparql for location data, and with the W3C SOSA/SSN ontology for samples. The content of the vocabulary matches the 2017-02 International Chronostratigraphic Chart."@en ;
  dcterms:identifier "https://doi.org/10.25919/5b4d2b83cbf2d" ;
  dcterms:issued "2018-07-07"^^xsd:date ;
  dcterms:language [
      skos:notation "bg" ;
    ] ;
  dcterms:language [
      skos:notation "cs" ;
    ] ;
  dcterms:language [
      skos:notation "da" ;
    ] ;
  dcterms:language [
      skos:notation "de" ;
    ] ;
  dcterms:language [
      skos:notation "en" ;
    ] ;
  dcterms:language [
      skos:notation "es" ;
    ] ;
  dcterms:language [
      skos:notation "et" ;
    ] ;
  dcterms:language [
      skos:notation "fi" ;
    ] ;
  dcterms:language [
      skos:notation "fr" ;
    ] ;
  dcterms:language [
      skos:notation "hu" ;
    ] ;
  dcterms:language [
      skos:notation "it" ;
    ] ;
  dcterms:language [
      skos:notation "ja" ;
    ] ;
  dcterms:language [
      skos:notation "lt" ;
    ] ;
  dcterms:language [
      skos:notation "nl" ;
    ] ;
  dcterms:language [
      skos:notation "no" ;
    ] ;
  dcterms:language [
      skos:notation "pl" ;
    ] ;
  dcterms:language [
      skos:notation "pt" ;
    ] ;
  dcterms:language [
      skos:notation "sk" ;
    ] ;
  dcterms:language [
      skos:notation "sl" ;
    ] ;
  dcterms:language [
      skos:notation "sv" ;
    ] ;
  dcterms:language [
      skos:notation "zh" ;
    ] ;
  dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
  dcterms:publisher <http://www.csiro.au> ;
  dcterms:relation <http://resource.geosciml.org/classifier/ics/ischart/> ;
  dcterms:relation <http://resource.geosciml.org/ontology/timescale/gts> ;
  dcterms:relation <http://stratigraphy.org/> ;
  dcterms:relation <https://vocabs.ands.org.au/viewById/194> ;
  dcterms:relation [
      dcterms:identifier "ChronostratChart2017-02.jpg" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "ChronostratChart2017-02.pdf" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "isc2017.jsonld" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "isc2017.nt" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "isc2017.rdf" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "isc2017.ttl" ;
    ] ;
  dcterms:relation [
      dcterms:identifier "timescale.zip" ;
    ] ;
  dcterms:rights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "All Rights (including copyright) CSIRO 2018."@en ;
    ] ;
  dcterms:source <http://www.stratigraphy.org/GSSP/index.html> ;
  dcterms:title "RDF representation of 2017 edition of International Chronostratigraphic Chart (Geologic Timescale)"@en ;
  dcat:contactPoint <https://people.csiro.au/C/S/Simon-Cox> ;
  dcat:keyword "GeoSPARQL" ;
  dcat:keyword "OWL" ;
  dcat:keyword "OWL-Time" ;
  dcat:keyword "RDF" ;
  dcat:keyword "SOSA" ;
  dcat:keyword "SSN" ;
  dcat:keyword "geologic timescale"@en ;
  dcat:keyword "reference system"@en ;
  dcat:keyword "stratigraphy"@en ;
  dcat:keyword "vocabulary"@en ;
  dcat:landingPage <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/information-engineering-and-theory> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/interorganisational-information-systems-and-web-services> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/stratigraphy> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/web-technologies> ;
  prov:wasDerivedFrom <http://www.stratigraphy.org/GSSP/index.html> ;
.
dap:d33937_1
  rdf:type dcat:Dataset ;
  dcterms:accessRights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "The metadata and files (if any) are available to the public."@en ;
    ] ;
  dcterms:bibliographicCitation "Cox, Simon (2018): RDF representation of 2017 edition of International Chronostratigraphic Chart (Geologic Timescale). v1. CSIRO. Data Collection. https://doi.org/10.25919/5b42a082052fa" ;
  dcterms:conformsTo <http://resource.geosciml.org/ontology/timescale/gts> ;
  dcterms:description "A set of RDF graphs representing the International [Chrono]stratigraphic Chart, comprising Turtle serializations of data from the 2017-02 version, along with updated ontologies that define the structure of the data. The Geological Timescale Model is aligned with the W3C OWL-Time ontology https://www.w3.org/TR/owl-time/ for the temporal topology, with OGC GeoSPARQL http://www.opengeospatial.org/standards/geosparql for location data, and with the W3C SOSA/SSN ontology for samples. The content of the vocabulary matches the 2017-02 International Chronostratigraphic Chart."@en ;
  dcterms:identifier "https://doi.org/10.25919/5b42a082052fa" ;
  dcterms:isFormatOf [
      rdf:type dcat:Dataset ;
      dcterms:source <http://stratigraphy.org/index.php/ics-chart-timescale> ;
      dcterms:title "Graphical representation of 2017 edition of International Chronostratigraphic Chart (Geologic Timescale)"@en ;
      dcterms:type <http://purl.org/dc/dcmitype/Image> ;
      dcat:distribution [
          rdf:type dcat:Distribution ;
          dcterms:identifier "ChronostratChart2017-02.jpg" ;
          dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
          dcat:byteSize "1629104"^^xsd:decimal ;
          dcat:mediaType <https://www.iana.org/assignments/media-types/image/jpeg> ;
        ] ;
      dcat:distribution [
          rdf:type dcat:Distribution ;
          dcterms:identifier "ChronostratChart2017-02.pdf" ;
          dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
          dcat:byteSize "296233"^^xsd:decimal ;
          dcat:mediaType <https://www.iana.org/assignments/media-types/application/pdf> ;
        ] ;
    ] ;
  dcterms:issued "2018-07-17"^^xsd:date ;
  dcterms:language [
      skos:notation "bg" ;
    ] ;
  dcterms:language [
      skos:notation "cs" ;
    ] ;
  dcterms:language [
      skos:notation "da" ;
    ] ;
  dcterms:language [
      skos:notation "de" ;
    ] ;
  dcterms:language [
      skos:notation "en" ;
    ] ;
  dcterms:language [
      skos:notation "es" ;
    ] ;
  dcterms:language [
      skos:notation "et" ;
    ] ;
  dcterms:language [
      skos:notation "fi" ;
    ] ;
  dcterms:language [
      skos:notation "fr" ;
    ] ;
  dcterms:language [
      skos:notation "hu" ;
    ] ;
  dcterms:language [
      skos:notation "it" ;
    ] ;
  dcterms:language [
      skos:notation "ja" ;
    ] ;
  dcterms:language [
      skos:notation "lt" ;
    ] ;
  dcterms:language [
      skos:notation "nl" ;
    ] ;
  dcterms:language [
      skos:notation "no" ;
    ] ;
  dcterms:language [
      skos:notation "pl" ;
    ] ;
  dcterms:language [
      skos:notation "pt" ;
    ] ;
  dcterms:language [
      skos:notation "sk" ;
    ] ;
  dcterms:language [
      skos:notation "sl" ;
    ] ;
  dcterms:language [
      skos:notation "sv" ;
    ] ;
  dcterms:language [
      skos:notation "zh" ;
    ] ;
  dcterms:references [
      rdf:type dcat:Dataset ;
      dcterms:title "Geological timescale ontology"@en ;
      dcterms:type owl:Ontology ;
      dcat:distribution [
          dcterms:identifier "timescale.zip" ;
          dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
          dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
          dcat:mediaType <https://www.iana.org/assignments/media-types/application/zip> ;
        ] ;
    ] ;
  dcterms:relation <http://resource.geosciml.org/classifier/ics/ischart/> ;
  dcterms:relation <http://resource.geosciml.org/ontology/timescale/gts> ;
  dcterms:relation <http://stratigraphy.org/> ;
  dcterms:relation <https://vocabs.ands.org.au/viewById/194> ;
  dcterms:rights [
      rdf:type dcterms:RightsStatement ;
      rdfs:comment "All Rights (including copyright) CSIRO 2018."@en ;
    ] ;
  dcterms:source <http://www.stratigraphy.org/GSSP/index.html> ;
  dcterms:title "RDF representation of 2017 edition of International Chronostratigraphic Chart (Geologic Timescale)"@en ;
  dcterms:type <http://purl.org/dc/dcmitype/Dataset> ;
  dcat:contactPoint <https://people.csiro.au/C/S/Simon-Cox> ;
  dcat:distribution [
      rdf:type dcat:Distribution ;
      dcterms:identifier "isc2017.jsonld" ;
      dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
      dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
      dcat:byteSize "698039"^^xsd:decimal ;
      dcat:mediaType [
          rdf:type dcterms:MediaType ;
          rdfs:isDefinedBy <https://www.iana.org/assignments/media-types/application/ld+json> ;
          rdfs:label <https://www.iana.org/assignments/media-types/application/ld+json> ;
        ] ;
    ] ;
  dcat:distribution [
      rdf:type dcat:Distribution ;
      dcterms:identifier "isc2017.nt" ;
      dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
      dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
      dcat:byteSize "2047874"^^xsd:decimal ;
      dcat:mediaType [
          rdf:type dcterms:MediaType ;
          rdfs:isDefinedBy <https://www.iana.org/assignments/media-types/application/n-triples> ;
          rdfs:label <https://www.iana.org/assignments/media-types/application/n-triples> ;
        ] ;
    ] ;
  dcat:distribution [
      rdf:type dcat:Distribution ;
      dcterms:identifier "isc2017.rdf" ;
      dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
      dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
      dcat:byteSize "1600569"^^xsd:decimal ;
      dcat:mediaType [
          rdf:type dcterms:MediaType ;
          rdfs:isDefinedBy <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
          rdfs:label <https://www.iana.org/assignments/media-types/application/rdf+xml> ;
        ] ;
    ] ;
  dcat:distribution [
      rdf:type dcat:Distribution ;
      dcterms:identifier "isc2017.ttl" ;
      dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
      dcat:accessURL <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
      dcat:byteSize "531703"^^xsd:decimal ;
      dcat:mediaType [
          rdf:type dcterms:MediaType ;
          rdfs:isDefinedBy <https://www.iana.org/assignments/media-types/text/turtle> ;
          rdfs:label <https://www.iana.org/assignments/media-types/text/turtle> ;
        ] ;
    ] ;
  dcat:keyword "GeoSPARQL" ;
  dcat:keyword "OWL" ;
  dcat:keyword "OWL-Time" ;
  dcat:keyword "RDF" ;
  dcat:keyword "SOSA" ;
  dcat:keyword "SSN" ;
  dcat:keyword "geologic timescale"@en ;
  dcat:keyword "reference system"@en ;
  dcat:keyword "stratigraphy"@en ;
  dcat:keyword "vocabulary"@en ;
  dcat:landingPage <https://data.csiro.au/dap/landingpage?pid=csiro:33937> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/information-engineering-and-theory> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/interorganisational-information-systems-and-web-services> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/stratigraphy> ;
  dcat:theme <http://registry.it.csiro.au/def/keyword/anzsrc/web-technologies> ;
.
dap:doi-P366-2003SEPT
  rdf:type adms:Identifier ;
  dcterms:creator <https://researchdata.ands.org.au/> ;
  skos:notation "10.4225/08/598dc08d07bb7" ;
  adms:schemeAgency "International DOI Foundation" ;
.
