@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix spdx: <http://spdx.org/rdf/terms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://134.245.19.93/dataset/8c698588-8d84-4389-9fc7-69598ee91c0f> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dcatde:licenseAttributionByText "Statistisches Amt für Hamburg und Schleswig-Holstein, Hamburg 2021" ;
    dct:identifier "8c698588-8d84-4389-9fc7-69598ee91c0f" ;
    dct:issued "2022-09-21T00:00:00"^^xsd:dateTime ;
    dct:modified "2022-09-21T05:22:36.377105"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/statistikamt-nord> ;
    dct:references <https://musterdatenkatalog.de/def/musterdatensatz/wahlen/wahlkreise> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/stateKey/01> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2021-09-26T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2021-09-26T00:00:00"^^xsd:dateTime ] ;
    dct:title "Wahlkreise in Schleswig-Holstein zur Bundestagswahl 2021" ;
    dcat:distribution <http://134.245.19.93/dataset/8c698588-8d84-4389-9fc7-69598ee91c0f/resource/93b5abc3-c1de-4e19-a10e-88fedc25840a> ;
    dcat:keyword "Bundestagswahl",
        "Wahlen",
        "Wahlkreise" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<http://134.245.19.93/dataset/8c698588-8d84-4389-9fc7-69598ee91c0f/resource/93b5abc3-c1de-4e19-a10e-88fedc25840a> a dcat:Distribution ;
    dcatde:licenseAttributionByText "Statistisches Amt für Hamburg und Schleswig-Holstein, Hamburg 2021" ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/SHP> ;
    dct:issued "2022-09-21T05:21:56.965710"^^xsd:dateTime ;
    dct:modified "2022-09-21T05:21:56.800120"^^xsd:dateTime ;
    dct:title "Wahlkreise_SH_BTW2021.zip" ;
    spdx:checksum [ a spdx:Checksum ;
            spdx:algorithm <http://dcat-ap.de/def/hashAlgorithms/md/5> ;
            spdx:checksumValue "27a97f0097911656e1214f15173bb63f"^^xsd:hexBinary ] ;
    dcat:accessURL <http://134.245.19.93/dataset/8c698588-8d84-4389-9fc7-69598ee91c0f/resource/93b5abc3-c1de-4e19-a10e-88fedc25840a/download/wahlkreise_sh_btw2021.zip> ;
    dcat:byteSize 301076.0 ;
    dcat:mediaType "application/zip" .

<http://134.245.19.93/organization/statistikamt-nord> a foaf:Agent ;
    foaf:name "Statistisches Amt für Hamburg und Schleswig-Holstein A.ö.R. (Statistikamt Nord)" .

<http://dcat-ap.de/def/hashAlgorithms/md/5> a spdx:ChecksumAlgorithm .

<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://publications.europa.eu/resource/authority/file-type/SHP> a dct:MediaTypeOrExtent .

