@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix schema: <https://schema.org/> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix aa: <https://agentaccess.dk/ontology#> .

<https://agentaccess.dk/dataforsyningen> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Dataforsyningen"@en, "Dataforsyningen"@da ;
  schema:description "Klimadatastyrelsen's platform for free Danish geodata, WMS/WFS map services, elevation models, and aerial imagery."@en ;
  dcterms:description "Dataforsyningen is the primary geographic data platform operated by Klimadatastyrelsen (Danish Agency for Data Supply and Infrastructure). It provides open web services (WMS, WFS, WMTS) and REST endpoints for topographic maps, the Danish Elevation Model (Danmarks Højdemodel / DHM), cadastral boundaries, and high-resolution aerial photography (ortofoto). Developers can generate free access tokens to query spatial services directly."@en ;
  schema:url <https://dataforsyningen.dk> ;
  schema:documentation <https://dataforsyningen.dk/service/data> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  dcat:keyword "download" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "download" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
