biointerchange 0.2.2 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Gemfile +1 -0
- data/README.md +269 -19
- data/VERSION +1 -1
- data/examples/bininda_emonds_mammals.new +1 -0
- data/examples/rdfization.rb +17 -0
- data/examples/tree1.new +1 -0
- data/examples/tree2.new +1 -0
- data/examples/vocabulary.rb +26 -5
- data/generators/javaify.rb +12 -18
- data/generators/make_supplement_releases.rb +2 -0
- data/generators/pythonify.rb +21 -8
- data/generators/rdfxml.rb +15 -1
- data/lib/biointerchange/cdao.rb +2014 -0
- data/lib/biointerchange/core.rb +70 -77
- data/lib/biointerchange/genomics/gff3_rdf_ntriples.rb +16 -0
- data/lib/biointerchange/genomics/gff3_reader.rb +18 -4
- data/lib/biointerchange/genomics/gvf_reader.rb +14 -0
- data/lib/biointerchange/phylogenetics/cdao_rdf_ntriples.rb +108 -0
- data/lib/biointerchange/phylogenetics/newick_reader.rb +81 -0
- data/lib/biointerchange/phylogenetics/tree_set.rb +50 -0
- data/lib/biointerchange/registry.rb +50 -8
- data/lib/biointerchange/so.rb +150 -0
- data/lib/biointerchange/textmining/pdfx_xml_reader.rb +21 -2
- data/lib/biointerchange/textmining/pubannos_json_reader.rb +24 -1
- data/lib/biointerchange/textmining/text_mining_rdf_ntriples.rb +9 -0
- data/lib/biointerchange/textmining/text_mining_reader.rb +5 -5
- data/spec/phylogenetics_spec.rb +79 -0
- data/supplemental/java/biointerchange/pom.xml +1 -1
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/CDAO.java +2602 -0
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/FALDO.java +30 -28
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GFF3O.java +136 -104
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GVF1O.java +367 -278
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SIO.java +4388 -3127
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SO.java +5970 -4351
- data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SOFA.java +733 -544
- data/supplemental/java/biointerchange/src/test/java/org/biointerchange/AppTest.java +3 -1
- data/supplemental/python/biointerchange/cdao.py +2021 -0
- data/supplemental/python/biointerchange/faldo.py +37 -38
- data/supplemental/python/biointerchange/gff3o.py +156 -157
- data/supplemental/python/biointerchange/goxref.py +172 -172
- data/supplemental/python/biointerchange/gvf1o.py +428 -429
- data/supplemental/python/biointerchange/sio.py +3133 -3134
- data/supplemental/python/biointerchange/so.py +6626 -6527
- data/supplemental/python/biointerchange/sofa.py +790 -791
- data/supplemental/python/example.py +23 -5
- data/supplemental/python/setup.py +2 -2
- data/web/about.html +1 -0
- data/web/api.html +223 -15
- data/web/biointerchange.js +27 -6
- data/web/cli.html +8 -3
- data/web/index.html +6 -2
- data/web/ontologies.html +3 -0
- data/web/service/rdfizer.fcgi +7 -15
- data/web/webservices.html +6 -2
- metadata +30 -3
data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GVF1O.java
CHANGED
@@ -22,7 +22,7 @@ public class GVF1O {
|
|
22
22
|
* (http://www.biointerchange.org/gvf1o#GVF1_0072)
|
23
23
|
*/
|
24
24
|
public static Set<Resource> seqid() {
|
25
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
25
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0004"), _namespace_GVF1O("GVF1_0072") }));
|
26
26
|
}
|
27
27
|
|
28
28
|
/**
|
@@ -37,7 +37,7 @@ public class GVF1O {
|
|
37
37
|
* (http://www.biointerchange.org/gvf1o#GVF1_0091)
|
38
38
|
*/
|
39
39
|
public static Set<Resource> strand() {
|
40
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
40
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0010"), _namespace_GVF1O("GVF1_0083"), _namespace_GVF1O("GVF1_0091") }));
|
41
41
|
}
|
42
42
|
|
43
43
|
/**
|
@@ -49,7 +49,7 @@ public class GVF1O {
|
|
49
49
|
* (http://www.biointerchange.org/gvf1o#GVF1_0152)
|
50
50
|
*/
|
51
51
|
public static Set<Resource> attributes() {
|
52
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
52
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0012"), _namespace_GVF1O("GVF1_0152") }));
|
53
53
|
}
|
54
54
|
|
55
55
|
/**
|
@@ -57,7 +57,7 @@ public class GVF1O {
|
|
57
57
|
* (http://www.biointerchange.org/gvf1o#GVF1_0014)
|
58
58
|
*/
|
59
59
|
public static Resource parent() {
|
60
|
-
return _namespace_GVF1O("
|
60
|
+
return _namespace_GVF1O("GVF1_0014");
|
61
61
|
}
|
62
62
|
|
63
63
|
/**
|
@@ -65,7 +65,7 @@ public class GVF1O {
|
|
65
65
|
* (http://www.biointerchange.org/gvf1o#GVF1_0015)
|
66
66
|
*/
|
67
67
|
public static Resource contains() {
|
68
|
-
return _namespace_GVF1O("
|
68
|
+
return _namespace_GVF1O("GVF1_0015");
|
69
69
|
}
|
70
70
|
|
71
71
|
/**
|
@@ -80,7 +80,7 @@ public class GVF1O {
|
|
80
80
|
* (http://www.biointerchange.org/gvf1o#GVF1_0090)
|
81
81
|
*/
|
82
82
|
public static Set<Resource> region() {
|
83
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
83
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0021"), _namespace_GVF1O("GVF1_0079"), _namespace_GVF1O("GVF1_0090") }));
|
84
84
|
}
|
85
85
|
|
86
86
|
/**
|
@@ -88,7 +88,7 @@ public class GVF1O {
|
|
88
88
|
* (http://www.biointerchange.org/gvf1o#GVF1_0023)
|
89
89
|
*/
|
90
90
|
public static Resource species() {
|
91
|
-
return _namespace_GVF1O("
|
91
|
+
return _namespace_GVF1O("GVF1_0023");
|
92
92
|
}
|
93
93
|
|
94
94
|
/**
|
@@ -96,7 +96,7 @@ public class GVF1O {
|
|
96
96
|
* (http://www.biointerchange.org/gvf1o#GVF1_0034)
|
97
97
|
*/
|
98
98
|
public static Resource variant() {
|
99
|
-
return _namespace_GVF1O("
|
99
|
+
return _namespace_GVF1O("GVF1_0034");
|
100
100
|
}
|
101
101
|
|
102
102
|
/**
|
@@ -104,7 +104,7 @@ public class GVF1O {
|
|
104
104
|
* (http://www.biointerchange.org/gvf1o#GVF1_0036)
|
105
105
|
*/
|
106
106
|
public static Resource individual() {
|
107
|
-
return _namespace_GVF1O("
|
107
|
+
return _namespace_GVF1O("GVF1_0036");
|
108
108
|
}
|
109
109
|
|
110
110
|
/**
|
@@ -112,7 +112,7 @@ public class GVF1O {
|
|
112
112
|
* (http://www.biointerchange.org/gvf1o#GVF1_0038)
|
113
113
|
*/
|
114
114
|
public static Resource zygosity() {
|
115
|
-
return _namespace_GVF1O("
|
115
|
+
return _namespace_GVF1O("GVF1_0038");
|
116
116
|
}
|
117
117
|
|
118
118
|
/**
|
@@ -120,7 +120,7 @@ public class GVF1O {
|
|
120
120
|
* (http://www.biointerchange.org/gvf1o#GVF1_0041)
|
121
121
|
*/
|
122
122
|
public static Resource effect() {
|
123
|
-
return _namespace_GVF1O("
|
123
|
+
return _namespace_GVF1O("GVF1_0041");
|
124
124
|
}
|
125
125
|
|
126
126
|
/**
|
@@ -128,7 +128,7 @@ public class GVF1O {
|
|
128
128
|
* (http://www.biointerchange.org/gvf1o#GVF1_0042)
|
129
129
|
*/
|
130
130
|
public static Resource sequence_variant() {
|
131
|
-
return _namespace_GVF1O("
|
131
|
+
return _namespace_GVF1O("GVF1_0042");
|
132
132
|
}
|
133
133
|
|
134
134
|
/**
|
@@ -136,7 +136,7 @@ public class GVF1O {
|
|
136
136
|
* (http://www.biointerchange.org/gvf1o#GVF1_0043)
|
137
137
|
*/
|
138
138
|
public static Resource feature_type() {
|
139
|
-
return _namespace_GVF1O("
|
139
|
+
return _namespace_GVF1O("GVF1_0043");
|
140
140
|
}
|
141
141
|
|
142
142
|
/**
|
@@ -144,7 +144,7 @@ public class GVF1O {
|
|
144
144
|
* (http://www.biointerchange.org/gvf1o#GVF1_0046)
|
145
145
|
*/
|
146
146
|
public static Resource start_range() {
|
147
|
-
return _namespace_GVF1O("
|
147
|
+
return _namespace_GVF1O("GVF1_0046");
|
148
148
|
}
|
149
149
|
|
150
150
|
/**
|
@@ -152,7 +152,7 @@ public class GVF1O {
|
|
152
152
|
* (http://www.biointerchange.org/gvf1o#GVF1_0047)
|
153
153
|
*/
|
154
154
|
public static Resource end_range() {
|
155
|
-
return _namespace_GVF1O("
|
155
|
+
return _namespace_GVF1O("GVF1_0047");
|
156
156
|
}
|
157
157
|
|
158
158
|
/**
|
@@ -160,7 +160,7 @@ public class GVF1O {
|
|
160
160
|
* (http://www.biointerchange.org/gvf1o#GVF1_0051)
|
161
161
|
*/
|
162
162
|
public static Resource chromosome() {
|
163
|
-
return _namespace_GVF1O("
|
163
|
+
return _namespace_GVF1O("GVF1_0051");
|
164
164
|
}
|
165
165
|
|
166
166
|
/**
|
@@ -168,7 +168,7 @@ public class GVF1O {
|
|
168
168
|
* (http://www.biointerchange.org/gvf1o#GVF1_0053)
|
169
169
|
*/
|
170
170
|
public static Resource genotype() {
|
171
|
-
return _namespace_GVF1O("
|
171
|
+
return _namespace_GVF1O("GVF1_0053");
|
172
172
|
}
|
173
173
|
|
174
174
|
/**
|
@@ -180,7 +180,7 @@ public class GVF1O {
|
|
180
180
|
* (http://www.biointerchange.org/gvf1o#GVF1_0059)
|
181
181
|
*/
|
182
182
|
public static Set<Resource> feature_properties() {
|
183
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
183
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0066"), _namespace_GVF1O("GVF1_0059") }));
|
184
184
|
}
|
185
185
|
|
186
186
|
/**
|
@@ -192,7 +192,7 @@ public class GVF1O {
|
|
192
192
|
* (http://www.biointerchange.org/gvf1o#GVF1_0065)
|
193
193
|
*/
|
194
194
|
public static Set<Resource> sequencedindividual_properties() {
|
195
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
195
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0067"), _namespace_GVF1O("GVF1_0065") }));
|
196
196
|
}
|
197
197
|
|
198
198
|
/**
|
@@ -204,7 +204,7 @@ public class GVF1O {
|
|
204
204
|
* (http://www.biointerchange.org/gvf1o#GVF1_0063)
|
205
205
|
*/
|
206
206
|
public static Set<Resource> set_properties() {
|
207
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
207
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0068"), _namespace_GVF1O("GVF1_0063") }));
|
208
208
|
}
|
209
209
|
|
210
210
|
/**
|
@@ -216,7 +216,7 @@ public class GVF1O {
|
|
216
216
|
* (http://www.biointerchange.org/gvf1o#GVF1_0060)
|
217
217
|
*/
|
218
218
|
public static Set<Resource> variant_properties() {
|
219
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
219
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0069"), _namespace_GVF1O("GVF1_0060") }));
|
220
220
|
}
|
221
221
|
|
222
222
|
/**
|
@@ -228,7 +228,7 @@ public class GVF1O {
|
|
228
228
|
* (http://www.biointerchange.org/gvf1o#GVF1_0158)
|
229
229
|
*/
|
230
230
|
public static Set<Resource> effect_properties() {
|
231
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
231
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0070"), _namespace_GVF1O("GVF1_0158") }));
|
232
232
|
}
|
233
233
|
|
234
234
|
/**
|
@@ -240,7 +240,7 @@ public class GVF1O {
|
|
240
240
|
* (http://www.biointerchange.org/gvf1o#GVF1_0071)
|
241
241
|
*/
|
242
242
|
public static Set<Resource> breakpoint_properties() {
|
243
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
243
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0075"), _namespace_GVF1O("GVF1_0071") }));
|
244
244
|
}
|
245
245
|
|
246
246
|
/**
|
@@ -252,7 +252,7 @@ public class GVF1O {
|
|
252
252
|
* (http://www.biointerchange.org/gvf1o#GVF1_0104)
|
253
253
|
*/
|
254
254
|
public static Set<Resource> dbxref() {
|
255
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
255
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0078"), _namespace_GVF1O("GVF1_0104") }));
|
256
256
|
}
|
257
257
|
|
258
258
|
/**
|
@@ -260,7 +260,7 @@ public class GVF1O {
|
|
260
260
|
* (http://www.biointerchange.org/gvf1o#GVF1_0080)
|
261
261
|
*/
|
262
262
|
public static Resource breakpoint() {
|
263
|
-
return _namespace_GVF1O("
|
263
|
+
return _namespace_GVF1O("GVF1_0080");
|
264
264
|
}
|
265
265
|
|
266
266
|
/**
|
@@ -272,7 +272,7 @@ public class GVF1O {
|
|
272
272
|
* (http://www.biointerchange.org/gvf1o#GVF1_0092)
|
273
273
|
*/
|
274
274
|
public static Set<Resource> target_properties() {
|
275
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
275
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0089"), _namespace_GVF1O("GVF1_0092") }));
|
276
276
|
}
|
277
277
|
|
278
278
|
/**
|
@@ -284,7 +284,7 @@ public class GVF1O {
|
|
284
284
|
* (http://www.biointerchange.org/gvf1o#GVF1_0107)
|
285
285
|
*/
|
286
286
|
public static Set<Resource> technologyplatform_properties() {
|
287
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
287
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0102"), _namespace_GVF1O("GVF1_0107") }));
|
288
288
|
}
|
289
289
|
|
290
290
|
/**
|
@@ -292,7 +292,7 @@ public class GVF1O {
|
|
292
292
|
* (http://www.biointerchange.org/gvf1o#GVF1_0103)
|
293
293
|
*/
|
294
294
|
public static Resource datasource_properties() {
|
295
|
-
return _namespace_GVF1O("
|
295
|
+
return _namespace_GVF1O("GVF1_0103");
|
296
296
|
}
|
297
297
|
|
298
298
|
/**
|
@@ -304,7 +304,7 @@ public class GVF1O {
|
|
304
304
|
* (http://www.biointerchange.org/gvf1o#GVF1_0113)
|
305
305
|
*/
|
306
306
|
public static Set<Resource> structuredpragma_properties() {
|
307
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
307
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0112"), _namespace_GVF1O("GVF1_0113") }));
|
308
308
|
}
|
309
309
|
|
310
310
|
/**
|
@@ -312,7 +312,7 @@ public class GVF1O {
|
|
312
312
|
* (http://www.biointerchange.org/gvf1o#GVF1_0119)
|
313
313
|
*/
|
314
314
|
public static Resource read_type() {
|
315
|
-
return _namespace_GVF1O("
|
315
|
+
return _namespace_GVF1O("GVF1_0119");
|
316
316
|
}
|
317
317
|
|
318
318
|
/**
|
@@ -320,7 +320,7 @@ public class GVF1O {
|
|
320
320
|
* (http://www.biointerchange.org/gvf1o#GVF1_0120)
|
321
321
|
*/
|
322
322
|
public static Resource data_type() {
|
323
|
-
return _namespace_GVF1O("
|
323
|
+
return _namespace_GVF1O("GVF1_0120");
|
324
324
|
}
|
325
325
|
|
326
326
|
/**
|
@@ -328,7 +328,7 @@ public class GVF1O {
|
|
328
328
|
* (http://www.biointerchange.org/gvf1o#GVF1_0121)
|
329
329
|
*/
|
330
330
|
public static Resource technology_platform() {
|
331
|
-
return _namespace_GVF1O("
|
331
|
+
return _namespace_GVF1O("GVF1_0121");
|
332
332
|
}
|
333
333
|
|
334
334
|
/**
|
@@ -336,7 +336,7 @@ public class GVF1O {
|
|
336
336
|
* (http://www.biointerchange.org/gvf1o#GVF1_0122)
|
337
337
|
*/
|
338
338
|
public static Resource data_source() {
|
339
|
-
return _namespace_GVF1O("
|
339
|
+
return _namespace_GVF1O("GVF1_0122");
|
340
340
|
}
|
341
341
|
|
342
342
|
/**
|
@@ -344,7 +344,7 @@ public class GVF1O {
|
|
344
344
|
* (http://www.biointerchange.org/gvf1o#GVF1_0123)
|
345
345
|
*/
|
346
346
|
public static Resource score_method() {
|
347
|
-
return _namespace_GVF1O("
|
347
|
+
return _namespace_GVF1O("GVF1_0123");
|
348
348
|
}
|
349
349
|
|
350
350
|
/**
|
@@ -352,7 +352,7 @@ public class GVF1O {
|
|
352
352
|
* (http://www.biointerchange.org/gvf1o#GVF1_0124)
|
353
353
|
*/
|
354
354
|
public static Resource source_method() {
|
355
|
-
return _namespace_GVF1O("
|
355
|
+
return _namespace_GVF1O("GVF1_0124");
|
356
356
|
}
|
357
357
|
|
358
358
|
/**
|
@@ -360,7 +360,7 @@ public class GVF1O {
|
|
360
360
|
* (http://www.biointerchange.org/gvf1o#GVF1_0125)
|
361
361
|
*/
|
362
362
|
public static Resource phenotype_description() {
|
363
|
-
return _namespace_GVF1O("
|
363
|
+
return _namespace_GVF1O("GVF1_0125");
|
364
364
|
}
|
365
365
|
|
366
366
|
/**
|
@@ -381,7 +381,7 @@ public class GVF1O {
|
|
381
381
|
* (http://www.biointerchange.org/gvf1o#GVF1_0131)
|
382
382
|
*/
|
383
383
|
public static Set<Resource> attribute_method() {
|
384
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
384
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0126"), _namespace_GVF1O("GVF1_0127"), _namespace_GVF1O("GVF1_0129"), _namespace_GVF1O("GVF1_0130"), _namespace_GVF1O("GVF1_0131") }));
|
385
385
|
}
|
386
386
|
|
387
387
|
/**
|
@@ -393,7 +393,7 @@ public class GVF1O {
|
|
393
393
|
* (http://www.biointerchange.org/gvf1o#GVF1_0064)
|
394
394
|
*/
|
395
395
|
public static Set<Resource> attribute_properties() {
|
396
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
396
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0128"), _namespace_GVF1O("GVF1_0064") }));
|
397
397
|
}
|
398
398
|
|
399
399
|
/**
|
@@ -401,7 +401,7 @@ public class GVF1O {
|
|
401
401
|
* (http://www.biointerchange.org/gvf1o#GVF1_0147)
|
402
402
|
*/
|
403
403
|
public static Resource sex() {
|
404
|
-
return _namespace_GVF1O("
|
404
|
+
return _namespace_GVF1O("GVF1_0147");
|
405
405
|
}
|
406
406
|
|
407
407
|
/**
|
@@ -409,7 +409,7 @@ public class GVF1O {
|
|
409
409
|
* (http://www.biointerchange.org/gvf1o#GVF1_0148)
|
410
410
|
*/
|
411
411
|
public static Resource genomic_source() {
|
412
|
-
return _namespace_GVF1O("
|
412
|
+
return _namespace_GVF1O("GVF1_0148");
|
413
413
|
}
|
414
414
|
|
415
415
|
/**
|
@@ -417,7 +417,7 @@ public class GVF1O {
|
|
417
417
|
* (http://www.biointerchange.org/gvf1o#GVF1_0150)
|
418
418
|
*/
|
419
419
|
public static Resource feature_ontology() {
|
420
|
-
return _namespace_GVF1O("
|
420
|
+
return _namespace_GVF1O("GVF1_0150");
|
421
421
|
}
|
422
422
|
|
423
423
|
/**
|
@@ -425,7 +425,7 @@ public class GVF1O {
|
|
425
425
|
* (http://www.biointerchange.org/gvf1o#GVF1_0155)
|
426
426
|
*/
|
427
427
|
public static Resource target() {
|
428
|
-
return _namespace_GVF1O("
|
428
|
+
return _namespace_GVF1O("GVF1_0155");
|
429
429
|
}
|
430
430
|
|
431
431
|
/**
|
@@ -433,7 +433,7 @@ public class GVF1O {
|
|
433
433
|
* (http://www.biointerchange.org/gvf1o#GVF1_0005)
|
434
434
|
*/
|
435
435
|
public static Resource source() {
|
436
|
-
return _namespace_GVF1O("
|
436
|
+
return _namespace_GVF1O("GVF1_0005");
|
437
437
|
}
|
438
438
|
|
439
439
|
/**
|
@@ -441,7 +441,7 @@ public class GVF1O {
|
|
441
441
|
* (http://www.biointerchange.org/gvf1o#GVF1_0006)
|
442
442
|
*/
|
443
443
|
public static Resource type() {
|
444
|
-
return _namespace_GVF1O("
|
444
|
+
return _namespace_GVF1O("GVF1_0006");
|
445
445
|
}
|
446
446
|
|
447
447
|
/**
|
@@ -462,7 +462,7 @@ public class GVF1O {
|
|
462
462
|
* (http://www.biointerchange.org/gvf1o#GVF1_0138)
|
463
463
|
*/
|
464
464
|
public static Set<Resource> start() {
|
465
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
465
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0007"), _namespace_GVF1O("GVF1_0048"), _namespace_GVF1O("GVF1_0073"), _namespace_GVF1O("GVF1_0094"), _namespace_GVF1O("GVF1_0138") }));
|
466
466
|
}
|
467
467
|
|
468
468
|
/**
|
@@ -483,7 +483,7 @@ public class GVF1O {
|
|
483
483
|
* (http://www.biointerchange.org/gvf1o#GVF1_0139)
|
484
484
|
*/
|
485
485
|
public static Set<Resource> end() {
|
486
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
486
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0008"), _namespace_GVF1O("GVF1_0049"), _namespace_GVF1O("GVF1_0074"), _namespace_GVF1O("GVF1_0095"), _namespace_GVF1O("GVF1_0139") }));
|
487
487
|
}
|
488
488
|
|
489
489
|
/**
|
@@ -491,7 +491,7 @@ public class GVF1O {
|
|
491
491
|
* (http://www.biointerchange.org/gvf1o#GVF1_0009)
|
492
492
|
*/
|
493
493
|
public static Resource score() {
|
494
|
-
return _namespace_GVF1O("
|
494
|
+
return _namespace_GVF1O("GVF1_0009");
|
495
495
|
}
|
496
496
|
|
497
497
|
/**
|
@@ -503,7 +503,7 @@ public class GVF1O {
|
|
503
503
|
* (http://www.biointerchange.org/gvf1o#GVF1_0154)
|
504
504
|
*/
|
505
505
|
public static Set<Resource> tag() {
|
506
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
506
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0013"), _namespace_GVF1O("GVF1_0154") }));
|
507
507
|
}
|
508
508
|
|
509
509
|
/**
|
@@ -511,7 +511,7 @@ public class GVF1O {
|
|
511
511
|
* (http://www.biointerchange.org/gvf1o#GVF1_0022)
|
512
512
|
*/
|
513
513
|
public static Resource gvf_version() {
|
514
|
-
return _namespace_GVF1O("
|
514
|
+
return _namespace_GVF1O("GVF1_0022");
|
515
515
|
}
|
516
516
|
|
517
517
|
/**
|
@@ -519,7 +519,7 @@ public class GVF1O {
|
|
519
519
|
* (http://www.biointerchange.org/gvf1o#GVF1_0024)
|
520
520
|
*/
|
521
521
|
public static Resource build() {
|
522
|
-
return _namespace_GVF1O("
|
522
|
+
return _namespace_GVF1O("GVF1_0024");
|
523
523
|
}
|
524
524
|
|
525
525
|
/**
|
@@ -527,7 +527,7 @@ public class GVF1O {
|
|
527
527
|
* (http://www.biointerchange.org/gvf1o#GVF1_0025)
|
528
528
|
*/
|
529
529
|
public static Resource variant_seq() {
|
530
|
-
return _namespace_GVF1O("
|
530
|
+
return _namespace_GVF1O("GVF1_0025");
|
531
531
|
}
|
532
532
|
|
533
533
|
/**
|
@@ -539,7 +539,7 @@ public class GVF1O {
|
|
539
539
|
* (http://www.biointerchange.org/gvf1o#GVF1_0137)
|
540
540
|
*/
|
541
541
|
public static Set<Resource> id() {
|
542
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
542
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0026"), _namespace_GVF1O("GVF1_0137") }));
|
543
543
|
}
|
544
544
|
|
545
545
|
/**
|
@@ -547,7 +547,7 @@ public class GVF1O {
|
|
547
547
|
* (http://www.biointerchange.org/gvf1o#GVF1_0027)
|
548
548
|
*/
|
549
549
|
public static Resource alias() {
|
550
|
-
return _namespace_GVF1O("
|
550
|
+
return _namespace_GVF1O("GVF1_0027");
|
551
551
|
}
|
552
552
|
|
553
553
|
/**
|
@@ -555,7 +555,7 @@ public class GVF1O {
|
|
555
555
|
* (http://www.biointerchange.org/gvf1o#GVF1_0031)
|
556
556
|
*/
|
557
557
|
public static Resource reference_seq() {
|
558
|
-
return _namespace_GVF1O("
|
558
|
+
return _namespace_GVF1O("GVF1_0031");
|
559
559
|
}
|
560
560
|
|
561
561
|
/**
|
@@ -563,7 +563,7 @@ public class GVF1O {
|
|
563
563
|
* (http://www.biointerchange.org/gvf1o#GVF1_0032)
|
564
564
|
*/
|
565
565
|
public static Resource variant_reads() {
|
566
|
-
return _namespace_GVF1O("
|
566
|
+
return _namespace_GVF1O("GVF1_0032");
|
567
567
|
}
|
568
568
|
|
569
569
|
/**
|
@@ -571,7 +571,7 @@ public class GVF1O {
|
|
571
571
|
* (http://www.biointerchange.org/gvf1o#GVF1_0037)
|
572
572
|
*/
|
573
573
|
public static Resource total_reads() {
|
574
|
-
return _namespace_GVF1O("
|
574
|
+
return _namespace_GVF1O("GVF1_0037");
|
575
575
|
}
|
576
576
|
|
577
577
|
/**
|
@@ -579,7 +579,7 @@ public class GVF1O {
|
|
579
579
|
* (http://www.biointerchange.org/gvf1o#GVF1_0039)
|
580
580
|
*/
|
581
581
|
public static Resource variant_freq() {
|
582
|
-
return _namespace_GVF1O("
|
582
|
+
return _namespace_GVF1O("GVF1_0039");
|
583
583
|
}
|
584
584
|
|
585
585
|
/**
|
@@ -587,7 +587,7 @@ public class GVF1O {
|
|
587
587
|
* (http://www.biointerchange.org/gvf1o#GVF1_0044)
|
588
588
|
*/
|
589
589
|
public static Resource feature() {
|
590
|
-
return _namespace_GVF1O("
|
590
|
+
return _namespace_GVF1O("GVF1_0044");
|
591
591
|
}
|
592
592
|
|
593
593
|
/**
|
@@ -599,7 +599,7 @@ public class GVF1O {
|
|
599
599
|
* (http://www.biointerchange.org/gvf1o#GVF1_0101)
|
600
600
|
*/
|
601
601
|
public static Set<Resource> phased() {
|
602
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
602
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0050"), _namespace_GVF1O("GVF1_0101") }));
|
603
603
|
}
|
604
604
|
|
605
605
|
/**
|
@@ -607,7 +607,7 @@ public class GVF1O {
|
|
607
607
|
* (http://www.biointerchange.org/gvf1o#GVF1_0054)
|
608
608
|
*/
|
609
609
|
public static Resource variant_codon() {
|
610
|
-
return _namespace_GVF1O("
|
610
|
+
return _namespace_GVF1O("GVF1_0054");
|
611
611
|
}
|
612
612
|
|
613
613
|
/**
|
@@ -615,7 +615,7 @@ public class GVF1O {
|
|
615
615
|
* (http://www.biointerchange.org/gvf1o#GVF1_0055)
|
616
616
|
*/
|
617
617
|
public static Resource reference_codon() {
|
618
|
-
return _namespace_GVF1O("
|
618
|
+
return _namespace_GVF1O("GVF1_0055");
|
619
619
|
}
|
620
620
|
|
621
621
|
/**
|
@@ -623,7 +623,7 @@ public class GVF1O {
|
|
623
623
|
* (http://www.biointerchange.org/gvf1o#GVF1_0056)
|
624
624
|
*/
|
625
625
|
public static Resource variant_aa() {
|
626
|
-
return _namespace_GVF1O("
|
626
|
+
return _namespace_GVF1O("GVF1_0056");
|
627
627
|
}
|
628
628
|
|
629
629
|
/**
|
@@ -631,7 +631,7 @@ public class GVF1O {
|
|
631
631
|
* (http://www.biointerchange.org/gvf1o#GVF1_0057)
|
632
632
|
*/
|
633
633
|
public static Resource reference_aa() {
|
634
|
-
return _namespace_GVF1O("
|
634
|
+
return _namespace_GVF1O("GVF1_0057");
|
635
635
|
}
|
636
636
|
|
637
637
|
/**
|
@@ -639,7 +639,7 @@ public class GVF1O {
|
|
639
639
|
* (http://www.biointerchange.org/gvf1o#GVF1_0061)
|
640
640
|
*/
|
641
641
|
public static Resource range_properties() {
|
642
|
-
return _namespace_GVF1O("
|
642
|
+
return _namespace_GVF1O("GVF1_0061");
|
643
643
|
}
|
644
644
|
|
645
645
|
/**
|
@@ -647,7 +647,7 @@ public class GVF1O {
|
|
647
647
|
* (http://www.biointerchange.org/gvf1o#GVF1_0076)
|
648
648
|
*/
|
649
649
|
public static Resource a_context() {
|
650
|
-
return _namespace_GVF1O("
|
650
|
+
return _namespace_GVF1O("GVF1_0076");
|
651
651
|
}
|
652
652
|
|
653
653
|
/**
|
@@ -655,7 +655,7 @@ public class GVF1O {
|
|
655
655
|
* (http://www.biointerchange.org/gvf1o#GVF1_0081)
|
656
656
|
*/
|
657
657
|
public static Resource gff_version() {
|
658
|
-
return _namespace_GVF1O("
|
658
|
+
return _namespace_GVF1O("GVF1_0081");
|
659
659
|
}
|
660
660
|
|
661
661
|
/**
|
@@ -663,7 +663,7 @@ public class GVF1O {
|
|
663
663
|
* (http://www.biointerchange.org/gvf1o#GVF1_0082)
|
664
664
|
*/
|
665
665
|
public static Resource file_date() {
|
666
|
-
return _namespace_GVF1O("
|
666
|
+
return _namespace_GVF1O("GVF1_0082");
|
667
667
|
}
|
668
668
|
|
669
669
|
/**
|
@@ -671,7 +671,7 @@ public class GVF1O {
|
|
671
671
|
* (http://www.biointerchange.org/gvf1o#GVF1_0093)
|
672
672
|
*/
|
673
673
|
public static Resource target_id() {
|
674
|
-
return _namespace_GVF1O("
|
674
|
+
return _namespace_GVF1O("GVF1_0093");
|
675
675
|
}
|
676
676
|
|
677
677
|
/**
|
@@ -679,7 +679,7 @@ public class GVF1O {
|
|
679
679
|
* (http://www.biointerchange.org/gvf1o#GVF1_0096)
|
680
680
|
*/
|
681
681
|
public static Resource ontology_term() {
|
682
|
-
return _namespace_GVF1O("
|
682
|
+
return _namespace_GVF1O("GVF1_0096");
|
683
683
|
}
|
684
684
|
|
685
685
|
/**
|
@@ -687,7 +687,7 @@ public class GVF1O {
|
|
687
687
|
* (http://www.biointerchange.org/gvf1o#GVF1_0105)
|
688
688
|
*/
|
689
689
|
public static Resource comment() {
|
690
|
-
return _namespace_GVF1O("
|
690
|
+
return _namespace_GVF1O("GVF1_0105");
|
691
691
|
}
|
692
692
|
|
693
693
|
/**
|
@@ -695,7 +695,7 @@ public class GVF1O {
|
|
695
695
|
* (http://www.biointerchange.org/gvf1o#GVF1_0106)
|
696
696
|
*/
|
697
697
|
public static Resource platform_class() {
|
698
|
-
return _namespace_GVF1O("
|
698
|
+
return _namespace_GVF1O("GVF1_0106");
|
699
699
|
}
|
700
700
|
|
701
701
|
/**
|
@@ -703,7 +703,7 @@ public class GVF1O {
|
|
703
703
|
* (http://www.biointerchange.org/gvf1o#GVF1_0108)
|
704
704
|
*/
|
705
705
|
public static Resource platform_name() {
|
706
|
-
return _namespace_GVF1O("
|
706
|
+
return _namespace_GVF1O("GVF1_0108");
|
707
707
|
}
|
708
708
|
|
709
709
|
/**
|
@@ -711,7 +711,7 @@ public class GVF1O {
|
|
711
711
|
* (http://www.biointerchange.org/gvf1o#GVF1_0132)
|
712
712
|
*/
|
713
713
|
public static Resource read_length() {
|
714
|
-
return _namespace_GVF1O("
|
714
|
+
return _namespace_GVF1O("GVF1_0132");
|
715
715
|
}
|
716
716
|
|
717
717
|
/**
|
@@ -719,7 +719,7 @@ public class GVF1O {
|
|
719
719
|
* (http://www.biointerchange.org/gvf1o#GVF1_0133)
|
720
720
|
*/
|
721
721
|
public static Resource read_pair_span() {
|
722
|
-
return _namespace_GVF1O("
|
722
|
+
return _namespace_GVF1O("GVF1_0133");
|
723
723
|
}
|
724
724
|
|
725
725
|
/**
|
@@ -727,7 +727,7 @@ public class GVF1O {
|
|
727
727
|
* (http://www.biointerchange.org/gvf1o#GVF1_0134)
|
728
728
|
*/
|
729
729
|
public static Resource average_coverage() {
|
730
|
-
return _namespace_GVF1O("
|
730
|
+
return _namespace_GVF1O("GVF1_0134");
|
731
731
|
}
|
732
732
|
|
733
733
|
/**
|
@@ -735,7 +735,7 @@ public class GVF1O {
|
|
735
735
|
* (http://www.biointerchange.org/gvf1o#GVF1_0136)
|
736
736
|
*/
|
737
737
|
public static Resource landmark_properties() {
|
738
|
-
return _namespace_GVF1O("
|
738
|
+
return _namespace_GVF1O("GVF1_0136");
|
739
739
|
}
|
740
740
|
|
741
741
|
/**
|
@@ -743,7 +743,7 @@ public class GVF1O {
|
|
743
743
|
* (http://www.biointerchange.org/gvf1o#GVF1_0149)
|
744
744
|
*/
|
745
745
|
public static Resource file_version() {
|
746
|
-
return _namespace_GVF1O("
|
746
|
+
return _namespace_GVF1O("GVF1_0149");
|
747
747
|
}
|
748
748
|
|
749
749
|
/**
|
@@ -751,7 +751,7 @@ public class GVF1O {
|
|
751
751
|
* (http://www.biointerchange.org/gvf1o#GVF1_0153)
|
752
752
|
*/
|
753
753
|
public static Resource structuredattribute_properties() {
|
754
|
-
return _namespace_GVF1O("
|
754
|
+
return _namespace_GVF1O("GVF1_0153");
|
755
755
|
}
|
756
756
|
|
757
757
|
/**
|
@@ -763,7 +763,7 @@ public class GVF1O {
|
|
763
763
|
* (http://www.biointerchange.org/gvf1o#GVF1_0157)
|
764
764
|
*/
|
765
765
|
public static Set<Resource> sequence() {
|
766
|
-
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("
|
766
|
+
return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_GVF1O("GVF1_0156"), _namespace_GVF1O("GVF1_0157") }));
|
767
767
|
}
|
768
768
|
|
769
769
|
/**
|
@@ -771,7 +771,7 @@ public class GVF1O {
|
|
771
771
|
* (http://www.biointerchange.org/gvf1o#GVF1_0001)
|
772
772
|
*/
|
773
773
|
public static Resource Set() {
|
774
|
-
return _namespace_GVF1O("
|
774
|
+
return _namespace_GVF1O("GVF1_0001");
|
775
775
|
}
|
776
776
|
|
777
777
|
/**
|
@@ -779,7 +779,7 @@ public class GVF1O {
|
|
779
779
|
* (http://www.biointerchange.org/gvf1o#GVF1_0002)
|
780
780
|
*/
|
781
781
|
public static Resource Feature() {
|
782
|
-
return _namespace_GVF1O("
|
782
|
+
return _namespace_GVF1O("GVF1_0002");
|
783
783
|
}
|
784
784
|
|
785
785
|
/**
|
@@ -787,7 +787,7 @@ public class GVF1O {
|
|
787
787
|
* (http://www.biointerchange.org/gvf1o#GVF1_0003)
|
788
788
|
*/
|
789
789
|
public static Resource Attribute() {
|
790
|
-
return _namespace_GVF1O("
|
790
|
+
return _namespace_GVF1O("GVF1_0003");
|
791
791
|
}
|
792
792
|
|
793
793
|
/**
|
@@ -795,7 +795,7 @@ public class GVF1O {
|
|
795
795
|
* (http://www.biointerchange.org/gvf1o#GVF1_0016)
|
796
796
|
*/
|
797
797
|
public static Resource Strand() {
|
798
|
-
return _namespace_GVF1O("
|
798
|
+
return _namespace_GVF1O("GVF1_0016");
|
799
799
|
}
|
800
800
|
|
801
801
|
/**
|
@@ -803,7 +803,7 @@ public class GVF1O {
|
|
803
803
|
* (http://www.biointerchange.org/gvf1o#GVF1_0033)
|
804
804
|
*/
|
805
805
|
public static Resource Variant() {
|
806
|
-
return _namespace_GVF1O("
|
806
|
+
return _namespace_GVF1O("GVF1_0033");
|
807
807
|
}
|
808
808
|
|
809
809
|
/**
|
@@ -811,7 +811,7 @@ public class GVF1O {
|
|
811
811
|
* (http://www.biointerchange.org/gvf1o#GVF1_0035)
|
812
812
|
*/
|
813
813
|
public static Resource SequencedIndividual() {
|
814
|
-
return _namespace_GVF1O("
|
814
|
+
return _namespace_GVF1O("GVF1_0035");
|
815
815
|
}
|
816
816
|
|
817
817
|
/**
|
@@ -819,7 +819,7 @@ public class GVF1O {
|
|
819
819
|
* (http://www.biointerchange.org/gvf1o#GVF1_0040)
|
820
820
|
*/
|
821
821
|
public static Resource Effect() {
|
822
|
-
return _namespace_GVF1O("
|
822
|
+
return _namespace_GVF1O("GVF1_0040");
|
823
823
|
}
|
824
824
|
|
825
825
|
/**
|
@@ -827,7 +827,7 @@ public class GVF1O {
|
|
827
827
|
* (http://www.biointerchange.org/gvf1o#GVF1_0045)
|
828
828
|
*/
|
829
829
|
public static Resource Range() {
|
830
|
-
return _namespace_GVF1O("
|
830
|
+
return _namespace_GVF1O("GVF1_0045");
|
831
831
|
}
|
832
832
|
|
833
833
|
/**
|
@@ -835,7 +835,7 @@ public class GVF1O {
|
|
835
835
|
* (http://www.biointerchange.org/gvf1o#GVF1_0052)
|
836
836
|
*/
|
837
837
|
public static Resource Chromosome() {
|
838
|
-
return _namespace_GVF1O("
|
838
|
+
return _namespace_GVF1O("GVF1_0052");
|
839
839
|
}
|
840
840
|
|
841
841
|
/**
|
@@ -843,7 +843,7 @@ public class GVF1O {
|
|
843
843
|
* (http://www.biointerchange.org/gvf1o#GVF1_0058)
|
844
844
|
*/
|
845
845
|
public static Resource Breakpoint() {
|
846
|
-
return _namespace_GVF1O("
|
846
|
+
return _namespace_GVF1O("GVF1_0058");
|
847
847
|
}
|
848
848
|
|
849
849
|
/**
|
@@ -851,7 +851,7 @@ public class GVF1O {
|
|
851
851
|
* (http://www.biointerchange.org/gvf1o#GVF1_0084)
|
852
852
|
*/
|
853
853
|
public static Resource Zygosity() {
|
854
|
-
return _namespace_GVF1O("
|
854
|
+
return _namespace_GVF1O("GVF1_0084");
|
855
855
|
}
|
856
856
|
|
857
857
|
/**
|
@@ -859,7 +859,7 @@ public class GVF1O {
|
|
859
859
|
* (http://www.biointerchange.org/gvf1o#GVF1_0088)
|
860
860
|
*/
|
861
861
|
public static Resource Target() {
|
862
|
-
return _namespace_GVF1O("
|
862
|
+
return _namespace_GVF1O("GVF1_0088");
|
863
863
|
}
|
864
864
|
|
865
865
|
/**
|
@@ -867,7 +867,7 @@ public class GVF1O {
|
|
867
867
|
* (http://www.biointerchange.org/gvf1o#GVF1_0097)
|
868
868
|
*/
|
869
869
|
public static Resource TechnologyPlatform() {
|
870
|
-
return _namespace_GVF1O("
|
870
|
+
return _namespace_GVF1O("GVF1_0097");
|
871
871
|
}
|
872
872
|
|
873
873
|
/**
|
@@ -875,7 +875,7 @@ public class GVF1O {
|
|
875
875
|
* (http://www.biointerchange.org/gvf1o#GVF1_0098)
|
876
876
|
*/
|
877
877
|
public static Resource DataSource() {
|
878
|
-
return _namespace_GVF1O("
|
878
|
+
return _namespace_GVF1O("GVF1_0098");
|
879
879
|
}
|
880
880
|
|
881
881
|
/**
|
@@ -883,7 +883,7 @@ public class GVF1O {
|
|
883
883
|
* (http://www.biointerchange.org/gvf1o#GVF1_0099)
|
884
884
|
*/
|
885
885
|
public static Resource Method() {
|
886
|
-
return _namespace_GVF1O("
|
886
|
+
return _namespace_GVF1O("GVF1_0099");
|
887
887
|
}
|
888
888
|
|
889
889
|
/**
|
@@ -891,7 +891,7 @@ public class GVF1O {
|
|
891
891
|
* (http://www.biointerchange.org/gvf1o#GVF1_0100)
|
892
892
|
*/
|
893
893
|
public static Resource PhenotypeDescription() {
|
894
|
-
return _namespace_GVF1O("
|
894
|
+
return _namespace_GVF1O("GVF1_0100");
|
895
895
|
}
|
896
896
|
|
897
897
|
/**
|
@@ -899,7 +899,7 @@ public class GVF1O {
|
|
899
899
|
* (http://www.biointerchange.org/gvf1o#GVF1_0109)
|
900
900
|
*/
|
901
901
|
public static Resource ReadType() {
|
902
|
-
return _namespace_GVF1O("
|
902
|
+
return _namespace_GVF1O("GVF1_0109");
|
903
903
|
}
|
904
904
|
|
905
905
|
/**
|
@@ -907,7 +907,7 @@ public class GVF1O {
|
|
907
907
|
* (http://www.biointerchange.org/gvf1o#GVF1_0114)
|
908
908
|
*/
|
909
909
|
public static Resource DataType() {
|
910
|
-
return _namespace_GVF1O("
|
910
|
+
return _namespace_GVF1O("GVF1_0114");
|
911
911
|
}
|
912
912
|
|
913
913
|
/**
|
@@ -915,7 +915,7 @@ public class GVF1O {
|
|
915
915
|
* (http://www.biointerchange.org/gvf1o#GVF1_0135)
|
916
916
|
*/
|
917
917
|
public static Resource Landmark() {
|
918
|
-
return _namespace_GVF1O("
|
918
|
+
return _namespace_GVF1O("GVF1_0135");
|
919
919
|
}
|
920
920
|
|
921
921
|
/**
|
@@ -923,7 +923,7 @@ public class GVF1O {
|
|
923
923
|
* (http://www.biointerchange.org/gvf1o#GVF1_0140)
|
924
924
|
*/
|
925
925
|
public static Resource Sex() {
|
926
|
-
return _namespace_GVF1O("
|
926
|
+
return _namespace_GVF1O("GVF1_0140");
|
927
927
|
}
|
928
928
|
|
929
929
|
/**
|
@@ -931,7 +931,7 @@ public class GVF1O {
|
|
931
931
|
* (http://www.biointerchange.org/gvf1o#GVF1_0141)
|
932
932
|
*/
|
933
933
|
public static Resource GenomicSource() {
|
934
|
-
return _namespace_GVF1O("
|
934
|
+
return _namespace_GVF1O("GVF1_0141");
|
935
935
|
}
|
936
936
|
|
937
937
|
/**
|
@@ -939,7 +939,7 @@ public class GVF1O {
|
|
939
939
|
* (http://www.biointerchange.org/gvf1o#GVF1_0151)
|
940
940
|
*/
|
941
941
|
public static Resource StructuredAttribute() {
|
942
|
-
return _namespace_GVF1O("
|
942
|
+
return _namespace_GVF1O("GVF1_0151");
|
943
943
|
}
|
944
944
|
|
945
945
|
/**
|
@@ -947,7 +947,7 @@ public class GVF1O {
|
|
947
947
|
* (http://www.biointerchange.org/gvf1o#GVF1_0017)
|
948
948
|
*/
|
949
949
|
public static Resource Positive() {
|
950
|
-
return _namespace_GVF1O("
|
950
|
+
return _namespace_GVF1O("GVF1_0017");
|
951
951
|
}
|
952
952
|
|
953
953
|
/**
|
@@ -955,7 +955,7 @@ public class GVF1O {
|
|
955
955
|
* (http://www.biointerchange.org/gvf1o#GVF1_0018)
|
956
956
|
*/
|
957
957
|
public static Resource Negative() {
|
958
|
-
return _namespace_GVF1O("
|
958
|
+
return _namespace_GVF1O("GVF1_0018");
|
959
959
|
}
|
960
960
|
|
961
961
|
/**
|
@@ -963,7 +963,7 @@ public class GVF1O {
|
|
963
963
|
* (http://www.biointerchange.org/gvf1o#GVF1_0019)
|
964
964
|
*/
|
965
965
|
public static Resource UnknownStrand() {
|
966
|
-
return _namespace_GVF1O("
|
966
|
+
return _namespace_GVF1O("GVF1_0019");
|
967
967
|
}
|
968
968
|
|
969
969
|
/**
|
@@ -971,7 +971,7 @@ public class GVF1O {
|
|
971
971
|
* (http://www.biointerchange.org/gvf1o#GVF1_0020)
|
972
972
|
*/
|
973
973
|
public static Resource NotStranded() {
|
974
|
-
return _namespace_GVF1O("
|
974
|
+
return _namespace_GVF1O("GVF1_0020");
|
975
975
|
}
|
976
976
|
|
977
977
|
/**
|
@@ -979,7 +979,7 @@ public class GVF1O {
|
|
979
979
|
* (http://www.biointerchange.org/gvf1o#GVF1_0085)
|
980
980
|
*/
|
981
981
|
public static Resource Heterozygous() {
|
982
|
-
return _namespace_GVF1O("
|
982
|
+
return _namespace_GVF1O("GVF1_0085");
|
983
983
|
}
|
984
984
|
|
985
985
|
/**
|
@@ -987,7 +987,7 @@ public class GVF1O {
|
|
987
987
|
* (http://www.biointerchange.org/gvf1o#GVF1_0086)
|
988
988
|
*/
|
989
989
|
public static Resource Homozygous() {
|
990
|
-
return _namespace_GVF1O("
|
990
|
+
return _namespace_GVF1O("GVF1_0086");
|
991
991
|
}
|
992
992
|
|
993
993
|
/**
|
@@ -995,7 +995,7 @@ public class GVF1O {
|
|
995
995
|
* (http://www.biointerchange.org/gvf1o#GVF1_0087)
|
996
996
|
*/
|
997
997
|
public static Resource Hemizygous() {
|
998
|
-
return _namespace_GVF1O("
|
998
|
+
return _namespace_GVF1O("GVF1_0087");
|
999
999
|
}
|
1000
1000
|
|
1001
1001
|
/**
|
@@ -1003,7 +1003,7 @@ public class GVF1O {
|
|
1003
1003
|
* (http://www.biointerchange.org/gvf1o#GVF1_0110)
|
1004
1004
|
*/
|
1005
1005
|
public static Resource Fragment() {
|
1006
|
-
return _namespace_GVF1O("
|
1006
|
+
return _namespace_GVF1O("GVF1_0110");
|
1007
1007
|
}
|
1008
1008
|
|
1009
1009
|
/**
|
@@ -1011,7 +1011,7 @@ public class GVF1O {
|
|
1011
1011
|
* (http://www.biointerchange.org/gvf1o#GVF1_0111)
|
1012
1012
|
*/
|
1013
1013
|
public static Resource Pair() {
|
1014
|
-
return _namespace_GVF1O("
|
1014
|
+
return _namespace_GVF1O("GVF1_0111");
|
1015
1015
|
}
|
1016
1016
|
|
1017
1017
|
/**
|
@@ -1019,7 +1019,7 @@ public class GVF1O {
|
|
1019
1019
|
* (http://www.biointerchange.org/gvf1o#GVF1_0115)
|
1020
1020
|
*/
|
1021
1021
|
public static Resource DNASequence() {
|
1022
|
-
return _namespace_GVF1O("
|
1022
|
+
return _namespace_GVF1O("GVF1_0115");
|
1023
1023
|
}
|
1024
1024
|
|
1025
1025
|
/**
|
@@ -1027,7 +1027,7 @@ public class GVF1O {
|
|
1027
1027
|
* (http://www.biointerchange.org/gvf1o#GVF1_0116)
|
1028
1028
|
*/
|
1029
1029
|
public static Resource RNASequence() {
|
1030
|
-
return _namespace_GVF1O("
|
1030
|
+
return _namespace_GVF1O("GVF1_0116");
|
1031
1031
|
}
|
1032
1032
|
|
1033
1033
|
/**
|
@@ -1035,7 +1035,7 @@ public class GVF1O {
|
|
1035
1035
|
* (http://www.biointerchange.org/gvf1o#GVF1_0117)
|
1036
1036
|
*/
|
1037
1037
|
public static Resource DNAMicroarray() {
|
1038
|
-
return _namespace_GVF1O("
|
1038
|
+
return _namespace_GVF1O("GVF1_0117");
|
1039
1039
|
}
|
1040
1040
|
|
1041
1041
|
/**
|
@@ -1043,7 +1043,7 @@ public class GVF1O {
|
|
1043
1043
|
* (http://www.biointerchange.org/gvf1o#GVF1_0118)
|
1044
1044
|
*/
|
1045
1045
|
public static Resource ArrayComparativeGenomicHybridization() {
|
1046
|
-
return _namespace_GVF1O("
|
1046
|
+
return _namespace_GVF1O("GVF1_0118");
|
1047
1047
|
}
|
1048
1048
|
|
1049
1049
|
/**
|
@@ -1051,7 +1051,7 @@ public class GVF1O {
|
|
1051
1051
|
* (http://www.biointerchange.org/gvf1o#GVF1_0142)
|
1052
1052
|
*/
|
1053
1053
|
public static Resource Female() {
|
1054
|
-
return _namespace_GVF1O("
|
1054
|
+
return _namespace_GVF1O("GVF1_0142");
|
1055
1055
|
}
|
1056
1056
|
|
1057
1057
|
/**
|
@@ -1059,7 +1059,7 @@ public class GVF1O {
|
|
1059
1059
|
* (http://www.biointerchange.org/gvf1o#GVF1_0143)
|
1060
1060
|
*/
|
1061
1061
|
public static Resource Male() {
|
1062
|
-
return _namespace_GVF1O("
|
1062
|
+
return _namespace_GVF1O("GVF1_0143");
|
1063
1063
|
}
|
1064
1064
|
|
1065
1065
|
/**
|
@@ -1067,7 +1067,7 @@ public class GVF1O {
|
|
1067
1067
|
* (http://www.biointerchange.org/gvf1o#GVF1_0144)
|
1068
1068
|
*/
|
1069
1069
|
public static Resource Prenatal() {
|
1070
|
-
return _namespace_GVF1O("
|
1070
|
+
return _namespace_GVF1O("GVF1_0144");
|
1071
1071
|
}
|
1072
1072
|
|
1073
1073
|
/**
|
@@ -1075,7 +1075,7 @@ public class GVF1O {
|
|
1075
1075
|
* (http://www.biointerchange.org/gvf1o#GVF1_0145)
|
1076
1076
|
*/
|
1077
1077
|
public static Resource Germline() {
|
1078
|
-
return _namespace_GVF1O("
|
1078
|
+
return _namespace_GVF1O("GVF1_0145");
|
1079
1079
|
}
|
1080
1080
|
|
1081
1081
|
/**
|
@@ -1083,7 +1083,7 @@ public class GVF1O {
|
|
1083
1083
|
* (http://www.biointerchange.org/gvf1o#GVF1_0146)
|
1084
1084
|
*/
|
1085
1085
|
public static Resource Somatic() {
|
1086
|
-
return _namespace_GVF1O("
|
1086
|
+
return _namespace_GVF1O("GVF1_0146");
|
1087
1087
|
}
|
1088
1088
|
|
1089
1089
|
/**
|
@@ -1092,163 +1092,163 @@ public class GVF1O {
|
|
1092
1092
|
* @param uri URI that is tested for being an object property
|
1093
1093
|
*/
|
1094
1094
|
public static boolean isObjectProperty(Resource uri) {
|
1095
|
-
if (uri
|
1095
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0004"))) {
|
1096
1096
|
return true;
|
1097
1097
|
}
|
1098
|
-
if (uri
|
1098
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0010"))) {
|
1099
1099
|
return true;
|
1100
1100
|
}
|
1101
|
-
if (uri
|
1101
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0012"))) {
|
1102
1102
|
return true;
|
1103
1103
|
}
|
1104
|
-
if (uri
|
1104
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0014"))) {
|
1105
1105
|
return true;
|
1106
1106
|
}
|
1107
|
-
if (uri
|
1107
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0015"))) {
|
1108
1108
|
return true;
|
1109
1109
|
}
|
1110
|
-
if (uri
|
1110
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0021"))) {
|
1111
1111
|
return true;
|
1112
1112
|
}
|
1113
|
-
if (uri
|
1113
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0023"))) {
|
1114
1114
|
return true;
|
1115
1115
|
}
|
1116
|
-
if (uri
|
1116
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0034"))) {
|
1117
1117
|
return true;
|
1118
1118
|
}
|
1119
|
-
if (uri
|
1119
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0036"))) {
|
1120
1120
|
return true;
|
1121
1121
|
}
|
1122
|
-
if (uri
|
1122
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0038"))) {
|
1123
1123
|
return true;
|
1124
1124
|
}
|
1125
|
-
if (uri
|
1125
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0041"))) {
|
1126
1126
|
return true;
|
1127
1127
|
}
|
1128
|
-
if (uri
|
1128
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0042"))) {
|
1129
1129
|
return true;
|
1130
1130
|
}
|
1131
|
-
if (uri
|
1131
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0043"))) {
|
1132
1132
|
return true;
|
1133
1133
|
}
|
1134
|
-
if (uri
|
1134
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0046"))) {
|
1135
1135
|
return true;
|
1136
1136
|
}
|
1137
|
-
if (uri
|
1137
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0047"))) {
|
1138
1138
|
return true;
|
1139
1139
|
}
|
1140
|
-
if (uri
|
1140
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0051"))) {
|
1141
1141
|
return true;
|
1142
1142
|
}
|
1143
|
-
if (uri
|
1143
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0053"))) {
|
1144
1144
|
return true;
|
1145
1145
|
}
|
1146
|
-
if (uri
|
1146
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0066"))) {
|
1147
1147
|
return true;
|
1148
1148
|
}
|
1149
|
-
if (uri
|
1149
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0067"))) {
|
1150
1150
|
return true;
|
1151
1151
|
}
|
1152
|
-
if (uri
|
1152
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0068"))) {
|
1153
1153
|
return true;
|
1154
1154
|
}
|
1155
|
-
if (uri
|
1155
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0069"))) {
|
1156
1156
|
return true;
|
1157
1157
|
}
|
1158
|
-
if (uri
|
1158
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0070"))) {
|
1159
1159
|
return true;
|
1160
1160
|
}
|
1161
|
-
if (uri
|
1161
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0072"))) {
|
1162
1162
|
return true;
|
1163
1163
|
}
|
1164
|
-
if (uri
|
1164
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0075"))) {
|
1165
1165
|
return true;
|
1166
1166
|
}
|
1167
|
-
if (uri
|
1167
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0078"))) {
|
1168
1168
|
return true;
|
1169
1169
|
}
|
1170
|
-
if (uri
|
1170
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0079"))) {
|
1171
1171
|
return true;
|
1172
1172
|
}
|
1173
|
-
if (uri
|
1173
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0080"))) {
|
1174
1174
|
return true;
|
1175
1175
|
}
|
1176
|
-
if (uri
|
1176
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0083"))) {
|
1177
1177
|
return true;
|
1178
1178
|
}
|
1179
|
-
if (uri
|
1179
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0089"))) {
|
1180
1180
|
return true;
|
1181
1181
|
}
|
1182
|
-
if (uri
|
1182
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0090"))) {
|
1183
1183
|
return true;
|
1184
1184
|
}
|
1185
|
-
if (uri
|
1185
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0091"))) {
|
1186
1186
|
return true;
|
1187
1187
|
}
|
1188
|
-
if (uri
|
1188
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0102"))) {
|
1189
1189
|
return true;
|
1190
1190
|
}
|
1191
|
-
if (uri
|
1191
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0103"))) {
|
1192
1192
|
return true;
|
1193
1193
|
}
|
1194
|
-
if (uri
|
1194
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0104"))) {
|
1195
1195
|
return true;
|
1196
1196
|
}
|
1197
|
-
if (uri
|
1197
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0112"))) {
|
1198
1198
|
return true;
|
1199
1199
|
}
|
1200
|
-
if (uri
|
1200
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0119"))) {
|
1201
1201
|
return true;
|
1202
1202
|
}
|
1203
|
-
if (uri
|
1203
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0120"))) {
|
1204
1204
|
return true;
|
1205
1205
|
}
|
1206
|
-
if (uri
|
1206
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0121"))) {
|
1207
1207
|
return true;
|
1208
1208
|
}
|
1209
|
-
if (uri
|
1209
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0122"))) {
|
1210
1210
|
return true;
|
1211
1211
|
}
|
1212
|
-
if (uri
|
1212
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0123"))) {
|
1213
1213
|
return true;
|
1214
1214
|
}
|
1215
|
-
if (uri
|
1215
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0124"))) {
|
1216
1216
|
return true;
|
1217
1217
|
}
|
1218
|
-
if (uri
|
1218
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0125"))) {
|
1219
1219
|
return true;
|
1220
1220
|
}
|
1221
|
-
if (uri
|
1221
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0126"))) {
|
1222
1222
|
return true;
|
1223
1223
|
}
|
1224
|
-
if (uri
|
1224
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0127"))) {
|
1225
1225
|
return true;
|
1226
1226
|
}
|
1227
|
-
if (uri
|
1227
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0128"))) {
|
1228
1228
|
return true;
|
1229
1229
|
}
|
1230
|
-
if (uri
|
1230
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0129"))) {
|
1231
1231
|
return true;
|
1232
1232
|
}
|
1233
|
-
if (uri
|
1233
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0130"))) {
|
1234
1234
|
return true;
|
1235
1235
|
}
|
1236
|
-
if (uri
|
1236
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0131"))) {
|
1237
1237
|
return true;
|
1238
1238
|
}
|
1239
|
-
if (uri
|
1239
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0147"))) {
|
1240
1240
|
return true;
|
1241
1241
|
}
|
1242
|
-
if (uri
|
1242
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0148"))) {
|
1243
1243
|
return true;
|
1244
1244
|
}
|
1245
|
-
if (uri
|
1245
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0150"))) {
|
1246
1246
|
return true;
|
1247
1247
|
}
|
1248
|
-
if (uri
|
1248
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0152"))) {
|
1249
1249
|
return true;
|
1250
1250
|
}
|
1251
|
-
if (uri
|
1251
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0155"))) {
|
1252
1252
|
return true;
|
1253
1253
|
}
|
1254
1254
|
return false;
|
@@ -1260,184 +1260,184 @@ public class GVF1O {
|
|
1260
1260
|
* @param uri URI that is tested for being a datatype property
|
1261
1261
|
*/
|
1262
1262
|
public static boolean isDatatypeProperty(Resource uri) {
|
1263
|
-
if (uri
|
1263
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0005"))) {
|
1264
1264
|
return true;
|
1265
1265
|
}
|
1266
|
-
if (uri
|
1266
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0006"))) {
|
1267
1267
|
return true;
|
1268
1268
|
}
|
1269
|
-
if (uri
|
1269
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0007"))) {
|
1270
1270
|
return true;
|
1271
1271
|
}
|
1272
|
-
if (uri
|
1272
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0008"))) {
|
1273
1273
|
return true;
|
1274
1274
|
}
|
1275
|
-
if (uri
|
1275
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0009"))) {
|
1276
1276
|
return true;
|
1277
1277
|
}
|
1278
|
-
if (uri
|
1278
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0013"))) {
|
1279
1279
|
return true;
|
1280
1280
|
}
|
1281
|
-
if (uri
|
1281
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0022"))) {
|
1282
1282
|
return true;
|
1283
1283
|
}
|
1284
|
-
if (uri
|
1284
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0024"))) {
|
1285
1285
|
return true;
|
1286
1286
|
}
|
1287
|
-
if (uri
|
1287
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0025"))) {
|
1288
1288
|
return true;
|
1289
1289
|
}
|
1290
|
-
if (uri
|
1290
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0026"))) {
|
1291
1291
|
return true;
|
1292
1292
|
}
|
1293
|
-
if (uri
|
1293
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0027"))) {
|
1294
1294
|
return true;
|
1295
1295
|
}
|
1296
|
-
if (uri
|
1296
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0031"))) {
|
1297
1297
|
return true;
|
1298
1298
|
}
|
1299
|
-
if (uri
|
1299
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0032"))) {
|
1300
1300
|
return true;
|
1301
1301
|
}
|
1302
|
-
if (uri
|
1302
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0037"))) {
|
1303
1303
|
return true;
|
1304
1304
|
}
|
1305
|
-
if (uri
|
1305
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0039"))) {
|
1306
1306
|
return true;
|
1307
1307
|
}
|
1308
|
-
if (uri
|
1308
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0044"))) {
|
1309
1309
|
return true;
|
1310
1310
|
}
|
1311
|
-
if (uri
|
1311
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0048"))) {
|
1312
1312
|
return true;
|
1313
1313
|
}
|
1314
|
-
if (uri
|
1314
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0049"))) {
|
1315
1315
|
return true;
|
1316
1316
|
}
|
1317
|
-
if (uri
|
1317
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0050"))) {
|
1318
1318
|
return true;
|
1319
1319
|
}
|
1320
|
-
if (uri
|
1320
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0054"))) {
|
1321
1321
|
return true;
|
1322
1322
|
}
|
1323
|
-
if (uri
|
1323
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0055"))) {
|
1324
1324
|
return true;
|
1325
1325
|
}
|
1326
|
-
if (uri
|
1326
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0056"))) {
|
1327
1327
|
return true;
|
1328
1328
|
}
|
1329
|
-
if (uri
|
1329
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0057"))) {
|
1330
1330
|
return true;
|
1331
1331
|
}
|
1332
|
-
if (uri
|
1332
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0059"))) {
|
1333
1333
|
return true;
|
1334
1334
|
}
|
1335
|
-
if (uri
|
1335
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0060"))) {
|
1336
1336
|
return true;
|
1337
1337
|
}
|
1338
|
-
if (uri
|
1338
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0061"))) {
|
1339
1339
|
return true;
|
1340
1340
|
}
|
1341
|
-
if (uri
|
1341
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0063"))) {
|
1342
1342
|
return true;
|
1343
1343
|
}
|
1344
|
-
if (uri
|
1344
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0064"))) {
|
1345
1345
|
return true;
|
1346
1346
|
}
|
1347
|
-
if (uri
|
1347
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0065"))) {
|
1348
1348
|
return true;
|
1349
1349
|
}
|
1350
|
-
if (uri
|
1350
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0071"))) {
|
1351
1351
|
return true;
|
1352
1352
|
}
|
1353
|
-
if (uri
|
1353
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0073"))) {
|
1354
1354
|
return true;
|
1355
1355
|
}
|
1356
|
-
if (uri
|
1356
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0074"))) {
|
1357
1357
|
return true;
|
1358
1358
|
}
|
1359
|
-
if (uri
|
1359
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0076"))) {
|
1360
1360
|
return true;
|
1361
1361
|
}
|
1362
|
-
if (uri
|
1362
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0077"))) {
|
1363
1363
|
return true;
|
1364
1364
|
}
|
1365
|
-
if (uri
|
1365
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0081"))) {
|
1366
1366
|
return true;
|
1367
1367
|
}
|
1368
|
-
if (uri
|
1368
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0082"))) {
|
1369
1369
|
return true;
|
1370
1370
|
}
|
1371
|
-
if (uri
|
1371
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0092"))) {
|
1372
1372
|
return true;
|
1373
1373
|
}
|
1374
|
-
if (uri
|
1374
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0093"))) {
|
1375
1375
|
return true;
|
1376
1376
|
}
|
1377
|
-
if (uri
|
1377
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0094"))) {
|
1378
1378
|
return true;
|
1379
1379
|
}
|
1380
|
-
if (uri
|
1380
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0095"))) {
|
1381
1381
|
return true;
|
1382
1382
|
}
|
1383
|
-
if (uri
|
1383
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0096"))) {
|
1384
1384
|
return true;
|
1385
1385
|
}
|
1386
|
-
if (uri
|
1386
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0101"))) {
|
1387
1387
|
return true;
|
1388
1388
|
}
|
1389
|
-
if (uri
|
1389
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0105"))) {
|
1390
1390
|
return true;
|
1391
1391
|
}
|
1392
|
-
if (uri
|
1392
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0106"))) {
|
1393
1393
|
return true;
|
1394
1394
|
}
|
1395
|
-
if (uri
|
1395
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0107"))) {
|
1396
1396
|
return true;
|
1397
1397
|
}
|
1398
|
-
if (uri
|
1398
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0108"))) {
|
1399
1399
|
return true;
|
1400
1400
|
}
|
1401
|
-
if (uri
|
1401
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0113"))) {
|
1402
1402
|
return true;
|
1403
1403
|
}
|
1404
|
-
if (uri
|
1404
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0132"))) {
|
1405
1405
|
return true;
|
1406
1406
|
}
|
1407
|
-
if (uri
|
1407
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0133"))) {
|
1408
1408
|
return true;
|
1409
1409
|
}
|
1410
|
-
if (uri
|
1410
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0134"))) {
|
1411
1411
|
return true;
|
1412
1412
|
}
|
1413
|
-
if (uri
|
1413
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0136"))) {
|
1414
1414
|
return true;
|
1415
1415
|
}
|
1416
|
-
if (uri
|
1416
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0137"))) {
|
1417
1417
|
return true;
|
1418
1418
|
}
|
1419
|
-
if (uri
|
1419
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0138"))) {
|
1420
1420
|
return true;
|
1421
1421
|
}
|
1422
|
-
if (uri
|
1422
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0139"))) {
|
1423
1423
|
return true;
|
1424
1424
|
}
|
1425
|
-
if (uri
|
1425
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0149"))) {
|
1426
1426
|
return true;
|
1427
1427
|
}
|
1428
|
-
if (uri
|
1428
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0153"))) {
|
1429
1429
|
return true;
|
1430
1430
|
}
|
1431
|
-
if (uri
|
1431
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0154"))) {
|
1432
1432
|
return true;
|
1433
1433
|
}
|
1434
|
-
if (uri
|
1434
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0156"))) {
|
1435
1435
|
return true;
|
1436
1436
|
}
|
1437
|
-
if (uri
|
1437
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0157"))) {
|
1438
1438
|
return true;
|
1439
1439
|
}
|
1440
|
-
if (uri
|
1440
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0158"))) {
|
1441
1441
|
return true;
|
1442
1442
|
}
|
1443
1443
|
return false;
|
@@ -1449,70 +1449,70 @@ public class GVF1O {
|
|
1449
1449
|
* @param uri URI that is tested for being a class
|
1450
1450
|
*/
|
1451
1451
|
public static boolean isClass(Resource uri) {
|
1452
|
-
if (uri
|
1452
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0001"))) {
|
1453
1453
|
return true;
|
1454
1454
|
}
|
1455
|
-
if (uri
|
1455
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0002"))) {
|
1456
1456
|
return true;
|
1457
1457
|
}
|
1458
|
-
if (uri
|
1458
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0003"))) {
|
1459
1459
|
return true;
|
1460
1460
|
}
|
1461
|
-
if (uri
|
1461
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0016"))) {
|
1462
1462
|
return true;
|
1463
1463
|
}
|
1464
|
-
if (uri
|
1464
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0033"))) {
|
1465
1465
|
return true;
|
1466
1466
|
}
|
1467
|
-
if (uri
|
1467
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0035"))) {
|
1468
1468
|
return true;
|
1469
1469
|
}
|
1470
|
-
if (uri
|
1470
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0040"))) {
|
1471
1471
|
return true;
|
1472
1472
|
}
|
1473
|
-
if (uri
|
1473
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0045"))) {
|
1474
1474
|
return true;
|
1475
1475
|
}
|
1476
|
-
if (uri
|
1476
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0052"))) {
|
1477
1477
|
return true;
|
1478
1478
|
}
|
1479
|
-
if (uri
|
1479
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0058"))) {
|
1480
1480
|
return true;
|
1481
1481
|
}
|
1482
|
-
if (uri
|
1482
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0084"))) {
|
1483
1483
|
return true;
|
1484
1484
|
}
|
1485
|
-
if (uri
|
1485
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0088"))) {
|
1486
1486
|
return true;
|
1487
1487
|
}
|
1488
|
-
if (uri
|
1488
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0097"))) {
|
1489
1489
|
return true;
|
1490
1490
|
}
|
1491
|
-
if (uri
|
1491
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0098"))) {
|
1492
1492
|
return true;
|
1493
1493
|
}
|
1494
|
-
if (uri
|
1494
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0099"))) {
|
1495
1495
|
return true;
|
1496
1496
|
}
|
1497
|
-
if (uri
|
1497
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0100"))) {
|
1498
1498
|
return true;
|
1499
1499
|
}
|
1500
|
-
if (uri
|
1500
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0109"))) {
|
1501
1501
|
return true;
|
1502
1502
|
}
|
1503
|
-
if (uri
|
1503
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0114"))) {
|
1504
1504
|
return true;
|
1505
1505
|
}
|
1506
|
-
if (uri
|
1506
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0135"))) {
|
1507
1507
|
return true;
|
1508
1508
|
}
|
1509
|
-
if (uri
|
1509
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0140"))) {
|
1510
1510
|
return true;
|
1511
1511
|
}
|
1512
|
-
if (uri
|
1512
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0141"))) {
|
1513
1513
|
return true;
|
1514
1514
|
}
|
1515
|
-
if (uri
|
1515
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0151"))) {
|
1516
1516
|
return true;
|
1517
1517
|
}
|
1518
1518
|
return false;
|
@@ -1524,58 +1524,58 @@ public class GVF1O {
|
|
1524
1524
|
* @param uri URI that is tested for being a named individual
|
1525
1525
|
*/
|
1526
1526
|
public static boolean isNamedIndividual(Resource uri) {
|
1527
|
-
if (uri
|
1527
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0017"))) {
|
1528
1528
|
return true;
|
1529
1529
|
}
|
1530
|
-
if (uri
|
1530
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0018"))) {
|
1531
1531
|
return true;
|
1532
1532
|
}
|
1533
|
-
if (uri
|
1533
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0019"))) {
|
1534
1534
|
return true;
|
1535
1535
|
}
|
1536
|
-
if (uri
|
1536
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0020"))) {
|
1537
1537
|
return true;
|
1538
1538
|
}
|
1539
|
-
if (uri
|
1539
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0085"))) {
|
1540
1540
|
return true;
|
1541
1541
|
}
|
1542
|
-
if (uri
|
1542
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0086"))) {
|
1543
1543
|
return true;
|
1544
1544
|
}
|
1545
|
-
if (uri
|
1545
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0087"))) {
|
1546
1546
|
return true;
|
1547
1547
|
}
|
1548
|
-
if (uri
|
1548
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0110"))) {
|
1549
1549
|
return true;
|
1550
1550
|
}
|
1551
|
-
if (uri
|
1551
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0111"))) {
|
1552
1552
|
return true;
|
1553
1553
|
}
|
1554
|
-
if (uri
|
1554
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0115"))) {
|
1555
1555
|
return true;
|
1556
1556
|
}
|
1557
|
-
if (uri
|
1557
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0116"))) {
|
1558
1558
|
return true;
|
1559
1559
|
}
|
1560
|
-
if (uri
|
1560
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0117"))) {
|
1561
1561
|
return true;
|
1562
1562
|
}
|
1563
|
-
if (uri
|
1563
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0118"))) {
|
1564
1564
|
return true;
|
1565
1565
|
}
|
1566
|
-
if (uri
|
1566
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0142"))) {
|
1567
1567
|
return true;
|
1568
1568
|
}
|
1569
|
-
if (uri
|
1569
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0143"))) {
|
1570
1570
|
return true;
|
1571
1571
|
}
|
1572
|
-
if (uri
|
1572
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0144"))) {
|
1573
1573
|
return true;
|
1574
1574
|
}
|
1575
|
-
if (uri
|
1575
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0145"))) {
|
1576
1576
|
return true;
|
1577
1577
|
}
|
1578
|
-
if (uri
|
1578
|
+
if (uri.equals(_namespace_GVF1O("GVF1_0146"))) {
|
1579
1579
|
return true;
|
1580
1580
|
}
|
1581
1581
|
return false;
|
@@ -1599,7 +1599,7 @@ public class GVF1O {
|
|
1599
1599
|
*/
|
1600
1600
|
public static boolean hasParent(Resource uri, Resource parent) {
|
1601
1601
|
if (__parent_properties.containsKey(uri)) {
|
1602
|
-
if (__parent_properties.get(uri)
|
1602
|
+
if (__parent_properties.get(uri).equals(parent)) {
|
1603
1603
|
return true;
|
1604
1604
|
}
|
1605
1605
|
return hasParent((Resource)__parent_properties.get(uri), parent);
|
@@ -1608,11 +1608,7 @@ public class GVF1O {
|
|
1608
1608
|
}
|
1609
1609
|
|
1610
1610
|
private static Resource _namespace_GVF1O(String accession) {
|
1611
|
-
|
1612
|
-
return ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#" + accession);
|
1613
|
-
} else {
|
1614
|
-
return ResourceFactory.createProperty("http://www.biointerchange.org/gvf1o#" + accession);
|
1615
|
-
}
|
1611
|
+
return ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#" + accession);
|
1616
1612
|
}
|
1617
1613
|
|
1618
1614
|
|
@@ -1621,6 +1617,99 @@ public class GVF1O {
|
|
1621
1617
|
private static Map<Resource, Resource> _init___parent_properties() {
|
1622
1618
|
Map<Resource, Resource> map = new HashMap<Resource, Resource>();
|
1623
1619
|
|
1620
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0004"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1621
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0010"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1622
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0012"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1623
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0014"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1624
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0015"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0068"));
|
1625
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0021"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1626
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0023"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0068"));
|
1627
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0034"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1628
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0036"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1629
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0038"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0069"));
|
1630
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0041"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0069"));
|
1631
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0042"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0070"));
|
1632
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0043"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0070"));
|
1633
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0046"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0070"));
|
1634
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0047"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0070"));
|
1635
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0051"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0067"));
|
1636
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0053"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0069"));
|
1637
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0072"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0075"));
|
1638
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0078"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1639
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0079"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0075"));
|
1640
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0080"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1641
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0083"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0075"));
|
1642
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0090"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0089"));
|
1643
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0091"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0089"));
|
1644
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0102"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0112"));
|
1645
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0103"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0112"));
|
1646
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0104"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0112"));
|
1647
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0119"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0102"));
|
1648
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0120"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0103"));
|
1649
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0121"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1650
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0122"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1651
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0123"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1652
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0124"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1653
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0125"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0068"));
|
1654
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0126"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0070"));
|
1655
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0127"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0075"));
|
1656
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0129"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0128"));
|
1657
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0130"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0089"));
|
1658
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0131"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0069"));
|
1659
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0147"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0068"));
|
1660
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0148"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0068"));
|
1661
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0150"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0068"));
|
1662
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0152"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0112"));
|
1663
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0155"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0066"));
|
1664
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0005"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1665
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0006"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1666
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0007"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1667
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0008"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1668
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0009"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1669
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0013"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0064"));
|
1670
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0022"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0063"));
|
1671
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0024"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0063"));
|
1672
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0025"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0060"));
|
1673
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0026"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1674
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0027"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1675
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0031"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1676
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0032"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0060"));
|
1677
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0037"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0065"));
|
1678
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0039"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0060"));
|
1679
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0044"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0158"));
|
1680
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0048"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0061"));
|
1681
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0049"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0061"));
|
1682
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0050"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0060"));
|
1683
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0054"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0060"));
|
1684
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0055"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1685
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0056"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0060"));
|
1686
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0057"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1687
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0073"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0071"));
|
1688
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0074"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0071"));
|
1689
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0076"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1690
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0077"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1691
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0081"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0063"));
|
1692
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0082"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0063"));
|
1693
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0093"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0092"));
|
1694
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0094"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0092"));
|
1695
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0095"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0092"));
|
1696
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0096"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1697
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0101"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1698
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0105"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0113"));
|
1699
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0106"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0107"));
|
1700
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0107"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0113"));
|
1701
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0108"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0107"));
|
1702
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0132"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0107"));
|
1703
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0133"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0107"));
|
1704
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0134"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0107"));
|
1705
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0137"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0136"));
|
1706
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0138"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0136"));
|
1707
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0139"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0136"));
|
1708
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0149"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0063"));
|
1709
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0154"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0153"));
|
1710
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0156"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0059"));
|
1711
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0157"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0136"));
|
1712
|
+
map.put(ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0088"), ResourceFactory.createResource("http://www.biointerchange.org/gvf1o#GVF1_0151"));
|
1624
1713
|
|
1625
1714
|
return map;
|
1626
1715
|
}
|