From 735884647a4f4b1f3f38ecc50ede0768996f3406 Mon Sep 17 00:00:00 2001 From: acastro Date: Sat, 6 Jul 2024 11:58:16 +0200 Subject: [PATCH] versionIRI and versionInfo props and values in a owl:Ontology --- dfgfo.ttl | 8 +++++--- metadata.ttl | 9 +++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index f3c6ce0..95c2e11 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -20,11 +20,13 @@ skos:altLabel a owl:AnnotationProperty . "Deutsche Forschungsgemeinschaft (DFG)", "Susanne Arndt" ; dc:description "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) encodes the DFG Classification of Subject Areas into an ontology, where each subject number are is enconded into a Class with subclass statements following the DFG Classification of Subject Areas hierarchy. Labels are provide German and English." ; - dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de, - "DFG Classification of Subject Areas Ontology - 2024-2028"@en ; + dc:title "DFG Fachsystematik - Ontologie"@de, + "DFG Classification of Subject Areas Ontology"@en ; terms:license ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de, - "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de . + "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de ; + owl:versionIRI ; + owl:versionInfo "2024-2028" . dfgfo:1.11-01 a owl:Class ; rdfs:label "Prehistory and World Archaeology"@en ; diff --git a/metadata.ttl b/metadata.ttl index 30eee4e..bf3e304 100644 --- a/metadata.ttl +++ b/metadata.ttl @@ -22,9 +22,10 @@ skos:altLabel rdf:type owl:AnnotationProperty . "André Castro", "Susanne Arndt"; dc:description "DFG Fachsystematik Ontology / DFG Classification of Subject Areas Ontology (DFGFO) encodes the DFG Classification of Subject Areas into an ontology, where each subject number are is enconded into a Class with subclass statements following the DFG Classification of Subject Areas hierarchy. Labels are provide German and English."; - dc:title "DFG Classification of Subject Areas Ontology - 2024-2028"@en ; - dc:title "DFG Fachsystematik - Ontologie - 2024-2028"@de ; + dc:title "DFG Classification of Subject Areas Ontology"@en ; + dc:title "DFG Fachsystematik - Ontologie"@de ; rdfs:comment "DFG Classification of Subject Areas Ontology is being created as part of the TIB Terminology Service"@de ; rdfs:comment "DFG Fachsystematik - Ontology wurde zur Integration in den TIB Terminology Service erstellt"@de ; - terms:license . -# TODO: provide appropriate license - same license should go to github repo \ No newline at end of file + terms:license ; + owl:versionInfo "2024-2028" ; + owl:versionIRI .