@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/54464599-470c-47fd-bf68-9290c4bf88e2> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description "Haushalt 2013" ;
    dct:identifier "da1868d8-6c8b-436a-aa21-70da94a1c95b" ;
    dct:isVersionOf <http://134.245.19.93/dataset/29aab7b3-243e-41b0-b0ce-3beebf131197> ;
    dct:issued "2014-03-27T00:00:00"^^xsd:dateTime ;
    dct:modified "2020-01-24T08:23:12.181413"^^xsd:dateTime ;
    dct:publisher [ a foaf:Agent ;
            foaf:name "Finanzministerium" ] ;
    dct:spatial <http://dcat-ap.de/def/politicalGeocoding/stateKey/01> ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2013-12-31T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2013-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Haushalt 2013" ;
    dcat:distribution <095466ab-bd1b-4b57-b670-1b9b558ee225> ;
    dcat:keyword "Haushalt" ;
    dcat:theme <http://publications.europa.eu/resource/authority/data-theme/ECON>,
        <http://publications.europa.eu/resource/authority/data-theme/GOVE> .

<095466ab-bd1b-4b57-b670-1b9b558ee225> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:issued "2020-01-24T08:23:12.185381"^^xsd:dateTime ;
    dct:license <http://dcat-ap.de/def/licenses/officialWork> ;
    dct:modified "2020-01-24T08:23:12.185381"^^xsd:dateTime ;
    dct:title "hh13_csv.csv" ;
    dcat:accessURL <https://www.schleswig-holstein.de/DE/Fachinhalte/H/haushalt_landeshaushalt/Downloads/Haushaltsplaene2013/hh13_csv.csv?__blob=publicationFile&v=1> ;
    dcat:mediaType "text/csv" .

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

<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/CSV> a dct:MediaTypeOrExtent .

<https://www.schleswig-holstein.de/DE/Fachinhalte/H/haushalt_landeshaushalt/Downloads/Haushaltsplaene2013/hh13_csv.csv?__blob=publicationFile&v=1> a rdfs:Resource .

