@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/rentemester> a schema:SoftwareApplication ;
  schema:name "Rentemester"@en, "Rentemester"@da ;
  schema:description "Agent-first Danish bookkeeping CLI with append-only ledger and Danish tax rules."@en ;
  dcterms:description "Open-source command-line tool and MCP system created by Mikkel Krogsholm for automated Danish bookkeeping, VAT (moms) settlement, and OIOUBL invoice handling on an append-only SQLite ledger."@en ;
  schema:url <https://rentemester.dk> ;
  schema:documentation <https://github.com/mikkelkrogsholm/rentemester#readme> ;
  schema:codeRepository <https://github.com/mikkelkrogsholm/rentemester> ;
  aa:category "cli" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  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 "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .
