Skip to content

Commit 73dccf6

Browse files
authored
Resort and give ranges to new patterns in #492
1 parent 31ca0c7 commit 73dccf6

File tree

1 file changed

+38
-21
lines changed

1 file changed

+38
-21
lines changed

src/envo/envo-idranges.owl

+38-21
Original file line numberDiff line numberDiff line change
@@ -31,43 +31,32 @@ AnnotationProperty: idsfor:
3131

3232
AnnotationProperty: allocatedto:
3333

34-
35-
Datatype: idrange:3
34+
35+
Datatype: idrange:1
3636

3737
Annotations:
38-
allocatedto: "Chris Mungall"
38+
allocatedto: "Norman Morrison"
3939

4040
EquivalentTo:
41-
xsd:integer[> 2000000 , <= 2999999]
42-
43-
41+
xsd:integer[> 1 , <= 999999]
42+
4443
Datatype: idrange:2
4544

4645
Annotations:
47-
allocatedto: "Pier "
46+
allocatedto: "Pier Luigi Buttigieg"
4847

4948
EquivalentTo:
5049
xsd:integer[> 1000000 , <= 1999999]
51-
52-
53-
Datatype: idrange:8
50+
51+
Datatype: idrange:3
5452

5553
Annotations:
56-
allocatedto: "Kai Blumberg"
54+
allocatedto: "Chris Mungall"
5755

5856
EquivalentTo:
59-
xsd:integer[> 3000000 , <= 3001000]
60-
61-
Datatype: xsd:integer
57+
xsd:integer[> 2000000 , <= 2999999]
6258

6359

64-
Datatype: idrange:1
65-
66-
Annotations:
67-
allocatedto: "Norman Morrison"
68-
69-
EquivalentTo:
70-
xsd:integer[> 1 , <= 999999]
7160

7261
Datatype: idrange:4
7362

@@ -101,7 +90,35 @@ Datatype: idrange:7
10190
EquivalentTo:
10291
xsd:integer[> 9200000 , <= 9299999]
10392

93+
94+
Datatype: idrange:8
95+
96+
Annotations:
97+
allocatedto: "Kai Blumberg"
98+
99+
EquivalentTo:
100+
xsd:integer[> 3000000 , <= 3001000]
104101

102+
Datatype: idrange:9
103+
104+
Annotations:
105+
allocatedto: "ENVO-P, E-Content-E"
106+
107+
EquivalentTo:
108+
xsd:integer[> 9300000 , <= 9399999]
109+
110+
111+
Datatype: idrange:10
112+
113+
Annotations:
114+
allocatedto: "ENVO-P, E-NumberOf-E"
115+
116+
EquivalentTo:
117+
xsd:integer[> 9400000 , <= 9499999]
118+
119+
120+
121+
Datatype: xsd:integer
105122
Datatype: rdf:PlainLiteral
106123

107124

0 commit comments

Comments
 (0)