@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

<http://134.245.19.93/dataset/c9cc3da5-51bd-4c3d-9f3d-4efd25cb792a> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description "Ergebnisplan des Kreises Nordfriesland für das Jahr 2020" ;
    dct:identifier "c9cc3da5-51bd-4c3d-9f3d-4efd25cb792a" ;
    dct:issued "2020-04-09T00:00:00"^^xsd:dateTime ;
    dct:modified "2024-05-13T07:27:00.948342"^^xsd:dateTime ;
    dct:publisher <http://134.245.19.93/organization/1a4fc674-fde9-49a5-95ab-88f25b4c0005> ;
    dct:references <https://musterdatenkatalog.de/def/musterdatensatz/haushalt/ergebnisplan> ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/districtKey/01054> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2020-12-31T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2020-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Ergebnisplan 2020" ;
    dcat:distribution <http://134.245.19.93/dataset/c9cc3da5-51bd-4c3d-9f3d-4efd25cb792a/resource/29adf303-b95a-4965-a337-1c2d26d94ed3> ;
    dcat:keyword "Ergebnisplan",
        "Finanzen",
        "Haushalt" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<http://134.245.19.93/dataset/c9cc3da5-51bd-4c3d-9f3d-4efd25cb792a/resource/29adf303-b95a-4965-a337-1c2d26d94ed3> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2020-04-09T06:39:29.056915"^^xsd:dateTime ;
    dct:modified "2024-05-13T07:27:00.951387"^^xsd:dateTime ;
    dct:title "Ergebnisplan 2020.csv" ;
    dcat:accessURL <http://opendata.schleswig-holstein.de/data/nordfriesland/Kreis%20Nordfriesland%20-%20Ergebnisplan%202020.csv> ;
    dcat:mediaType "text/csv" .

<http://134.245.19.93/organization/1a4fc674-fde9-49a5-95ab-88f25b4c0005> a foaf:Agent ;
    foaf:name "Kreis Nordfriesland" .

<http://dcat-ap.de/def/politicalGeocoding/districtKey/01054> a dct:Location ;
    skos:prefLabel "Kreis Nordfriesland" ;
    locn:geometry "POLYGON ((8.2785 54.2620, 8.2785 55.0583, 9.3273 55.0583, 9.3273 54.2620, 8.2785 54.2620))"^^gsp:wktLiteral .

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

