diff --git a/src/test/resources/jsonld/HT017411546 b/src/test/resources/jsonld/HT017411546 index 5a1e8a9cc..f125ead6f 100644 --- a/src/test/resources/jsonld/HT017411546 +++ b/src/test/resources/jsonld/HT017411546 @@ -129,7 +129,7 @@ "label" : "Online-Ressource" } ], "publication" : [ { - "description" : [ "Digitalisierte Ausg.", "Münster : Universitäts- und Landesbibliothek, 2012. (Digitale Sammlungen der Universitäts- und Landesbibliothek Münster)" ], + "description" : [ "Münster : Universitäts- und Landesbibliothek, 2012. (Digitale Sammlungen der Universitäts- und Landesbibliothek Münster)", "Digitalisierte Ausg." ], "startDate" : "2012", "type" : [ "SecondaryPublicationEvent" ] }, { diff --git a/src/test/resources/jsonld/HT018612706 b/src/test/resources/jsonld/HT018612706 index 8fe772438..d3c30a9d2 100644 --- a/src/test/resources/jsonld/HT018612706 +++ b/src/test/resources/jsonld/HT018612706 @@ -153,7 +153,7 @@ "otherTitleInformation" : [ "[... anlässlich der gleichnamigen Ausstellung auf der ART COLOGNE 16. - 19.4.2015, und im ZADIK, 4.5. - 28.8.2015]" ], "publication" : [ { "location" : [ "Wien", "Köln" ], - "publishedBy" : [ "Verl. für moderne Kunst", "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK" ], + "publishedBy" : [ "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK", "Verl. für moderne Kunst" ], "startDate" : "2015", "type" : [ "PublicationEvent" ] } ], diff --git a/src/test/resources/output/json/01741/HT017411546.json b/src/test/resources/output/json/01741/HT017411546.json index 10cc06932..037b37525 100644 --- a/src/test/resources/output/json/01741/HT017411546.json +++ b/src/test/resources/output/json/01741/HT017411546.json @@ -169,7 +169,7 @@ "label" : "Online-Ressource" } ], "publication" : [ { - "description" : [ "Digitalisierte Ausg.", "Münster : Universitäts- und Landesbibliothek, 2012. (Digitale Sammlungen der Universitäts- und Landesbibliothek Münster)" ], + "description" : [ "Münster : Universitäts- und Landesbibliothek, 2012. (Digitale Sammlungen der Universitäts- und Landesbibliothek Münster)", "Digitalisierte Ausg." ], "startDate" : "2012", "type" : [ "SecondaryPublicationEvent" ] }, { diff --git a/src/test/resources/output/json/01861/HT018612706.json b/src/test/resources/output/json/01861/HT018612706.json index b3cb06376..a97406f55 100644 --- a/src/test/resources/output/json/01861/HT018612706.json +++ b/src/test/resources/output/json/01861/HT018612706.json @@ -177,7 +177,7 @@ "otherTitleInformation" : [ "[... anlässlich der gleichnamigen Ausstellung auf der ART COLOGNE 16. - 19.4.2015, und im ZADIK, 4.5. - 28.8.2015]" ], "publication" : [ { "location" : [ "Wien", "Köln" ], - "publishedBy" : [ "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK", "Verl. für moderne Kunst" ], + "publishedBy" : [ "Verl. für moderne Kunst", "Zentralarchiv des Internationalen Kunsthandels e.V., ZADIK" ], "startDate" : "2015", "type" : [ "PublicationEvent" ] } ], diff --git a/web/conf/resources.conf b/web/conf/resources.conf index 4a6d08dcb..628f4f119 100644 --- a/web/conf/resources.conf +++ b/web/conf/resources.conf @@ -62,7 +62,7 @@ medium.labels={ "http://purl.org/ontology/bibo/AudioVisualDocument" : ["Audio-Visuell","glyphicon glyphicon-film", 7], "http://iflastandards.info/ns/isbd/terms/mediatype/T1008" : ["Kombination","glyphicon glyphicon-asterisk", 8], "http://purl.org/ontology/bibo/Image" : ["Bild","glyphicon glyphicon-picture", 9], - "http://purl.org/library/BrailleBook" : ["Braille","glyphicon glyphicon-eye-close", 10], + "http://d-nb.info/gnd/4145976-3" : ["Blindenschrift","glyphicon glyphicon-eye-close", 10], "http://purl.org/ontology/mo/Vinyl" : ["Schallplatte","glyphicon glyphicon-record", 11], "http://id.loc.gov/vocabulary/carriers/ss" : ["Tonband", "octicon octicon-link", 12] "http://purl.org/ontology/bibo/Manuscript" : ["Manuskript", "glyphicon glyphicon-hand-up", 14]