@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/9bcf1a15-d584-47e0-8ff9-f0348bb54131> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description "Ergebnisplan des Kreises Nordfriesland für das Jahr 2019" ;
    dct:identifier "9bcf1a15-d584-47e0-8ff9-f0348bb54131" ;
    dct:issued "2020-04-09T00:00:00"^^xsd:dateTime ;
    dct:modified "2024-05-13T07:27:12.762450"^^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 "2019-12-31T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2019-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Ergebnisplan 2019" ;
    dcat:distribution <http://134.245.19.93/dataset/9bcf1a15-d584-47e0-8ff9-f0348bb54131/resource/1e67ebb1-e43c-4d1f-913d-45039be3770c> ;
    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/9bcf1a15-d584-47e0-8ff9-f0348bb54131/resource/1e67ebb1-e43c-4d1f-913d-45039be3770c> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2020-04-09T06:39:29.623046"^^xsd:dateTime ;
    dct:modified "2024-05-13T07:27:12.766003"^^xsd:dateTime ;
    dct:title "Ergebnisplan 2019.csv" ;
    dcat:accessURL <http://opendata.schleswig-holstein.de/data/nordfriesland/Kreis%20Nordfriesland%20-%20Ergebnisplan%202019.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 .

