@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/cvrdata-parser> a schema:SoftwareApplication ;
  schema:name "CVR Data Parser & Replicator"@en, "CVR Data Parser & Replicator"@da ;
  schema:description "Python CLI to parse and stream the official CVR register into local SQL databases."@en ;
  dcterms:description "Python CLI tool designed to connect to the Danish Business Authority's (Erhvervsstyrelsen) official CVR Elasticsearch stream and replicate company records into PostgreSQL, MySQL, or SQLite."@en ;
  schema:url <https://datacvr.virk.dk> ;
  schema:documentation <https://github.com/gronlund/cvrdata#readme> ;
  schema:codeRepository <https://github.com/gronlund/cvrdata> ;
  aa:category "cli" ;
  aa:sector "government" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official false ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-18"^^xsd:date ;
  dcterms:issued "2026-08-18"^^xsd:date ;
  dcat:keyword "cli" ;
  dcat:keyword "government" ;
  dcat:keyword "read" ;
  dcat:keyword "search" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
