diff --git a/loterre-resolvers/v1/N9J/identify.ini b/loterre-resolvers/v1/N9J/identify.ini index 609bbf6..15839a6 100644 --- a/loterre-resolvers/v1/N9J/identify.ini +++ b/loterre-resolvers/v1/N9J/identify.ini @@ -38,5 +38,9 @@ value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'fr')).map(x => x.xml$t).shift() path = value.prefLabel@en value = get('value.skos$prefLabel').filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift() + path = value.localization@en +value = get('value.localization').map((x) => x.skos$prefLabel.filter(y => (y.xml$lang === 'en')).map(x => x.xml$t).shift()) +path = value.localization@fr +value = get('value.localization').map((x) => x.skos$prefLabel.filter(y => (y.xml$lang === 'fr')).map(x => x.xml$t).shift()) [delegate] file = ./v1/send.cfg