@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/krak> a schema:SoftwareApplication ;
  schema:name "Krak API (Eniro)"@en, "Krak API (Eniro)"@da ;
  schema:description "Danish local directory and search API for company profiles, phone numbers, person lookup, and maps."@en ;
  schema:description "Dansk lokal søge- og virksomhedskatalog-API til firmainfo, telefonnumre, personsøgning og kort."@da ;
  dcterms:description "Krak (part of Eniro Group) is Denmark's historic commercial and personal directory service. Through the Eniro Developer API (using the Danish 'krak' profile), agents can perform structured queries against millions of Danish business listings, trade categories, opening hours, website links, and contact phone numbers. The API also provides reverse telephone number lookup (Nummeroplysning / Unknown Number) to identify incoming callers, as well as geocoding, address autocomplete, and route calculation across Denmark."@en ;
  dcterms:description "Krak (en del af Eniro Group) er Danmarks klassiske erhvervs- og personkatalog (Kraks Vejviser). Gennem Eniro Developer API (med 'krak' som profil) kan AI-agenter foretage strukturerede opslag i millioner af danske virksomhedsprofiler, branchekoder, åbningstider, webadresser og telefonnumre. API'et tilbyder desuden omvendt telefonopslag (Nummeroplysning / Ukendt nummer) til automatisk identifikation af opkald samt geokodning, adresse-autokomplettering og ruteberegning i Danmark."@da ;
  schema:url <https://api.eniro.com> ;
  schema:documentation <https://api.eniro.com> ;
  aa:category "api" ;
  aa:sector "ecommerce" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-01"^^xsd:date ;
  dcterms:issued "2026-09-01"^^xsd:date ;
  dcat:keyword "directory" ;
  dcat:keyword "yellow-pages" ;
  dcat:keyword "phone-lookup" ;
  dcat:keyword "companies" ;
  dcat:keyword "maps" ;
  dcat:keyword "contact-data" ;
  dcat:keyword "eniro" ;
  dcat:keyword "katalog" ;
  dcat:keyword "gule-sider" ;
  dcat:keyword "nummeroplysning" ;
  dcat:keyword "virksomheder" ;
  dcat:keyword "kort" ;
  dcat:keyword "kontaktoplysninger" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  aa:agentCapability "lookup" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
