From 60065eee5d3d376d97c129cb6500b69b2dd16673 Mon Sep 17 00:00:00 2001 From: TobiasNx Date: Tue, 26 Sep 2023 09:06:23 +0200 Subject: [PATCH] Add manufacture related elements to context #1806 --- src/main/resources/labels/context-labels.json | 20 +++++++++++++++++++ web/conf/context.jsonld | 10 ++++++++++ 2 files changed, 30 insertions(+) diff --git a/src/main/resources/labels/context-labels.json b/src/main/resources/labels/context-labels.json index f2363b42c..3b168a0cd 100644 --- a/src/main/resources/labels/context-labels.json +++ b/src/main/resources/labels/context-labels.json @@ -39,6 +39,26 @@ "label": "Veröffentlichung", "multilangLabel": {} }, + { + "name": "manufacture", + "container": "@set", + "referenceType": "String", + "uri": "http://purl.org/lobid/lv#manufacture", + "label": "Herstellung", + "multilangLabel": {} + }, + { + "name": "manufacturedBy", + "referenceType": "String", + "uri": "http://purl.org/lobid/lv#manufactureBy", + "label": "Hergestellt von", + "multilangLabel": {} + }, + { + "uri": "http://schema.org/Event", + "multilangLabel": {}, + "name": "Event" + }, { "name": "location", "uri": "http://schema.org/location", diff --git a/web/conf/context.jsonld b/web/conf/context.jsonld index c2a6718c9..7820083b4 100644 --- a/web/conf/context.jsonld +++ b/web/conf/context.jsonld @@ -240,6 +240,9 @@ "Family" : { "@id" : "https://d-nb.info/standards/elementset/gnd#Family" }, + "Event" : { + "@id" : "http://schema.org/Event" + }, "ismn" : { "@id" : "http://purl.org/ontology/mo/ismn", "@container" : "@set" @@ -348,6 +351,10 @@ "BibliographicResource" : { "@id" : "http://purl.org/dc/terms/BibliographicResource" }, + "manufacture" : { + "@id" : "http://purl.org/lobid/lv#manufacture", + "@container" : "@set" + }, "license" : { "@id" : "http://schema.org/license", "@container" : "@set" @@ -450,6 +457,9 @@ "CreateAction" : { "@id" : "http://schema.org/CreateAction" }, + "manufacturedBy" : { + "@id" : "http://purl.org/lobid/lv#manufactureBy" + }, "coverage" : { "@id" : "http://purl.org/dc/elements/1.1/coverage", "@container" : "@set"