I recently noticed that in the IRI mapping file that was released with v2.0, there are 4 "missing" IRIs. (I put "missing" in scare quotes because there needn't be any problem here, and in fact I assume there isn't. I just wanted to flag the fact to see if there could have been a mistake.) Here's the mapping file:
https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/develop/documentation/mapping-new-iris/iri-mapping-v2.0.csv
In one column are the old, readable IRIs, and in the adjacent column are the new, opaque IRIs that replaced them. IRIs ending in the following four numbers are not present in the opaque IRI column, despite the fact that the numbers appear in ascending order and otherwise always increase by 1:
--1736
--1750
--1751
--1755
So, for example, if you go to lines 1736 and 1737 of the file, you'll notice that the opaque IRIs jump from 1735 to 1737. I also checked the v2.1 merged file and couldn't find any of the four "missing" IRIs in it.
I wanted to flag this in case there was any possibility that four readable IRIs failed to get mapped to opaque IRIs. I assume that's not what happened, that every readable got mapped to some opaque, and that the four "missing" opaques just weren't used. But I thought double-checking would be in order.
I recently noticed that in the IRI mapping file that was released with v2.0, there are 4 "missing" IRIs. (I put "missing" in scare quotes because there needn't be any problem here, and in fact I assume there isn't. I just wanted to flag the fact to see if there could have been a mistake.) Here's the mapping file:
https://github.com/CommonCoreOntology/CommonCoreOntologies/blob/develop/documentation/mapping-new-iris/iri-mapping-v2.0.csv
In one column are the old, readable IRIs, and in the adjacent column are the new, opaque IRIs that replaced them. IRIs ending in the following four numbers are not present in the opaque IRI column, despite the fact that the numbers appear in ascending order and otherwise always increase by 1:
--1736
--1750
--1751
--1755
So, for example, if you go to lines 1736 and 1737 of the file, you'll notice that the opaque IRIs jump from 1735 to 1737. I also checked the v2.1 merged file and couldn't find any of the four "missing" IRIs in it.
I wanted to flag this in case there was any possibility that four readable IRIs failed to get mapped to opaque IRIs. I assume that's not what happened, that every readable got mapped to some opaque, and that the four "missing" opaques just weren't used. But I thought double-checking would be in order.