@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/165> a dcat:Dataset ;
    dct:description """Schnittstelle zur Abfrage von diversen Standortinformationen im Kanton Zug.

Mögliche Abfragen:
- EGID
- E-GRID
- BFS-Nummer
- Grundstücksnummer
- Liegenschaftsnummer
- Assekuranznummer
- SDR-Nummer
- Gemeinde
- Geländenamen
- Flurnamen
- Jagdbezirk
- Adresse nächstgelegener Gebäudeeingang
- Landeskoordinaten nach LV95
- Höhe über Meer


Weiterführende Informationen finden Sie auf der Landing-Page."""@de ;
    dct:identifier "d70234b0-9d6b-472e-8057-bba1c43d6dff@kanton-zug" ;
    dct:issued "2024-12-02T00:00:00"^^xsd:dateTime ;
    dct:publisher <https://www.zg.ch/agg> ;
    dct:spatial "https://sws.geonames.org/2657907" ;
    dct:title "Location Intelligence Service APIs"@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/166> ;
    dcat:keyword "adressen"@de,
        "geo-services"@de,
        "grundstucksnummern"@de,
        "standorte"@de,
        "zugmap-api"@de ;
    dcat:landingPage <https://zg.ch/it/planen-bauen/geoinformation/geoinformationen-nutzen/offene-schnittstellen> ;
    dcat:theme euthemes:GOVE .

<https://data.zg.ch/store/1/resource/166> a dcat:Distribution ;
    dct:description "Schnittstelle zu Location Intelligence Services von GIS Kanton Zug"@de ;
    dct:format <http://publications.europa.eu/resource/authority/file-type/JSON> ;
    dct:license <http://dcat-ap.ch/vocabulary/licenses/terms_by> ;
    dct:rights <http://dcat-ap.ch/vocabulary/licenses/terms_by> ;
    dct:title "zugmap-API"@de ;
    dcat:accessURL <https://api.zugmap.ch/> ;
    dcat:mediaType <http://www.iana.org/assignments/media-types/application/json> .

<https://www.zg.ch/agg> a foaf:Agent ;
    foaf:name "Amt für Grundbuch und Geoinformation des Kantons Zug"@de .

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

