@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/penneo-api> a schema:SoftwareApplication ;
  schema:name "Penneo Sign API"@en, "Penneo Sign API"@da ;
  schema:description "Digital signature, KYC onboarding, and legally binding document workflow REST API."@en ;
  dcterms:description "Penneo (listed on Nasdaq Copenhagen) provides enterprise digital signature and compliance software. The Penneo Sign API enables automated dispatch of case files for MitID signing, automated signer authentication, and audit trail retrieval."@en ;
  schema:url <https://penneo.com> ;
  schema:documentation <https://app.penneo.com/api/docs> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-13"^^xsd:date ;
  dcterms:issued "2026-08-13"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "finance" ;
  dcat:keyword "read" ;
  dcat:keyword "write" ;
  dcat:keyword "submit" ;
  dcat:keyword "authenticate" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  aa:agentCapability "authenticate" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
