diff --git a/app/controllers/Reconcile.java b/app/controllers/Reconcile.java index 46e000d..10fa17a 100644 --- a/app/controllers/Reconcile.java +++ b/app/controllers/Reconcile.java @@ -485,6 +485,7 @@ private SearchResponse executeQuery(Entry entry, String queryS .field("preferredName", 4f)// .field("variantName", 2f)// .field("temporaryName")// + .field("abbreviatedName")// .field("abbreviatedNameForTheConferenceOrEvent")// .field("abbreviatedNameForThePlaceOrGeographicName")// .field("abbreviatedNameForTheWork")// diff --git a/conf/context.jsonld b/conf/context.jsonld index 9f5c92a..9aa2863 100644 --- a/conf/context.jsonld +++ b/conf/context.jsonld @@ -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"