@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/alexandra-instituttet-nlp> a schema:SoftwareApplication, schema:Dataset, dcat:Dataset ;
  schema:name "Alexandra Instituttet NLP & DaCY"@en, "Alexandra Instituttet NLP & DaCY"@da ;
  schema:description "Production-ready Danish language pipelines, named entity recognition (DaNE), and benchmarking suites (ScandEval)."@en ;
  schema:description "Produktionsklare danske sprogmodeller, navngiven enhedsgenkendelse (DaNE) og benchmark-suiter (ScandEval)."@da ;
  dcterms:description "Alexandra Instituttet develops and maintains core open-source NLP toolkits and benchmark infrastructure for the Danish language. Key assets include DaCY (a state-of-the-art Danish NLP framework built on spaCy), DaNE (the standard Danish Named Entity dataset covering persons, locations, and organizations), and ScandEval (the standard Scandinavian LLM evaluation leaderboard)."@en ;
  dcterms:description "Alexandra Instituttet udvikler og vedligeholder centrale open-source NLP-værktøjer og benchmark-infrastruktur til det danske sprog. Omfatter bl.a. DaCY (dansk NLP-framework bygget på spaCy), DaNE (standarddatasættet for navngivne enheder i dansk tekst) og ScandEval (det førende skandinaviske LLM-evalueringsbenchmark)."@da ;
  schema:url <https://alexandra.dk> ;
  schema:documentation <https://github.com/centre-for-humanities-computing/DaCY> ;
  schema:codeRepository <https://github.com/alexandrainst> ;
  aa:category "api" ;
  aa:sector "other" ;
  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 "scandeval" ;
  dcat:keyword "dacy" ;
  dcat:keyword "dansk-ai" ;
  dcat:keyword "ai-modeller" ;
  aa:agentCapability "read" ;
  aa:agentCapability "search" ;
  dcterms:spatial "Denmark"@en, "Danmark"@da ;
  schema:isAccessibleForFree true .
