Skip to content

Commit

Permalink
Merge pull request #207 from OBOFoundry/matentzn-patch-2
Browse files Browse the repository at this point in the history
Adding ID ranges to COB
  • Loading branch information
matentzn authored Jul 28, 2022
2 parents afbc1d1 + 177b74b commit f0ee741
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions src/ontology/cob-idranges.owl
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,37 @@ AnnotationProperty: allocatedto:
Datatype: idrange:1

Annotations:
allocatedto: "ONTOLOGY-CREATOR"
allocatedto: "COB Core Team"

EquivalentTo:
xsd:integer[>= 0 , <= 999999]
xsd:integer[>= 0 , <= 999]


Datatype: idrange:2

Annotations:
allocatedto: "ADDITIONAL EDITOR"
allocatedto: "Bill Duncan"

EquivalentTo:
xsd:integer[>= 1000000 , <= 1999999]
xsd:integer[>= 1000 , <= 1099 ]

Datatype: idrange:3

Annotations:
allocatedto: "Nicolas Matentzoglu"

EquivalentTo:
xsd:integer[>= 1100 , <= 1199 ]

Datatype: idrange:4

Annotations:
allocatedto: "James Overton"

EquivalentTo:
xsd:integer[>= 1200 , <= 1299 ]


Datatype: xsd:integer
Datatype: rdf:PlainLiteral

0 comments on commit f0ee741

Please sign in to comment.