@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/plandata> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Plandata.dk"@en, "Plandata.dk"@da ;
  schema:description "National spatial planning registry providing WFS and REST access to municipal plans, zoning, and local plans."@en ;
  dcterms:description "Plandata.dk is the official Danish planning register operated by Plan- og Landdistriktsstyrelsen. It contains legally binding municipal plans (kommuneplaner), local zoning plans (lokalplaner), rural/urban zone classifications (zonestatus), and proposals under public hearing across all 98 Danish municipalities. Data is exposed as open WFS and WMS web services and structured file downloads."@en ;
  schema:url <https://www.plandata.dk> ;
  schema:documentation <https://planinfo.erhvervsstyrelsen.dk/plandatadk> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^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 true .
