@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/dmi-open-data> a schema:SoftwareApplication ;
  schema:name "DMI Open Data APIs"@en, "DMI Open Data APIs"@da ;
  schema:description "Meteorological, climate, ocean, radar, and lightning observation REST and OGC APIs."@en ;
  dcterms:description "Danmarks Meteorologiske Institut (DMI) provides free developer APIs offering real-time weather observations, lightning detection, oceanographic forecasts, and historical climate data covering Denmark and Greenland."@en ;
  schema:url <https://www.dmi.dk/frie-data> ;
  schema:documentation <https://opendatadocs.dmi.gov.cloud> ;
  aa:category "api" ;
  aa:sector "utility" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  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 "utility" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
