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

broken record in BusinessCentersIndividuals.ttl #5

Open VladimirAlexiev opened 2 years ago

VladimirAlexiev commented 2 years ago

You have this broken record in BusinessCentersIndividuals.ttl:

fibo-fbc-fct-bci:
    a   fibo-fnd-plc-loc:BusinessCenter ;
    a   owl:NamedIndividual ;
    dct:description "the international business center of " ;
    lcc-cr:isPartOf cc:BR , cc:ES , cc:EU , cc:GB , cc:IL , cc:NY , cc:US ;
    rdfs:label  "" .

Btw, what is -cat in the makefile? I wonder about the minus sign

hroptatyr commented 2 years ago

Thanks for pointing this out.

FpML specs are at: https://www.fpml.org/coding-scheme/

You're right, I don't split anything, the ISO 3166 for the country code I take from the business centre code. I had some of the entries fixed in 9.0 so it should work now.

hroptatyr commented 2 years ago

oh, - as the first character in a make recipe means don't stop on error for this particular command.