@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/lunar-open-banking> a schema:SoftwareApplication ;
  schema:name "Lunar Open Banking Payments API"@en, "Lunar Open Banking Payments API"@da ;
  schema:description "Open banking and payment initiation APIs supporting domestic transfers, standing orders, and Danish FIK payment slips."@en ;
  dcterms:description "Lunar is a Nordic digital bank and licensed credit institution. Its Open Banking platform provides REST APIs for Payment Initiation Services (PIS) and Account Information Services (AIS), including specialized support for Danish domestic bank transfers, standing orders, and Danish FIK / GIRO payment slips (Indbetalingskort). An interactive sandbox environment with simulated user authorization is available."@en ;
  schema:url <https://lunar.app> ;
  schema:documentation <https://docs.openbanking.lunar.app/api-overview/payments> ;
  aa:category "api" ;
  aa:sector "finance" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  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" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "submit" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
