ga-group / iso10383

RDF dataset of ISO10383's MICs (similar to fibo-fbc-fct-mkti) with business centres from ISDA/FpML and historical identifiers.
http://data.ga-group.nl/iso10383/
1 stars 1 forks source link

use uncefact's LOCODE namespace #2

Open VladimirAlexiev opened 2 years ago

VladimirAlexiev commented 2 years ago

In BusinessCentersIndividuals-align.ttl you use a "private" LOCODE namespace, eg

@prefix un-loc: <http://data.ga-group.nl/un-locode/> .
... skos:closeMatch un-loc:DKAAB

However, UNCEFACT is already producing linked data (@kshychko , @onthebreeze, @nissimsan).

Eg in https://github.com/uncefact/codes-locode/blob/main/vocab/unlocode/ you can see:

Please use those uncefact namespaces in your alignment.

Cheers!