Skip to content

Commit

Permalink
Add an ID range for KGCL-mediated changes. (#2522)
Browse files Browse the repository at this point in the history
This commit adds a new ID range intended for classes created by Ontobot
using the KGCL language.

This will allow editors to command the creation of new classes directly
from within a GitHub ticket, without having to explicitly specify the ID
of the class to be created:

  create class AUTOID:1 'my new class'
  create edge AUTOID:1 rdfs:subClassOf CL:9999
  create exact synonym 'my synonym' for AUTOID:1

The ROBOT KGCL plugin would then automatically create the new class
using an ID picked from within the "KGCL" range.
  • Loading branch information
gouttegd authored Aug 27, 2024
1 parent 97cae3e commit de7794f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/ontology/cl-idranges.owl
Original file line number Diff line number Diff line change
Expand Up @@ -485,4 +485,10 @@ Datatype: idrange:71
Annotations:
allocatedto: "Caroline Eastwood"
EquivalentTo:
xsd:integer[>4052000, <= 4059999]
xsd:integer[>4052000, <= 4059999]

Datatype: idrange:72
Annotations:
allocatedto: "KGCL"
EquivalentTo:
xsd:integer[>4060000, <= 4069999]

0 comments on commit de7794f

Please sign in to comment.