From 177b74bc22f2c9acee6741994bf7a5cdd1bb258d Mon Sep 17 00:00:00 2001 From: Nico Matentzoglu Date: Wed, 27 Jul 2022 19:07:53 +0300 Subject: [PATCH] Adding ID ranges to COB --- src/ontology/cob-idranges.owl | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) diff --git a/src/ontology/cob-idranges.owl b/src/ontology/cob-idranges.owl index fa5cb15..800b3d9 100644 --- a/src/ontology/cob-idranges.owl +++ b/src/ontology/cob-idranges.owl @@ -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