@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/b689063d-4f76-4370-9dc2-2d2e1028f158> a dcat:Dataset ;
    dcatde:contributorID <http://dcat-ap.de/def/contributors/schleswigHolstein> ;
    dct:description "Entwurf Haushalt 2019" ;
    dct:identifier "f3f580af-4cfa-4fa1-a410-f773a4eee86b" ;
    dct:issued "2018-10-30T00:00:00"^^xsd:dateTime ;
    dct:modified "2021-04-14T09:12:22.697903"^^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 "2019-12-31T00:00:00"^^xsd:dateTime ;
            dcat:startDate "2019-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Entwurf Haushalt 2019" ;
    dcat:distribution <http://134.245.19.93/dataset/b689063d-4f76-4370-9dc2-2d2e1028f158/resource/41ec05b9-9a59-4ff6-8eb7-542b279c2ac7> ;
    dcat:keyword "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/b689063d-4f76-4370-9dc2-2d2e1028f158/resource/41ec05b9-9a59-4ff6-8eb7-542b279c2ac7> a dcat:Distribution ;
    dct:format <https://publications.europa.eu/resource/authority/file-type/XLSX> ;
    dct:issued "2020-01-24T08:23:03.860788"^^xsd:dateTime ;
    dct:modified "2020-01-24T08:23:03.860788"^^xsd:dateTime ;
    dct:title "hh19_exel.xlsx" ;
    dcat:accessURL <https://www.schleswig-holstein.de/DE/Fachinhalte/H/haushalt_landeshaushalt/Downloads/HHE2019/hh19_exel.xlsx?__blob=publicationFile&v=2> ;
    dcat:mediaType "application/vnd.ms-excel" .

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

