diff --git a/src/main/resources/labels/labels.json b/src/main/resources/labels/labels.json index 1a35d9160..8ebb33dce 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 bc0b72110..975ae1003 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" },