Permalink
Browse files

Resort and give ranges to new patterns in #492

  • Loading branch information...
1 parent 31ca0c7 commit 73dccf6dba1d8e48291f5e192359dd6e0ac25b58 @pbuttigieg pbuttigieg committed on GitHub Apr 6, 2017
Showing with 38 additions and 21 deletions.
  1. +38 −21 src/envo/envo-idranges.owl
View
@@ -31,43 +31,32 @@ AnnotationProperty: idsfor:
AnnotationProperty: allocatedto:
-
-Datatype: idrange:3
+
+Datatype: idrange:1
Annotations:
- allocatedto: "Chris Mungall"
+ allocatedto: "Norman Morrison"
EquivalentTo:
- xsd:integer[> 2000000 , <= 2999999]
-
-
+ xsd:integer[> 1 , <= 999999]
+
Datatype: idrange:2
Annotations:
- allocatedto: "Pier "
+ allocatedto: "Pier Luigi Buttigieg"
EquivalentTo:
xsd:integer[> 1000000 , <= 1999999]
-
-
-Datatype: idrange:8
+
+Datatype: idrange:3
Annotations:
- allocatedto: "Kai Blumberg"
+ allocatedto: "Chris Mungall"
EquivalentTo:
- xsd:integer[> 3000000 , <= 3001000]
-
-Datatype: xsd:integer
+ xsd:integer[> 2000000 , <= 2999999]
-Datatype: idrange:1
-
- Annotations:
- allocatedto: "Norman Morrison"
-
- EquivalentTo:
- xsd:integer[> 1 , <= 999999]
Datatype: idrange:4
@@ -101,7 +90,35 @@ Datatype: idrange:7
EquivalentTo:
xsd:integer[> 9200000 , <= 9299999]
+
+Datatype: idrange:8
+
+ Annotations:
+ allocatedto: "Kai Blumberg"
+
+ EquivalentTo:
+ xsd:integer[> 3000000 , <= 3001000]
+Datatype: idrange:9
+
+ Annotations:
+ allocatedto: "ENVO-P, E-Content-E"
+
+ EquivalentTo:
+ xsd:integer[> 9300000 , <= 9399999]
+
+
+Datatype: idrange:10
+
+ Annotations:
+ allocatedto: "ENVO-P, E-NumberOf-E"
+
+ EquivalentTo:
+ xsd:integer[> 9400000 , <= 9499999]
+
+
+
+Datatype: xsd:integer
Datatype: rdf:PlainLiteral

0 comments on commit 73dccf6

Please sign in to comment.