Skip to content

Commit 209c2bd

Browse files
authored
Merge pull request #2137 from ElisaKendall/FBC-335
FBC-335 - Revise the ISO MIC codes to reflect the latest updates from ISO
2 parents 0a66d1e + 976acb0 commit 209c2bd

File tree

3 files changed

+875
-239
lines changed

3 files changed

+875
-239
lines changed

FBC/FunctionalEntities/BusinessCentersIndividuals.rdf

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRES
6161
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Identifiers/"/>
6262
<owl:imports rdf:resource="https://www.omg.org/spec/Commons/Locations/"/>
6363
<owl:imports rdf:resource="https://www.omg.org/spec/LCC/Countries/ISO3166-1-CountryCodes/"/>
64-
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/20250301/FunctionalEntities/BusinessCentersIndividuals/"/>
64+
<owl:versionIRI rdf:resource="https://spec.edmcouncil.org/fibo/ontology/FBC/20250601/FunctionalEntities/BusinessCentersIndividuals/"/>
6565
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20180901/FunctionalEntities/BusinessCentersIndividuals/ version of this ontology was modified to support revisions of the MIC codes as of December 2018.</skos:changeNote>
6666
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20181201/FunctionalEntities/BusinessCentersIndividuals/ version of this ontology was modified to replace Swaziland with Eswatini, which was revised by the LCC 1.1 RTF to reflect the change to the country name per the U.N.</skos:changeNote>
6767
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20190401/FunctionalEntities/BusinessCentersIndividuals/ version of this ontology was modified to add municipalities required for the ISO revision to the MIC codes as of September 2019.</skos:changeNote>
@@ -80,9 +80,10 @@ THE SOFTWARE IS PROVIDED &apos;AS IS&apos;, WITHOUT WARRANTY OF ANY KIND, EXPRES
8080
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20230101/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to use the Commons Ontology Library (Commons) rather than the OMG&apos;s Languages, Countries and Codes (LCC) and to eliminate redundancies in FIBO as appropriate.</skos:changeNote>
8181
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20230301/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to update the business centers per the latest revision of the FpML business centers (November 2022) and latest municipalities per the June 2023 ISO 10383 MIC code update from ISO.</skos:changeNote>
8282
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20230601/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to update the business centers per the latest revision of the municipalities per the March 2024 ISO 10383 MIC code update from ISO.</skos:changeNote>
83-
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20240301/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to update the business centers per the latest revision of the municipalities per the December 2024 ISO 10383 MIC code update from ISO.</skos:changeNote>
8483
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20240301/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to update the business centers per the latest revision of the municipalities per the June 2024 ISO 10383 MIC code update from ISO.</skos:changeNote>
84+
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20240601/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to update the business centers per the latest revision of the municipalities per the December 2024 ISO 10383 MIC code update from ISO.</skos:changeNote>
8585
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20241201/FunctionalEntities/BusinessCentersIndividuals.rdf version of the ontology was modified to replace additional content that is now available in the OMG Commons Ontology Library (Commons) v1.2 (FND-389) and to add new business centers for Q1 2025 (FBC-326).</skos:changeNote>
86+
<skos:changeNote>The https://spec.edmcouncil.org/fibo/ontology/FBC/20250301/FunctionalEntities/BusinessCentersIndividuals.rdf version of this ontology was modified to update the business centers per the latest revision of the municipalities per the June 2025 ISO 10383 MIC code update from ISO.</skos:changeNote>
8687
<fibo-fnd-utl-av:hasMaturityLevel rdf:resource="&fibo-fnd-utl-av;Release"/>
8788
<cmns-av:copyright>Copyright (c) 2018-2025 EDM Council, Inc.</cmns-av:copyright>
8889
<cmns-av:copyright>Copyright (c) 2018-2025 Object Management Group, Inc.</cmns-av:copyright>
@@ -1017,6 +1018,12 @@ THE SOFTWARE IS PROVIDED &apos;AS IS&apos;, WITHOUT WARRANTY OF ANY KIND, EXPRES
10171018
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;Australia"/>
10181019
</owl:NamedIndividual>
10191020

1021+
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Cape_Town">
1022+
<rdf:type rdf:resource="&cmns-loc;Municipality"/>
1023+
<rdfs:label>Cape Town</rdfs:label>
1024+
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;SouthAfrica"/>
1025+
</owl:NamedIndividual>
1026+
10201027
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Caracas">
10211028
<rdf:type rdf:resource="&cmns-loc;BusinessCenter"/>
10221029
<rdfs:label>Caracas</rdfs:label>
@@ -1249,6 +1256,12 @@ THE SOFTWARE IS PROVIDED &apos;AS IS&apos;, WITHOUT WARRANTY OF ANY KIND, EXPRES
12491256
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;China"/>
12501257
</owl:NamedIndividual>
12511258

1259+
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Dallas">
1260+
<rdf:type rdf:resource="&cmns-loc;Municipality"/>
1261+
<rdfs:label>Dallas</rdfs:label>
1262+
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
1263+
</owl:NamedIndividual>
1264+
12521265
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Damascus">
12531266
<rdf:type rdf:resource="&cmns-loc;Municipality"/>
12541267
<rdfs:label>Damascus</rdfs:label>
@@ -1316,6 +1329,12 @@ THE SOFTWARE IS PROVIDED &apos;AS IS&apos;, WITHOUT WARRANTY OF ANY KIND, EXPRES
13161329
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;Cameroon"/>
13171330
</owl:NamedIndividual>
13181331

1332+
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Downers_Grove">
1333+
<rdf:type rdf:resource="&cmns-loc;Municipality"/>
1334+
<rdfs:label>Downers Grove</rdfs:label>
1335+
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;UnitedStatesOfAmerica"/>
1336+
</owl:NamedIndividual>
1337+
13191338
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Dubai">
13201339
<rdf:type rdf:resource="&cmns-loc;BusinessCenter"/>
13211340
<rdfs:label>Dubai</rdfs:label>
@@ -1707,6 +1726,12 @@ THE SOFTWARE IS PROVIDED &apos;AS IS&apos;, WITHOUT WARRANTY OF ANY KIND, EXPRES
17071726
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;Denmark"/>
17081727
</owl:NamedIndividual>
17091728

1729+
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Guangzhou">
1730+
<rdf:type rdf:resource="&cmns-loc;Municipality"/>
1731+
<rdfs:label>Guangzhou</rdfs:label>
1732+
<cmns-col:isPartOf rdf:resource="&lcc-3166-1;China"/>
1733+
</owl:NamedIndividual>
1734+
17101735
<owl:NamedIndividual rdf:about="&fibo-fbc-fct-bci;Guatemala_City">
17111736
<rdf:type rdf:resource="&cmns-loc;BusinessCenter"/>
17121737
<rdfs:label>Guatemala City</rdfs:label>

0 commit comments

Comments
 (0)