From 0cf739c6f7aacdc030b51c9d9e3405201505cf1a Mon Sep 17 00:00:00 2001 From: Andre Castro Date: Thu, 20 Jun 2024 13:30:11 +0200 Subject: [PATCH] dfgfo.ttl (new conversion) updated with metadata changes --- dfgfo.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dfgfo.ttl b/dfgfo.ttl index 96adda6..2e0be3d 100644 --- a/dfgfo.ttl +++ b/dfgfo.ttl @@ -1,9 +1,9 @@ @prefix dc: . -@prefix dcterms: . @prefix dfgfo: . @prefix owl: . @prefix rdfs: . @prefix skos: . +@prefix terms: . dc:creator a owl:AnnotationProperty . @@ -11,7 +11,7 @@ dc:description a owl:AnnotationProperty . dc:title a owl:AnnotationProperty . -dcterms:license a owl:AnnotationProperty . +terms:license a owl:AnnotationProperty . skos:altLabel a owl:AnnotationProperty . @@ -22,7 +22,7 @@ skos:altLabel a owl:AnnotationProperty . 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 ; - dcterms:license ; + 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 .