Skip to content

Commit

Permalink
Support gndo:abbreviatedName in context and reconciliation (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
fsteeg committed Oct 7, 2022
1 parent c3cfcbe commit f623bc3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/Reconcile.java
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ private SearchResponse executeQuery(Entry<String, JsonNode> entry, String queryS
.field("preferredName", 4f)//
.field("variantName", 2f)//
.field("temporaryName")//
.field("abbreviatedName")//
.field("abbreviatedNameForTheConferenceOrEvent")//
.field("abbreviatedNameForThePlaceOrGeographicName")//
.field("abbreviatedNameForTheWork")//
Expand Down
4 changes: 4 additions & 0 deletions conf/context.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,10 @@
"@type":"@id",
"@container":"@set"
},
"abbreviatedName": {
"@id":"https://d-nb.info/standards/elementset/gnd#abbreviatedName",
"@container":"@set"
},
"abbreviatedNameForTheConferenceOrEvent": {
"@id":"https://d-nb.info/standards/elementset/gnd#abbreviatedNameForTheConferenceOrEvent",
"@container":"@set"
Expand Down

0 comments on commit f623bc3

Please sign in to comment.