@prefix void:    <http://rdfs.org/ns/void#> .
@prefix foaf:    <http://xmlns.com/foaf/0.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dcat:    <http://www.w3.org/ns/dcat#> .
@prefix prov:    <http://www.w3.org/ns/prov#> .
@prefix sd:      <http://www.w3.org/ns/sparql-service-description#> .


<https://catalogue.ceh.ac.uk/.well-known/void>
    a void:DatasetDescription ;
    dcterms:title "UKCEH Metadata Catalogue VoID Description";
    foaf:topic <https://catalogue.ceh.ac.uk/eidc/documents> ;
    foaf:topic <https://catalogue.ceh.ac.uk/ukeof/documents> ;
    foaf:topic <https://catalogue.ceh.ac.uk/ukceh/documents> ;
    foaf:topic <http://aims.fao.org/aos/agrovoc/> ;
    foaf:topic <http://onto.nerc.ac.uk/CAST/> ;
    foaf:topic <http://vocab.nerc.ac.uk/> ;
    foaf:topic <http://vocabs.lter-europe.net/EnvThes/> ;
    foaf:topic <http://www.eionet.europa.eu/gemet/> ;
    foaf:topic <http://www.wikidata.org/entity/> ;
    foaf:topic <https://deims.org/> ;
    foaf:topic <https://digital.ceh.ac.uk/vocab/fdri/> ;
    foaf:topic <https://digital.ceh.ac.uk/vocab/ra/> ;
    foaf:topic <https://doi.org/> ;
    foaf:topic <https://gtr.ukri.org/> ;
    foaf:topic <https://orcid.org/> ;
    foaf:topic <https://ror.org/> ;
    foaf:topic <https://sws.geonames.org/> ;
    .

<https://sparql.catalogue.ceh.ac.uk/ds/sparql>
    a sd:Service ;
    sd:endpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    sd:supportedLanguage sd:SPARQL11Query ;
    sd:feature sd:UnionDefaultGraph ;
    sd:defaultDataset [
        a sd:Dataset ;
        sd:defaultGraph [ a sd:Graph ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://catalogue.ceh.ac.uk> ;
            sd:graph <https://catalogue.ceh.ac.uk>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <http://aims.fao.org/aos/agrovoc/> ;
            sd:graph <http://aims.fao.org/aos/agrovoc/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <http://onto.nerc.ac.uk/CAST/> ;
            sd:graph <http://onto.nerc.ac.uk/CAST/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <http://vocab.nerc.ac.uk/> ;
            sd:graph <http://vocab.nerc.ac.uk/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <http://vocabs.lter-europe.net/EnvThes/> ;
            sd:graph <http://vocabs.lter-europe.net/EnvThes/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <http://www.eionet.europa.eu/gemet/> ;
            sd:graph <http://www.eionet.europa.eu/gemet/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <http://www.wikidata.org/entity/> ;
            sd:graph <http://www.wikidata.org/entity/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://deims.org/> ;
            sd:graph <https://deims.org/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://digital.ceh.ac.uk/vocab/fdri/> ;
            sd:graph <https://digital.ceh.ac.uk/vocab/fdri/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://digital.ceh.ac.uk/vocab/ra/> ;
            sd:graph <https://digital.ceh.ac.uk/vocab/ra/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://doi.org/> ;
            sd:graph <https://doi.org/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://gtr.ukri.org/> ;
            sd:graph <https://gtr.ukri.org/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://orcid.org/> ;
            sd:graph <https://orcid.org/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://ror.org/> ;
            sd:graph <https://ror.org/>
        ] ;
        sd:namedGraph [
            a sd:NamedGraph ;
            sd:name <https://sws.geonames.org/> ;
            sd:graph <https://sws.geonames.org/>
        ] ;
    ] ;
    .

<https://catalogue.ceh.ac.uk>
    a void:Dataset ;
    dcterms:title "Everything the UKCEH catalogue asserts about its own records"@en ;
    dcterms:publisher <https://ror.org/00pggkr55> ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:subset <https://catalogue.ceh.ac.uk/eidc/documents> ;
    void:subset <https://catalogue.ceh.ac.uk/ukeof/documents> ;
    void:subset <https://catalogue.ceh.ac.uk/ukceh/documents> ;
    .

<http://aims.fao.org/aos/agrovoc/>
    a void:Dataset ;
    dcterms:title "AGROVOC, the FAO multilingual thesaurus"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "http://aims.fao.org/aos/agrovoc/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<http://onto.nerc.ac.uk/CAST/>
    a void:Dataset ;
    dcterms:title "CAST, the NERC CEH categories and subjects thesaurus"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "http://onto.nerc.ac.uk/CAST/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<http://vocab.nerc.ac.uk/>
    a void:Dataset ;
    dcterms:title "NVS, the NERC Vocabulary Server"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "http://vocab.nerc.ac.uk/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<http://vocabs.lter-europe.net/EnvThes/>
    a void:Dataset ;
    dcterms:title "EnvThes, the eLTER environmental thesaurus"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "http://vocabs.lter-europe.net/EnvThes/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<http://www.eionet.europa.eu/gemet/>
    a void:Dataset ;
    dcterms:title "GEMET, the GEneral Multilingual Environmental Thesaurus"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "http://www.eionet.europa.eu/gemet/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<http://www.wikidata.org/entity/>
    a void:Dataset ;
    dcterms:title "Wikidata, the free knowledge base"@en ;
    dcterms:description "Subject concepts as Wikidata describes them: English label, aliases and description, what kind of thing each is, and the taxon name where it is a species."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "http://www.wikidata.org/entity/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
    void:vocabulary <http://schema.org/> ;
    void:vocabulary <http://www.wikidata.org/prop/direct/> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    .
<https://deims.org/>
    a void:Dataset ;
    dcterms:title "DEIMS-SDR, the Dynamic Ecological Information Management System"@en ;
    dcterms:description "eLTER monitoring sites as DEIMS-SDR describes them: name, abstract, site type, representative point, country and the networks they belong to."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://deims.org/" ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
    void:vocabulary <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
    void:vocabulary <http://www.geonames.org/ontology#> ;
    .
<https://digital.ceh.ac.uk/vocab/fdri/>
    a void:Dataset ;
    dcterms:title "FDRI, Floods and Droughts Research Infrastructure terms"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://digital.ceh.ac.uk/vocab/fdri/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<https://digital.ceh.ac.uk/vocab/ra/>
    a void:Dataset ;
    dcterms:title "UKCEH research activities"@en ;
    dcterms:description "Concept descriptions as published by the authority: preferred and alternate labels, definitions, notations and the broader/narrower hierarchy."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://digital.ceh.ac.uk/vocab/ra/" ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    .
<https://doi.org/>
    a void:Dataset ;
    dcterms:title "Crossref and DataCite, as the publishers of the cited works registered them"@en ;
    dcterms:description "Cited works as their registration agency describes them: title, date, publisher and the journal they appeared in."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://doi.org/" ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://purl.org/ontology/bibo/> ;
    .
<https://gtr.ukri.org/>
    a void:Dataset ;
    dcterms:title "Gateway to Research, UKRI's record of the projects it funded"@en ;
    dcterms:description "Funded projects as UKRI records them: title, abstract, reference, lead funder, status and research subjects."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://gtr.ukri.org/" ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
    .
<https://orcid.org/>
    a void:Dataset ;
    dcterms:title "ORCID, as published by the researchers themselves"@en ;
    dcterms:description "Researchers as they describe themselves in ORCID: their own name, given and family."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://orcid.org/" ;
    void:vocabulary <http://xmlns.com/foaf/0.1/> ;
    void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    .
<https://ror.org/>
    a void:Dataset ;
    dcterms:title "ROR, the Research Organization Registry"@en ;
    dcterms:description "Research organisations as ROR registers them: official name, aliases and acronym, country, website, and the identifiers they are known by elsewhere."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://ror.org/" ;
    void:vocabulary <http://xmlns.com/foaf/0.1/> ;
    void:vocabulary <http://www.w3.org/2004/02/skos/core#> ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://www.w3.org/2002/07/owl#> ;
    void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
    dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    .
<https://sws.geonames.org/>
    a void:Dataset ;
    dcterms:title "GeoNames, the geographical database"@en ;
    dcterms:description "Named places as GeoNames describes them: name, feature type, country, coordinates, population and parent features."@en ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:uriSpace "https://sws.geonames.org/" ;
    void:vocabulary <http://www.geonames.org/ontology#> ;
    void:vocabulary <http://www.w3.org/2003/01/geo/wgs84_pos#> ;
    void:vocabulary <http://www.w3.org/2000/01/rdf-schema#> ;
    dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
    .

<https://catalogue.ceh.ac.uk/eidc/documents>
    a void:Dataset ;
    dcterms:title "EIDC"@en ;
    dcterms:subject <http://dbpedia.org/resource/Environmental_science> ;
    foaf:homepage <https://catalogue.ceh.ac.uk/eidc/documents> ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:dataDump <https://catalogue.ceh.ac.uk/eidc/catalogue.ttl> ;
    void:vocabulary <http://www.w3.org/ns/dcat#> ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://www.opengis.net/ont/geosparql#> ;
    void:vocabulary <http://www.w3.org/ns/prov#> ;
    void:vocabulary <http://xmlns.com/foaf/0.1/> ;
    void:entities 2568 ;
    void:triples 219977 ;
    void:classPartition [ void:class <http://purl.org/dc/dcmitype/Service> ; void:entities 46 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/LicenseDocument> ; void:entities 10 ] ;
    void:classPartition [ void:class <http://xmlns.com/foaf/0.1/Organization> ; void:entities 1337 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/dcat#Dataset> ; void:entities 2181 ] ;
    void:classPartition [ void:class <http://purl.org/dc/dcmitype/Collection> ; void:entities 171 ] ;
    void:classPartition [ void:class <http://purl.org/cerif/frapo/Grant> ; void:entities 842 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/ProvenanceStatement> ; void:entities 2279 ] ;
    void:classPartition [ void:class <http://purl.org/cerif/frapo/FundingAgency> ; void:entities 61 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/dcat#Catalog> ; void:entities 1 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/prov#Activity> ; void:entities 842 ] ;
    void:classPartition [ void:class <http://purl.org/spar/fabio/Expression> ; void:entities 962 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/IMT> ; void:entities 48 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/RightsStatement> ; void:entities 268 ] ;
    void:classPartition [ void:class <http://www.w3.org/2004/02/skos/core#Concept> ; void:entities 3696 ] ;
    void:classPartition [ void:class <http://purl.org/spar/pro/RoleInTime> ; void:entities 16325 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/PeriodOfTime> ; void:entities 2170 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/Location> ; void:entities 2331 ] ;
    void:classPartition [ void:class <http://xmlns.com/foaf/0.1/Person> ; void:entities 5503 ] ;
    void:propertyPartition [ void:property dcterms:title ] ;
    void:propertyPartition [ void:property dcterms:description ] ;
    void:propertyPartition [ void:property dcterms:identifier ] ;
    void:propertyPartition [ void:property dcterms:subject ] ;
    void:propertyPartition [ void:property dcterms:spatial ] ;
    void:propertyPartition [ void:property dcterms:temporal ] ;
    void:propertyPartition [ void:property dcat:contactPoint ] ;
    void:propertyPartition [ void:property dcterms:publisher ] ;
    void:propertyPartition [ void:property dcterms:creator ] ;
    void:propertyPartition [ void:property dcterms:license ] ;
    void:propertyPartition [ void:property dcterms:rights ] ;
    void:propertyPartition [ void:property dcat:distribution ] ;
    void:propertyPartition [ void:property prov:wasGeneratedBy ] ;
    .

<https://catalogue.ceh.ac.uk/ukeof/documents>
    a void:Dataset ;
    dcterms:title "UK Environmental Observation Framework"@en ;
    dcterms:subject <http://dbpedia.org/resource/Environmental_science> ;
    foaf:homepage <https://catalogue.ceh.ac.uk/ukeof/documents> ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:dataDump <https://catalogue.ceh.ac.uk/ukeof/catalogue.ttl> ;
    void:vocabulary <http://www.w3.org/ns/dcat#> ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://www.opengis.net/ont/geosparql#> ;
    void:vocabulary <http://www.w3.org/ns/prov#> ;
    void:vocabulary <http://xmlns.com/foaf/0.1/> ;
    void:entities 0 ;
    void:triples 3 ;
    void:classPartition [ void:class <http://www.w3.org/ns/dcat#Catalog> ; void:entities 1 ] ;
    void:propertyPartition [ void:property dcterms:title ] ;
    void:propertyPartition [ void:property dcterms:description ] ;
    void:propertyPartition [ void:property dcterms:identifier ] ;
    void:propertyPartition [ void:property dcterms:subject ] ;
    void:propertyPartition [ void:property dcterms:spatial ] ;
    void:propertyPartition [ void:property dcterms:temporal ] ;
    void:propertyPartition [ void:property dcat:contactPoint ] ;
    void:propertyPartition [ void:property dcterms:publisher ] ;
    void:propertyPartition [ void:property dcterms:creator ] ;
    void:propertyPartition [ void:property dcterms:license ] ;
    void:propertyPartition [ void:property dcterms:rights ] ;
    void:propertyPartition [ void:property dcat:distribution ] ;
    void:propertyPartition [ void:property prov:wasGeneratedBy ] ;
    .

<https://catalogue.ceh.ac.uk/ukceh/documents>
    a void:Dataset ;
    dcterms:title "UKCEH digital assets"@en ;
    dcterms:subject <http://dbpedia.org/resource/Environmental_science> ;
    foaf:homepage <https://catalogue.ceh.ac.uk/ukceh/documents> ;
    void:sparqlEndpoint <https://sparql.catalogue.ceh.ac.uk/ds/sparql> ;
    void:dataDump <https://catalogue.ceh.ac.uk/ukceh/catalogue.ttl> ;
    void:vocabulary <http://www.w3.org/ns/dcat#> ;
    void:vocabulary <http://purl.org/dc/terms/> ;
    void:vocabulary <http://www.opengis.net/ont/geosparql#> ;
    void:vocabulary <http://www.w3.org/ns/prov#> ;
    void:vocabulary <http://xmlns.com/foaf/0.1/> ;
    void:entities 68 ;
    void:triples 1317 ;
    void:classPartition [ void:class <https://digital.ceh.ac.uk/ontology/doo/EnvironmentalMonitoringProgramme> ; void:entities 1 ] ;
    void:classPartition [ void:class <http://purl.org/dc/dcmitype/Service> ; void:entities 1 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/LicenseDocument> ; void:entities 1 ] ;
    void:classPartition [ void:class <http://xmlns.com/foaf/0.1/Organization> ; void:entities 5 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/dcat#Dataset> ; void:entities 15 ] ;
    void:classPartition [ void:class <http://purl.org/cerif/frapo/Grant> ; void:entities 9 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/sosa/Platform> ; void:entities 51 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/ProvenanceStatement> ; void:entities 15 ] ;
    void:classPartition [ void:class <https://digital.ceh.ac.uk/ontology/doo/EnvironmentalMonitoringFacility> ; void:entities 51 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/dcat#Catalog> ; void:entities 1 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/adms#Identifier> ; void:entities 51 ] ;
    void:classPartition [ void:class <http://purl.org/cerif/frapo/FundingAgency> ; void:entities 2 ] ;
    void:classPartition [ void:class <http://www.w3.org/ns/prov#Activity> ; void:entities 9 ] ;
    void:classPartition [ void:class <http://www.w3.org/2004/02/skos/core#Concept> ; void:entities 16 ] ;
    void:classPartition [ void:class <http://purl.org/spar/pro/RoleInTime> ; void:entities 17 ] ;
    void:classPartition [ void:class <http://www.opengis.net/ont/geosparql#Geometry> ; void:entities 1 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/PeriodOfTime> ; void:entities 10 ] ;
    void:classPartition [ void:class <http://purl.org/dc/terms/Location> ; void:entities 16 ] ;
    void:classPartition [ void:class <http://xmlns.com/foaf/0.1/Person> ; void:entities 3 ] ;
    void:propertyPartition [ void:property dcterms:title ] ;
    void:propertyPartition [ void:property dcterms:description ] ;
    void:propertyPartition [ void:property dcterms:identifier ] ;
    void:propertyPartition [ void:property dcterms:subject ] ;
    void:propertyPartition [ void:property dcterms:spatial ] ;
    void:propertyPartition [ void:property dcterms:temporal ] ;
    void:propertyPartition [ void:property dcat:contactPoint ] ;
    void:propertyPartition [ void:property dcterms:publisher ] ;
    void:propertyPartition [ void:property dcterms:creator ] ;
    void:propertyPartition [ void:property dcterms:license ] ;
    void:propertyPartition [ void:property dcterms:rights ] ;
    void:propertyPartition [ void:property dcat:distribution ] ;
    void:propertyPartition [ void:property prov:wasGeneratedBy ] ;
    .
