@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/geus> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "GEUS Data and Maps"@en, "GEUS Data and Maps"@da ;
  schema:description "Geological Survey of Denmark and Greenland open APIs and WFS services for borehole, groundwater, and subsurface data."@en ;
  dcterms:description "GEUS (De Nationale Geologiske Undersøgelser for Danmark og Grønland) provides programmatic access to national geoscience collections. Key services include the nationwide Jupiter database (water supply wells, groundwater chemistry, borehole geology), the GERDA geophysical database, MARTA marine data, and seismic surveys. Services are exposed through OGC-standard WMS, WFS, and downloadable datasets."@en ;
  schema:url <https://www.geus.dk> ;
  schema:documentation <https://eng.geus.dk/products-services-facilities/data-and-maps> ;
  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-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^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 .
