diff --git a/loterre-resolvers/v1/BVM/identify.ini b/loterre-resolvers/v1/BVM/identify.ini index 3f813f7..ce99344 100644 --- a/loterre-resolvers/v1/BVM/identify.ini +++ b/loterre-resolvers/v1/BVM/identify.ini @@ -55,5 +55,9 @@ value = get('value.localization').map((x) => x.skos$prefLabel.filter(y => (y.xml$lang === 'en')).map(x => x.$t).shift()) path = value.localization@fr value = get('value.localization').map((x) => x.skos$prefLabel.filter(y => (y.xml$lang === 'fr')).map(x => x.$t).shift()) +path = value.postalCode +value = get('value.vcard$postal-code', []).castArray().map(item => (item.$t ? item.$t : item)) +path = value.cedexPostalCode +value = get('value.inist$cedex-postal-code', []).castArray().map(item => (item.$t ? item.$t : item)) [delegate] file = ./v1/send.cfg