From 8529f14aa7d3c80cfe63083cb5f5a069e933d8c8 Mon Sep 17 00:00:00 2001 From: Adrian Pohl Date: Wed, 24 Apr 2024 08:59:25 +0200 Subject: [PATCH] Use dc elements and skos:prefLabel for ConceptScheme ...testing https://github.com/skohub-io/skohub-vocabs/pull/297 --- hcrt.ttl | 5 +++-- nwbib.ttl | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/hcrt.ttl b/hcrt.ttl index e0f5abf..adbeacc 100644 --- a/hcrt.ttl +++ b/hcrt.ttl @@ -1,12 +1,13 @@ @prefix : . +@prefix dc: . @prefix dct: . @prefix skos: . @prefix vann: . : a skos:ConceptScheme; - dct:title "Hochschulcampus Ressourcentypen"@de, "Higher Education Resource Types"@en ; - dct:description "Eine Wertelliste für Typen von Lernressourcen (Learning Resource Type), entstanden im Kontext des Metadatenschemas \"LOM for Higher Education OER Repositories\" (https://w3id.org/dini-ag-kim/hs-oer-lom-profil/latest/)."@de, "a value list for learning resources types, developed in the context of a metadata schema LOM for Higher Education OER Repositories\" (https://w3id.org/dini-ag-kim/hs-oer-lom-profil/latest/)."@en ; + dc:title "Hochschulcampus Ressourcentypen"@de, "Higher Education Resource Types"@en ; + dc:description "Eine Wertelliste für Typen von Lernressourcen (Learning Resource Type), entstanden im Kontext des Metadatenschemas \"LOM for Higher Education OER Repositories\" (https://w3id.org/dini-ag-kim/hs-oer-lom-profil/latest/)."@de, "a value list for learning resources types, developed in the context of a metadata schema LOM for Higher Education OER Repositories\" (https://w3id.org/dini-ag-kim/hs-oer-lom-profil/latest/)."@en ; dct:publisher ; dct:issued "2020-02-07" ; vann:preferredNamespaceUri "https://w3id.org/kim/hcrt/" ; diff --git a/nwbib.ttl b/nwbib.ttl index 0171747..dc9b0b8 100644 --- a/nwbib.ttl +++ b/nwbib.ttl @@ -9,7 +9,7 @@ :scheme a skos:ConceptScheme ; vann:preferredNamespacePrefix "nwbib" ; - dct:title "Sachsystematik der Nordrhein-Westfälischen Bibliographie"@de , "Classification scheme of the North Rhine-Westphalian bibliography"@en ; + skos:prefLabel "Sachsystematik der Nordrhein-Westfälischen Bibliographie"@de , "Classification scheme of the North Rhine-Westphalian bibliography"@en ; dct:license ; dct:description "This classification was created for use in the North Rhine-Westphalian bibliography. The initial transformation to SKOS was carried out by Felix Ostrowski for the hbz."@en ; dct:issued "2014-01-28" ;