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

why use dbp props? #3

Open VladimirAlexiev opened 2 years ago

VladimirAlexiev commented 2 years ago

In ISO10383.tarql you have this:

<MIC exchange/market>
        dbp:formerLabel ?NAME_INSTITUTION_DESCRIPTION ;
        dbp:formerName  ?NAME_INSTITUTION_DESCRIPTION ;
        fibo-fbc-fct-mkt:hasExchangeName    ?NAME_INSTITUTION_DESCRIPTION ;
        rdfs:label  ?NAME_INSTITUTION_DESCRIPTION ;

<MIC code>
        rdfs:label  ?_miclbl ;
        dbp:formerLabel ?_miclbl ;
hroptatyr commented 2 years ago

Hi Vladimir, the idea is to collect all former names/labels (as long as LEI doesn't change) while the current one is visible as per foaf:name/rdfs:label. Similar to how Bloomberg does it (e.g. bbdp:priorMnemonics).

GLEIF does have a previousLegalName or something, but specifically for labels I couldn't find anything other than dbp:.

VladimirAlexiev commented 2 years ago
hroptatyr commented 2 years ago

Yes, all entries are kept and historical entries are already replayed. Whenever something becomes repurposed or reused, as opposed to a simple rename, the (prior) resource is suffixed. So you have a chance to refer to both the old and the new exchange or MIC.

You're right about dbp:formerName/Label.

hroptatyr commented 2 years ago

oh, I was going to mention MarketIndividuals-hist.ttl where "historic" records are collected.