@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcatde: <http://dcat-ap.de/def/dcatde/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://134.245.19.93/dataset/7cbc5668-ad9a-4d1c-a761-5ac18df45067> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description """Kirchengebäude im Gebiet der Nordkirche\r
	\r
Für Informationen zum Datenmodell siehe [https://nordkirche.gitlab.nordkirche.de/NAPI-blueprint/](https://nordkirche.gitlab.nordkirche.de/NAPI-blueprint/)\r
	""" ;
    dct:identifier "7cbc5668-ad9a-4d1c-a761-5ac18df45067" ;
    dct:issued "2020-04-17T00:00:00"^^xsd:dateTime ;
    dct:modified "2022-08-11T09:16:48.266446"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/43800b0b-a540-4489-888c-ef12e0f73f9f> ;
    dct:references <https://musterdatenkatalog.de/def/musterdatensatz/externeInfrastruktur/kirchenKappellenUndKloester> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/stateKey/01> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:startDate "2020-04-02T00:00:00"^^xsd:dateTime ] ;
    dct:title "Kirchen" ;
    dcat:distribution <https://opendata.schleswig-holstein.de/nordkirche/kirchen/json>,
        <https://opendata.schleswig-holstein.de/nordkirche/kirchen/jsongz> ;
    dcat:keyword "Externe Infrastruktur",
        "Kapelle",
        "Kirche",
        "Kirchen Kapellen Klöster",
        "Kirchengeäubde" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/EDUC> .

<http://134.245.19.93/organization/43800b0b-a540-4489-888c-ef12e0f73f9f> a foaf:Agent ;
    foaf:name "Nordkirche" .

<http://dcat-ap.de/def/politicalGeocoding/stateKey/01> a dct:Location ;
    skos:prefLabel "Bundesland Schleswig-Holstein" ;
    locn:geometry "POLYGON ((7.8690 53.3600, 7.8690 55.0583, 11.3126 55.0583, 11.3126 53.3600, 7.8690 53.3600))"^^gsp:wktLiteral .

<https://opendata.schleswig-holstein.de/data/nordkirche/kirchen.json> a rdfs:Resource .

<https://opendata.schleswig-holstein.de/data/nordkirche/kirchen.json.gz> a rdfs:Resource .

<https://opendata.schleswig-holstein.de/nordkirche/kirchen/json> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:issued "2020-04-17T05:55:53.022033"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2020-04-02T17:34:00"^^xsd:dateTime ;
    dct:title "kirchen.json" ;
    dcat:accessURL <https://opendata.schleswig-holstein.de/data/nordkirche/kirchen.json> ;
    dcat:byteSize 3544725.0 ;
    dcat:mediaType "application/json" .

<https://opendata.schleswig-holstein.de/nordkirche/kirchen/jsongz> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:issued "2020-04-17T05:55:53.022028"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/cc-zero> ;
    dct:modified "2020-04-02T17:34:00"^^xsd:dateTime ;
    dct:title "kirchen.json.gz" ;
    dcat:accessURL <https://opendata.schleswig-holstein.de/data/nordkirche/kirchen.json.gz> ;
    dcat:byteSize 190009.0 ;
    dcat:mediaType "application/json+gzip" .

<http://dcat-ap.de/def/licenses/cc-zero> a dct:LicenseDocument ;
    dct:type <http://purl.org/adms/licencetype/UnknownIPR> .

<https://publications.europa.eu/resource/authority/file-type/JSON> a dct:MediaTypeOrExtent .

