Skip to content

Commit 58334bb

Browse files
committed
fix: aktualisiere die Vokabular-URLs in der AMB-Konfiguration für spezifische Kontexte
1 parent 7507cea commit 58334bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

static/config.ci.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
"$comment": "AMB (Allgemeines Metadatenprofil für Bildungsressourcen) Konfiguration",
6565
"$comment_vocabularies": "URLs können angepasst werden für verschiedene Kontexte (Schule, Hochschule, Beruf). Setze auf null für Default-URL.",
6666
"vocabularies": {
67-
"audience": null,
68-
"educationalLevel": null,
69-
"learningResourceType": null,
70-
"about": null
67+
"audience": "https://skohub.io/dini-ag-kim/lrmi-audience-role/heads/master/w3id.org/kim/lrmi-audience-role/index.json",
68+
"educationalLevel": "https://skohub.io/dini-ag-kim/educationalLevel/heads/main/w3id.org/kim/educationalLevel/index.json",
69+
"learningResourceType": "https://vocabs.sodix.de/sodix/educational/learningresourcetype/learningresourcetype.json",
70+
"about": "https://skohub.io/dini-ag-kim/schulfaecher/heads/main/w3id.org/kim/schulfaecher/index.json"
7171
},
7272
"$comment_example_hochschule": {
7373
"about": "https://skohub.io/dini-ag-kim/hochschulfaechersystematik/heads/main/w3id.org/kim/hochschulfaechersystematik/index.json",

0 commit comments

Comments
 (0)