biointerchange 0.1.0 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. data/.travis.yml +3 -3
  2. data/Gemfile +2 -1
  3. data/README.md +192 -7
  4. data/Rakefile +1 -1
  5. data/VERSION +1 -1
  6. data/examples/vocabulary.rb +23 -0
  7. data/generators/javaify.rb +131 -0
  8. data/generators/pythonify.rb +67 -0
  9. data/generators/rdfxml.rb +152 -44
  10. data/lib/biointerchange/core.rb +2 -1
  11. data/lib/biointerchange/exceptions.rb +27 -0
  12. data/lib/biointerchange/genomics/gff3_rdf_ntriples.rb +21 -18
  13. data/lib/biointerchange/gff3o.rb +495 -0
  14. data/lib/biointerchange/gvf1o.rb +730 -0
  15. data/lib/biointerchange/registry.rb +2 -2
  16. data/lib/biointerchange/sio.rb +10951 -5845
  17. data/lib/biointerchange/sofa.rb +2171 -1300
  18. data/spec/exceptions_spec.rb +6 -0
  19. data/spec/gff3_rdfwriter_spec.rb +7 -1
  20. data/spec/text_mining_pdfx_xml_reader_spec.rb +6 -0
  21. data/spec/text_mining_pubannos_json_reader_spec.rb +6 -0
  22. data/spec/text_mining_rdfwriter_spec.rb +6 -0
  23. data/supplemental/java/biointerchange/pom.xml +45 -0
  24. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/App.java +58 -0
  25. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/AppSIO.java +49 -0
  26. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GFF3O.java +647 -0
  27. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GVF1O.java +946 -0
  28. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SIO.java +15390 -0
  29. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SOFA.java +2968 -0
  30. data/supplemental/java/biointerchange/src/test/java/org/biointerchange/AppTest.java +38 -0
  31. data/supplemental/python/biointerchange/__init__.py +4 -0
  32. data/supplemental/python/biointerchange/gff3o.py +581 -0
  33. data/supplemental/python/biointerchange/gvf1o.py +864 -0
  34. data/supplemental/python/biointerchange/sio.py +11772 -0
  35. data/supplemental/python/biointerchange/sofa.py +2422 -0
  36. data/supplemental/python/example.py +19 -0
  37. data/supplemental/python/setup.py +13 -0
  38. data/web/about.html +3 -0
  39. data/web/api.html +219 -0
  40. data/web/index.html +4 -3
  41. data/web/ontologies.html +109 -0
  42. data/web/webservices.html +1 -0
  43. metadata +144 -117
  44. data/docs/exceptions_readme.txt +0 -13
  45. data/lib/biointerchange/gff3.rb +0 -135
@@ -0,0 +1,2968 @@
1
+ package org.biointerchange.vocabulary;
2
+
3
+ import java.util.Arrays;
4
+ import java.util.Map;
5
+ import java.util.HashMap;
6
+ import java.util.HashSet;
7
+ import java.util.Set;
8
+ import com.hp.hpl.jena.rdf.model.Property;
9
+ import com.hp.hpl.jena.rdf.model.Resource;
10
+ import com.hp.hpl.jena.rdf.model.ResourceFactory;
11
+ import org.apache.commons.collections.CollectionUtils;
12
+ import org.apache.commons.collections.Predicate;
13
+
14
+ public class SOFA {
15
+
16
+ public static Resource adjacent_to() {
17
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:adjacent_to");
18
+ }
19
+
20
+ public static Resource complete_evidence_for_feature() {
21
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:complete_evidence_for_feature");
22
+ }
23
+
24
+ public static Resource contained_by() {
25
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:contained_by");
26
+ }
27
+
28
+ public static Resource contains() {
29
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:contains");
30
+ }
31
+
32
+ public static Resource derives_from() {
33
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:derives_from");
34
+ }
35
+
36
+ public static Resource evidence_for_feature() {
37
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:evidence_for_feature");
38
+ }
39
+
40
+ public static Resource has_integral_part() {
41
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:has_integral_part");
42
+ }
43
+
44
+ public static Resource has_part() {
45
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:has_part");
46
+ }
47
+
48
+ public static Resource homologous_to() {
49
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:homologous_to");
50
+ }
51
+
52
+ public static Resource integral_part_of() {
53
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:integral_part_of");
54
+ }
55
+
56
+ public static Resource member_of() {
57
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:member_of");
58
+ }
59
+
60
+ public static Resource non_functional_homolog_of() {
61
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:non_functional_homolog_of");
62
+ }
63
+
64
+ public static Resource orthologous_to() {
65
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:orthologous_to");
66
+ }
67
+
68
+ public static Resource paralogous_to() {
69
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:paralogous_to");
70
+ }
71
+
72
+ public static Resource part_of() {
73
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:part_of");
74
+ }
75
+
76
+ public static Resource partial_evidence_for_feature() {
77
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:partial_evidence_for_feature");
78
+ }
79
+
80
+ public static Resource similar_to() {
81
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:similar_to");
82
+ }
83
+
84
+ public static Resource Sequence_Ontology() {
85
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000000");
86
+ }
87
+
88
+ /**
89
+ * A sequence_feature with an extent greater than zero. A nucleotide region is composed of bases and a polypeptide region is composed of amino acids. (SO:ke)
90
+ * (http://purl.obolibrary.org/obo/SO_0000001)
91
+ */
92
+ public static Resource region() {
93
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000001");
94
+ }
95
+
96
+ public static Resource interior_coding_exon() {
97
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000004");
98
+ }
99
+
100
+ /**
101
+ * The many tandem repeats (identical or related) of a short basic repeating unit; many have a base composition or other property different from the genome average that allows them to be separated from the bulk (main band) genomic DNA. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
102
+ * (http://purl.obolibrary.org/obo/SO_0000005)
103
+ */
104
+ public static Resource satellite_DNA() {
105
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000005");
106
+ }
107
+
108
+ /**
109
+ * A region amplified by a PCR reaction. (SO:ke)
110
+ * (http://purl.obolibrary.org/obo/SO_0000006)
111
+ */
112
+ public static Resource PCR_product() {
113
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000006");
114
+ }
115
+
116
+ /**
117
+ * One of a pair of sequencing reads in which the two members of the pair are related by originating at either end of a clone insert. (SO:ls)
118
+ * (http://purl.obolibrary.org/obo/SO_0000007)
119
+ */
120
+ public static Resource read_pair() {
121
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000007");
122
+ }
123
+
124
+ /**
125
+ * A small non coding RNA sequence, present in the cytoplasm. (SO:ke)
126
+ * (http://purl.obolibrary.org/obo/SO_0000013)
127
+ */
128
+ public static Resource scRNA() {
129
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000013");
130
+ }
131
+
132
+ /**
133
+ * A collection of match parts. (SO:ke)
134
+ * (http://purl.obolibrary.org/obo/SO_0000038)
135
+ */
136
+ public static Resource match_set() {
137
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000038");
138
+ }
139
+
140
+ /**
141
+ * A part of a match, for example an hsp from blast is a match_part. (SO:ke)
142
+ * (http://purl.obolibrary.org/obo/SO_0000039)
143
+ */
144
+ public static Resource match_part() {
145
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000039");
146
+ }
147
+
148
+ /**
149
+ * A part of a gene, that has no other route in the ontology back to region. This concept is necessary for logical inference as these parts must have the properties of region. It also allows us to associate all the parts of genes with a gene. (SO:ke)
150
+ * (http://purl.obolibrary.org/obo/SO_0000050)
151
+ */
152
+ public static Resource gene_part() {
153
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000050");
154
+ }
155
+
156
+ /**
157
+ * A regulatory element of an operon to which activators or repressors bind thereby effecting translation of genes in that operon. (SO:ma)
158
+ * (http://purl.obolibrary.org/obo/SO_0000057)
159
+ */
160
+ public static Resource operator() {
161
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000057");
162
+ }
163
+
164
+ /**
165
+ * A binding site that, of a nucleotide molecule, that interacts selectively and non-covalently with polypeptide residues of a nuclease. (SO:cb)
166
+ * (http://purl.obolibrary.org/obo/SO_0000059)
167
+ */
168
+ public static Resource nuclease_binding_site() {
169
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000059");
170
+ }
171
+
172
+ /**
173
+ * A transposon or insertion sequence. An element that can insert in a variety of DNA sequences. (http://www.sci.sdsu.edu/~smaloy/Glossary/T.html)
174
+ * (http://purl.obolibrary.org/obo/SO_0000101)
175
+ */
176
+ public static Resource transposable_element() {
177
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000101");
178
+ }
179
+
180
+ /**
181
+ * A match to an EST or cDNA sequence. (SO:ke)
182
+ * (http://purl.obolibrary.org/obo/SO_0000102)
183
+ */
184
+ public static Resource expressed_sequence_match() {
185
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000102");
186
+ }
187
+
188
+ /**
189
+ * The end of the clone insert. (SO:ke)
190
+ * (http://purl.obolibrary.org/obo/SO_0000103)
191
+ */
192
+ public static Resource clone_insert_end() {
193
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000103");
194
+ }
195
+
196
+ /**
197
+ * A sequence of amino acids linked by peptide bonds which may lack appreciable tertiary structure and may not be liable to irreversible denaturation. (SO:ma)
198
+ * (http://purl.obolibrary.org/obo/SO_0000104)
199
+ */
200
+ public static Resource polypeptide() {
201
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000104");
202
+ }
203
+
204
+ /**
205
+ * A sequence_variant is a non exact copy of a sequence_feature or genome exhibiting one or more sequence_alteration. (SO:ke)
206
+ * (http://purl.obolibrary.org/obo/SO_0000109)
207
+ */
208
+ public static Resource sequence_variant_obs() {
209
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000109");
210
+ }
211
+
212
+ /**
213
+ * An extent of biological sequence. (SO:ke)
214
+ * (http://purl.obolibrary.org/obo/SO_0000110)
215
+ */
216
+ public static Resource sequence_feature() {
217
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000110");
218
+ }
219
+
220
+ /**
221
+ * An oligo to which new deoxyribonucleotides can be added by DNA polymerase. (SO:ke)
222
+ * (http://purl.obolibrary.org/obo/SO_0000112)
223
+ */
224
+ public static Resource primer() {
225
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000112");
226
+ }
227
+
228
+ /**
229
+ * A viral sequence which has integrated into a host genome. (SO:ke)
230
+ * (http://purl.obolibrary.org/obo/SO_0000113)
231
+ */
232
+ public static Resource proviral_region() {
233
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000113");
234
+ }
235
+
236
+ /**
237
+ * A methylated deoxy-cytosine. (SO:ke)
238
+ * (http://purl.obolibrary.org/obo/SO_0000114)
239
+ */
240
+ public static Resource methylated_C() {
241
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000114");
242
+ }
243
+
244
+ /**
245
+ * A primary transcript that, at least in part, encodes one or more proteins. (SO:ke)
246
+ * (http://purl.obolibrary.org/obo/SO_0000120)
247
+ */
248
+ public static Resource protein_coding_primary_transcript() {
249
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000120");
250
+ }
251
+
252
+ /**
253
+ * Region in mRNA where ribosome assembles. (SO:ke)
254
+ * (http://purl.obolibrary.org/obo/SO_0000139)
255
+ */
256
+ public static Resource ribosome_entry_site() {
257
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000139");
258
+ }
259
+
260
+ /**
261
+ * A sequence segment located within the five prime end of an mRNA that causes premature termination of translation. (SO:as)
262
+ * (http://purl.obolibrary.org/obo/SO_0000140)
263
+ */
264
+ public static Resource attenuator() {
265
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000140");
266
+ }
267
+
268
+ /**
269
+ * The sequence of DNA located either at the end of the transcript that causes RNA polymerase to terminate transcription. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
270
+ * (http://purl.obolibrary.org/obo/SO_0000141)
271
+ */
272
+ public static Resource terminator() {
273
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000141");
274
+ }
275
+
276
+ /**
277
+ * A region of known length which may be used to manufacture a longer region. (SO:ke)
278
+ * (http://purl.obolibrary.org/obo/SO_0000143)
279
+ */
280
+ public static Resource assembly_component() {
281
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000143");
282
+ }
283
+
284
+ /**
285
+ * A region of the transcript sequence within a gene which is not removed from the primary RNA transcript by RNA splicing. (SO:ke)
286
+ * (http://purl.obolibrary.org/obo/SO_0000147)
287
+ */
288
+ public static Resource exon() {
289
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000147");
290
+ }
291
+
292
+ /**
293
+ * One or more contigs that have been ordered and oriented using end-read information. Contains gaps that are filled with N"s. (SO:ls)
294
+ * (http://purl.obolibrary.org/obo/SO_0000148)
295
+ */
296
+ public static Resource supercontig() {
297
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000148");
298
+ }
299
+
300
+ /**
301
+ * A contiguous sequence derived from sequence assembly. Has no gaps, but may contain N"s from unavailable bases. (SO:ls)
302
+ * (http://purl.obolibrary.org/obo/SO_0000149)
303
+ */
304
+ public static Resource contig() {
305
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000149");
306
+ }
307
+
308
+ /**
309
+ * A sequence obtained from a single sequencing experiment. Typically a read is produced when a base calling program interprets information from a chromatogram trace file produced from a sequencing machine. (SO:rd)
310
+ * (http://purl.obolibrary.org/obo/SO_0000150)
311
+ */
312
+ public static Resource read() {
313
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000150");
314
+ }
315
+
316
+ /**
317
+ * A piece of DNA that has been inserted in a vector so that it can be propagated in a host bacterium or some other organism. (SO:ke)
318
+ * (http://purl.obolibrary.org/obo/SO_0000151)
319
+ */
320
+ public static Resource _clone_() {
321
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000151");
322
+ }
323
+
324
+ /**
325
+ * The point at which one or more contiguous nucleotides were excised. (SO:ke)
326
+ * (http://purl.obolibrary.org/obo/SO_0000159)
327
+ */
328
+ public static Resource deletion() {
329
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000159");
330
+ }
331
+
332
+ /**
333
+ * A modified RNA base in which adenine has been methylated. (SO:ke)
334
+ * (http://purl.obolibrary.org/obo/SO_0000161)
335
+ */
336
+ public static Resource methylated_A() {
337
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000161");
338
+ }
339
+
340
+ /**
341
+ * Consensus region of primary transcript bordering junction of splicing. A region that overlaps exactly 2 base and adjacent_to splice_junction. (SO:cjm, SO:ke)
342
+ * (http://purl.obolibrary.org/obo/SO_0000162)
343
+ */
344
+ public static Resource splice_site() {
345
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000162");
346
+ }
347
+
348
+ /**
349
+ * Intronic 2 bp region bordering the exon, at the 5" edge of the intron. A splice_site that is downstream_adjacent_to exon and starts intron. (http://www.ucl.ac.uk/~ucbhjow/b241/glossary.html, SO:cjm, SO:ke)
350
+ * (http://purl.obolibrary.org/obo/SO_0000163)
351
+ */
352
+ public static Resource five_prime_cis_splice_site() {
353
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000163");
354
+ }
355
+
356
+ /**
357
+ * Intronic 2 bp region bordering the exon, at the 3" edge of the intron. A splice_site that is upstream_adjacent_to exon and finishes intron. (http://www.ucl.ac.uk/~ucbhjow/b241/glossary.html, SO:cjm, SO:ke)
358
+ * (http://purl.obolibrary.org/obo/SO_0000164)
359
+ */
360
+ public static Resource three_prime_cis_splice_site() {
361
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000164");
362
+ }
363
+
364
+ /**
365
+ * A cis-acting sequence that increases the utilization of (some) eukaryotic promoters, and can function in either orientation and in any location (upstream or downstream) relative to the promoter. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
366
+ * (http://purl.obolibrary.org/obo/SO_0000165)
367
+ */
368
+ public static Resource enhancer() {
369
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000165");
370
+ }
371
+
372
+ /**
373
+ * A regulatory_region composed of the TSS(s) and binding sites for TF_complexes of the basal transcription machinery. (SO:regcreative)
374
+ * (http://purl.obolibrary.org/obo/SO_0000167)
375
+ */
376
+ public static Resource promoter() {
377
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000167");
378
+ }
379
+
380
+ /**
381
+ * A nucleotide match against a sequence from another organism. (SO:ma)
382
+ * (http://purl.obolibrary.org/obo/SO_0000177)
383
+ */
384
+ public static Resource cross_genome_match() {
385
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000177");
386
+ }
387
+
388
+ /**
389
+ * A group of contiguous genes transcribed as a single (polycistronic) mRNA from a single regulatory region. (SO:ma)
390
+ * (http://purl.obolibrary.org/obo/SO_0000178)
391
+ */
392
+ public static Resource operon() {
393
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000178");
394
+ }
395
+
396
+ /**
397
+ * The start of the clone insert. (SO:ke)
398
+ * (http://purl.obolibrary.org/obo/SO_0000179)
399
+ */
400
+ public static Resource clone_insert_start() {
401
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000179");
402
+ }
403
+
404
+ /**
405
+ * A match against a translated sequence. (SO:ke)
406
+ * (http://purl.obolibrary.org/obo/SO_0000181)
407
+ */
408
+ public static Resource translated_nucleotide_match() {
409
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000181");
410
+ }
411
+
412
+ /**
413
+ * A region of the gene which is not transcribed. (SO:ke)
414
+ * (http://purl.obolibrary.org/obo/SO_0000183)
415
+ */
416
+ public static Resource non_transcribed_region() {
417
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000183");
418
+ }
419
+
420
+ /**
421
+ * A transcript that in its initial state requires modification to be functional. (SO:ma)
422
+ * (http://purl.obolibrary.org/obo/SO_0000185)
423
+ */
424
+ public static Resource primary_transcript() {
425
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000185");
426
+ }
427
+
428
+ /**
429
+ * A group of characterized repeat sequences. (SO:ke)
430
+ * (http://purl.obolibrary.org/obo/SO_0000187)
431
+ */
432
+ public static Resource repeat_family() {
433
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000187");
434
+ }
435
+
436
+ /**
437
+ * A region of a primary transcript that is transcribed, but removed from within the transcript by splicing together the sequences (exons) on either side of it. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
438
+ * (http://purl.obolibrary.org/obo/SO_0000188)
439
+ */
440
+ public static Resource intron() {
441
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000188");
442
+ }
443
+
444
+ /**
445
+ * A DNA fragment used as a reagent to detect the polymorphic genomic loci by hybridizing against the genomic DNA digested with a given restriction enzyme. (GOC:pj)
446
+ * (http://purl.obolibrary.org/obo/SO_0000193)
447
+ */
448
+ public static Resource RFLP_fragment() {
449
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000193");
450
+ }
451
+
452
+ /**
453
+ * An exon whereby at least one base is part of a codon (here, "codon" is inclusive of the stop_codon). (SO:ke)
454
+ * (http://purl.obolibrary.org/obo/SO_0000195)
455
+ */
456
+ public static Resource coding_exon() {
457
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000195");
458
+ }
459
+
460
+ /**
461
+ * The sequence of the five_prime_coding_exon that codes for protein. (SO:cjm)
462
+ * (http://purl.obolibrary.org/obo/SO_0000196)
463
+ */
464
+ public static Resource five_prime_coding_exon_coding_region() {
465
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000196");
466
+ }
467
+
468
+ /**
469
+ * The sequence of the three_prime_coding_exon that codes for protein. (SO:cjm)
470
+ * (http://purl.obolibrary.org/obo/SO_0000197)
471
+ */
472
+ public static Resource three_prime_coding_exon_coding_region() {
473
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000197");
474
+ }
475
+
476
+ /**
477
+ * An exon that does not contain any codons. (SO:ke)
478
+ * (http://purl.obolibrary.org/obo/SO_0000198)
479
+ */
480
+ public static Resource noncoding_exon() {
481
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000198");
482
+ }
483
+
484
+ /**
485
+ * The 5" most coding exon. (SO:ke)
486
+ * (http://purl.obolibrary.org/obo/SO_0000200)
487
+ */
488
+ public static Resource five_prime_coding_exon() {
489
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000200");
490
+ }
491
+
492
+ /**
493
+ * Messenger RNA sequences that are untranslated and lie five prime or three prime to sequences which are translated. (SO:ke)
494
+ * (http://purl.obolibrary.org/obo/SO_0000203)
495
+ */
496
+ public static Resource UTR() {
497
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000203");
498
+ }
499
+
500
+ /**
501
+ * A region at the 5" end of a mature transcript (preceding the initiation codon) that is not translated into a protein. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
502
+ * (http://purl.obolibrary.org/obo/SO_0000204)
503
+ */
504
+ public static Resource five_prime_UTR() {
505
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000204");
506
+ }
507
+
508
+ /**
509
+ * A region at the 3" end of a mature transcript (following the stop codon) that is not translated into a protein. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
510
+ * (http://purl.obolibrary.org/obo/SO_0000205)
511
+ */
512
+ public static Resource three_prime_UTR() {
513
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000205");
514
+ }
515
+
516
+ /**
517
+ * A primary transcript encoding a ribosomal RNA. (SO:ke)
518
+ * (http://purl.obolibrary.org/obo/SO_0000209)
519
+ */
520
+ public static Resource rRNA_primary_transcript() {
521
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000209");
522
+ }
523
+
524
+ /**
525
+ * A transcript which has undergone the necessary modifications, if any, for its function. In eukaryotes this includes, for example, processing of introns, cleavage, base modification, and modifications to the 5" and/or the 3" ends, other than addition of bases. In bacteria functional mRNAs are usually not modified. (SO:ke)
526
+ * (http://purl.obolibrary.org/obo/SO_0000233)
527
+ */
528
+ public static Resource mature_transcript() {
529
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000233");
530
+ }
531
+
532
+ /**
533
+ * Messenger RNA is the intermediate molecule between DNA and protein. It includes UTR and coding sequences. It does not contain introns. (SO:ma)
534
+ * (http://purl.obolibrary.org/obo/SO_0000234)
535
+ */
536
+ public static Resource mRNA() {
537
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000234");
538
+ }
539
+
540
+ /**
541
+ * A region of a nucleotide molecule that binds a Transcription Factor or Transcription Factor complex [GO:0005667]. (SO:ke)
542
+ * (http://purl.obolibrary.org/obo/SO_0000235)
543
+ */
544
+ public static Resource TF_binding_site() {
545
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000235");
546
+ }
547
+
548
+ /**
549
+ * The in-frame interval between the stop codons of a reading frame which when read as sequential triplets, has the potential of encoding a sequential string of amino acids. TER(NNN)nTER. (SGD:rb, SO:ma)
550
+ * (http://purl.obolibrary.org/obo/SO_0000236)
551
+ */
552
+ public static Resource ORF() {
553
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000236");
554
+ }
555
+
556
+ /**
557
+ * The sequences extending on either side of a specific region. (SO:ke)
558
+ * (http://purl.obolibrary.org/obo/SO_0000239)
559
+ */
560
+ public static Resource flanking_region() {
561
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000239");
562
+ }
563
+
564
+ /**
565
+ * RNA that comprises part of a ribosome, and that can provide both structural scaffolding and catalytic activity. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html, ISBN:0198506732)
566
+ * (http://purl.obolibrary.org/obo/SO_0000252)
567
+ */
568
+ public static Resource rRNA() {
569
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000252");
570
+ }
571
+
572
+ /**
573
+ * Transfer RNA (tRNA) molecules are approximately 80 nucleotides in length. Their secondary structure includes four short double-helical elements and three loops (D, anti-codon, and T loops). Further hydrogen bonds mediate the characteristic L-shaped molecular structure. Transfer RNAs have two regions of fundamental functional importance: the anti-codon, which is responsible for specific mRNA codon recognition, and the 3" end, to which the tRNA"s corresponding amino acid is attached (by aminoacyl-tRNA synthetases). Transfer RNAs cope with the degeneracy of the genetic code in two manners: having more than one tRNA (with a specific anti-codon) for a particular amino acid; and "wobble" base-pairing, i.e. permitting non-standard base-pairing at the 3rd anti-codon position. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00005, ISBN:0198506732)
574
+ * (http://purl.obolibrary.org/obo/SO_0000253)
575
+ */
576
+ public static Resource tRNA() {
577
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000253");
578
+ }
579
+
580
+ /**
581
+ * A small nuclear RNA molecule involved in pre-mRNA splicing and processing. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html, PMID:11733745, WB:ems)
582
+ * (http://purl.obolibrary.org/obo/SO_0000274)
583
+ */
584
+ public static Resource snRNA() {
585
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000274");
586
+ }
587
+
588
+ /**
589
+ * A snoRNA (small nucleolar RNA) is any one of a class of small RNAs that are associated with the eukaryotic nucleus as components of small nucleolar ribonucleoproteins. They participate in the processing or modifications of many RNAs, mostly ribosomal RNAs (rRNAs) though snoRNAs are also known to target other classes of RNA, including spliceosomal RNAs, tRNAs, and mRNAs via a stretch of sequence that is complementary to a sequence in the targeted RNA. (GOC:kgc)
590
+ * (http://purl.obolibrary.org/obo/SO_0000275)
591
+ */
592
+ public static Resource snoRNA() {
593
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000275");
594
+ }
595
+
596
+ /**
597
+ * Small, ~22-nt, RNA molecule that is the endogenous transcript of a miRNA gene. Micro RNAs are produced from precursor molecules (SO:0000647) that can form local hairpin structures, which ordinarily are processed (via the Dicer pathway) such that a single miRNA molecule accumulates from one arm of a hairpin precursor molecule. Micro RNAs may trigger the cleavage of their target molecules or act as translational repressors. (PMID:12592000)
598
+ * (http://purl.obolibrary.org/obo/SO_0000276)
599
+ */
600
+ public static Resource miRNA() {
601
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000276");
602
+ }
603
+
604
+ /**
605
+ * A repeat_region containing repeat_units (2 to 4 bp) that is repeated multiple times in tandem. (http://www.informatics.jax.org/silver/glossary.shtml)
606
+ * (http://purl.obolibrary.org/obo/SO_0000289)
607
+ */
608
+ public static Resource microsatellite() {
609
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000289");
610
+ }
611
+
612
+ /**
613
+ * The sequence is complementarily repeated on the opposite strand. It is a palindrome, and it may, or may not be hyphenated. Examples: GCTGATCAGC, or GCTGA-----TCAGC. (SO:ke)
614
+ * (http://purl.obolibrary.org/obo/SO_0000294)
615
+ */
616
+ public static Resource inverted_repeat() {
617
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000294");
618
+ }
619
+
620
+ /**
621
+ * The origin of replication; starting site for duplication of a nucleic acid molecule to give two identical copies. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
622
+ * (http://purl.obolibrary.org/obo/SO_0000296)
623
+ */
624
+ public static Resource origin_of_replication() {
625
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000296");
626
+ }
627
+
628
+ /**
629
+ * Part of the primary transcript that is clipped off during processing. (SO:ke)
630
+ * (http://purl.obolibrary.org/obo/SO_0000303)
631
+ */
632
+ public static Resource clip() {
633
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000303");
634
+ }
635
+
636
+ /**
637
+ * A modified nucleotide, i.e. a nucleotide other than A, T, C. G. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
638
+ * (http://purl.obolibrary.org/obo/SO_0000305)
639
+ */
640
+ public static Resource modified_base() {
641
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000305");
642
+ }
643
+
644
+ /**
645
+ * A nucleotide modified by methylation. (SO:ke)
646
+ * (http://purl.obolibrary.org/obo/SO_0000306)
647
+ */
648
+ public static Resource methylated_base_feature() {
649
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000306");
650
+ }
651
+
652
+ /**
653
+ * Regions of a few hundred to a few thousand bases in vertebrate genomes that are relatively GC and CpG rich; they are typically unmethylated and often found near the 5" ends of genes. (SO:rd)
654
+ * (http://purl.obolibrary.org/obo/SO_0000307)
655
+ */
656
+ public static Resource CpG_island() {
657
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000307");
658
+ }
659
+
660
+ /**
661
+ * A repeat where the same sequence is repeated in the same direction. Example: GCTGA-----GCTGA. (SO:ke)
662
+ * (http://purl.obolibrary.org/obo/SO_0000314)
663
+ */
664
+ public static Resource direct_repeat() {
665
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000314");
666
+ }
667
+
668
+ /**
669
+ * The first base where RNA polymerase begins to synthesize the RNA transcript. (SO:ke)
670
+ * (http://purl.obolibrary.org/obo/SO_0000315)
671
+ */
672
+ public static Resource TSS() {
673
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000315");
674
+ }
675
+
676
+ /**
677
+ * A contiguous sequence which begins with, and includes, a start codon and ends with, and includes, a stop codon. (SO:ma)
678
+ * (http://purl.obolibrary.org/obo/SO_0000316)
679
+ */
680
+ public static Resource CDS() {
681
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000316");
682
+ }
683
+
684
+ /**
685
+ * First codon to be translated by a ribosome. (SO:ke)
686
+ * (http://purl.obolibrary.org/obo/SO_0000318)
687
+ */
688
+ public static Resource start_codon() {
689
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000318");
690
+ }
691
+
692
+ /**
693
+ * In mRNA, a set of three nucleotides that indicates the end of information for protein synthesis. (SO:ke)
694
+ * (http://purl.obolibrary.org/obo/SO_0000319)
695
+ */
696
+ public static Resource stop_codon() {
697
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000319");
698
+ }
699
+
700
+ /**
701
+ * A nucleotide sequence that may be used to identify a larger sequence. (SO:ke)
702
+ * (http://purl.obolibrary.org/obo/SO_0000324)
703
+ */
704
+ public static Resource tag() {
705
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000324");
706
+ }
707
+
708
+ /**
709
+ * A primary transcript encoding a large ribosomal subunit RNA. (SO:ke)
710
+ * (http://purl.obolibrary.org/obo/SO_0000325)
711
+ */
712
+ public static Resource rRNA_large_subunit_primary_transcript() {
713
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000325");
714
+ }
715
+
716
+ /**
717
+ * A short diagnostic sequence tag, serial analysis of gene expression (SAGE), that allows the quantitative and simultaneous analysis of a large number of transcripts. (http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=Retrieve&db=PubMed&list_uids=7570003&dopt=Abstract)
718
+ * (http://purl.obolibrary.org/obo/SO_0000326)
719
+ */
720
+ public static Resource SAGE_tag() {
721
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000326");
722
+ }
723
+
724
+ /**
725
+ * Region of sequence similarity by descent from a common ancestor. (SO:ke)
726
+ * (http://purl.obolibrary.org/obo/SO_0000330)
727
+ */
728
+ public static Resource conserved_region() {
729
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000330");
730
+ }
731
+
732
+ /**
733
+ * Short (typically a few hundred base pairs) DNA sequence that has a single occurrence in a genome and whose location and base sequence are known. (http://www.biospace.com)
734
+ * (http://purl.obolibrary.org/obo/SO_0000331)
735
+ */
736
+ public static Resource STS() {
737
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000331");
738
+ }
739
+
740
+ /**
741
+ * Coding region of sequence similarity by descent from a common ancestor. (SO:ke)
742
+ * (http://purl.obolibrary.org/obo/SO_0000332)
743
+ */
744
+ public static Resource coding_conserved_region() {
745
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000332");
746
+ }
747
+
748
+ /**
749
+ * The boundary between two exons in a processed transcript. (SO:ke)
750
+ * (http://purl.obolibrary.org/obo/SO_0000333)
751
+ */
752
+ public static Resource exon_junction() {
753
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000333");
754
+ }
755
+
756
+ /**
757
+ * Non-coding region of sequence similarity by descent from a common ancestor. (SO:ke)
758
+ * (http://purl.obolibrary.org/obo/SO_0000334)
759
+ */
760
+ public static Resource nc_conserved_region() {
761
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000334");
762
+ }
763
+
764
+ /**
765
+ * A sequence that closely resembles a known functional gene, at another locus within a genome, that is non-functional as a consequence of (usually several) mutations that prevent either its transcription or translation (or both). In general, pseudogenes result from either reverse transcription of a transcript of their \"normal\" paralog (SO:0000043) (in which case the pseudogene typically lacks introns and includes a poly(A) tail) or from recombination (SO:0000044) (in which case the pseudogene is typically a tandem duplication of its \"normal\" paralog). (http://www.ucl.ac.uk/~ucbhjow/b241/glossary.html)
766
+ * (http://purl.obolibrary.org/obo/SO_0000336)
767
+ */
768
+ public static Resource pseudogene() {
769
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000336");
770
+ }
771
+
772
+ /**
773
+ * A double stranded RNA duplex, at least 20bp long, used experimentally to inhibit gene function by RNA interference. (SO:rd)
774
+ * (http://purl.obolibrary.org/obo/SO_0000337)
775
+ */
776
+ public static Resource RNAi_reagent() {
777
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000337");
778
+ }
779
+
780
+ /**
781
+ * Structural unit composed of a nucleic acid molecule which controls its own replication through the interaction of specific proteins at one or more origins of replication. (SO:ma)
782
+ * (http://purl.obolibrary.org/obo/SO_0000340)
783
+ */
784
+ public static Resource chromosome() {
785
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000340");
786
+ }
787
+
788
+ /**
789
+ * A cytologically distinguishable feature of a chromosome, often made visible by staining, and usually alternating light and dark. (SO:ma)
790
+ * (http://purl.obolibrary.org/obo/SO_0000341)
791
+ */
792
+ public static Resource chromosome_band() {
793
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000341");
794
+ }
795
+
796
+ /**
797
+ * A region of sequence, aligned to another sequence with some statistical significance, using an algorithm such as BLAST or SIM4. (SO:ke)
798
+ * (http://purl.obolibrary.org/obo/SO_0000343)
799
+ */
800
+ public static Resource match() {
801
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000343");
802
+ }
803
+
804
+ /**
805
+ * Region of a transcript that regulates splicing. (SO:ke)
806
+ * (http://purl.obolibrary.org/obo/SO_0000344)
807
+ */
808
+ public static Resource splice_enhancer() {
809
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000344");
810
+ }
811
+
812
+ /**
813
+ * A tag produced from a single sequencing read from a cDNA clone or PCR product; typically a few hundred base pairs long. (SO:ke)
814
+ * (http://purl.obolibrary.org/obo/SO_0000345)
815
+ */
816
+ public static Resource EST() {
817
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000345");
818
+ }
819
+
820
+ /**
821
+ * A match against a nucleotide sequence. (SO:ke)
822
+ * (http://purl.obolibrary.org/obo/SO_0000347)
823
+ */
824
+ public static Resource nucleotide_match() {
825
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000347");
826
+ }
827
+
828
+ /**
829
+ * A match against a protein sequence. (SO:ke)
830
+ * (http://purl.obolibrary.org/obo/SO_0000349)
831
+ */
832
+ public static Resource protein_match() {
833
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000349");
834
+ }
835
+
836
+ /**
837
+ * A sequence of nucleotides that has been algorithmically derived from an alignment of two or more different sequences. (SO:ma)
838
+ * (http://purl.obolibrary.org/obo/SO_0000353)
839
+ */
840
+ public static Resource sequence_assembly() {
841
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000353");
842
+ }
843
+
844
+ /**
845
+ * A set of (usually) three nucleotide bases in a DNA or RNA sequence, which together code for a unique amino acid or the termination of translation and are contained within the CDS. (http://www.everythingbio.com/glos/definition.php?word=codon, SO:ke)
846
+ * (http://purl.obolibrary.org/obo/SO_0000360)
847
+ */
848
+ public static Resource codon() {
849
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000360");
850
+ }
851
+
852
+ /**
853
+ * The junction where an insertion occurred. (SO:ke)
854
+ * (http://purl.obolibrary.org/obo/SO_0000366)
855
+ */
856
+ public static Resource insertion_site() {
857
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000366");
858
+ }
859
+
860
+ /**
861
+ * The junction in a genome where a transposable_element has inserted. (SO:ke)
862
+ * (http://purl.obolibrary.org/obo/SO_0000368)
863
+ */
864
+ public static Resource transposable_element_insertion_site() {
865
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000368");
866
+ }
867
+
868
+ /**
869
+ * A non-coding RNA, usually with a specific secondary structure, that acts to regulate gene expression. (SO:ma)
870
+ * (http://purl.obolibrary.org/obo/SO_0000370)
871
+ */
872
+ public static Resource small_regulatory_ncRNA() {
873
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000370");
874
+ }
875
+
876
+ /**
877
+ * An RNA sequence that has catalytic activity with or without an associated ribonucleoprotein. (RSC:cb)
878
+ * (http://purl.obolibrary.org/obo/SO_0000372)
879
+ */
880
+ public static Resource enzymatic_RNA() {
881
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000372");
882
+ }
883
+
884
+ /**
885
+ * An RNA with catalytic activity. (SO:ma)
886
+ * (http://purl.obolibrary.org/obo/SO_0000374)
887
+ */
888
+ public static Resource ribozyme() {
889
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000374");
890
+ }
891
+
892
+ /**
893
+ * 5_8S ribosomal RNA (5. 8S rRNA) is a component of the large subunit of the eukaryotic ribosome. It is transcribed by RNA polymerase I as part of the 45S precursor that also contains 18S and 28S rRNA. Functionally, it is thought that 5.8S rRNA may be involved in ribosome translocation. It is also known to form covalent linkage to the p53 tumour suppressor protein. 5_8S rRNA is also found in archaea. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00002)
894
+ * (http://purl.obolibrary.org/obo/SO_0000375)
895
+ */
896
+ public static Resource rRNA_5_8S() {
897
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000375");
898
+ }
899
+
900
+ /**
901
+ * A small catalytic RNA motif that catalyzes self-cleavage reaction. Its name comes from its secondary structure which resembles a carpenter"s hammer. The hammerhead ribozyme is involved in the replication of some viroid and some satellite RNAs. (PMID:2436805)
902
+ * (http://purl.obolibrary.org/obo/SO_0000380)
903
+ */
904
+ public static Resource hammerhead_ribozyme() {
905
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000380");
906
+ }
907
+
908
+ /**
909
+ * The RNA molecule essential for the catalytic activity of RNase MRP, an enzymatically active ribonucleoprotein with two distinct roles in eukaryotes. In mitochondria it plays a direct role in the initiation of mitochondrial DNA replication. In the nucleus it is involved in precursor rRNA processing, where it cleaves the internal transcribed spacer 1 between 18S and 5.8S rRNAs. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00030)
910
+ * (http://purl.obolibrary.org/obo/SO_0000385)
911
+ */
912
+ public static Resource RNase_MRP_RNA() {
913
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000385");
914
+ }
915
+
916
+ /**
917
+ * The RNA component of Ribonuclease P (RNase P), a ubiquitous endoribonuclease, found in archaea, bacteria and eukarya as well as chloroplasts and mitochondria. Its best characterized activity is the generation of mature 5 prime ends of tRNAs by cleaving the 5 prime leader elements of precursor-tRNAs. Cellular RNase Ps are ribonucleoproteins. RNA from bacterial RNase Ps retains its catalytic activity in the absence of the protein subunit, i.e. it is a ribozyme. Isolated eukaryotic and archaeal RNase P RNA has not been shown to retain its catalytic function, but is still essential for the catalytic activity of the holoenzyme. Although the archaeal and eukaryotic holoenzymes have a much greater protein content than the bacterial ones, the RNA cores from all the three lineages are homologous. Helices corresponding to P1, P2, P3, P4, and P10/11 are common to all cellular RNase P RNAs. Yet, there is considerable sequence variation, particularly among the eukaryotic RNAs. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00010)
918
+ * (http://purl.obolibrary.org/obo/SO_0000386)
919
+ */
920
+ public static Resource RNase_P_RNA() {
921
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000386");
922
+ }
923
+
924
+ /**
925
+ * The RNA component of telomerase, a reverse transcriptase that synthesizes telomeric DNA. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00025)
926
+ * (http://purl.obolibrary.org/obo/SO_0000390)
927
+ */
928
+ public static Resource telomerase_RNA() {
929
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000390");
930
+ }
931
+
932
+ /**
933
+ * U1 is a small nuclear RNA (snRNA) component of the spliceosome (involved in pre-mRNA splicing). Its 5" end forms complementary base pairs with the 5" splice junction, thus defining the 5" donor site of an intron. There are significant differences in sequence and secondary structure between metazoan and yeast U1 snRNAs, the latter being much longer (568 nucleotides as compared to 164 nucleotides in human). Nevertheless, secondary structure predictions suggest that all U1 snRNAs share a "common core" consisting of helices I, II, the proximal region of III, and IV. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00003)
934
+ * (http://purl.obolibrary.org/obo/SO_0000391)
935
+ */
936
+ public static Resource U1_snRNA() {
937
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000391");
938
+ }
939
+
940
+ /**
941
+ * U2 is a small nuclear RNA (snRNA) component of the spliceosome (involved in pre-mRNA splicing). Complementary binding between U2 snRNA (in an area lying towards the 5" end but 3" to hairpin I) and the branchpoint sequence (BPS) of the intron results in the bulging out of an unpaired adenine, on the BPS, which initiates a nucleophilic attack at the intronic 5" splice site, thus starting the first of two transesterification reactions that mediate splicing. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00004)
942
+ * (http://purl.obolibrary.org/obo/SO_0000392)
943
+ */
944
+ public static Resource U2_snRNA() {
945
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000392");
946
+ }
947
+
948
+ /**
949
+ * U4 small nuclear RNA (U4 snRNA) is a component of the major U2-dependent spliceosome. It forms a duplex with U6, and with each splicing round, it is displaced from U6 (and the spliceosome) in an ATP-dependent manner, allowing U6 to refold and create the active site for splicing catalysis. A recycling process involving protein Prp24 re-anneals U4 and U6. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00015)
950
+ * (http://purl.obolibrary.org/obo/SO_0000393)
951
+ */
952
+ public static Resource U4_snRNA() {
953
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000393");
954
+ }
955
+
956
+ /**
957
+ * An snRNA required for the splicing of the minor U12-dependent class of eukaryotic nuclear introns. It forms a base paired complex with U6atac_snRNA (SO:0000397). (PMID:=12409455)
958
+ * (http://purl.obolibrary.org/obo/SO_0000394)
959
+ */
960
+ public static Resource U4atac_snRNA() {
961
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000394");
962
+ }
963
+
964
+ /**
965
+ * U5 RNA is a component of both types of known spliceosome. The precise function of this molecule is unknown, though it is known that the 5" loop is required for splice site selection and p220 binding, and that both the 3" stem-loop and the Sm site are important for Sm protein binding and cap methylation. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00020)
966
+ * (http://purl.obolibrary.org/obo/SO_0000395)
967
+ */
968
+ public static Resource U5_snRNA() {
969
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000395");
970
+ }
971
+
972
+ /**
973
+ * U6 snRNA is a component of the spliceosome which is involved in splicing pre-mRNA. The putative secondary structure consensus base pairing is confined to a short 5" stem loop, but U6 snRNA is thought to form extensive base-pair interactions with U4 snRNA. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00015)
974
+ * (http://purl.obolibrary.org/obo/SO_0000396)
975
+ */
976
+ public static Resource U6_snRNA() {
977
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000396");
978
+ }
979
+
980
+ /**
981
+ * U6atac_snRNA is an snRNA required for the splicing of the minor U12-dependent class of eukaryotic nuclear introns. It forms a base paired complex with U4atac_snRNA (SO:0000394). (http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?cmd=retrieve&db=pubmed&list_uids=12409455&dopt=Abstract)
982
+ * (http://purl.obolibrary.org/obo/SO_0000397)
983
+ */
984
+ public static Resource U6atac_snRNA() {
985
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000397");
986
+ }
987
+
988
+ /**
989
+ * U11 snRNA plays a role in splicing of the minor U12-dependent class of eukaryotic nuclear introns, similar to U1 snRNA in the major class spliceosome it base pairs to the conserved 5" splice site sequence. (PMID:9622129)
990
+ * (http://purl.obolibrary.org/obo/SO_0000398)
991
+ */
992
+ public static Resource U11_snRNA() {
993
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000398");
994
+ }
995
+
996
+ /**
997
+ * The U12 small nuclear (snRNA), together with U4atac/U6atac, U5, and U11 snRNAs and associated proteins, forms a spliceosome that cleaves a divergent class of low-abundance pre-mRNA introns. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00007)
998
+ * (http://purl.obolibrary.org/obo/SO_0000399)
999
+ */
1000
+ public static Resource U12_snRNA() {
1001
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000399");
1002
+ }
1003
+
1004
+ /**
1005
+ * U14 small nucleolar RNA (U14 snoRNA) is required for early cleavages of eukaryotic precursor rRNAs. In yeasts, this molecule possess a stem-loop region (known as the Y-domain) which is essential for function. A similar structure, but with a different consensus sequence, is found in plants, but is absent in vertebrates. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00016, PMID:2551119)
1006
+ * (http://purl.obolibrary.org/obo/SO_0000403)
1007
+ */
1008
+ public static Resource U14_snoRNA() {
1009
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000403");
1010
+ }
1011
+
1012
+ /**
1013
+ * A family of RNAs are found as part of the enigmatic vault ribonucleoprotein complex. The complex consists of a major vault protein (MVP), two minor vault proteins (VPARP and TEP1), and several small untranslated RNA molecules. It has been suggested that the vault complex is involved in drug resistance. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00006)
1014
+ * (http://purl.obolibrary.org/obo/SO_0000404)
1015
+ */
1016
+ public static Resource vault_RNA() {
1017
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000404");
1018
+ }
1019
+
1020
+ /**
1021
+ * Y RNAs are components of the Ro ribonucleoprotein particle (Ro RNP), in association with Ro60 and La proteins. The Y RNAs and Ro60 and La proteins are well conserved, but the function of the Ro RNP is not known. In humans the RNA component can be one of four small RNAs: hY1, hY3, hY4 and hY5. These small RNAs are predicted to fold into a conserved secondary structure containing three stem structures. The largest of the four, hY1, contains an additional hairpin. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00019)
1022
+ * (http://purl.obolibrary.org/obo/SO_0000405)
1023
+ */
1024
+ public static Resource Y_RNA() {
1025
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000405");
1026
+ }
1027
+
1028
+ /**
1029
+ * A large polynucleotide in eukaryotes, which functions as the small subunit of the ribosome. (SO:ke)
1030
+ * (http://purl.obolibrary.org/obo/SO_0000407)
1031
+ */
1032
+ public static Resource rRNA_18S() {
1033
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000407");
1034
+ }
1035
+
1036
+ /**
1037
+ * A biological_region of sequence that, in the molecule, interacts selectively and non-covalently with other molecules. A region on the surface of a molecule that may interact with another molecule. When applied to polypeptides: Amino acids involved in binding or interactions. It can also apply to an amino acid bond which is represented by the positions of the two flanking amino acids. (EBIBS:GAR, SO:ke)
1038
+ * (http://purl.obolibrary.org/obo/SO_0000409)
1039
+ */
1040
+ public static Resource binding_site() {
1041
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000409");
1042
+ }
1043
+
1044
+ /**
1045
+ * A binding site that, in the molecule, interacts selectively and non-covalently with polypeptide molecules. (SO:ke)
1046
+ * (http://purl.obolibrary.org/obo/SO_0000410)
1047
+ */
1048
+ public static Resource protein_binding_site() {
1049
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000410");
1050
+ }
1051
+
1052
+ /**
1053
+ * A region of polynucleotide sequence produced by digestion with a restriction endonuclease. (SO:ke)
1054
+ * (http://purl.obolibrary.org/obo/SO_0000412)
1055
+ */
1056
+ public static Resource restriction_fragment() {
1057
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000412");
1058
+ }
1059
+
1060
+ /**
1061
+ * A region where the sequence differs from that of a specified sequence. (SO:ke)
1062
+ * (http://purl.obolibrary.org/obo/SO_0000413)
1063
+ */
1064
+ public static Resource sequence_difference() {
1065
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000413");
1066
+ }
1067
+
1068
+ /**
1069
+ * The signal_peptide is a short region of the peptide located at the N-terminus that directs the protein to be secreted or part of membrane components. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
1070
+ * (http://purl.obolibrary.org/obo/SO_0000418)
1071
+ */
1072
+ public static Resource signal_peptide() {
1073
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000418");
1074
+ }
1075
+
1076
+ /**
1077
+ * The polypeptide sequence that remains when the cleaved peptide regions have been cleaved from the immature peptide. (EBIBS:GAR, http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html, SO:cb)
1078
+ * (http://purl.obolibrary.org/obo/SO_0000419)
1079
+ */
1080
+ public static Resource mature_protein_region() {
1081
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000419");
1082
+ }
1083
+
1084
+ /**
1085
+ * A sequence that can autonomously replicate, as a plasmid, when transformed into a bacterial host. (SO:ma)
1086
+ * (http://purl.obolibrary.org/obo/SO_0000436)
1087
+ */
1088
+ public static Resource ARS() {
1089
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000436");
1090
+ }
1091
+
1092
+ /**
1093
+ * A single stranded oligonucleotide. (SO:ke)
1094
+ * (http://purl.obolibrary.org/obo/SO_0000441)
1095
+ */
1096
+ public static Resource ss_oligo() {
1097
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000441");
1098
+ }
1099
+
1100
+ /**
1101
+ * A double stranded oligonucleotide. (SO:ke)
1102
+ * (http://purl.obolibrary.org/obo/SO_0000442)
1103
+ */
1104
+ public static Resource ds_oligo() {
1105
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000442");
1106
+ }
1107
+
1108
+ /**
1109
+ * A 17-28-nt, small interfering RNA derived from transcripts of repetitive elements. (http://www.developmentalcell.com/content/article/abstract?uid=PIIS1534580703002284)
1110
+ * (http://purl.obolibrary.org/obo/SO_0000454)
1111
+ */
1112
+ public static Resource rasiRNA() {
1113
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000454");
1114
+ }
1115
+
1116
+ /**
1117
+ * A non-functional descendent of a functional entity. (SO:cjm)
1118
+ * (http://purl.obolibrary.org/obo/SO_0000462)
1119
+ */
1120
+ public static Resource pseudogenic_region() {
1121
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000462");
1122
+ }
1123
+
1124
+ /**
1125
+ * A non-functional descendant of an exon. (SO:ke)
1126
+ * (http://purl.obolibrary.org/obo/SO_0000464)
1127
+ */
1128
+ public static Resource decayed_exon() {
1129
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000464");
1130
+ }
1131
+
1132
+ /**
1133
+ * One of the pieces of sequence that make up a golden path. (SO:rd)
1134
+ * (http://purl.obolibrary.org/obo/SO_0000468)
1135
+ */
1136
+ public static Resource golden_path_fragment() {
1137
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000468");
1138
+ }
1139
+
1140
+ /**
1141
+ * A set of regions which overlap with minimal polymorphism to form a linear sequence. (SO:cjm)
1142
+ * (http://purl.obolibrary.org/obo/SO_0000472)
1143
+ */
1144
+ public static Resource tiling_path() {
1145
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000472");
1146
+ }
1147
+
1148
+ /**
1149
+ * A piece of sequence that makes up a tiling_path (SO:0000472). (SO:ke)
1150
+ * (http://purl.obolibrary.org/obo/SO_0000474)
1151
+ */
1152
+ public static Resource tiling_path_fragment() {
1153
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000474");
1154
+ }
1155
+
1156
+ /**
1157
+ * A primary transcript that is never translated into a protein. (SO:ke)
1158
+ * (http://purl.obolibrary.org/obo/SO_0000483)
1159
+ */
1160
+ public static Resource nc_primary_transcript() {
1161
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000483");
1162
+ }
1163
+
1164
+ /**
1165
+ * The sequence of the 3" exon that is not coding. (SO:ke)
1166
+ * (http://purl.obolibrary.org/obo/SO_0000484)
1167
+ */
1168
+ public static Resource three_prime_coding_exon_noncoding_region() {
1169
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000484");
1170
+ }
1171
+
1172
+ /**
1173
+ * The sequence of the 5" exon preceding the start codon. (SO:ke)
1174
+ * (http://purl.obolibrary.org/obo/SO_0000486)
1175
+ */
1176
+ public static Resource five_prime_coding_exon_noncoding_region() {
1177
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000486");
1178
+ }
1179
+
1180
+ /**
1181
+ * A continuous piece of sequence similar to the "virtual contig" concept of the Ensembl database. (SO:ke)
1182
+ * (http://purl.obolibrary.org/obo/SO_0000499)
1183
+ */
1184
+ public static Resource virtual_sequence() {
1185
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000499");
1186
+ }
1187
+
1188
+ /**
1189
+ * A region of sequence that is transcribed. This region may cover the transcript of a gene, it may emcompas the sequence covered by all of the transcripts of a alternately spliced gene, or it may cover the region transcribed by a polycistronic transcript. A gene may have 1 or more transcribed regions and a transcribed_region may belong to one or more genes. (SO:ke)
1190
+ * (http://purl.obolibrary.org/obo/SO_0000502)
1191
+ */
1192
+ public static Resource transcribed_region() {
1193
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000502");
1194
+ }
1195
+
1196
+ /**
1197
+ * The recognition sequence necessary for endonuclease cleavage of an RNA transcript that is followed by polyadenylation; consensus=AATAAA. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
1198
+ * (http://purl.obolibrary.org/obo/SO_0000551)
1199
+ */
1200
+ public static Resource polyA_signal_sequence() {
1201
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000551");
1202
+ }
1203
+
1204
+ /**
1205
+ * The site on an RNA transcript to which will be added adenine residues by post-transcriptional polyadenylation. The boundary between the UTR and the polyA sequence. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
1206
+ * (http://purl.obolibrary.org/obo/SO_0000553)
1207
+ */
1208
+ public static Resource polyA_site() {
1209
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000553");
1210
+ }
1211
+
1212
+ /**
1213
+ * A region of chromosome where the spindle fibers attach during mitosis and meiosis. (SO:ke)
1214
+ * (http://purl.obolibrary.org/obo/SO_0000577)
1215
+ */
1216
+ public static Resource centromere() {
1217
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000577");
1218
+ }
1219
+
1220
+ /**
1221
+ * A structure consisting of a 7-methylguanosine in 5"-5" triphosphate linkage with the first nucleotide of an mRNA. It is added post-transcriptionally, and is not encoded in the DNA. (http://seqcore.brcf.med.umich.edu/doc/educ/dnapr/mbglossary/mbgloss.html)
1222
+ * (http://purl.obolibrary.org/obo/SO_0000581)
1223
+ */
1224
+ public static Resource cap() {
1225
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000581");
1226
+ }
1227
+
1228
+ /**
1229
+ * Group I catalytic introns are large self-splicing ribozymes. They catalyze their own excision from mRNA, tRNA and rRNA precursors in a wide range of organisms. The core secondary structure consists of 9 paired regions (P1-P9). These fold to essentially two domains, the P4-P6 domain (formed from the stacking of P5, P4, P6 and P6a helices) and the P3-P9 domain (formed from the P8, P3, P7 and P9 helices). Group I catalytic introns often have long ORFs inserted in loop regions. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00028)
1230
+ * (http://purl.obolibrary.org/obo/SO_0000587)
1231
+ */
1232
+ public static Resource group_I_intron() {
1233
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000587");
1234
+ }
1235
+
1236
+ /**
1237
+ * A self spliced intron. (SO:ke)
1238
+ * (http://purl.obolibrary.org/obo/SO_0000588)
1239
+ */
1240
+ public static Resource autocatalytically_spliced_intron() {
1241
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000588");
1242
+ }
1243
+
1244
+ /**
1245
+ * The signal recognition particle (SRP) is a universally conserved ribonucleoprotein. It is involved in the co-translational targeting of proteins to membranes. The eukaryotic SRP consists of a 300-nucleotide 7S RNA and six proteins: SRPs 72, 68, 54, 19, 14, and 9. Archaeal SRP consists of a 7S RNA and homologues of the eukaryotic SRP19 and SRP54 proteins. In most eubacteria, the SRP consists of a 4.5S RNA and the Ffh protein (a homologue of the eukaryotic SRP54 protein). Eukaryotic and archaeal 7S RNAs have very similar secondary structures, with eight helical elements. These fold into the Alu and S domains, separated by a long linker region. Eubacterial SRP is generally a simpler structure, with the M domain of Ffh bound to a region of the 4.5S RNA that corresponds to helix 8 of the eukaryotic and archaeal SRP S domain. Some Gram-positive bacteria (e.g. Bacillus subtilis), however, have a larger SRP RNA that also has an Alu domain. The Alu domain is thought to mediate the peptide chain elongation retardation function of the SRP. The universally conserved helix which interacts with the SRP54/Ffh M domain mediates signal sequence recognition. In eukaryotes and archaea, the SRP19-helix 6 complex is thought to be involved in SRP assembly and stabilizes helix 8 for SRP54 binding. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00017)
1246
+ * (http://purl.obolibrary.org/obo/SO_0000590)
1247
+ */
1248
+ public static Resource SRP_RNA() {
1249
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000590");
1250
+ }
1251
+
1252
+ /**
1253
+ * Most box C/D snoRNAs also contain long (>10 nt) sequences complementary to rRNA. Boxes C and D, as well as boxes C" and D", are usually located in close proximity, and form a structure known as the box C/D motif. This motif is important for snoRNA stability, processing, nucleolar targeting and function. A small number of box C/D snoRNAs are involved in rRNA processing; most, however, are known or predicted to serve as guide RNAs in ribose methylation of rRNA. Targeting involves direct base pairing of the snoRNA at the rRNA site to be modified and selection of a rRNA nucleotide a fixed distance from box D or D". (http://www.bio.umass.edu/biochem/rna-sequence/Yeast_snoRNA_Database/snoRNA_DataBase.html)
1254
+ * (http://purl.obolibrary.org/obo/SO_0000593)
1255
+ */
1256
+ public static Resource C_D_box_snoRNA() {
1257
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000593");
1258
+ }
1259
+
1260
+ /**
1261
+ * A short 3"-uridylated RNA that can form a duplex (except for its post-transcriptionally added oligo_U tail (SO:0000609)) with a stretch of mature edited mRNA. (http://www.rna.ucla.edu/index.html)
1262
+ * (http://purl.obolibrary.org/obo/SO_0000602)
1263
+ */
1264
+ public static Resource guide_RNA() {
1265
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000602");
1266
+ }
1267
+
1268
+ /**
1269
+ * Group II introns are found in rRNA, tRNA and mRNA of organelles in fungi, plants and protists, and also in mRNA in bacteria. They are large self-splicing ribozymes and have 6 structural domains (usually designated dI to dVI). A subset of group II introns also encode essential splicing proteins in intronic ORFs. The length of these introns can therefore be up to 3kb. Splicing occurs in almost identical fashion to nuclear pre-mRNA splicing with two transesterification steps. The 2" hydroxyl of a bulged adenosine in domain VI attacks the 5" splice site, followed by nucleophilic attack on the 3" splice site by the 3" OH of the upstream exon. Protein machinery is required for splicing in vivo, and long range intron-intron and intron-exon interactions are important for splice site positioning. Group II introns are further sub-classified into groups IIA and IIB which differ in splice site consensus, distance of bulged A from 3" splice site, some tertiary interactions, and intronic ORF phylogeny. (http://www.sanger.ac.uk/Software/Rfam/browse/index.shtml)
1270
+ * (http://purl.obolibrary.org/obo/SO_0000603)
1271
+ */
1272
+ public static Resource group_II_intron() {
1273
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000603");
1274
+ }
1275
+
1276
+ /**
1277
+ * A region containing or overlapping no genes that is bounded on either side by a gene, or bounded by a gene and the end of the chromosome. (SO:cjm)
1278
+ * (http://purl.obolibrary.org/obo/SO_0000605)
1279
+ */
1280
+ public static Resource intergenic_region() {
1281
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000605");
1282
+ }
1283
+
1284
+ /**
1285
+ * Sequence of about 100 nucleotides of A added to the 3" end of most eukaryotic mRNAs. (SO:ke)
1286
+ * (http://purl.obolibrary.org/obo/SO_0000610)
1287
+ */
1288
+ public static Resource polyA_sequence() {
1289
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000610");
1290
+ }
1291
+
1292
+ /**
1293
+ * A pyrimidine rich sequence near the 3" end of an intron to which the 5"end becomes covalently bound during nuclear splicing. The resulting structure resembles a lariat. (SO:ke)
1294
+ * (http://purl.obolibrary.org/obo/SO_0000611)
1295
+ */
1296
+ public static Resource branch_site() {
1297
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000611");
1298
+ }
1299
+
1300
+ /**
1301
+ * The polypyrimidine tract is one of the cis-acting sequence elements directing intron removal in pre-mRNA splicing. (http://nar.oupjournals.org/cgi/content/full/25/4/888)
1302
+ * (http://purl.obolibrary.org/obo/SO_0000612)
1303
+ */
1304
+ public static Resource polypyrimidine_tract() {
1305
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000612");
1306
+ }
1307
+
1308
+ /**
1309
+ * The base where transcription ends. (SO:ke)
1310
+ * (http://purl.obolibrary.org/obo/SO_0000616)
1311
+ */
1312
+ public static Resource transcription_end_site() {
1313
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000616");
1314
+ }
1315
+
1316
+ /**
1317
+ * A specific structure at the end of a linear chromosome, required for the integrity and maintenance of the end. (SO:ma)
1318
+ * (http://purl.obolibrary.org/obo/SO_0000624)
1319
+ */
1320
+ public static Resource telomere() {
1321
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000624");
1322
+ }
1323
+
1324
+ /**
1325
+ * A regulatory region which upon binding of transcription factors, suppress the transcription of the gene or genes they control. (SO:ke)
1326
+ * (http://purl.obolibrary.org/obo/SO_0000625)
1327
+ */
1328
+ public static Resource silencer() {
1329
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000625");
1330
+ }
1331
+
1332
+ /**
1333
+ * A transcriptional cis regulatory region that when located between a CM and a gene"s promoter prevents the CRM from modulating that genes expression. (SO:regcreative)
1334
+ * (http://purl.obolibrary.org/obo/SO_0000627)
1335
+ */
1336
+ public static Resource insulator() {
1337
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000627");
1338
+ }
1339
+
1340
+ public static Resource chromosomal_structural_element() {
1341
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000628");
1342
+ }
1343
+
1344
+ /**
1345
+ * A repeat region containing tandemly repeated sequences having a unit length of 10 to 40 bp. (http://www.informatics.jax.org/silver/glossary.shtml)
1346
+ * (http://purl.obolibrary.org/obo/SO_0000643)
1347
+ */
1348
+ public static Resource minisatellite() {
1349
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000643");
1350
+ }
1351
+
1352
+ /**
1353
+ * Antisense RNA is RNA that is transcribed from the coding, rather than the template, strand of DNA. It is therefore complementary to mRNA. (SO:ke)
1354
+ * (http://purl.obolibrary.org/obo/SO_0000644)
1355
+ */
1356
+ public static Resource antisense_RNA() {
1357
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000644");
1358
+ }
1359
+
1360
+ /**
1361
+ * The reverse complement of the primary transcript. (SO:ke)
1362
+ * (http://purl.obolibrary.org/obo/SO_0000645)
1363
+ */
1364
+ public static Resource antisense_primary_transcript() {
1365
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000645");
1366
+ }
1367
+
1368
+ /**
1369
+ * A small RNA molecule that is the product of a longer exogenous or endogenous dsRNA, which is either a bimolecular duplex or very long hairpin, processed (via the Dicer pathway) such that numerous siRNAs accumulate from both strands of the dsRNA. SRNAs trigger the cleavage of their target molecules. (PMID:12592000)
1370
+ * (http://purl.obolibrary.org/obo/SO_0000646)
1371
+ */
1372
+ public static Resource siRNA() {
1373
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000646");
1374
+ }
1375
+
1376
+ /**
1377
+ * Non-coding RNAs of about 21 nucleotides in length that regulate temporal development; first discovered in C. elegans. (PMID:11081512)
1378
+ * (http://purl.obolibrary.org/obo/SO_0000649)
1379
+ */
1380
+ public static Resource stRNA() {
1381
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000649");
1382
+ }
1383
+
1384
+ /**
1385
+ * Ribosomal RNA transcript that structures the small subunit of the ribosome. (SO:ke)
1386
+ * (http://purl.obolibrary.org/obo/SO_0000650)
1387
+ */
1388
+ public static Resource small_subunit_rRNA() {
1389
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000650");
1390
+ }
1391
+
1392
+ /**
1393
+ * Ribosomal RNA transcript that structures the large subunit of the ribosome. (SO:ke)
1394
+ * (http://purl.obolibrary.org/obo/SO_0000651)
1395
+ */
1396
+ public static Resource large_subunit_rRNA() {
1397
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000651");
1398
+ }
1399
+
1400
+ /**
1401
+ * 5S ribosomal RNA (5S rRNA) is a component of the large ribosomal subunit in both prokaryotes and eukaryotes. In eukaryotes, it is synthesised by RNA polymerase III (the other eukaryotic rRNAs are cleaved from a 45S precursor synthesised by RNA polymerase I). In Xenopus oocytes, it has been shown that fingers 4-7 of the nine-zinc finger transcription factor TFIIIA can bind to the central region of 5S RNA. Thus, in addition to positively regulating 5S rRNA transcription, TFIIIA also stabilizes 5S rRNA until it is required for transcription. (http://www.sanger.ac.uk/cgi-bin/Rfam/getacc?RF00001)
1402
+ * (http://purl.obolibrary.org/obo/SO_0000652)
1403
+ */
1404
+ public static Resource rRNA_5S() {
1405
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000652");
1406
+ }
1407
+
1408
+ /**
1409
+ * A component of the large ribosomal subunit. (SO:ke)
1410
+ * (http://purl.obolibrary.org/obo/SO_0000653)
1411
+ */
1412
+ public static Resource rRNA_28S() {
1413
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000653");
1414
+ }
1415
+
1416
+ /**
1417
+ * An RNA transcript that does not encode for a protein rather the RNA molecule is the gene product. (SO:ke)
1418
+ * (http://purl.obolibrary.org/obo/SO_0000655)
1419
+ */
1420
+ public static Resource ncRNA() {
1421
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000655");
1422
+ }
1423
+
1424
+ /**
1425
+ * A region of sequence containing one or more repeat units. (SO:ke)
1426
+ * (http://purl.obolibrary.org/obo/SO_0000657)
1427
+ */
1428
+ public static Resource repeat_region() {
1429
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000657");
1430
+ }
1431
+
1432
+ /**
1433
+ * A repeat that is located at dispersed sites in the genome. (SO:ke)
1434
+ * (http://purl.obolibrary.org/obo/SO_0000658)
1435
+ */
1436
+ public static Resource dispersed_repeat() {
1437
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000658");
1438
+ }
1439
+
1440
+ /**
1441
+ * An intron which is spliced by the spliceosome. (SO:ke)
1442
+ * (http://purl.obolibrary.org/obo/SO_0000662)
1443
+ */
1444
+ public static Resource spliceosomal_intron() {
1445
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000662");
1446
+ }
1447
+
1448
+ /**
1449
+ * The sequence of one or more nucleotides added between two adjacent nucleotides in the sequence. (SO:ke)
1450
+ * (http://purl.obolibrary.org/obo/SO_0000667)
1451
+ */
1452
+ public static Resource insertion() {
1453
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000667");
1454
+ }
1455
+
1456
+ /**
1457
+ * A match against an EST sequence. (SO:ke)
1458
+ * (http://purl.obolibrary.org/obo/SO_0000668)
1459
+ */
1460
+ public static Resource EST_match() {
1461
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000668");
1462
+ }
1463
+
1464
+ /**
1465
+ * An RNA synthesized on a DNA or RNA template by an RNA polymerase. (SO:ma)
1466
+ * (http://purl.obolibrary.org/obo/SO_0000673)
1467
+ */
1468
+ public static Resource transcript() {
1469
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000673");
1470
+ }
1471
+
1472
+ /**
1473
+ * A region of nucleotide sequence targeted by a nuclease enzyme. (SO:ma)
1474
+ * (http://purl.obolibrary.org/obo/SO_0000684)
1475
+ */
1476
+ public static Resource nuclease_sensitive_site() {
1477
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000684");
1478
+ }
1479
+
1480
+ /**
1481
+ * The space between two bases in a sequence which marks the position where a deletion has occurred. (SO:ke)
1482
+ * (http://purl.obolibrary.org/obo/SO_0000687)
1483
+ */
1484
+ public static Resource deletion_junction() {
1485
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000687");
1486
+ }
1487
+
1488
+ /**
1489
+ * A set of subregions selected from sequence contigs which when concatenated form a nonredundant linear sequence. (SO:ls)
1490
+ * (http://purl.obolibrary.org/obo/SO_0000688)
1491
+ */
1492
+ public static Resource golden_path() {
1493
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000688");
1494
+ }
1495
+
1496
+ /**
1497
+ * A match against cDNA sequence. (SO:ke)
1498
+ * (http://purl.obolibrary.org/obo/SO_0000689)
1499
+ */
1500
+ public static Resource cDNA_match() {
1501
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000689");
1502
+ }
1503
+
1504
+ /**
1505
+ * SNPs are single base pair positions in genomic DNA at which different sequence alternatives exist in normal individuals in some population(s), wherein the least frequent variant has an abundance of 1% or greater. (SO:cb)
1506
+ * (http://purl.obolibrary.org/obo/SO_0000694)
1507
+ */
1508
+ public static Resource SNP() {
1509
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000694");
1510
+ }
1511
+
1512
+ /**
1513
+ * A sequence used in experiment. (SO:ke)
1514
+ * (http://purl.obolibrary.org/obo/SO_0000695)
1515
+ */
1516
+ public static Resource reagent() {
1517
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000695");
1518
+ }
1519
+
1520
+ /**
1521
+ * A short oligonucleotide sequence, of length on the order of 10"s of bases; either single or double stranded. (SO:ma)
1522
+ * (http://purl.obolibrary.org/obo/SO_0000696)
1523
+ */
1524
+ public static Resource oligo() {
1525
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000696");
1526
+ }
1527
+
1528
+ /**
1529
+ * A sequence_feature with an extent of zero. (SO:ke)
1530
+ * (http://purl.obolibrary.org/obo/SO_0000699)
1531
+ */
1532
+ public static Resource junction() {
1533
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000699");
1534
+ }
1535
+
1536
+ /**
1537
+ * A comment about the sequence. (SO:ke)
1538
+ * (http://purl.obolibrary.org/obo/SO_0000700)
1539
+ */
1540
+ public static Resource remark() {
1541
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000700");
1542
+ }
1543
+
1544
+ /**
1545
+ * A region of sequence where the validity of the base calling is questionable. (SO:ke)
1546
+ * (http://purl.obolibrary.org/obo/SO_0000701)
1547
+ */
1548
+ public static Resource possible_base_call_error() {
1549
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000701");
1550
+ }
1551
+
1552
+ /**
1553
+ * A region of sequence where there may have been an error in the assembly. (SO:ke)
1554
+ * (http://purl.obolibrary.org/obo/SO_0000702)
1555
+ */
1556
+ public static Resource possible_assembly_error() {
1557
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000702");
1558
+ }
1559
+
1560
+ /**
1561
+ * A region of sequence implicated in an experimental result. (SO:ke)
1562
+ * (http://purl.obolibrary.org/obo/SO_0000703)
1563
+ */
1564
+ public static Resource experimental_result_region() {
1565
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000703");
1566
+ }
1567
+
1568
+ /**
1569
+ * A region (or regions) that includes all of the sequence elements necessary to encode a functional transcript. A gene may include regulatory regions, transcribed regions and/or other functional sequence regions. (SO:immuno_workshop)
1570
+ * (http://purl.obolibrary.org/obo/SO_0000704)
1571
+ */
1572
+ public static Resource gene() {
1573
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000704");
1574
+ }
1575
+
1576
+ /**
1577
+ * Two or more adjcent copies of a region (of length greater than 1). (SO:ke)
1578
+ * (http://purl.obolibrary.org/obo/SO_0000705)
1579
+ */
1580
+ public static Resource tandem_repeat() {
1581
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000705");
1582
+ }
1583
+
1584
+ /**
1585
+ * The 3" splice site of the acceptor primary transcript. (SO:ke)
1586
+ * (http://purl.obolibrary.org/obo/SO_0000706)
1587
+ */
1588
+ public static Resource trans_splice_acceptor_site() {
1589
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000706");
1590
+ }
1591
+
1592
+ /**
1593
+ * A region of nucleotide sequence corresponding to a known motif. (SO:ke)
1594
+ * (http://purl.obolibrary.org/obo/SO_0000714)
1595
+ */
1596
+ public static Resource nucleotide_motif() {
1597
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000714");
1598
+ }
1599
+
1600
+ /**
1601
+ * A motif that is active in RNA sequence. (SO:ke)
1602
+ * (http://purl.obolibrary.org/obo/SO_0000715)
1603
+ */
1604
+ public static Resource RNA_motif() {
1605
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000715");
1606
+ }
1607
+
1608
+ /**
1609
+ * A nucleic acid sequence that when read as sequential triplets, has the potential of encoding a sequential string of amino acids. It need not contain the start or stop codon. (SGD:rb)
1610
+ * (http://purl.obolibrary.org/obo/SO_0000717)
1611
+ */
1612
+ public static Resource reading_frame() {
1613
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000717");
1614
+ }
1615
+
1616
+ /**
1617
+ * An ordered and oriented set of scaffolds based on somewhat weaker sets of inferential evidence such as one set of mate pair reads together with supporting evidence from ESTs or location of markers from SNP or microsatellite maps, or cytogenetic localization of contained markers. (FB:WG)
1618
+ * (http://purl.obolibrary.org/obo/SO_0000719)
1619
+ */
1620
+ public static Resource ultracontig() {
1621
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000719");
1622
+ }
1623
+
1624
+ /**
1625
+ * A region of a DNA molecule where transfer is initiated during the process of conjugation or mobilization. (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
1626
+ * (http://purl.obolibrary.org/obo/SO_0000724)
1627
+ */
1628
+ public static Resource oriT() {
1629
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000724");
1630
+ }
1631
+
1632
+ /**
1633
+ * The transit_peptide is a short region at the N-terminus of the peptide that directs the protein to an organelle (chloroplast, mitochondrion, microbody or cyanelle). (http://www.ebi.ac.uk/embl/Documentation/FT_definitions/feature_table.html)
1634
+ * (http://purl.obolibrary.org/obo/SO_0000725)
1635
+ */
1636
+ public static Resource transit_peptide() {
1637
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000725");
1638
+ }
1639
+
1640
+ /**
1641
+ * A regulatory_region where more than 1 TF_binding_site together are regulatorily active. (SO:SG)
1642
+ * (http://purl.obolibrary.org/obo/SO_0000727)
1643
+ */
1644
+ public static Resource CRM() {
1645
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000727");
1646
+ }
1647
+
1648
+ /**
1649
+ * A gap in the sequence of known length. The unknown bases are filled in with N"s. (SO:ke)
1650
+ * (http://purl.obolibrary.org/obo/SO_0000730)
1651
+ */
1652
+ public static Resource gap() {
1653
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000730");
1654
+ }
1655
+
1656
+ public static Resource gene_group_regulatory_region() {
1657
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000752");
1658
+ }
1659
+
1660
+ /**
1661
+ * The region of sequence that has been inserted and is being propagated by the clone. (SO:ke)
1662
+ * (http://purl.obolibrary.org/obo/SO_0000753)
1663
+ */
1664
+ public static Resource clone_insert() {
1665
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000753");
1666
+ }
1667
+
1668
+ /**
1669
+ * A non functional descendent of an rRNA. (SO:ke)
1670
+ * (http://purl.obolibrary.org/obo/SO_0000777)
1671
+ */
1672
+ public static Resource pseudogenic_rRNA() {
1673
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000777");
1674
+ }
1675
+
1676
+ /**
1677
+ * A non functional descendent of a tRNA. (SO:ke)
1678
+ * (http://purl.obolibrary.org/obo/SO_0000778)
1679
+ */
1680
+ public static Resource pseudogenic_tRNA() {
1681
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000778");
1682
+ }
1683
+
1684
+ /**
1685
+ * A region of a chromosome. (SO:ke)
1686
+ * (http://purl.obolibrary.org/obo/SO_0000830)
1687
+ */
1688
+ public static Resource chromosome_part() {
1689
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000830");
1690
+ }
1691
+
1692
+ /**
1693
+ * A region of a gene. (SO:ke)
1694
+ * (http://purl.obolibrary.org/obo/SO_0000831)
1695
+ */
1696
+ public static Resource gene_member_region() {
1697
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000831");
1698
+ }
1699
+
1700
+ /**
1701
+ * A region of a transcript. (SO:ke)
1702
+ * (http://purl.obolibrary.org/obo/SO_0000833)
1703
+ */
1704
+ public static Resource transcript_region() {
1705
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000833");
1706
+ }
1707
+
1708
+ /**
1709
+ * A region of a mature transcript. (SO:ke)
1710
+ * (http://purl.obolibrary.org/obo/SO_0000834)
1711
+ */
1712
+ public static Resource mature_transcript_region() {
1713
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000834");
1714
+ }
1715
+
1716
+ /**
1717
+ * A part of a primary transcript. (SO:ke)
1718
+ * (http://purl.obolibrary.org/obo/SO_0000835)
1719
+ */
1720
+ public static Resource primary_transcript_region() {
1721
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000835");
1722
+ }
1723
+
1724
+ /**
1725
+ * A region of an mRNA. (SO:cb)
1726
+ * (http://purl.obolibrary.org/obo/SO_0000836)
1727
+ */
1728
+ public static Resource mRNA_region() {
1729
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000836");
1730
+ }
1731
+
1732
+ /**
1733
+ * A region of UTR. (SO:ke)
1734
+ * (http://purl.obolibrary.org/obo/SO_0000837)
1735
+ */
1736
+ public static Resource UTR_region() {
1737
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000837");
1738
+ }
1739
+
1740
+ /**
1741
+ * Biological sequence region that can be assigned to a specific subsequence of a polypeptide. (SO:GAR, SO:ke)
1742
+ * (http://purl.obolibrary.org/obo/SO_0000839)
1743
+ */
1744
+ public static Resource polypeptide_region() {
1745
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000839");
1746
+ }
1747
+
1748
+ /**
1749
+ * A region within an intron. (SO:ke)
1750
+ * (http://purl.obolibrary.org/obo/SO_0000841)
1751
+ */
1752
+ public static Resource spliceosomal_intron_region() {
1753
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000841");
1754
+ }
1755
+
1756
+ public static Resource gene_component_region() {
1757
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000842");
1758
+ }
1759
+
1760
+ /**
1761
+ * A region of a CDS. (SO:cb)
1762
+ * (http://purl.obolibrary.org/obo/SO_0000851)
1763
+ */
1764
+ public static Resource CDS_region() {
1765
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000851");
1766
+ }
1767
+
1768
+ /**
1769
+ * A region of an exon. (RSC:cb)
1770
+ * (http://purl.obolibrary.org/obo/SO_0000852)
1771
+ */
1772
+ public static Resource exon_region() {
1773
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000852");
1774
+ }
1775
+
1776
+ /**
1777
+ * A large polynucleotide in Bacteria and Archaea, which functions as the small subunit of the ribosome. (SO:ke)
1778
+ * (http://purl.obolibrary.org/obo/SO_0001000)
1779
+ */
1780
+ public static Resource rRNA_16S() {
1781
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001000");
1782
+ }
1783
+
1784
+ /**
1785
+ * A large polynucleotide in Bacteria and Archaea, which functions as the large subunit of the ribosome. (SO:ke)
1786
+ * (http://purl.obolibrary.org/obo/SO_0001001)
1787
+ */
1788
+ public static Resource rRNA_23S() {
1789
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001001");
1790
+ }
1791
+
1792
+ /**
1793
+ * A large polynucleotide which functions as part of the large subunit of the ribosome in some eukaryotes. (RSC:cb)
1794
+ * (http://purl.obolibrary.org/obo/SO_0001002)
1795
+ */
1796
+ public static Resource rRNA_25S() {
1797
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001002");
1798
+ }
1799
+
1800
+ /**
1801
+ * A variation that increases or decreases the copy number of a given region. (SO:ke)
1802
+ * (http://purl.obolibrary.org/obo/SO_0001019)
1803
+ */
1804
+ public static Resource copy_number_variation() {
1805
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001019");
1806
+ }
1807
+
1808
+ /**
1809
+ * A nucleotide region with either intra-genome or intracellular moblity, of varying length, which often carry the information necessary for transfer and recombination with the host genome. (PMID:14681355)
1810
+ * (http://purl.obolibrary.org/obo/SO_0001037)
1811
+ */
1812
+ public static Resource mobile_genetic_element() {
1813
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001037");
1814
+ }
1815
+
1816
+ /**
1817
+ * An MGE that is integrated into the host chromosome. (SO:ke)
1818
+ * (http://purl.obolibrary.org/obo/SO_0001039)
1819
+ */
1820
+ public static Resource integrated_mobile_genetic_element() {
1821
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001039");
1822
+ }
1823
+
1824
+ /**
1825
+ * A regulatory_region that modulates the transcription of a gene or genes. (SO:regcreative)
1826
+ * (http://purl.obolibrary.org/obo/SO_0001055)
1827
+ */
1828
+ public static Resource transcriptional_cis_regulatory_region() {
1829
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001055");
1830
+ }
1831
+
1832
+ /**
1833
+ * A regulatory_region that modulates splicing. (SO:ke)
1834
+ * (http://purl.obolibrary.org/obo/SO_0001056)
1835
+ */
1836
+ public static Resource splicing_regulatory_region() {
1837
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001056");
1838
+ }
1839
+
1840
+ /**
1841
+ * A sequence_alteration is a sequence_feature whose extent is the deviation from another sequence. (SO:ke)
1842
+ * (http://purl.obolibrary.org/obo/SO_0001059)
1843
+ */
1844
+ public static Resource sequence_alteration() {
1845
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001059");
1846
+ }
1847
+
1848
+ /**
1849
+ * An immature_peptide_region is the extent of the peptide after it has been translated and before any processing occurs. (EBIBS:GAR)
1850
+ * (http://purl.obolibrary.org/obo/SO_0001063)
1851
+ */
1852
+ public static Resource immature_peptide_region() {
1853
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001063");
1854
+ }
1855
+
1856
+ /**
1857
+ * The maximal intersection of exon and UTR. (SO:ke)
1858
+ * (http://purl.obolibrary.org/obo/SO_0001214)
1859
+ */
1860
+ public static Resource noncoding_region_of_exon() {
1861
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001214");
1862
+ }
1863
+
1864
+ /**
1865
+ * The region of an exon that encodes for protein sequence. (SO:ke)
1866
+ * (http://purl.obolibrary.org/obo/SO_0001215)
1867
+ */
1868
+ public static Resource coding_region_of_exon() {
1869
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001215");
1870
+ }
1871
+
1872
+ /**
1873
+ * A region containing at least one unique origin of replication and a unique termination site. (ISBN:0716719207)
1874
+ * (http://purl.obolibrary.org/obo/SO_0001235)
1875
+ */
1876
+ public static Resource replicon() {
1877
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001235");
1878
+ }
1879
+
1880
+ /**
1881
+ * A base is a sequence feature that corresponds to a single unit of a nucleotide polymer. (SO:ke)
1882
+ * (http://purl.obolibrary.org/obo/SO_0001236)
1883
+ */
1884
+ public static Resource base() {
1885
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001236");
1886
+ }
1887
+
1888
+ /**
1889
+ * A region of the genome of known length that is composed by ordering and aligning two or more different regions. (SO:ke)
1890
+ * (http://purl.obolibrary.org/obo/SO_0001248)
1891
+ */
1892
+ public static Resource assembly() {
1893
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001248");
1894
+ }
1895
+
1896
+ /**
1897
+ * A region which is intended for use in an experiment. (SO:cb)
1898
+ * (http://purl.obolibrary.org/obo/SO_0001409)
1899
+ */
1900
+ public static Resource biomaterial_region() {
1901
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001409");
1902
+ }
1903
+
1904
+ /**
1905
+ * A region which is the result of some arbitrary experimental procedure. The procedure may be carried out with biological material or inside a computer. (SO:cb)
1906
+ * (http://purl.obolibrary.org/obo/SO_0001410)
1907
+ */
1908
+ public static Resource experimental_feature() {
1909
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001410");
1910
+ }
1911
+
1912
+ /**
1913
+ * A region defined by its disposition to be involved in a biological process. (SO:cb)
1914
+ * (http://purl.obolibrary.org/obo/SO_0001411)
1915
+ */
1916
+ public static Resource biological_region() {
1917
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001411");
1918
+ }
1919
+
1920
+ /**
1921
+ * A region that is defined according to its relations with other regions within the same sequence. (SO:cb)
1922
+ * (http://purl.obolibrary.org/obo/SO_0001412)
1923
+ */
1924
+ public static Resource topologically_defined_region() {
1925
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001412");
1926
+ }
1927
+
1928
+ /**
1929
+ * Intronic 2 bp region bordering exon. A splice_site that adjacent_to exon and overlaps intron. (SO:cjm, SO:ke)
1930
+ * (http://purl.obolibrary.org/obo/SO_0001419)
1931
+ */
1932
+ public static Resource cis_splice_site() {
1933
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001419");
1934
+ }
1935
+
1936
+ /**
1937
+ * Primary transcript region bordering trans-splice junction. (SO:ke)
1938
+ * (http://purl.obolibrary.org/obo/SO_0001420)
1939
+ */
1940
+ public static Resource trans_splice_site() {
1941
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001420");
1942
+ }
1943
+
1944
+ /**
1945
+ * SNVs are single nucleotide positions in genomic DNA at which different sequence alternatives exist. (SO:bm)
1946
+ * (http://purl.obolibrary.org/obo/SO_0001483)
1947
+ */
1948
+ public static Resource SNV() {
1949
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001483");
1950
+ }
1951
+
1952
+ /**
1953
+ * A region of peptide sequence used to target the polypeptide molecule to a specific organelle. (SO:ke)
1954
+ * (http://purl.obolibrary.org/obo/SO_0001527)
1955
+ */
1956
+ public static Resource peptide_localization_signal() {
1957
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001527");
1958
+ }
1959
+
1960
+ /**
1961
+ * A kind of ribosome entry site, specific to Eukaryotic organisms that overlaps part of both 5" UTR and CDS sequence. (SO:ke)
1962
+ * (http://purl.obolibrary.org/obo/SO_0001647)
1963
+ */
1964
+ public static Resource kozak_sequence() {
1965
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001647");
1966
+ }
1967
+
1968
+ /**
1969
+ * A binding site that, in the nucleotide molecule, interacts selectively and non-covalently with polypeptide residues. (SO:ke)
1970
+ * (http://purl.obolibrary.org/obo/SO_0001654)
1971
+ */
1972
+ public static Resource nucleotide_to_protein_binding_site() {
1973
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001654");
1974
+ }
1975
+
1976
+ /**
1977
+ * A regulatory region that is involved in the control of the process of transcription. (SO:ke)
1978
+ * (http://purl.obolibrary.org/obo/SO_0001679)
1979
+ */
1980
+ public static Resource transcription_regulatory_region() {
1981
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001679");
1982
+ }
1983
+
1984
+ /**
1985
+ * A sequence motif is a nucleotide or amino-acid sequence pattern that may have biological significance. (http://en.wikipedia.org/wiki/Sequence_motif)
1986
+ * (http://purl.obolibrary.org/obo/SO_0001683)
1987
+ */
1988
+ public static Resource sequence_motif() {
1989
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001683");
1990
+ }
1991
+
1992
+ /**
1993
+ * A biological region implicated in inherited changes caused by mechanisms other than changes in the underlying DNA sequence. (http://en.wikipedia.org/wiki/Epigenetics, SO:ke)
1994
+ * (http://purl.obolibrary.org/obo/SO_0001720)
1995
+ */
1996
+ public static Resource epigenetically_modified_region() {
1997
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001720");
1998
+ }
1999
+
2000
+ /**
2001
+ * An assembly region that has been sequenced from both ends resulting in a read_pair (mate_pair). (SO:ke)
2002
+ * (http://purl.obolibrary.org/obo/SO_0001790)
2003
+ */
2004
+ public static Resource paired_end_fragment() {
2005
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001790");
2006
+ }
2007
+
2008
+ /**
2009
+ * A region of sequence that is involved in the control of a biological process. (SO:ke)
2010
+ * (http://purl.obolibrary.org/obo/SO_0005836)
2011
+ */
2012
+ public static Resource regulatory_region() {
2013
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0005836");
2014
+ }
2015
+
2016
+ /**
2017
+ * A collection of related genes. (SO:ma)
2018
+ * (http://purl.obolibrary.org/obo/SO_0005855)
2019
+ */
2020
+ public static Resource gene_group() {
2021
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0005855");
2022
+ }
2023
+
2024
+ /**
2025
+ * The cleaved_peptide_regon is the a region of peptide sequence that is cleaved during maturation. (EBIBS:GAR)
2026
+ * (http://purl.obolibrary.org/obo/SO_0100011)
2027
+ */
2028
+ public static Resource cleaved_peptide_region() {
2029
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0100011");
2030
+ }
2031
+
2032
+ /**
2033
+ * A sequence alteration where the length of the change in the variant is the same as that of the reference. (SO:ke)
2034
+ * (http://purl.obolibrary.org/obo/SO_1000002)
2035
+ */
2036
+ public static Resource substitution() {
2037
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000002");
2038
+ }
2039
+
2040
+ /**
2041
+ * When no simple or well defined DNA mutation event describes the observed DNA change, the keyword \"complex\" should be used. Usually there are multiple equally plausible explanations for the change. (EBI:www.ebi.ac.uk/mutations/recommendations/mutevent.html)
2042
+ * (http://purl.obolibrary.org/obo/SO_1000005)
2043
+ */
2044
+ public static Resource complex_substitution() {
2045
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000005");
2046
+ }
2047
+
2048
+ /**
2049
+ * A single nucleotide change which has occurred at the same position of a corresponding nucleotide in a reference sequence. (SO:immuno_workshop)
2050
+ * (http://purl.obolibrary.org/obo/SO_1000008)
2051
+ */
2052
+ public static Resource point_mutation() {
2053
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000008");
2054
+ }
2055
+
2056
+ /**
2057
+ * A continuous nucleotide sequence is inverted in the same position. (EBI:www.ebi.ac.uk/mutations/recommendations/mutevent.html)
2058
+ * (http://purl.obolibrary.org/obo/SO_1000036)
2059
+ */
2060
+ public static Resource inversion() {
2061
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000036");
2062
+ }
2063
+
2064
+ /**
2065
+ * A group of genes, whether linked as a cluster or not, that respond to a common regulatory signal. (ISBN:0198506732)
2066
+ * (http://purl.obolibrary.org/obo/SO_1001284)
2067
+ */
2068
+ public static Resource regulon() {
2069
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1001284");
2070
+ }
2071
+
2072
+ /**
2073
+ * The sequence referred to by an entry in a databank such as Genbank or SwissProt. (SO:ke)
2074
+ * (http://purl.obolibrary.org/obo/SO_2000061)
2075
+ */
2076
+ public static Resource databank_entry() {
2077
+ return _namespace_SOFA("http://purl.obolibrary.org/obo/SO_2000061");
2078
+ }
2079
+
2080
+ /**
2081
+ * Determines whether the given URI is an object property.
2082
+ *
2083
+ * @param uri URI that is tested for being an object property
2084
+ */
2085
+ public static boolean isObjectProperty(Resource uri) {
2086
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:adjacent_to")) {
2087
+ return true;
2088
+ }
2089
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:complete_evidence_for_feature")) {
2090
+ return true;
2091
+ }
2092
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:contained_by")) {
2093
+ return true;
2094
+ }
2095
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:contains")) {
2096
+ return true;
2097
+ }
2098
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:derives_from")) {
2099
+ return true;
2100
+ }
2101
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:evidence_for_feature")) {
2102
+ return true;
2103
+ }
2104
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:has_integral_part")) {
2105
+ return true;
2106
+ }
2107
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:has_part")) {
2108
+ return true;
2109
+ }
2110
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:homologous_to")) {
2111
+ return true;
2112
+ }
2113
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:integral_part_of")) {
2114
+ return true;
2115
+ }
2116
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:member_of")) {
2117
+ return true;
2118
+ }
2119
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:non_functional_homolog_of")) {
2120
+ return true;
2121
+ }
2122
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:orthologous_to")) {
2123
+ return true;
2124
+ }
2125
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:paralogous_to")) {
2126
+ return true;
2127
+ }
2128
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:part_of")) {
2129
+ return true;
2130
+ }
2131
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:partial_evidence_for_feature")) {
2132
+ return true;
2133
+ }
2134
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/http_//purl.org/obo/owl:similar_to")) {
2135
+ return true;
2136
+ }
2137
+ return false;
2138
+ }
2139
+
2140
+ /**
2141
+ * Determines whether the given URI is a datatype property.
2142
+ *
2143
+ * @param uri URI that is tested for being a datatype property
2144
+ */
2145
+ public static boolean isDatatypeProperty(Resource uri) {
2146
+ return false;
2147
+ }
2148
+
2149
+ /**
2150
+ * Determines whether the given URI is a class.
2151
+ *
2152
+ * @param uri URI that is tested for being a class
2153
+ */
2154
+ public static boolean isClass(Resource uri) {
2155
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000000")) {
2156
+ return true;
2157
+ }
2158
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000001")) {
2159
+ return true;
2160
+ }
2161
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000004")) {
2162
+ return true;
2163
+ }
2164
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000005")) {
2165
+ return true;
2166
+ }
2167
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000006")) {
2168
+ return true;
2169
+ }
2170
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000007")) {
2171
+ return true;
2172
+ }
2173
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000013")) {
2174
+ return true;
2175
+ }
2176
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000038")) {
2177
+ return true;
2178
+ }
2179
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000039")) {
2180
+ return true;
2181
+ }
2182
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000050")) {
2183
+ return true;
2184
+ }
2185
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000057")) {
2186
+ return true;
2187
+ }
2188
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000059")) {
2189
+ return true;
2190
+ }
2191
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000101")) {
2192
+ return true;
2193
+ }
2194
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000102")) {
2195
+ return true;
2196
+ }
2197
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000103")) {
2198
+ return true;
2199
+ }
2200
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000104")) {
2201
+ return true;
2202
+ }
2203
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000109")) {
2204
+ return true;
2205
+ }
2206
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000110")) {
2207
+ return true;
2208
+ }
2209
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000112")) {
2210
+ return true;
2211
+ }
2212
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000113")) {
2213
+ return true;
2214
+ }
2215
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000114")) {
2216
+ return true;
2217
+ }
2218
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000120")) {
2219
+ return true;
2220
+ }
2221
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000139")) {
2222
+ return true;
2223
+ }
2224
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000140")) {
2225
+ return true;
2226
+ }
2227
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000141")) {
2228
+ return true;
2229
+ }
2230
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000143")) {
2231
+ return true;
2232
+ }
2233
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000147")) {
2234
+ return true;
2235
+ }
2236
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000148")) {
2237
+ return true;
2238
+ }
2239
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000149")) {
2240
+ return true;
2241
+ }
2242
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000150")) {
2243
+ return true;
2244
+ }
2245
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000151")) {
2246
+ return true;
2247
+ }
2248
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000159")) {
2249
+ return true;
2250
+ }
2251
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000161")) {
2252
+ return true;
2253
+ }
2254
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000162")) {
2255
+ return true;
2256
+ }
2257
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000163")) {
2258
+ return true;
2259
+ }
2260
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000164")) {
2261
+ return true;
2262
+ }
2263
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000165")) {
2264
+ return true;
2265
+ }
2266
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000167")) {
2267
+ return true;
2268
+ }
2269
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000177")) {
2270
+ return true;
2271
+ }
2272
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000178")) {
2273
+ return true;
2274
+ }
2275
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000179")) {
2276
+ return true;
2277
+ }
2278
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000181")) {
2279
+ return true;
2280
+ }
2281
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000183")) {
2282
+ return true;
2283
+ }
2284
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000185")) {
2285
+ return true;
2286
+ }
2287
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000187")) {
2288
+ return true;
2289
+ }
2290
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000188")) {
2291
+ return true;
2292
+ }
2293
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000193")) {
2294
+ return true;
2295
+ }
2296
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000195")) {
2297
+ return true;
2298
+ }
2299
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000196")) {
2300
+ return true;
2301
+ }
2302
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000197")) {
2303
+ return true;
2304
+ }
2305
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000198")) {
2306
+ return true;
2307
+ }
2308
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000200")) {
2309
+ return true;
2310
+ }
2311
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000203")) {
2312
+ return true;
2313
+ }
2314
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000204")) {
2315
+ return true;
2316
+ }
2317
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000205")) {
2318
+ return true;
2319
+ }
2320
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000209")) {
2321
+ return true;
2322
+ }
2323
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000233")) {
2324
+ return true;
2325
+ }
2326
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000234")) {
2327
+ return true;
2328
+ }
2329
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000235")) {
2330
+ return true;
2331
+ }
2332
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000236")) {
2333
+ return true;
2334
+ }
2335
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000239")) {
2336
+ return true;
2337
+ }
2338
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000252")) {
2339
+ return true;
2340
+ }
2341
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000253")) {
2342
+ return true;
2343
+ }
2344
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000274")) {
2345
+ return true;
2346
+ }
2347
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000275")) {
2348
+ return true;
2349
+ }
2350
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000276")) {
2351
+ return true;
2352
+ }
2353
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000289")) {
2354
+ return true;
2355
+ }
2356
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000294")) {
2357
+ return true;
2358
+ }
2359
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000296")) {
2360
+ return true;
2361
+ }
2362
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000303")) {
2363
+ return true;
2364
+ }
2365
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000305")) {
2366
+ return true;
2367
+ }
2368
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000306")) {
2369
+ return true;
2370
+ }
2371
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000307")) {
2372
+ return true;
2373
+ }
2374
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000314")) {
2375
+ return true;
2376
+ }
2377
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000315")) {
2378
+ return true;
2379
+ }
2380
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000316")) {
2381
+ return true;
2382
+ }
2383
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000318")) {
2384
+ return true;
2385
+ }
2386
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000319")) {
2387
+ return true;
2388
+ }
2389
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000324")) {
2390
+ return true;
2391
+ }
2392
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000325")) {
2393
+ return true;
2394
+ }
2395
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000326")) {
2396
+ return true;
2397
+ }
2398
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000330")) {
2399
+ return true;
2400
+ }
2401
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000331")) {
2402
+ return true;
2403
+ }
2404
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000332")) {
2405
+ return true;
2406
+ }
2407
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000333")) {
2408
+ return true;
2409
+ }
2410
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000334")) {
2411
+ return true;
2412
+ }
2413
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000336")) {
2414
+ return true;
2415
+ }
2416
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000337")) {
2417
+ return true;
2418
+ }
2419
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000340")) {
2420
+ return true;
2421
+ }
2422
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000341")) {
2423
+ return true;
2424
+ }
2425
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000343")) {
2426
+ return true;
2427
+ }
2428
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000344")) {
2429
+ return true;
2430
+ }
2431
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000345")) {
2432
+ return true;
2433
+ }
2434
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000347")) {
2435
+ return true;
2436
+ }
2437
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000349")) {
2438
+ return true;
2439
+ }
2440
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000353")) {
2441
+ return true;
2442
+ }
2443
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000360")) {
2444
+ return true;
2445
+ }
2446
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000366")) {
2447
+ return true;
2448
+ }
2449
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000368")) {
2450
+ return true;
2451
+ }
2452
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000370")) {
2453
+ return true;
2454
+ }
2455
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000372")) {
2456
+ return true;
2457
+ }
2458
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000374")) {
2459
+ return true;
2460
+ }
2461
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000375")) {
2462
+ return true;
2463
+ }
2464
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000380")) {
2465
+ return true;
2466
+ }
2467
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000385")) {
2468
+ return true;
2469
+ }
2470
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000386")) {
2471
+ return true;
2472
+ }
2473
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000390")) {
2474
+ return true;
2475
+ }
2476
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000391")) {
2477
+ return true;
2478
+ }
2479
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000392")) {
2480
+ return true;
2481
+ }
2482
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000393")) {
2483
+ return true;
2484
+ }
2485
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000394")) {
2486
+ return true;
2487
+ }
2488
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000395")) {
2489
+ return true;
2490
+ }
2491
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000396")) {
2492
+ return true;
2493
+ }
2494
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000397")) {
2495
+ return true;
2496
+ }
2497
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000398")) {
2498
+ return true;
2499
+ }
2500
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000399")) {
2501
+ return true;
2502
+ }
2503
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000403")) {
2504
+ return true;
2505
+ }
2506
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000404")) {
2507
+ return true;
2508
+ }
2509
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000405")) {
2510
+ return true;
2511
+ }
2512
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000407")) {
2513
+ return true;
2514
+ }
2515
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000409")) {
2516
+ return true;
2517
+ }
2518
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000410")) {
2519
+ return true;
2520
+ }
2521
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000412")) {
2522
+ return true;
2523
+ }
2524
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000413")) {
2525
+ return true;
2526
+ }
2527
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000418")) {
2528
+ return true;
2529
+ }
2530
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000419")) {
2531
+ return true;
2532
+ }
2533
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000436")) {
2534
+ return true;
2535
+ }
2536
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000441")) {
2537
+ return true;
2538
+ }
2539
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000442")) {
2540
+ return true;
2541
+ }
2542
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000454")) {
2543
+ return true;
2544
+ }
2545
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000462")) {
2546
+ return true;
2547
+ }
2548
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000464")) {
2549
+ return true;
2550
+ }
2551
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000468")) {
2552
+ return true;
2553
+ }
2554
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000472")) {
2555
+ return true;
2556
+ }
2557
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000474")) {
2558
+ return true;
2559
+ }
2560
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000483")) {
2561
+ return true;
2562
+ }
2563
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000484")) {
2564
+ return true;
2565
+ }
2566
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000486")) {
2567
+ return true;
2568
+ }
2569
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000499")) {
2570
+ return true;
2571
+ }
2572
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000502")) {
2573
+ return true;
2574
+ }
2575
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000551")) {
2576
+ return true;
2577
+ }
2578
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000553")) {
2579
+ return true;
2580
+ }
2581
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000577")) {
2582
+ return true;
2583
+ }
2584
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000581")) {
2585
+ return true;
2586
+ }
2587
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000587")) {
2588
+ return true;
2589
+ }
2590
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000588")) {
2591
+ return true;
2592
+ }
2593
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000590")) {
2594
+ return true;
2595
+ }
2596
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000593")) {
2597
+ return true;
2598
+ }
2599
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000602")) {
2600
+ return true;
2601
+ }
2602
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000603")) {
2603
+ return true;
2604
+ }
2605
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000605")) {
2606
+ return true;
2607
+ }
2608
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000610")) {
2609
+ return true;
2610
+ }
2611
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000611")) {
2612
+ return true;
2613
+ }
2614
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000612")) {
2615
+ return true;
2616
+ }
2617
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000616")) {
2618
+ return true;
2619
+ }
2620
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000624")) {
2621
+ return true;
2622
+ }
2623
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000625")) {
2624
+ return true;
2625
+ }
2626
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000627")) {
2627
+ return true;
2628
+ }
2629
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000628")) {
2630
+ return true;
2631
+ }
2632
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000643")) {
2633
+ return true;
2634
+ }
2635
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000644")) {
2636
+ return true;
2637
+ }
2638
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000645")) {
2639
+ return true;
2640
+ }
2641
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000646")) {
2642
+ return true;
2643
+ }
2644
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000649")) {
2645
+ return true;
2646
+ }
2647
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000650")) {
2648
+ return true;
2649
+ }
2650
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000651")) {
2651
+ return true;
2652
+ }
2653
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000652")) {
2654
+ return true;
2655
+ }
2656
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000653")) {
2657
+ return true;
2658
+ }
2659
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000655")) {
2660
+ return true;
2661
+ }
2662
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000657")) {
2663
+ return true;
2664
+ }
2665
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000658")) {
2666
+ return true;
2667
+ }
2668
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000662")) {
2669
+ return true;
2670
+ }
2671
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000667")) {
2672
+ return true;
2673
+ }
2674
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000668")) {
2675
+ return true;
2676
+ }
2677
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000673")) {
2678
+ return true;
2679
+ }
2680
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000684")) {
2681
+ return true;
2682
+ }
2683
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000687")) {
2684
+ return true;
2685
+ }
2686
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000688")) {
2687
+ return true;
2688
+ }
2689
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000689")) {
2690
+ return true;
2691
+ }
2692
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000694")) {
2693
+ return true;
2694
+ }
2695
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000695")) {
2696
+ return true;
2697
+ }
2698
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000696")) {
2699
+ return true;
2700
+ }
2701
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000699")) {
2702
+ return true;
2703
+ }
2704
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000700")) {
2705
+ return true;
2706
+ }
2707
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000701")) {
2708
+ return true;
2709
+ }
2710
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000702")) {
2711
+ return true;
2712
+ }
2713
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000703")) {
2714
+ return true;
2715
+ }
2716
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000704")) {
2717
+ return true;
2718
+ }
2719
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000705")) {
2720
+ return true;
2721
+ }
2722
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000706")) {
2723
+ return true;
2724
+ }
2725
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000714")) {
2726
+ return true;
2727
+ }
2728
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000715")) {
2729
+ return true;
2730
+ }
2731
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000717")) {
2732
+ return true;
2733
+ }
2734
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000719")) {
2735
+ return true;
2736
+ }
2737
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000724")) {
2738
+ return true;
2739
+ }
2740
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000725")) {
2741
+ return true;
2742
+ }
2743
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000727")) {
2744
+ return true;
2745
+ }
2746
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000730")) {
2747
+ return true;
2748
+ }
2749
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000752")) {
2750
+ return true;
2751
+ }
2752
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000753")) {
2753
+ return true;
2754
+ }
2755
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000777")) {
2756
+ return true;
2757
+ }
2758
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000778")) {
2759
+ return true;
2760
+ }
2761
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000830")) {
2762
+ return true;
2763
+ }
2764
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000831")) {
2765
+ return true;
2766
+ }
2767
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000833")) {
2768
+ return true;
2769
+ }
2770
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000834")) {
2771
+ return true;
2772
+ }
2773
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000835")) {
2774
+ return true;
2775
+ }
2776
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000836")) {
2777
+ return true;
2778
+ }
2779
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000837")) {
2780
+ return true;
2781
+ }
2782
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000839")) {
2783
+ return true;
2784
+ }
2785
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000841")) {
2786
+ return true;
2787
+ }
2788
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000842")) {
2789
+ return true;
2790
+ }
2791
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000851")) {
2792
+ return true;
2793
+ }
2794
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0000852")) {
2795
+ return true;
2796
+ }
2797
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001000")) {
2798
+ return true;
2799
+ }
2800
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001001")) {
2801
+ return true;
2802
+ }
2803
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001002")) {
2804
+ return true;
2805
+ }
2806
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001019")) {
2807
+ return true;
2808
+ }
2809
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001037")) {
2810
+ return true;
2811
+ }
2812
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001039")) {
2813
+ return true;
2814
+ }
2815
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001055")) {
2816
+ return true;
2817
+ }
2818
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001056")) {
2819
+ return true;
2820
+ }
2821
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001059")) {
2822
+ return true;
2823
+ }
2824
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001063")) {
2825
+ return true;
2826
+ }
2827
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001214")) {
2828
+ return true;
2829
+ }
2830
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001215")) {
2831
+ return true;
2832
+ }
2833
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001235")) {
2834
+ return true;
2835
+ }
2836
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001236")) {
2837
+ return true;
2838
+ }
2839
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001248")) {
2840
+ return true;
2841
+ }
2842
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001409")) {
2843
+ return true;
2844
+ }
2845
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001410")) {
2846
+ return true;
2847
+ }
2848
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001411")) {
2849
+ return true;
2850
+ }
2851
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001412")) {
2852
+ return true;
2853
+ }
2854
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001419")) {
2855
+ return true;
2856
+ }
2857
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001420")) {
2858
+ return true;
2859
+ }
2860
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001483")) {
2861
+ return true;
2862
+ }
2863
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001527")) {
2864
+ return true;
2865
+ }
2866
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001647")) {
2867
+ return true;
2868
+ }
2869
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001654")) {
2870
+ return true;
2871
+ }
2872
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001679")) {
2873
+ return true;
2874
+ }
2875
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001683")) {
2876
+ return true;
2877
+ }
2878
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001720")) {
2879
+ return true;
2880
+ }
2881
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0001790")) {
2882
+ return true;
2883
+ }
2884
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0005836")) {
2885
+ return true;
2886
+ }
2887
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0005855")) {
2888
+ return true;
2889
+ }
2890
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_0100011")) {
2891
+ return true;
2892
+ }
2893
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000002")) {
2894
+ return true;
2895
+ }
2896
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000005")) {
2897
+ return true;
2898
+ }
2899
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000008")) {
2900
+ return true;
2901
+ }
2902
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1000036")) {
2903
+ return true;
2904
+ }
2905
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_1001284")) {
2906
+ return true;
2907
+ }
2908
+ if (uri == _namespace_SOFA("http://purl.obolibrary.org/obo/SO_2000061")) {
2909
+ return true;
2910
+ }
2911
+ return false;
2912
+ }
2913
+
2914
+ /**
2915
+ * Determines whether the given URI is a named individual.
2916
+ *
2917
+ * @param uri URI that is tested for being a named individual
2918
+ */
2919
+ public static boolean isNamedIndividual(Resource uri) {
2920
+ return false;
2921
+ }
2922
+
2923
+ /**
2924
+ * Returns only those URIs that fall under a designated parent URI.
2925
+ *
2926
+ * @param uris Set of URIs that are tested whether they have the given parent URI.
2927
+ * @param parent Parent URI.
2928
+ */
2929
+ public static Set<Resource> withParent(Set<Resource> uris, final Resource parent) {
2930
+ return new HashSet<Resource>(CollectionUtils.select(uris, new Predicate() { public boolean evaluate(Object uri) { return hasParent((Resource)uri, parent); } }));
2931
+ }
2932
+
2933
+ /**
2934
+ * Recursively tries to determine the parent for a given URI.
2935
+ *
2936
+ * @param uri URI that is tested for whether it has the given parent URI.
2937
+ * @param parent Parent URI.
2938
+ */
2939
+ public static boolean hasParent(Resource uri, Resource parent) {
2940
+ if (__parent_properties.containsKey(uri)) {
2941
+ if (__parent_properties.get(uri) == parent) {
2942
+ return true;
2943
+ }
2944
+ return hasParent((Resource)__parent_properties.get(uri), parent);
2945
+ }
2946
+ return false;
2947
+ }
2948
+
2949
+ private static Resource _namespace_SOFA(String accession) {
2950
+ if (isClass(ResourceFactory.createResource("http://purl.obolibrary.org/obo/" + accession))) {
2951
+ return ResourceFactory.createResource("http://purl.obolibrary.org/obo/" + accession);
2952
+ } else {
2953
+ return ResourceFactory.createProperty("http://purl.obolibrary.org/obo/" + accession);
2954
+ }
2955
+ }
2956
+
2957
+
2958
+ private static Map<Resource, Resource> __parent_properties = _init___parent_properties();
2959
+
2960
+ private static Map<Resource, Resource> _init___parent_properties() {
2961
+ Map<Resource, Resource> map = new HashMap<Resource, Resource>();
2962
+
2963
+
2964
+ return map;
2965
+ }
2966
+
2967
+
2968
+ }