@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/uniteapps-cvr> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "UniteApps CVR API"@en, "UniteApps CVR API"@da ;
  schema:description "API for Danish CVR searches, financials, ownership, roles, and address screening."@en ;
  schema:description "API til danske CVR-opslag med regnskaber, ejerforhold, roller og adressescreening."@da ;
  dcterms:description "UniteApps CVR is a privately operated analysis service from UniteApps and is not an official Danish Business Authority service. It indexes public CVR distribution data, XBRL filings, and Danish address coordinates to expose company profiles, financials, roles, ownership graphs, address searches, screening, and evidence for labour-law identity analysis. Agents access the read-only JSON REST API with a personal Bearer token created after account registration; the same dataset is also available through a separate OAuth-based MCP server."@en ;
  dcterms:description "UniteApps CVR er en privatdrevet analysetjeneste fra UniteApps og er ikke en officiel tjeneste fra Erhvervsstyrelsen. Den indekserer offentlige CVR-distributionsdata, XBRL-regnskaber og danske adressekoordinater og udstiller virksomhedsprofiler, regnskaber, roller, ejergrafer, adresseopslag, screening og datagrundlag til vurdering af arbejdsretslig identitet. Agenter tilgår det skrivebeskyttede JSON REST-API med en personlig Bearer-token, som oprettes efter registrering; de samme data findes også via en separat OAuth-baseret MCP-server."@da ;
  schema:url <https://cvr.uniteapps.dk> ;
  schema:documentation <https://cvr.uniteapps.dk/docs/api> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "unknown" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-20"^^xsd:date ;
  dcterms:issued "2026-08-20"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
