From 5f68b9bdf8e254cf0ba16a768bda2ad52060fde1 Mon Sep 17 00:00:00 2001 From: Damien Goutte-Gattat Date: Sun, 29 Dec 2024 21:00:52 +0000 Subject: [PATCH] Fix the ID range allocated to Whitney Leach. From the very beginning (commit 50200dd), Whitney Leach has been assigned the bogus ID range (4,018,500..4,018,499] -- note how the upper boundary is _lower_ than the lower boundary. The intention was probably to assign the range (4,018,500..4,018,999], which is what we do here. Given that nobody (not even Whitney Leach) has complained about this invalid range for more than 4 years, it is likely that the range is not actually needed, but even if it is unused, a bogus range will prevent the file from being used by tools that actually _validates_ the contents of an ID range policy file. --- src/ontology/cl-idranges.owl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ontology/cl-idranges.owl b/src/ontology/cl-idranges.owl index a666994e5..920470731 100644 --- a/src/ontology/cl-idranges.owl +++ b/src/ontology/cl-idranges.owl @@ -383,7 +383,7 @@ Datatype: idrange:55 Annotations: allocatedto: "Whitney Leach" EquivalentTo: - xsd:integer[>4018500 , <= 4018499] + xsd:integer[>4018500 , <= 4018999] Datatype: idrange:56 Annotations: