Skip to content

Commit

Permalink
Adjust label in frontend
Browse files Browse the repository at this point in the history
See #827
  • Loading branch information
ChristophEwertowski committed Jul 27, 2018
1 parent cdc5181 commit b5912bd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/test/resources/jsonld/HT017411546
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/jsonld/HT018612706
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
} ],
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/output/json/01741/HT017411546.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
}, {
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/output/json/01861/HT018612706.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
} ],
Expand Down
2 changes: 1 addition & 1 deletion web/conf/resources.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit b5912bd

Please sign in to comment.