@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/2021-ai-grace> a schema:SoftwareApplication ;
  schema:name "2021.AI GRACE Platform"@en, "2021.AI GRACE Platform"@da ;
  schema:description "Danish enterprise AI governance, trust, and model lifecycle management platform complying with the EU AI Act."@en ;
  schema:description "Dansk enterprise AI-governancestyring og modelstyringsplatform i overensstemmelse med EU AI Act."@da ;
  dcterms:description "Headquartered in Copenhagen, 2021.AI develops the GRACE AI platform — an end-to-end AI governance, risk management, and model operationalization solution. GRACE enables organizations to document AI model risk, verify algorithmic transparency, audit data lineage, and ensure full compliance with the European Union Artificial Intelligence Act (EU AI Act)."@en ;
  dcterms:description "Med hovedkvarter i København udvikler 2021.AI platformen GRACE — en komplet løsning til AI-governance, risikostyring og drift af AI-modeller. GRACE gør det muligt at dokumentere modelrisici, verificere algoritmisk gennemsigtighed, auditere datakilder og sikre overholdelse af EU AI Act."@da ;
  schema:url <https://2021.ai> ;
  schema:documentation <https://2021.ai/grace-ai-platform> ;
  aa:category "api" ;
  aa:sector "other" ;
  aa:accessType "direct" ;
  aa:authRequirement "api_key" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured false ;
  aa:status "active" ;
  schema:dateCreated "2026-09-11"^^xsd:date ;
  dcterms:issued "2026-09-11"^^xsd:date ;
  dcat:keyword "danish-ai" ;
  dcat:keyword "ai-providers" ;
  dcat:keyword "ai-governance" ;
  dcat:keyword "eu-ai-act" ;
  dcat:keyword "compliance" ;
  dcat:keyword "dansk-ai" ;
  dcat:keyword "ai-udbydere" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
