@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/danish-foundation-models> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Danish Foundation Models (Munin / DFM)"@en, "Danish Foundation Models (Munin / DFM)"@da ;
  schema:description "Open-source Danish and Scandinavian foundation models and encoders trained on authentic Danish corpora."@en ;
  schema:description "Open-source danske og skandinaviske fundamentsmodeller og encodere trænet på autentiske danske korpusser."@da ;
  dcterms:description "The Danish Foundation Models (DFM) project, initiated by the Center for Humanities Computing at Aarhus University in collaboration with national research partners, provides open-weights foundation models and embeddings specifically trained on high-quality Danish texts, parliamentary records, Danish news, and cultural heritage data. Notable releases include the Munin decoder family and Danish RoBERTa/T5 variants hosted on Hugging Face."@en ;
  dcterms:description "Danish Foundation Models (DFM) projektet, initieret af Center for Humanities Computing ved Aarhus Universitet i samarbejde med nationale forskningspartnere, leverer open-weights fundamentsmodeller og embeddings trænet på dansk tekst, folketingsdebatter, nyhedsarkiver og kulturarvsdata. Omfatter bl.a. Munin-modelfamilien og danske RoBERTa/T5 varianter på Hugging Face."@da ;
  schema:url <https://chc.au.dk> ;
  schema:documentation <https://huggingface.co/chcaa> ;
  schema:codeRepository <https://github.com/centre-for-humanities-computing/Danish-Foundation-Models> ;
  aa:category "api" ;
  aa:sector "education" ;
  aa:accessType "direct" ;
  aa:authRequirement "public" ;
  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-models" ;
  dcat:keyword "nlp" ;
  dcat:keyword "open-source" ;
  dcat:keyword "huggingface" ;
  dcat:keyword "foundation-models" ;
  dcat:keyword "dansk-ai" ;
  dcat:keyword "ai-modeller" ;
  dcat:keyword "fundamentsmodeller" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .
