@prefix owl:  <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct:  <http://purl.org/dc/terms/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix core: <https://w3id.org/aktagon/core#> .

<https://w3id.org/aktagon/core>
    a owl:Ontology ;
    rdfs:label "Aktagon Core Ontology"@en ;
    rdfs:comment "Shared core for the aktagon ontology family. Domain vocabularies live at https://w3id.org/aktagon/{domain}# ; instance data at https://w3id.org/aktagon/id/{domain}/{id} ; examples at https://w3id.org/aktagon/example/{domain}/{id} . Versions are pinned via owl:versionIRI; the unversioned IRI is the stable identifier."@en ;
    dct:creator "Christian Hellsten" ;
    dct:publisher "Aktagon Ltd." ;
    dct:source <https://github.com/aktagon/ontology> ;
    vann:preferredNamespacePrefix "core" ;
    vann:preferredNamespaceUri "https://w3id.org/aktagon/core#" ;
    owl:versionIRI <https://w3id.org/aktagon/core/2026-05-26> ;
    owl:versionInfo "2026-05-26" .
