Skip to content

Commit

Permalink
Add "Braille"
Browse files Browse the repository at this point in the history
Using "name" instead of "label" makes the labels exported to context.json.

See #897.
  • Loading branch information
dr0i committed Aug 2, 2018
1 parent 3beb03f commit 2062ff6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/labels/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -14666,7 +14666,7 @@
},
{
"uri" : "http://purl.org/library/BrailleBook",
"label" : "Blindenschrift"
"name" : "Blindenschrift"
},
{
"uri":"http://rdaregistry.info/termList/RDAMediaType/1003",
Expand Down
3 changes: 3 additions & 0 deletions web/conf/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 2062ff6

Please sign in to comment.