@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/danmarks-miljoeportal> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Danmarks Miljøportal"@en, "Danmarks Miljøportal"@da ;
  schema:description "National environmental data portal with web services and datasets across nature, water, climate, and land use."@en ;
  dcterms:description "Danmarks Miljøportal (DMP) is the joint public portal for Danish environmental and nature data, maintained in partnership between the state (Miljøministeriet), regions (Danske Regioner), and municipalities (KL). It aggregates over 1,000 datasets and tens of millions of observation records across 30 systems, offering WMS/WFS map services and REST/SOAP web services for biodiversity, water quality, protected zones, and soil contamination."@en ;
  schema:url <https://miljoeportal.dk> ;
  schema:documentation <https://miljoeportal.dk/services/> ;
  aa:category "api" ;
  aa:sector "other" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "other" ;
  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 .
