From 2062ff66c549e0993c3dbfe6b8a4e9c9bde2ebbe Mon Sep 17 00:00:00 2001 From: Pascal Christoph Date: Thu, 2 Aug 2018 17:56:35 +0200 Subject: [PATCH] Add "Braille" Using "name" instead of "label" makes the labels exported to context.json. See #897. --- src/main/resources/labels/labels.json | 2 +- web/conf/context.jsonld | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/main/resources/labels/labels.json b/src/main/resources/labels/labels.json index 1a35d9160a..8ebb33dce2 100644 --- a/src/main/resources/labels/labels.json +++ b/src/main/resources/labels/labels.json @@ -14666,7 +14666,7 @@ }, { "uri" : "http://purl.org/library/BrailleBook", - "label" : "Blindenschrift" + "name" : "Blindenschrift" }, { "uri":"http://rdaregistry.info/termList/RDAMediaType/1003", diff --git a/web/conf/context.jsonld b/web/conf/context.jsonld index bc0b72110f..975ae10032 100644 --- a/web/conf/context.jsonld +++ b/web/conf/context.jsonld @@ -363,6 +363,9 @@ "Thesis" : { "@id" : "http://purl.org/ontology/bibo/Thesis" }, + "Blindenschrift" : { + "@id" : "http://purl.org/library/BrailleBook" + }, "ArchivedWebPage" : { "@id" : "http://purl.org/lobid/lv#ArchivedWebPage" },