@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/162> a dcat:Dataset ;
    dct:description """Der Kanton Zug verwendet für die Analyse des Besucherverhaltens auf dem kantonalen Webauftritt zg.ch das Webanalysetool matomo.

Die gesammelten Nutzerdaten werden anonymisiert zur Optimierung des Onlineangebotes ausgewertet."""@de ;
    dct:identifier "7495158b-08ac-413c-be90-d41eebd8593b@kanton-zug" ;
    dct:issued "2024-12-02T00:00:00"^^xsd:dateTime ;
    dct:publisher <https://data.zg.ch/store/2/resource/3> ;
    dct:spatial "https://sws.geonames.org/2657907" ;
    dct:title "Webstatistik kantonaler Webauftritt"@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/163> ;
    dcat:keyword "nutzerstatistik"@de,
        "webanalyse"@de,
        "webstatistik"@de ;
    dcat:landingPage <https://matomo.zug.ch/> ;
    dcat:theme euthemes:GOVE .

<https://data.zg.ch/store/1/resource/163> a dcat:Distribution ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/HTML> ;
    dct:license <http://dcat-ap.ch/vocabulary/licenses/terms_open> ;
    dct:rights <http://dcat-ap.ch/vocabulary/licenses/terms_open> ;
    dct:title "Zugang Matomo-Plattform"@de ;
    dcat:accessURL <https://matomo.zug.ch/> ;
    dcat:mediaType <http://www.iana.org/assignments/media-types/text/html> .

<https://data.zg.ch/store/2/resource/3> a foaf:Agent ;
    foaf:name "Open Data Zug"@de .

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

