@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix euthemes: <http://publications.europa.eu/resource/authority/data-theme/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<https://data.zg.ch/store/1/resource/362> a dcat:Dataset ;
    dct:description """Anteil bewaldeter Flächen (%) am jeweiligen Gemeindegebiet, 2018.
Waldflächen inkl. Waldstrassen und -bäche,
Gemeindeflächen inkl. Seefläche.

(QUELLE: Kanton Zug, Amt für Wald und Wild)"""@de ;
    dct:identifier "e43867b3-b396-43eb-bfba-2b0f2e6f5bbf@kanton-zug" ;
    dct:issued "2024-12-02T00:00:00"^^xsd:dateTime ;
    dct:publisher <https://data.zg.ch/store/2/resource/258> ;
    dct:spatial "https://sws.geonames.org/2657907" ;
    dct:temporal [ a dct:PeriodOfTime ;
            dcat:endDate "2018-12-31T23:59:59.999999"^^xsd:dateTime ;
            dcat:startDate "2018-01-01T00:00:00"^^xsd:dateTime ] ;
    dct:title "Anteil der bewaldeten Fläche am Gemeindegebiet"@de ;
    dcat:contactPoint [ a vcard:Organization ;
            vcard:fn "Open Data Zug" ;
            vcard:hasEmail <mailto:opendata@zg.ch> ] ;
    dcat:distribution <https://data.zg.ch/store/1/resource/364> ;
    dcat:keyword "bewaldung"@de ;
    dcat:landingPage <https://www.zg.ch/behoerden/gesundheitsdirektion/statistikfachstelle/themen/land-und-forstwirtschaft/forstwirtschaft> ;
    dcat:theme euthemes:ENVI .

<https://data.zg.ch/store/1/resource/364> a dcat:Distribution ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/CSV> ;
    dct:license <http://dcat-ap.ch/vocabulary/licenses/terms_by> ;
    dct:modified "2024-10-03T15:04:59.254000+00:00"^^xsd:dateTime ;
    dct:rights <http://dcat-ap.ch/vocabulary/licenses/terms_by> ;
    dct:title "Anteil der bewaldeten Fläche am Gemeindegebiet"@de ;
    dcat:accessURL <https://data.zg.ch/store/1/resource/363> ;
    dcat:downloadURL <https://data.zg.ch/store/1/resource/363> ;
    dcat:mediaType <http://www.iana.org/assignments/media-types/text/csv> .

<https://data.zg.ch/store/2/resource/258> a foaf:Agent ;
    foaf:name "Fachstelle für Daten und Statistik des Kantons Zug"@de .

<http://dcat-ap.ch/vocabulary/licenses/terms_by> a dct:LicenseDocument,
        dct:RightsStatement .

