@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/nemlog-in> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "NemLog-in"@en, "NemLog-in"@da ;
  schema:description "National public identity broker, single sign-on, digital power-of-attorney, and user-rights management."@en ;
  dcterms:description "NemLog-in (operated by Digitaliseringsstyrelsen / Agency for Digital Government) is the national public-sector identity and access management infrastructure. It provides SAML/OIDC identity brokerage (integrating MitID), a digital power-of-attorney system (Digital Fuldmagt), a Security Token Service (STS), and central administration of user roles and rights for Danish public authorities and connected service providers."@en ;
  schema:url <https://digst.dk/systemer/nemlog-in/> ;
  schema:documentation <https://en.digst.dk/systems/nemlog-in/nemlog-in-components/> ;
  aa:category "api" ;
  aa:sector "government" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-08-16"^^xsd:date ;
  dcterms:issued "2026-08-16"^^xsd:date ;
  dcat:keyword "api" ;
  dcat:keyword "government" ;
  dcat:keyword "authenticate" ;
  dcat:keyword "read" ;
  aa:agentCapability "authenticate" ;
  aa:agentCapability "read" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
