@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/dcai-gefion> a schema:SoftwareApplication ;
  schema:name "DCAI Gefion Sovereign AI Cloud"@en, "DCAI Gefion Sovereign AI Cloud"@da ;
  schema:description "Denmark’s national sovereign AI supercomputer powered by 1,528 NVIDIA H100 GPUs for frontier AI research and industry."@en ;
  schema:description "Danmarks nationale suveræne AI-supercomputer drevet af 1.528 NVIDIA H100 GPU’er til avanceret forskning og industri."@da ;
  dcterms:description "The Danish Centre for AI Innovation (DCAI), established by the Novo Nordisk Foundation and Denmark’s Export and Investment Fund (EIFO), operates \"Gefion\" — one of the world’s most powerful sovereign AI supercomputers. Housing 1,528 NVIDIA H100 Tensor Core GPUs with Quantum-2 InfiniBand networking, Gefion offers sovereign cloud compute infrastructure for Danish researchers, life sciences, green energy, and Danish foundational AI development."@en ;
  dcterms:description "Danish Centre for AI Innovation (DCAI), etableret af Novo Nordisk Fonden og Danmarks Eksport- og Investeringsfond (EIFO), driver \"Gefion\" — en af verdens mest kraftfulde suveræne AI-supercomputere. Med 1.528 NVIDIA H100 GPU’er og Quantum-2 InfiniBand netværk leverer Gefion suveræn cloud-computekapacitet til dansk forskning, biovidenskab, grøn omstilling og dansk AI-udvikling."@da ;
  schema:url <https://dcai.dk> ;
  schema:documentation <https://dcai.dk> ;
  aa:category "api" ;
  aa:sector "other" ;
  aa:accessType "restricted" ;
  aa:authRequirement "restricted" ;
  aa:reliability "stable" ;
  aa:official true ;
  aa:featured true ;
  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 "infrastructure" ;
  dcat:keyword "supercomputer" ;
  dcat:keyword "gefion" ;
  dcat:keyword "dcai" ;
  dcat:keyword "dansk-ai" ;
  dcat:keyword "ai-udbydere" ;
  dcat:keyword "infrastruktur" ;
  aa:agentCapability "read" ;
  aa:agentCapability "write" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree false .
