biointerchange 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. data/README.md +61 -18
  2. data/VERSION +1 -1
  3. data/examples/Saccharomyces_cerevisiae_incl_consequences.gvf.gz +0 -0
  4. data/examples/webservice_example.json +7 -0
  5. data/generators/GOxrefify.rb +36 -28
  6. data/generators/javaify.rb +131 -112
  7. data/generators/make_supplement_releases.rb +57 -0
  8. data/generators/pythonify.rb +68 -53
  9. data/lib/biointerchange/core.rb +4 -2
  10. data/lib/biointerchange/faldo.rb +160 -0
  11. data/lib/biointerchange/genomics/gff3_feature_set.rb +1 -1
  12. data/lib/biointerchange/genomics/gff3_rdf_ntriples.rb +1 -1
  13. data/lib/biointerchange/genomics/gff3_reader.rb +1 -1
  14. data/lib/biointerchange/model.rb +21 -0
  15. data/lib/biointerchange/registry.rb +1 -1
  16. data/lib/biointerchange/sio.rb +2035 -57
  17. data/lib/biointerchange/textmining/document.rb +1 -1
  18. data/lib/biointerchange/textmining/pdfx_xml_reader.rb +1 -15
  19. data/lib/biointerchange/textmining/pubannos_json_reader.rb +1 -3
  20. data/spec/gff3_rdfwriter_spec.rb +1 -0
  21. data/spec/gvf_rdfwriter_spec.rb +1 -0
  22. data/spec/text_mining_pdfx_xml_reader_spec.rb +4 -3
  23. data/spec/text_mining_pubannos_json_reader_spec.rb +6 -5
  24. data/spec/text_mining_rdfwriter_spec.rb +2 -1
  25. data/supplemental/java/biointerchange/pom.xml +1 -1
  26. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/FALDO.java +219 -0
  27. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GFF3O.java +2 -1
  28. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GOXRef.java +1221 -0
  29. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/GVF1O.java +2 -1
  30. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SIO.java +2283 -15
  31. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SO.java +2 -1
  32. data/supplemental/java/biointerchange/src/main/java/org/biointerchange/vocabulary/SOFA.java +5 -4
  33. data/supplemental/python/biointerchange/faldo.py +168 -0
  34. data/supplemental/python/biointerchange/gff3o.py +6 -4
  35. data/supplemental/python/biointerchange/goxref.py +1040 -0
  36. data/supplemental/python/biointerchange/gvf1o.py +6 -4
  37. data/supplemental/python/biointerchange/sio.py +1740 -21
  38. data/supplemental/python/biointerchange/so.py +6527 -6525
  39. data/supplemental/python/biointerchange/sofa.py +792 -790
  40. data/supplemental/python/setup.py +2 -2
  41. data/web/about.html +9 -29
  42. data/web/api.html +10 -30
  43. data/web/biointerchange.js +78 -27
  44. data/web/cli.html +137 -0
  45. data/web/index.html +19 -34
  46. data/web/ontologies.html +9 -29
  47. data/web/service/rdfizer.fcgi +19 -2
  48. data/web/webservices.html +70 -35
  49. metadata +13 -3
@@ -1,5 +1,4 @@
1
1
  package org.biointerchange.vocabulary;
2
-
3
2
  import java.util.Arrays;
4
3
  import java.util.Map;
5
4
  import java.util.HashMap;
@@ -11,6 +10,7 @@ import com.hp.hpl.jena.rdf.model.ResourceFactory;
11
10
  import org.apache.commons.collections.CollectionUtils;
12
11
  import org.apache.commons.collections.Predicate;
13
12
 
13
+
14
14
  public class GVF1O {
15
15
 
16
16
  /**
@@ -1627,3 +1627,4 @@ public class GVF1O {
1627
1627
 
1628
1628
 
1629
1629
  }
1630
+
@@ -1,5 +1,4 @@
1
1
  package org.biointerchange.vocabulary;
2
-
3
2
  import java.util.Arrays;
4
3
  import java.util.Map;
5
4
  import java.util.HashMap;
@@ -11,6 +10,7 @@ import com.hp.hpl.jena.rdf.model.ResourceFactory;
11
10
  import org.apache.commons.collections.CollectionUtils;
12
11
  import org.apache.commons.collections.Predicate;
13
12
 
13
+
14
14
  public class SIO {
15
15
 
16
16
  /**
@@ -22,7 +22,7 @@ public class SIO {
22
22
  }
23
23
 
24
24
  /**
25
- * has attribute is a relation between an entity and some attribute or property.
25
+ * has attribute is a relation that associates a entity with an attribute where an attribute is an intrinsic characteristic such as a quality, capability, disposition, function, or is an externally derived attribute determined from some descriptor (e.g. a quantity, position, label/identifier) either directly or indirectly through generalization of entities of the same type.
26
26
  * (http://semanticscience.org/resource/SIO_000008)
27
27
  */
28
28
  public static Resource has_attribute() {
@@ -30,7 +30,7 @@ public class SIO {
30
30
  }
31
31
 
32
32
  /**
33
- * is attribute of is a relation between an attribute and the entity that it is ascribed to
33
+ * is attribute of is a relation that associates an attribute with an entity where an attribute is an intrinsic characteristic such as a quality, capability, disposition, function, or is an externally derived attribute determined from some descriptor (e.g. a quantity, position, label/identifier) either directly or indirectly through generalization of entities of the same type.
34
34
  * (http://semanticscience.org/resource/SIO_000011)
35
35
  */
36
36
  public static Resource is_attribute_of() {
@@ -53,6 +53,10 @@ public class SIO {
53
53
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000028");
54
54
  }
55
55
 
56
+ /**
57
+ * -- No comment or description provided. --
58
+ * (http://semanticscience.org/resource/SIO_000029)
59
+ */
56
60
  public static Resource is_time_boundary_of() {
57
61
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000029");
58
62
  }
@@ -81,6 +85,10 @@ public class SIO {
81
85
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000059");
82
86
  }
83
87
 
88
+ /**
89
+ * -- No comment or description provided. --
90
+ * (http://semanticscience.org/resource/SIO_000060)
91
+ */
84
92
  public static Resource is_denoted_by() {
85
93
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000060");
86
94
  }
@@ -237,10 +245,18 @@ public class SIO {
237
245
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000207");
238
246
  }
239
247
 
248
+ /**
249
+ * -- No comment or description provided. --
250
+ * (http://semanticscience.org/resource/SIO_000208)
251
+ */
240
252
  public static Resource is_supporting_evidence_for() {
241
253
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000208");
242
254
  }
243
255
 
256
+ /**
257
+ * -- No comment or description provided. --
258
+ * (http://semanticscience.org/resource/SIO_000209)
259
+ */
244
260
  public static Resource is_disputing_evidence_for() {
245
261
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000209");
246
262
  }
@@ -525,6 +541,10 @@ public class SIO {
525
541
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000248");
526
542
  }
527
543
 
544
+ /**
545
+ * -- No comment or description provided. --
546
+ * (http://semanticscience.org/resource/SIO_000249)
547
+ */
528
548
  public static Resource is_preceded_by() {
529
549
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000249");
530
550
  }
@@ -641,6 +661,10 @@ public class SIO {
641
661
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000286");
642
662
  }
643
663
 
664
+ /**
665
+ * -- No comment or description provided. --
666
+ * (http://semanticscience.org/resource/SIO_000288)
667
+ */
644
668
  public static Resource is_covalently_connected_to_transitive() {
645
669
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000288");
646
670
  }
@@ -757,6 +781,10 @@ public class SIO {
757
781
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000334");
758
782
  }
759
783
 
784
+ /**
785
+ * -- No comment or description provided. --
786
+ * (http://semanticscience.org/resource/SIO_000335)
787
+ */
760
788
  public static Resource is_weakly_interacting_with() {
761
789
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000335");
762
790
  }
@@ -801,6 +829,10 @@ public class SIO {
801
829
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000355");
802
830
  }
803
831
 
832
+ /**
833
+ * -- No comment or description provided. --
834
+ * (http://semanticscience.org/resource/SIO_000356)
835
+ */
804
836
  public static Resource is_realized_in() {
805
837
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000356");
806
838
  }
@@ -813,6 +845,10 @@ public class SIO {
813
845
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000362");
814
846
  }
815
847
 
848
+ /**
849
+ * -- No comment or description provided. --
850
+ * (http://semanticscience.org/resource/SIO_000363)
851
+ */
816
852
  public static Resource is_satisfied_by() {
817
853
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000363");
818
854
  }
@@ -849,6 +885,10 @@ public class SIO {
849
885
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000369");
850
886
  }
851
887
 
888
+ /**
889
+ * -- No comment or description provided. --
890
+ * (http://semanticscience.org/resource/SIO_000420)
891
+ */
852
892
  public static Resource has_expression() {
853
893
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000420");
854
894
  }
@@ -885,6 +925,10 @@ public class SIO {
885
925
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000425");
886
926
  }
887
927
 
928
+ /**
929
+ * -- No comment or description provided. --
930
+ * (http://semanticscience.org/resource/SIO_000426)
931
+ */
888
932
  public static Resource is_manifestation_of() {
889
933
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000426");
890
934
  }
@@ -897,6 +941,10 @@ public class SIO {
897
941
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000427");
898
942
  }
899
943
 
944
+ /**
945
+ * -- No comment or description provided. --
946
+ * (http://semanticscience.org/resource/SIO_000477)
947
+ */
900
948
  public static Resource is_broader_than() {
901
949
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000477");
902
950
  }
@@ -909,14 +957,26 @@ public class SIO {
909
957
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000482");
910
958
  }
911
959
 
960
+ /**
961
+ * -- No comment or description provided. --
962
+ * (http://semanticscience.org/resource/SIO_000484)
963
+ */
912
964
  public static Resource is_exact_match_to() {
913
965
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000484");
914
966
  }
915
967
 
968
+ /**
969
+ * -- No comment or description provided. --
970
+ * (http://semanticscience.org/resource/SIO_000490)
971
+ */
916
972
  public static Resource is_close_match_to() {
917
973
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000490");
918
974
  }
919
975
 
976
+ /**
977
+ * -- No comment or description provided. --
978
+ * (http://semanticscience.org/resource/SIO_000491)
979
+ */
920
980
  public static Resource is_broad_match_to() {
921
981
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000491");
922
982
  }
@@ -961,6 +1021,10 @@ public class SIO {
961
1021
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000553");
962
1022
  }
963
1023
 
1024
+ /**
1025
+ * -- No comment or description provided. --
1026
+ * (http://semanticscience.org/resource/SIO_000557)
1027
+ */
964
1028
  public static Resource is_described_by() {
965
1029
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000557");
966
1030
  }
@@ -997,6 +1061,10 @@ public class SIO {
997
1061
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000628");
998
1062
  }
999
1063
 
1064
+ /**
1065
+ * -- No comment or description provided. --
1066
+ * (http://semanticscience.org/resource/SIO_000629)
1067
+ */
1000
1068
  public static Resource is_subject_of() {
1001
1069
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000629");
1002
1070
  }
@@ -1033,6 +1101,10 @@ public class SIO {
1033
1101
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000632");
1034
1102
  }
1035
1103
 
1104
+ /**
1105
+ * -- No comment or description provided. --
1106
+ * (http://semanticscience.org/resource/SIO_000633)
1107
+ */
1036
1108
  public static Resource is_modelled_by() {
1037
1109
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000633");
1038
1110
  }
@@ -1053,6 +1125,10 @@ public class SIO {
1053
1125
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000635");
1054
1126
  }
1055
1127
 
1128
+ /**
1129
+ * -- No comment or description provided. --
1130
+ * (http://semanticscience.org/resource/SIO_000636)
1131
+ */
1056
1132
  public static Resource is_trigger_for() {
1057
1133
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000636");
1058
1134
  }
@@ -1073,14 +1149,26 @@ public class SIO {
1073
1149
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000642");
1074
1150
  }
1075
1151
 
1152
+ /**
1153
+ * -- No comment or description provided. --
1154
+ * (http://semanticscience.org/resource/SIO_000643)
1155
+ */
1076
1156
  public static Resource is_realizable_property_of() {
1077
1157
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000643");
1078
1158
  }
1079
1159
 
1160
+ /**
1161
+ * -- No comment or description provided. --
1162
+ * (http://semanticscience.org/resource/SIO_000644)
1163
+ */
1080
1164
  public static Resource has_realizable_property() {
1081
1165
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000644");
1082
1166
  }
1083
1167
 
1168
+ /**
1169
+ * -- No comment or description provided. --
1170
+ * (http://semanticscience.org/resource/SIO_000646)
1171
+ */
1084
1172
  public static Resource is_capability_of() {
1085
1173
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000646");
1086
1174
  }
@@ -1133,10 +1221,18 @@ public class SIO {
1133
1221
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000668");
1134
1222
  }
1135
1223
 
1224
+ /**
1225
+ * -- No comment or description provided. --
1226
+ * (http://semanticscience.org/resource/SIO_000671)
1227
+ */
1136
1228
  public static Resource has_identifier() {
1137
1229
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000671");
1138
1230
  }
1139
1231
 
1232
+ /**
1233
+ * -- No comment or description provided. --
1234
+ * (http://semanticscience.org/resource/SIO_000672)
1235
+ */
1140
1236
  public static Resource is_identifier_for() {
1141
1237
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000672");
1142
1238
  }
@@ -1157,22 +1253,42 @@ public class SIO {
1157
1253
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000674");
1158
1254
  }
1159
1255
 
1256
+ /**
1257
+ * -- No comment or description provided. --
1258
+ * (http://semanticscience.org/resource/SIO_000679)
1259
+ */
1160
1260
  public static Resource has_time_boundary() {
1161
1261
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000679");
1162
1262
  }
1163
1263
 
1264
+ /**
1265
+ * -- No comment or description provided. --
1266
+ * (http://semanticscience.org/resource/SIO_000680)
1267
+ */
1164
1268
  public static Resource has_start_time() {
1165
1269
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000680");
1166
1270
  }
1167
1271
 
1272
+ /**
1273
+ * -- No comment or description provided. --
1274
+ * (http://semanticscience.org/resource/SIO_000681)
1275
+ */
1168
1276
  public static Resource has_end_time() {
1169
1277
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000681");
1170
1278
  }
1171
1279
 
1280
+ /**
1281
+ * -- No comment or description provided. --
1282
+ * (http://semanticscience.org/resource/SIO_000682)
1283
+ */
1172
1284
  public static Resource is_start_time_of() {
1173
1285
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000682");
1174
1286
  }
1175
1287
 
1288
+ /**
1289
+ * -- No comment or description provided. --
1290
+ * (http://semanticscience.org/resource/SIO_000684)
1291
+ */
1176
1292
  public static Resource is_end_time_of() {
1177
1293
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000684");
1178
1294
  }
@@ -1185,30 +1301,58 @@ public class SIO {
1185
1301
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000687");
1186
1302
  }
1187
1303
 
1304
+ /**
1305
+ * -- No comment or description provided. --
1306
+ * (http://semanticscience.org/resource/SIO_000697)
1307
+ */
1188
1308
  public static Resource is_mutual_disposition_of() {
1189
1309
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000697");
1190
1310
  }
1191
1311
 
1312
+ /**
1313
+ * -- No comment or description provided. --
1314
+ * (http://semanticscience.org/resource/SIO_000699)
1315
+ */
1192
1316
  public static Resource is_greater_than_or_equal_to() {
1193
1317
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000699");
1194
1318
  }
1195
1319
 
1320
+ /**
1321
+ * -- No comment or description provided. --
1322
+ * (http://semanticscience.org/resource/SIO_000709)
1323
+ */
1196
1324
  public static Resource is_mutually_related_to() {
1197
1325
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000709");
1198
1326
  }
1199
1327
 
1328
+ /**
1329
+ * -- No comment or description provided. --
1330
+ * (http://semanticscience.org/resource/SIO_000710)
1331
+ */
1200
1332
  public static Resource is_mutual_role_of() {
1201
1333
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000710");
1202
1334
  }
1203
1335
 
1336
+ /**
1337
+ * -- No comment or description provided. --
1338
+ * (http://semanticscience.org/resource/SIO_000733)
1339
+ */
1204
1340
  public static Resource is_lesser_than_or_equal_to() {
1205
1341
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000733");
1206
1342
  }
1207
1343
 
1344
+ /**
1345
+ * -- No comment or description provided. --
1346
+ * (http://semanticscience.org/resource/SIO_000734)
1347
+ */
1208
1348
  public static Resource is_greater_than() {
1209
1349
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000734");
1210
1350
  }
1211
1351
 
1352
+ /**
1353
+ * -- No comment or description provided. --
1354
+ * (http://semanticscience.org/resource/SIO_000735)
1355
+ */
1212
1356
  public static Resource is_lesser_than() {
1213
1357
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000735");
1214
1358
  }
@@ -1229,10 +1373,18 @@ public class SIO {
1229
1373
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000737");
1230
1374
  }
1231
1375
 
1376
+ /**
1377
+ * -- No comment or description provided. --
1378
+ * (http://semanticscience.org/resource/SIO_000738)
1379
+ */
1232
1380
  public static Resource is_equal_to() {
1233
1381
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000738");
1234
1382
  }
1235
1383
 
1384
+ /**
1385
+ * -- No comment or description provided. --
1386
+ * (http://semanticscience.org/resource/SIO_000749)
1387
+ */
1236
1388
  public static Resource is_inequal_to() {
1237
1389
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000749");
1238
1390
  }
@@ -1245,6 +1397,10 @@ public class SIO {
1245
1397
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000772");
1246
1398
  }
1247
1399
 
1400
+ /**
1401
+ * -- No comment or description provided. --
1402
+ * (http://semanticscience.org/resource/SIO_000773)
1403
+ */
1248
1404
  public static Resource is_evidence_for() {
1249
1405
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000773");
1250
1406
  }
@@ -1257,6 +1413,10 @@ public class SIO {
1257
1413
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000774");
1258
1414
  }
1259
1415
 
1416
+ /**
1417
+ * -- No comment or description provided. --
1418
+ * (http://semanticscience.org/resource/SIO_000775)
1419
+ */
1260
1420
  public static Resource is_refuting_evidence_for() {
1261
1421
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000775");
1262
1422
  }
@@ -1269,6 +1429,10 @@ public class SIO {
1269
1429
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000793");
1270
1430
  }
1271
1431
 
1432
+ /**
1433
+ * -- No comment or description provided. --
1434
+ * (http://semanticscience.org/resource/SIO_000892)
1435
+ */
1272
1436
  public static Resource in_relation_from() {
1273
1437
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000892");
1274
1438
  }
@@ -1369,30 +1533,58 @@ public class SIO {
1369
1533
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001098");
1370
1534
  }
1371
1535
 
1536
+ /**
1537
+ * -- No comment or description provided. --
1538
+ * (http://semanticscience.org/resource/SIO_001101)
1539
+ */
1372
1540
  public static Resource is_mutual_capability_of() {
1373
1541
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001101");
1374
1542
  }
1375
1543
 
1544
+ /**
1545
+ * -- No comment or description provided. --
1546
+ * (http://semanticscience.org/resource/SIO_001154)
1547
+ */
1376
1548
  public static Resource regulates() {
1377
1549
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001154");
1378
1550
  }
1379
1551
 
1552
+ /**
1553
+ * -- No comment or description provided. --
1554
+ * (http://semanticscience.org/resource/SIO_001155)
1555
+ */
1380
1556
  public static Resource is_regulated_by() {
1381
1557
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001155");
1382
1558
  }
1383
1559
 
1560
+ /**
1561
+ * -- No comment or description provided. --
1562
+ * (http://semanticscience.org/resource/SIO_001156)
1563
+ */
1384
1564
  public static Resource results_in() {
1385
1565
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001156");
1386
1566
  }
1387
1567
 
1568
+ /**
1569
+ * -- No comment or description provided. --
1570
+ * (http://semanticscience.org/resource/SIO_001157)
1571
+ */
1388
1572
  public static Resource is_result_of() {
1389
1573
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001157");
1390
1574
  }
1391
1575
 
1576
+ /**
1577
+ * -- No comment or description provided. --
1578
+ * (http://semanticscience.org/resource/SIO_001158)
1579
+ */
1392
1580
  public static Resource affects() {
1393
1581
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001158");
1394
1582
  }
1395
1583
 
1584
+ /**
1585
+ * -- No comment or description provided. --
1586
+ * (http://semanticscience.org/resource/SIO_001159)
1587
+ */
1396
1588
  public static Resource is_affected_by() {
1397
1589
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001159");
1398
1590
  }
@@ -1405,6 +1597,10 @@ public class SIO {
1405
1597
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010078");
1406
1598
  }
1407
1599
 
1600
+ /**
1601
+ * -- No comment or description provided. --
1602
+ * (http://semanticscience.org/resource/SIO_010079)
1603
+ */
1408
1604
  public static Resource is_encoded_by() {
1409
1605
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010079");
1410
1606
  }
@@ -1417,14 +1613,26 @@ public class SIO {
1417
1613
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010080");
1418
1614
  }
1419
1615
 
1616
+ /**
1617
+ * -- No comment or description provided. --
1618
+ * (http://semanticscience.org/resource/SIO_010081)
1619
+ */
1420
1620
  public static Resource is_transcribed_from() {
1421
1621
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010081");
1422
1622
  }
1423
1623
 
1624
+ /**
1625
+ * -- No comment or description provided. --
1626
+ * (http://semanticscience.org/resource/SIO_010082)
1627
+ */
1424
1628
  public static Resource is_translated_into() {
1425
1629
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010082");
1426
1630
  }
1427
1631
 
1632
+ /**
1633
+ * -- No comment or description provided. --
1634
+ * (http://semanticscience.org/resource/SIO_010083)
1635
+ */
1428
1636
  public static Resource is_translated_from() {
1429
1637
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010083");
1430
1638
  }
@@ -1477,6 +1685,10 @@ public class SIO {
1477
1685
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000006");
1478
1686
  }
1479
1687
 
1688
+ /**
1689
+ * -- No comment or description provided. --
1690
+ * (http://semanticscience.org/resource/SIO_000009)
1691
+ */
1480
1692
  public static Resource social_entity() {
1481
1693
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000009");
1482
1694
  }
@@ -1577,10 +1789,18 @@ public class SIO {
1577
1789
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000030");
1578
1790
  }
1579
1791
 
1792
+ /**
1793
+ * -- No comment or description provided. --
1794
+ * (http://semanticscience.org/resource/SIO_000031)
1795
+ */
1580
1796
  public static Resource start_date() {
1581
1797
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000031");
1582
1798
  }
1583
1799
 
1800
+ /**
1801
+ * -- No comment or description provided. --
1802
+ * (http://semanticscience.org/resource/SIO_000032)
1803
+ */
1584
1804
  public static Resource end_date() {
1585
1805
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000032");
1586
1806
  }
@@ -1617,10 +1837,18 @@ public class SIO {
1617
1837
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000036");
1618
1838
  }
1619
1839
 
1840
+ /**
1841
+ * -- No comment or description provided. --
1842
+ * (http://semanticscience.org/resource/SIO_000037)
1843
+ */
1620
1844
  public static Resource spatial_quantity() {
1621
1845
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000037");
1622
1846
  }
1623
1847
 
1848
+ /**
1849
+ * -- No comment or description provided. --
1850
+ * (http://semanticscience.org/resource/SIO_000037)
1851
+ */
1624
1852
  public static Resource physical_dimensional_quantity() {
1625
1853
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000037");
1626
1854
  }
@@ -1633,38 +1861,74 @@ public class SIO {
1633
1861
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000038");
1634
1862
  }
1635
1863
 
1864
+ /**
1865
+ * -- No comment or description provided. --
1866
+ * (http://semanticscience.org/resource/SIO_000039)
1867
+ */
1636
1868
  public static Resource depth() {
1637
1869
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000039");
1638
1870
  }
1639
1871
 
1872
+ /**
1873
+ * -- No comment or description provided. --
1874
+ * (http://semanticscience.org/resource/SIO_000040)
1875
+ */
1640
1876
  public static Resource height() {
1641
1877
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000040");
1642
1878
  }
1643
1879
 
1880
+ /**
1881
+ * -- No comment or description provided. --
1882
+ * (http://semanticscience.org/resource/SIO_000041)
1883
+ */
1644
1884
  public static Resource length() {
1645
1885
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000041");
1646
1886
  }
1647
1887
 
1888
+ /**
1889
+ * -- No comment or description provided. --
1890
+ * (http://semanticscience.org/resource/SIO_000042)
1891
+ */
1648
1892
  public static Resource width() {
1649
1893
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000042");
1650
1894
  }
1651
1895
 
1896
+ /**
1897
+ * -- No comment or description provided. --
1898
+ * (http://semanticscience.org/resource/SIO_000043)
1899
+ */
1652
1900
  public static Resource thickness() {
1653
1901
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000043");
1654
1902
  }
1655
1903
 
1904
+ /**
1905
+ * -- No comment or description provided. --
1906
+ * (http://semanticscience.org/resource/SIO_000045)
1907
+ */
1656
1908
  public static Resource area() {
1657
1909
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000045");
1658
1910
  }
1659
1911
 
1912
+ /**
1913
+ * -- No comment or description provided. --
1914
+ * (http://semanticscience.org/resource/SIO_000046)
1915
+ */
1660
1916
  public static Resource perimeter() {
1661
1917
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000046");
1662
1918
  }
1663
1919
 
1920
+ /**
1921
+ * -- No comment or description provided. --
1922
+ * (http://semanticscience.org/resource/SIO_000047)
1923
+ */
1664
1924
  public static Resource circumference() {
1665
1925
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000047");
1666
1926
  }
1667
1927
 
1928
+ /**
1929
+ * -- No comment or description provided. --
1930
+ * (http://semanticscience.org/resource/SIO_000049)
1931
+ */
1668
1932
  public static Resource volume() {
1669
1933
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000049");
1670
1934
  }
@@ -1749,6 +2013,10 @@ public class SIO {
1749
2013
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000072");
1750
2014
  }
1751
2015
 
2016
+ /**
2017
+ * -- No comment or description provided. --
2018
+ * (http://semanticscience.org/resource/SIO_000073)
2019
+ */
1752
2020
  public static Resource polar_coordinate() {
1753
2021
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000073");
1754
2022
  }
@@ -1910,7 +2178,15 @@ public class SIO {
1910
2178
  }
1911
2179
 
1912
2180
  /**
1913
- * An effective specification is a specification composed of a sequence of instructions to achieve some objective.
2181
+ * An action specification is a specification composed of a sequence of instructions to achieve some objective.
2182
+ * (http://semanticscience.org/resource/SIO_000091)
2183
+ */
2184
+ public static Resource action_specification() {
2185
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_000091");
2186
+ }
2187
+
2188
+ /**
2189
+ * An action specification is a specification composed of a sequence of instructions to achieve some objective.
1914
2190
  * (http://semanticscience.org/resource/SIO_000091)
1915
2191
  */
1916
2192
  public static Resource effective_specification() {
@@ -2029,6 +2305,10 @@ public class SIO {
2029
2305
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000108");
2030
2306
  }
2031
2307
 
2308
+ /**
2309
+ * -- No comment or description provided. --
2310
+ * (http://semanticscience.org/resource/SIO_000109)
2311
+ */
2032
2312
  public static Resource novel() {
2033
2313
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000109");
2034
2314
  }
@@ -2041,6 +2321,10 @@ public class SIO {
2041
2321
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000110");
2042
2322
  }
2043
2323
 
2324
+ /**
2325
+ * -- No comment or description provided. --
2326
+ * (http://semanticscience.org/resource/SIO_000111)
2327
+ */
2044
2328
  public static Resource document_section() {
2045
2329
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000111");
2046
2330
  }
@@ -2077,6 +2361,10 @@ public class SIO {
2077
2361
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000115");
2078
2362
  }
2079
2363
 
2364
+ /**
2365
+ * -- No comment or description provided. --
2366
+ * (http://semanticscience.org/resource/SIO_000116)
2367
+ */
2080
2368
  public static Resource name() {
2081
2369
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000116");
2082
2370
  }
@@ -2169,6 +2457,10 @@ public class SIO {
2169
2457
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000127");
2170
2458
  }
2171
2459
 
2460
+ /**
2461
+ * -- No comment or description provided. --
2462
+ * (http://semanticscience.org/resource/SIO_000129)
2463
+ */
2172
2464
  public static Resource ontology_document() {
2173
2465
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000129");
2174
2466
  }
@@ -2181,6 +2473,10 @@ public class SIO {
2181
2473
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000130");
2182
2474
  }
2183
2475
 
2476
+ /**
2477
+ * -- No comment or description provided. --
2478
+ * (http://semanticscience.org/resource/SIO_000131)
2479
+ */
2184
2480
  public static Resource motif() {
2185
2481
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000131");
2186
2482
  }
@@ -2393,6 +2689,10 @@ public class SIO {
2393
2689
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000162");
2394
2690
  }
2395
2691
 
2692
+ /**
2693
+ * -- No comment or description provided. --
2694
+ * (http://semanticscience.org/resource/SIO_000163)
2695
+ */
2396
2696
  public static Resource newspaper() {
2397
2697
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000163");
2398
2698
  }
@@ -2709,6 +3009,10 @@ public class SIO {
2709
3009
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000237");
2710
3010
  }
2711
3011
 
3012
+ /**
3013
+ * -- No comment or description provided. --
3014
+ * (http://semanticscience.org/resource/SIO_000238)
3015
+ */
2712
3016
  public static Resource logical_operator() {
2713
3017
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000238");
2714
3018
  }
@@ -2817,10 +3121,18 @@ public class SIO {
2817
3121
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000268");
2818
3122
  }
2819
3123
 
3124
+ /**
3125
+ * -- No comment or description provided. --
3126
+ * (http://semanticscience.org/resource/SIO_000269)
3127
+ */
2820
3128
  public static Resource _true_() {
2821
3129
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000269");
2822
3130
  }
2823
3131
 
3132
+ /**
3133
+ * -- No comment or description provided. --
3134
+ * (http://semanticscience.org/resource/SIO_000270)
3135
+ */
2824
3136
  public static Resource _false_() {
2825
3137
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000270");
2826
3138
  }
@@ -2849,6 +3161,10 @@ public class SIO {
2849
3161
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000279");
2850
3162
  }
2851
3163
 
3164
+ /**
3165
+ * -- No comment or description provided. --
3166
+ * (http://semanticscience.org/resource/SIO_000280)
3167
+ */
2852
3168
  public static Resource disjunction_or() {
2853
3169
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000280");
2854
3170
  }
@@ -2877,10 +3193,18 @@ public class SIO {
2877
3193
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000284");
2878
3194
  }
2879
3195
 
3196
+ /**
3197
+ * -- No comment or description provided. --
3198
+ * (http://semanticscience.org/resource/SIO_000285)
3199
+ */
2880
3200
  public static Resource academic_organization() {
2881
3201
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000285");
2882
3202
  }
2883
3203
 
3204
+ /**
3205
+ * -- No comment or description provided. --
3206
+ * (http://semanticscience.org/resource/SIO_000287)
3207
+ */
2884
3208
  public static Resource social_relation() {
2885
3209
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000287");
2886
3210
  }
@@ -2893,10 +3217,18 @@ public class SIO {
2893
3217
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000289");
2894
3218
  }
2895
3219
 
3220
+ /**
3221
+ * -- No comment or description provided. --
3222
+ * (http://semanticscience.org/resource/SIO_000290)
3223
+ */
2896
3224
  public static Resource university() {
2897
3225
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000290");
2898
3226
  }
2899
3227
 
3228
+ /**
3229
+ * -- No comment or description provided. --
3230
+ * (http://semanticscience.org/resource/SIO_000295)
3231
+ */
2900
3232
  public static Resource collection_of_documents() {
2901
3233
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000295");
2902
3234
  }
@@ -2997,10 +3329,18 @@ public class SIO {
2997
3329
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000308");
2998
3330
  }
2999
3331
 
3332
+ /**
3333
+ * -- No comment or description provided. --
3334
+ * (http://semanticscience.org/resource/SIO_000309)
3335
+ */
3000
3336
  public static Resource volume_number() {
3001
3337
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000309");
3002
3338
  }
3003
3339
 
3340
+ /**
3341
+ * -- No comment or description provided. --
3342
+ * (http://semanticscience.org/resource/SIO_000314)
3343
+ */
3004
3344
  public static Resource polymer() {
3005
3345
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000314");
3006
3346
  }
@@ -3069,6 +3409,10 @@ public class SIO {
3069
3409
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000326");
3070
3410
  }
3071
3411
 
3412
+ /**
3413
+ * -- No comment or description provided. --
3414
+ * (http://semanticscience.org/resource/SIO_000327)
3415
+ */
3072
3416
  public static Resource polar_coordinate_system() {
3073
3417
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000327");
3074
3418
  }
@@ -3081,14 +3425,26 @@ public class SIO {
3081
3425
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000328");
3082
3426
  }
3083
3427
 
3428
+ /**
3429
+ * -- No comment or description provided. --
3430
+ * (http://semanticscience.org/resource/SIO_000329)
3431
+ */
3084
3432
  public static Resource cylindrical_coordinate_system() {
3085
3433
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000329");
3086
3434
  }
3087
3435
 
3436
+ /**
3437
+ * -- No comment or description provided. --
3438
+ * (http://semanticscience.org/resource/SIO_000330)
3439
+ */
3088
3440
  public static Resource spherical_coordinate_system() {
3089
3441
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000330");
3090
3442
  }
3091
3443
 
3444
+ /**
3445
+ * -- No comment or description provided. --
3446
+ * (http://semanticscience.org/resource/SIO_000331)
3447
+ */
3092
3448
  public static Resource OWL_ontology() {
3093
3449
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000331");
3094
3450
  }
@@ -3125,6 +3481,10 @@ public class SIO {
3125
3481
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000342");
3126
3482
  }
3127
3483
 
3484
+ /**
3485
+ * -- No comment or description provided. --
3486
+ * (http://semanticscience.org/resource/SIO_000343)
3487
+ */
3128
3488
  public static Resource to_modify() {
3129
3489
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000343");
3130
3490
  }
@@ -3209,6 +3569,10 @@ public class SIO {
3209
3569
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000354");
3210
3570
  }
3211
3571
 
3572
+ /**
3573
+ * -- No comment or description provided. --
3574
+ * (http://semanticscience.org/resource/SIO_000357)
3575
+ */
3212
3576
  public static Resource fitness() {
3213
3577
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000357");
3214
3578
  }
@@ -3221,6 +3585,10 @@ public class SIO {
3221
3585
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000358");
3222
3586
  }
3223
3587
 
3588
+ /**
3589
+ * -- No comment or description provided. --
3590
+ * (http://semanticscience.org/resource/SIO_000359)
3591
+ */
3224
3592
  public static Resource purpose() {
3225
3593
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000359");
3226
3594
  }
@@ -3289,6 +3657,10 @@ public class SIO {
3289
3657
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000373");
3290
3658
  }
3291
3659
 
3660
+ /**
3661
+ * -- No comment or description provided. --
3662
+ * (http://semanticscience.org/resource/SIO_000374)
3663
+ */
3292
3664
  public static Resource to_reduce_energy() {
3293
3665
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000374");
3294
3666
  }
@@ -3301,6 +3673,10 @@ public class SIO {
3301
3673
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000375");
3302
3674
  }
3303
3675
 
3676
+ /**
3677
+ * -- No comment or description provided. --
3678
+ * (http://semanticscience.org/resource/SIO_000376)
3679
+ */
3304
3680
  public static Resource to_change_materially() {
3305
3681
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000376");
3306
3682
  }
@@ -3313,6 +3689,10 @@ public class SIO {
3313
3689
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000377");
3314
3690
  }
3315
3691
 
3692
+ /**
3693
+ * -- No comment or description provided. --
3694
+ * (http://semanticscience.org/resource/SIO_000378)
3695
+ */
3316
3696
  public static Resource to_change_appearance() {
3317
3697
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000378");
3318
3698
  }
@@ -3365,19 +3745,33 @@ public class SIO {
3365
3745
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000384");
3366
3746
  }
3367
3747
 
3748
+ /**
3749
+ * -- No comment or description provided. --
3750
+ * (http://semanticscience.org/resource/SIO_000385)
3751
+ */
3368
3752
  public static Resource to_change_energetically() {
3369
3753
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000385");
3370
3754
  }
3371
3755
 
3372
3756
  /**
3373
- * Ambiguous label.
3757
+ * Either:
3758
+ * -- No comment or description provided. --
3759
+ * (http://semanticscience.org/resource/SIO_000386)
3760
+ * Or:
3761
+ * -- No comment or description provided. --
3762
+ * (http://semanticscience.org/resource/SIO_010358)
3374
3763
  */
3375
3764
  public static Set<Resource> to_oxidize() {
3376
3765
  return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_SIO("http://semanticscience.org/resource/SIO_000386"), _namespace_SIO("http://semanticscience.org/resource/SIO_010358") }));
3377
3766
  }
3378
3767
 
3379
3768
  /**
3380
- * Ambiguous label.
3769
+ * Either:
3770
+ * -- No comment or description provided. --
3771
+ * (http://semanticscience.org/resource/SIO_000387)
3772
+ * Or:
3773
+ * -- No comment or description provided. --
3774
+ * (http://semanticscience.org/resource/SIO_010359)
3381
3775
  */
3382
3776
  public static Set<Resource> to_reduce() {
3383
3777
  return new HashSet<Resource>(Arrays.asList(new Resource[] { _namespace_SIO("http://semanticscience.org/resource/SIO_000387"), _namespace_SIO("http://semanticscience.org/resource/SIO_010359") }));
@@ -3423,22 +3817,42 @@ public class SIO {
3423
3817
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000392");
3424
3818
  }
3425
3819
 
3820
+ /**
3821
+ * -- No comment or description provided. --
3822
+ * (http://semanticscience.org/resource/SIO_000393)
3823
+ */
3426
3824
  public static Resource patient() {
3427
3825
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000393");
3428
3826
  }
3429
3827
 
3828
+ /**
3829
+ * -- No comment or description provided. --
3830
+ * (http://semanticscience.org/resource/SIO_000394)
3831
+ */
3430
3832
  public static Resource doctor() {
3431
3833
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000394");
3432
3834
  }
3433
3835
 
3836
+ /**
3837
+ * -- No comment or description provided. --
3838
+ * (http://semanticscience.org/resource/SIO_000395)
3839
+ */
3434
3840
  public static Resource to_regulate() {
3435
3841
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000395");
3436
3842
  }
3437
3843
 
3844
+ /**
3845
+ * -- No comment or description provided. --
3846
+ * (http://semanticscience.org/resource/SIO_000395)
3847
+ */
3438
3848
  public static Resource to_modulate() {
3439
3849
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000395");
3440
3850
  }
3441
3851
 
3852
+ /**
3853
+ * -- No comment or description provided. --
3854
+ * (http://semanticscience.org/resource/SIO_000396)
3855
+ */
3442
3856
  public static Resource file() {
3443
3857
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000396");
3444
3858
  }
@@ -3451,10 +3865,18 @@ public class SIO {
3451
3865
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000397");
3452
3866
  }
3453
3867
 
3868
+ /**
3869
+ * -- No comment or description provided. --
3870
+ * (http://semanticscience.org/resource/SIO_000398)
3871
+ */
3454
3872
  public static Resource nurse() {
3455
3873
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000398");
3456
3874
  }
3457
3875
 
3876
+ /**
3877
+ * -- No comment or description provided. --
3878
+ * (http://semanticscience.org/resource/SIO_000399)
3879
+ */
3458
3880
  public static Resource study_subject() {
3459
3881
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000399");
3460
3882
  }
@@ -3491,22 +3913,42 @@ public class SIO {
3491
3913
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000403");
3492
3914
  }
3493
3915
 
3916
+ /**
3917
+ * -- No comment or description provided. --
3918
+ * (http://semanticscience.org/resource/SIO_000404)
3919
+ */
3494
3920
  public static Resource professor() {
3495
3921
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000404");
3496
3922
  }
3497
3923
 
3924
+ /**
3925
+ * -- No comment or description provided. --
3926
+ * (http://semanticscience.org/resource/SIO_000405)
3927
+ */
3498
3928
  public static Resource student() {
3499
3929
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000405");
3500
3930
  }
3501
3931
 
3932
+ /**
3933
+ * -- No comment or description provided. --
3934
+ * (http://semanticscience.org/resource/SIO_000406)
3935
+ */
3502
3936
  public static Resource academic() {
3503
3937
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000406");
3504
3938
  }
3505
3939
 
3940
+ /**
3941
+ * -- No comment or description provided. --
3942
+ * (http://semanticscience.org/resource/SIO_000407)
3943
+ */
3506
3944
  public static Resource to_increase_the_rate_of_formation() {
3507
3945
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000407");
3508
3946
  }
3509
3947
 
3948
+ /**
3949
+ * -- No comment or description provided. --
3950
+ * (http://semanticscience.org/resource/SIO_000408)
3951
+ */
3510
3952
  public static Resource to_investigate() {
3511
3953
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000408");
3512
3954
  }
@@ -3559,6 +4001,10 @@ public class SIO {
3559
4001
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000414");
3560
4002
  }
3561
4003
 
4004
+ /**
4005
+ * -- No comment or description provided. --
4006
+ * (http://semanticscience.org/resource/SIO_000415)
4007
+ */
3562
4008
  public static Resource geopolitical_region() {
3563
4009
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000415");
3564
4010
  }
@@ -3603,34 +4049,66 @@ public class SIO {
3603
4049
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000423");
3604
4050
  }
3605
4051
 
4052
+ /**
4053
+ * -- No comment or description provided. --
4054
+ * (http://semanticscience.org/resource/SIO_000428)
4055
+ */
3606
4056
  public static Resource year() {
3607
4057
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000428");
3608
4058
  }
3609
4059
 
4060
+ /**
4061
+ * -- No comment or description provided. --
4062
+ * (http://semanticscience.org/resource/SIO_000429)
4063
+ */
3610
4064
  public static Resource month() {
3611
4065
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000429");
3612
4066
  }
3613
4067
 
4068
+ /**
4069
+ * -- No comment or description provided. --
4070
+ * (http://semanticscience.org/resource/SIO_000430)
4071
+ */
3614
4072
  public static Resource day() {
3615
4073
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000430");
3616
4074
  }
3617
4075
 
4076
+ /**
4077
+ * -- No comment or description provided. --
4078
+ * (http://semanticscience.org/resource/SIO_000431)
4079
+ */
3618
4080
  public static Resource century() {
3619
4081
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000431");
3620
4082
  }
3621
4083
 
4084
+ /**
4085
+ * -- No comment or description provided. --
4086
+ * (http://semanticscience.org/resource/SIO_000432)
4087
+ */
3622
4088
  public static Resource millenium() {
3623
4089
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000432");
3624
4090
  }
3625
4091
 
4092
+ /**
4093
+ * -- No comment or description provided. --
4094
+ * (http://semanticscience.org/resource/SIO_000433)
4095
+ */
3626
4096
  public static Resource hour() {
3627
4097
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000433");
3628
4098
  }
3629
4099
 
4100
+ /**
4101
+ * -- No comment or description provided. --
4102
+ * (http://semanticscience.org/resource/SIO_000434)
4103
+ */
3630
4104
  public static Resource minute() {
3631
4105
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000434");
3632
4106
  }
3633
4107
 
4108
+ /**
4109
+ * -- No comment or description provided. --
4110
+ * (http://semanticscience.org/resource/SIO_000435)
4111
+ */
3634
4112
  public static Resource second() {
3635
4113
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000435");
3636
4114
  }
@@ -3651,6 +4129,10 @@ public class SIO {
3651
4129
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000437");
3652
4130
  }
3653
4131
 
4132
+ /**
4133
+ * -- No comment or description provided. --
4134
+ * (http://semanticscience.org/resource/SIO_000438)
4135
+ */
3654
4136
  public static Resource altitude() {
3655
4137
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000438");
3656
4138
  }
@@ -3722,6 +4204,10 @@ public class SIO {
3722
4204
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000447");
3723
4205
  }
3724
4206
 
4207
+ /**
4208
+ * -- No comment or description provided. --
4209
+ * (http://semanticscience.org/resource/SIO_000448)
4210
+ */
3725
4211
  public static Resource figure_part() {
3726
4212
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000448");
3727
4213
  }
@@ -3941,6 +4427,10 @@ public class SIO {
3941
4427
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000471");
3942
4428
  }
3943
4429
 
4430
+ /**
4431
+ * -- No comment or description provided. --
4432
+ * (http://semanticscience.org/resource/SIO_000472)
4433
+ */
3944
4434
  public static Resource scientific_data() {
3945
4435
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000472");
3946
4436
  }
@@ -3978,6 +4468,10 @@ public class SIO {
3978
4468
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000476");
3979
4469
  }
3980
4470
 
4471
+ /**
4472
+ * -- No comment or description provided. --
4473
+ * (http://semanticscience.org/resource/SIO_000478)
4474
+ */
3981
4475
  public static Resource sequence_variant_role() {
3982
4476
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000478");
3983
4477
  }
@@ -3990,10 +4484,18 @@ public class SIO {
3990
4484
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000479");
3991
4485
  }
3992
4486
 
4487
+ /**
4488
+ * -- No comment or description provided. --
4489
+ * (http://semanticscience.org/resource/SIO_000480)
4490
+ */
3993
4491
  public static Resource insertion_variant_role() {
3994
4492
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000480");
3995
4493
  }
3996
4494
 
4495
+ /**
4496
+ * -- No comment or description provided. --
4497
+ * (http://semanticscience.org/resource/SIO_000481)
4498
+ */
3997
4499
  public static Resource deletion_variant_role() {
3998
4500
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000481");
3999
4501
  }
@@ -4006,26 +4508,50 @@ public class SIO {
4006
4508
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000483");
4007
4509
  }
4008
4510
 
4511
+ /**
4512
+ * -- No comment or description provided. --
4513
+ * (http://semanticscience.org/resource/SIO_000485)
4514
+ */
4009
4515
  public static Resource human() {
4010
4516
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000485");
4011
4517
  }
4012
4518
 
4519
+ /**
4520
+ * -- No comment or description provided. --
4521
+ * (http://semanticscience.org/resource/SIO_000486)
4522
+ */
4013
4523
  public static Resource mouse() {
4014
4524
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000486");
4015
4525
  }
4016
4526
 
4527
+ /**
4528
+ * -- No comment or description provided. --
4529
+ * (http://semanticscience.org/resource/SIO_000487)
4530
+ */
4017
4531
  public static Resource rat() {
4018
4532
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000487");
4019
4533
  }
4020
4534
 
4535
+ /**
4536
+ * -- No comment or description provided. --
4537
+ * (http://semanticscience.org/resource/SIO_000488)
4538
+ */
4021
4539
  public static Resource worm() {
4022
4540
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000488");
4023
4541
  }
4024
4542
 
4543
+ /**
4544
+ * -- No comment or description provided. --
4545
+ * (http://semanticscience.org/resource/SIO_000489)
4546
+ */
4025
4547
  public static Resource e_coli() {
4026
4548
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000489");
4027
4549
  }
4028
4550
 
4551
+ /**
4552
+ * -- No comment or description provided. --
4553
+ * (http://semanticscience.org/resource/SIO_000492)
4554
+ */
4029
4555
  public static Resource to_consume() {
4030
4556
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000492");
4031
4557
  }
@@ -4046,10 +4572,18 @@ public class SIO {
4046
4572
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000494");
4047
4573
  }
4048
4574
 
4575
+ /**
4576
+ * -- No comment or description provided. --
4577
+ * (http://semanticscience.org/resource/SIO_000498)
4578
+ */
4049
4579
  public static Resource person() {
4050
4580
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000498");
4051
4581
  }
4052
4582
 
4583
+ /**
4584
+ * -- No comment or description provided. --
4585
+ * (http://semanticscience.org/resource/SIO_000499)
4586
+ */
4053
4587
  public static Resource to_decrease_the_rate_of_formation() {
4054
4588
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000499");
4055
4589
  }
@@ -4102,6 +4636,10 @@ public class SIO {
4102
4636
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000505");
4103
4637
  }
4104
4638
 
4639
+ /**
4640
+ * -- No comment or description provided. --
4641
+ * (http://semanticscience.org/resource/SIO_000506)
4642
+ */
4105
4643
  public static Resource geometric_entity() {
4106
4644
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000506");
4107
4645
  }
@@ -4329,6 +4867,10 @@ public class SIO {
4329
4867
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000533");
4330
4868
  }
4331
4869
 
4870
+ /**
4871
+ * -- No comment or description provided. --
4872
+ * (http://semanticscience.org/resource/SIO_000534)
4873
+ */
4332
4874
  public static Resource positionally_oriented_line() {
4333
4875
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000534");
4334
4876
  }
@@ -4341,6 +4883,10 @@ public class SIO {
4341
4883
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000535");
4342
4884
  }
4343
4885
 
4886
+ /**
4887
+ * -- No comment or description provided. --
4888
+ * (http://semanticscience.org/resource/SIO_000536)
4889
+ */
4344
4890
  public static Resource to_regulate_the_rate_of_formation() {
4345
4891
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000536");
4346
4892
  }
@@ -4385,14 +4931,26 @@ public class SIO {
4385
4931
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000541");
4386
4932
  }
4387
4933
 
4934
+ /**
4935
+ * -- No comment or description provided. --
4936
+ * (http://semanticscience.org/resource/SIO_000542)
4937
+ */
4388
4938
  public static Resource to_serve_as() {
4389
4939
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000542");
4390
4940
  }
4391
4941
 
4942
+ /**
4943
+ * -- No comment or description provided. --
4944
+ * (http://semanticscience.org/resource/SIO_000543)
4945
+ */
4392
4946
  public static Resource to_serve_as_a_host() {
4393
4947
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000543");
4394
4948
  }
4395
4949
 
4950
+ /**
4951
+ * -- No comment or description provided. --
4952
+ * (http://semanticscience.org/resource/SIO_000544)
4953
+ */
4396
4954
  public static Resource to_infect() {
4397
4955
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000544");
4398
4956
  }
@@ -4413,6 +4971,10 @@ public class SIO {
4413
4971
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000545");
4414
4972
  }
4415
4973
 
4974
+ /**
4975
+ * -- No comment or description provided. --
4976
+ * (http://semanticscience.org/resource/SIO_000546)
4977
+ */
4416
4978
  public static Resource collection_of_points() {
4417
4979
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000546");
4418
4980
  }
@@ -4425,22 +4987,42 @@ public class SIO {
4425
4987
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000547");
4426
4988
  }
4427
4989
 
4990
+ /**
4991
+ * -- No comment or description provided. --
4992
+ * (http://semanticscience.org/resource/SIO_000549)
4993
+ */
4428
4994
  public static Resource to_reduce_the_activation_energy() {
4429
4995
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000549");
4430
4996
  }
4431
4997
 
4998
+ /**
4999
+ * -- No comment or description provided. --
5000
+ * (http://semanticscience.org/resource/SIO_000549)
5001
+ */
4432
5002
  public static Resource to_activate() {
4433
5003
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000549");
4434
5004
  }
4435
5005
 
5006
+ /**
5007
+ * -- No comment or description provided. --
5008
+ * (http://semanticscience.org/resource/SIO_000550)
5009
+ */
4436
5010
  public static Resource to_increase_the_activation_energy() {
4437
5011
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000550");
4438
5012
  }
4439
5013
 
5014
+ /**
5015
+ * -- No comment or description provided. --
5016
+ * (http://semanticscience.org/resource/SIO_000550)
5017
+ */
4440
5018
  public static Resource to_inhibit() {
4441
5019
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000550");
4442
5020
  }
4443
5021
 
5022
+ /**
5023
+ * -- No comment or description provided. --
5024
+ * (http://semanticscience.org/resource/SIO_000551)
5025
+ */
4444
5026
  public static Resource to_change_the_activation_energy() {
4445
5027
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000551");
4446
5028
  }
@@ -4461,6 +5043,10 @@ public class SIO {
4461
5043
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000555");
4462
5044
  }
4463
5045
 
5046
+ /**
5047
+ * -- No comment or description provided. --
5048
+ * (http://semanticscience.org/resource/SIO_000556)
5049
+ */
4464
5050
  public static Resource lipid_residue() {
4465
5051
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000556");
4466
5052
  }
@@ -4561,6 +5147,10 @@ public class SIO {
4561
5147
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000572");
4562
5148
  }
4563
5149
 
5150
+ /**
5151
+ * -- No comment or description provided. --
5152
+ * (http://semanticscience.org/resource/SIO_000573)
5153
+ */
4564
5154
  public static Resource passive_movement() {
4565
5155
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000573");
4566
5156
  }
@@ -4605,10 +5195,18 @@ public class SIO {
4605
5195
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000578");
4606
5196
  }
4607
5197
 
5198
+ /**
5199
+ * -- No comment or description provided. --
5200
+ * (http://semanticscience.org/resource/SIO_000579)
5201
+ */
4608
5202
  public static Resource symport_enabled_secondary_active_transport() {
4609
5203
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000579");
4610
5204
  }
4611
5205
 
5206
+ /**
5207
+ * -- No comment or description provided. --
5208
+ * (http://semanticscience.org/resource/SIO_000580)
5209
+ */
4612
5210
  public static Resource antiport_enabled_secondary_active_transport() {
4613
5211
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000580");
4614
5212
  }
@@ -4717,6 +5315,10 @@ public class SIO {
4717
5315
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000594");
4718
5316
  }
4719
5317
 
5318
+ /**
5319
+ * -- No comment or description provided. --
5320
+ * (http://semanticscience.org/resource/SIO_000595)
5321
+ */
4720
5322
  public static Resource parameterized_data_transformation() {
4721
5323
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000595");
4722
5324
  }
@@ -4761,6 +5363,10 @@ public class SIO {
4761
5363
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000602");
4762
5364
  }
4763
5365
 
5366
+ /**
5367
+ * -- No comment or description provided. --
5368
+ * (http://semanticscience.org/resource/SIO_000605)
5369
+ */
4764
5370
  public static Resource sound_wave() {
4765
5371
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000605");
4766
5372
  }
@@ -4885,14 +5491,26 @@ public class SIO {
4885
5491
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000621");
4886
5492
  }
4887
5493
 
5494
+ /**
5495
+ * -- No comment or description provided. --
5496
+ * (http://semanticscience.org/resource/SIO_000622)
5497
+ */
4888
5498
  public static Resource RDFS_ontology() {
4889
5499
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000622");
4890
5500
  }
4891
5501
 
5502
+ /**
5503
+ * -- No comment or description provided. --
5504
+ * (http://semanticscience.org/resource/SIO_000623)
5505
+ */
4892
5506
  public static Resource OBO_ontology() {
4893
5507
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000623");
4894
5508
  }
4895
5509
 
5510
+ /**
5511
+ * -- No comment or description provided. --
5512
+ * (http://semanticscience.org/resource/SIO_000624)
5513
+ */
4896
5514
  public static Resource chemical_functional_group() {
4897
5515
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000624");
4898
5516
  }
@@ -4945,14 +5563,26 @@ public class SIO {
4945
5563
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000640");
4946
5564
  }
4947
5565
 
5566
+ /**
5567
+ * -- No comment or description provided. --
5568
+ * (http://semanticscience.org/resource/SIO_000647)
5569
+ */
4948
5570
  public static Resource process_model() {
4949
5571
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000647");
4950
5572
  }
4951
5573
 
5574
+ /**
5575
+ * -- No comment or description provided. --
5576
+ * (http://semanticscience.org/resource/SIO_000648)
5577
+ */
4952
5578
  public static Resource physical_model() {
4953
5579
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000648");
4954
5580
  }
4955
5581
 
5582
+ /**
5583
+ * -- No comment or description provided. --
5584
+ * (http://semanticscience.org/resource/SIO_000649)
5585
+ */
4956
5586
  public static Resource information_processing_procedure() {
4957
5587
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000649");
4958
5588
  }
@@ -4973,18 +5603,34 @@ public class SIO {
4973
5603
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000651");
4974
5604
  }
4975
5605
 
5606
+ /**
5607
+ * -- No comment or description provided. --
5608
+ * (http://semanticscience.org/resource/SIO_000653)
5609
+ */
4976
5610
  public static Resource version_label() {
4977
5611
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000653");
4978
5612
  }
4979
5613
 
5614
+ /**
5615
+ * -- No comment or description provided. --
5616
+ * (http://semanticscience.org/resource/SIO_000653)
5617
+ */
4980
5618
  public static Resource a_version_label_is_a_label_for_a_particular_form_or_variation_of_an_earlier_or_original_type() {
4981
5619
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000653");
4982
5620
  }
4983
5621
 
5622
+ /**
5623
+ * -- No comment or description provided. --
5624
+ * (http://semanticscience.org/resource/SIO_000654)
5625
+ */
4984
5626
  public static Resource software_version_label() {
4985
5627
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000654");
4986
5628
  }
4987
5629
 
5630
+ /**
5631
+ * -- No comment or description provided. --
5632
+ * (http://semanticscience.org/resource/SIO_000654)
5633
+ */
4988
5634
  public static Resource a_software_version_label_is_a_version_label_for_a_piece_of_software() {
4989
5635
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000654");
4990
5636
  }
@@ -4997,26 +5643,50 @@ public class SIO {
4997
5643
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000660");
4998
5644
  }
4999
5645
 
5646
+ /**
5647
+ * -- No comment or description provided. --
5648
+ * (http://semanticscience.org/resource/SIO_000661)
5649
+ */
5000
5650
  public static Resource province() {
5001
5651
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000661");
5002
5652
  }
5003
5653
 
5654
+ /**
5655
+ * -- No comment or description provided. --
5656
+ * (http://semanticscience.org/resource/SIO_000662)
5657
+ */
5004
5658
  public static Resource state() {
5005
5659
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000662");
5006
5660
  }
5007
5661
 
5662
+ /**
5663
+ * -- No comment or description provided. --
5664
+ * (http://semanticscience.org/resource/SIO_000663)
5665
+ */
5008
5666
  public static Resource territory() {
5009
5667
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000663");
5010
5668
  }
5011
5669
 
5670
+ /**
5671
+ * -- No comment or description provided. --
5672
+ * (http://semanticscience.org/resource/SIO_000664)
5673
+ */
5012
5674
  public static Resource country() {
5013
5675
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000664");
5014
5676
  }
5015
5677
 
5678
+ /**
5679
+ * -- No comment or description provided. --
5680
+ * (http://semanticscience.org/resource/SIO_000665)
5681
+ */
5016
5682
  public static Resource city() {
5017
5683
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000665");
5018
5684
  }
5019
5685
 
5686
+ /**
5687
+ * -- No comment or description provided. --
5688
+ * (http://semanticscience.org/resource/SIO_000666)
5689
+ */
5020
5690
  public static Resource township() {
5021
5691
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000666");
5022
5692
  }
@@ -5029,10 +5699,18 @@ public class SIO {
5029
5699
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000667");
5030
5700
  }
5031
5701
 
5702
+ /**
5703
+ * -- No comment or description provided. --
5704
+ * (http://semanticscience.org/resource/SIO_000669)
5705
+ */
5032
5706
  public static Resource start_time() {
5033
5707
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000669");
5034
5708
  }
5035
5709
 
5710
+ /**
5711
+ * -- No comment or description provided. --
5712
+ * (http://semanticscience.org/resource/SIO_000670)
5713
+ */
5036
5714
  public static Resource end_time() {
5037
5715
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000670");
5038
5716
  }
@@ -5045,6 +5723,10 @@ public class SIO {
5045
5723
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000675");
5046
5724
  }
5047
5725
 
5726
+ /**
5727
+ * -- No comment or description provided. --
5728
+ * (http://semanticscience.org/resource/SIO_000676)
5729
+ */
5048
5730
  public static Resource social_role() {
5049
5731
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000676");
5050
5732
  }
@@ -5073,10 +5755,18 @@ public class SIO {
5073
5755
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000683");
5074
5756
  }
5075
5757
 
5758
+ /**
5759
+ * -- No comment or description provided. --
5760
+ * (http://semanticscience.org/resource/SIO_000686)
5761
+ */
5076
5762
  public static Resource department() {
5077
5763
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000686");
5078
5764
  }
5079
5765
 
5766
+ /**
5767
+ * -- No comment or description provided. --
5768
+ * (http://semanticscience.org/resource/SIO_000688)
5769
+ */
5080
5770
  public static Resource institute() {
5081
5771
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000688");
5082
5772
  }
@@ -5193,42 +5883,82 @@ public class SIO {
5193
5883
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000705");
5194
5884
  }
5195
5885
 
5886
+ /**
5887
+ * -- No comment or description provided. --
5888
+ * (http://semanticscience.org/resource/SIO_000706)
5889
+ */
5196
5890
  public static Resource occupational_role() {
5197
5891
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000706");
5198
5892
  }
5199
5893
 
5894
+ /**
5895
+ * -- No comment or description provided. --
5896
+ * (http://semanticscience.org/resource/SIO_000707)
5897
+ */
5200
5898
  public static Resource student_role() {
5201
5899
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000707");
5202
5900
  }
5203
5901
 
5902
+ /**
5903
+ * -- No comment or description provided. --
5904
+ * (http://semanticscience.org/resource/SIO_000708)
5905
+ */
5204
5906
  public static Resource professor_role() {
5205
5907
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000708");
5206
5908
  }
5207
5909
 
5910
+ /**
5911
+ * -- No comment or description provided. --
5912
+ * (http://semanticscience.org/resource/SIO_000711)
5913
+ */
5208
5914
  public static Resource academic_role() {
5209
5915
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000711");
5210
5916
  }
5211
5917
 
5918
+ /**
5919
+ * -- No comment or description provided. --
5920
+ * (http://semanticscience.org/resource/SIO_000712)
5921
+ */
5212
5922
  public static Resource medical_role() {
5213
5923
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000712");
5214
5924
  }
5215
5925
 
5926
+ /**
5927
+ * -- No comment or description provided. --
5928
+ * (http://semanticscience.org/resource/SIO_000713)
5929
+ */
5216
5930
  public static Resource doctor_role() {
5217
5931
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000713");
5218
5932
  }
5219
5933
 
5934
+ /**
5935
+ * -- No comment or description provided. --
5936
+ * (http://semanticscience.org/resource/SIO_000714)
5937
+ */
5220
5938
  public static Resource nurse_role() {
5221
5939
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000714");
5222
5940
  }
5223
5941
 
5942
+ /**
5943
+ * -- No comment or description provided. --
5944
+ * (http://semanticscience.org/resource/SIO_000715)
5945
+ */
5224
5946
  public static Resource patient_role() {
5225
5947
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000715");
5226
5948
  }
5227
5949
 
5950
+ /**
5951
+ * -- No comment or description provided. --
5952
+ * (http://semanticscience.org/resource/SIO_000716)
5953
+ */
5228
5954
  public static Resource medical_practitioner() {
5229
5955
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000716");
5230
5956
  }
5231
5957
 
5958
+ /**
5959
+ * -- No comment or description provided. --
5960
+ * (http://semanticscience.org/resource/SIO_000717)
5961
+ */
5232
5962
  public static Resource dentist_role() {
5233
5963
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000717");
5234
5964
  }
@@ -5305,14 +6035,26 @@ public class SIO {
5305
6035
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000725");
5306
6036
  }
5307
6037
 
6038
+ /**
6039
+ * -- No comment or description provided. --
6040
+ * (http://semanticscience.org/resource/SIO_000726)
6041
+ */
5308
6042
  public static Resource administrative_role() {
5309
6043
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000726");
5310
6044
  }
5311
6045
 
6046
+ /**
6047
+ * -- No comment or description provided. --
6048
+ * (http://semanticscience.org/resource/SIO_000727)
6049
+ */
5312
6050
  public static Resource secretary_role() {
5313
6051
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000727");
5314
6052
  }
5315
6053
 
6054
+ /**
6055
+ * -- No comment or description provided. --
6056
+ * (http://semanticscience.org/resource/SIO_000728)
6057
+ */
5316
6058
  public static Resource chemical_identifier() {
5317
6059
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000728");
5318
6060
  }
@@ -5325,14 +6067,26 @@ public class SIO {
5325
6067
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000729");
5326
6068
  }
5327
6069
 
6070
+ /**
6071
+ * -- No comment or description provided. --
6072
+ * (http://semanticscience.org/resource/SIO_000730)
6073
+ */
5328
6074
  public static Resource physical_entity_identifier() {
5329
6075
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000730");
5330
6076
  }
5331
6077
 
6078
+ /**
6079
+ * -- No comment or description provided. --
6080
+ * (http://semanticscience.org/resource/SIO_000731)
6081
+ */
5332
6082
  public static Resource informational_entity_identifier() {
5333
6083
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000731");
5334
6084
  }
5335
6085
 
6086
+ /**
6087
+ * -- No comment or description provided. --
6088
+ * (http://semanticscience.org/resource/SIO_000732)
6089
+ */
5336
6090
  public static Resource molecular_identifier() {
5337
6091
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000732");
5338
6092
  }
@@ -5361,10 +6115,18 @@ public class SIO {
5361
6115
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000741");
5362
6116
  }
5363
6117
 
6118
+ /**
6119
+ * -- No comment or description provided. --
6120
+ * (http://semanticscience.org/resource/SIO_000742)
6121
+ */
5364
6122
  public static Resource local_maximum_stationary_point() {
5365
6123
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000742");
5366
6124
  }
5367
6125
 
6126
+ /**
6127
+ * -- No comment or description provided. --
6128
+ * (http://semanticscience.org/resource/SIO_000743)
6129
+ */
5368
6130
  public static Resource local_minimum_stationary_point() {
5369
6131
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000743");
5370
6132
  }
@@ -5421,6 +6183,10 @@ public class SIO {
5421
6183
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000748");
5422
6184
  }
5423
6185
 
6186
+ /**
6187
+ * -- No comment or description provided. --
6188
+ * (http://semanticscience.org/resource/SIO_000750)
6189
+ */
5424
6190
  public static Resource database() {
5425
6191
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000750");
5426
6192
  }
@@ -5441,6 +6207,10 @@ public class SIO {
5441
6207
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000752");
5442
6208
  }
5443
6209
 
6210
+ /**
6211
+ * -- No comment or description provided. --
6212
+ * (http://semanticscience.org/resource/SIO_000753)
6213
+ */
5444
6214
  public static Resource column() {
5445
6215
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000753");
5446
6216
  }
@@ -5453,6 +6223,10 @@ public class SIO {
5453
6223
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000754");
5454
6224
  }
5455
6225
 
6226
+ /**
6227
+ * -- No comment or description provided. --
6228
+ * (http://semanticscience.org/resource/SIO_000755)
6229
+ */
5456
6230
  public static Resource cell_informational() {
5457
6231
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000755");
5458
6232
  }
@@ -5473,6 +6247,10 @@ public class SIO {
5473
6247
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000756");
5474
6248
  }
5475
6249
 
6250
+ /**
6251
+ * -- No comment or description provided. --
6252
+ * (http://semanticscience.org/resource/SIO_000757)
6253
+ */
5476
6254
  public static Resource database_column() {
5477
6255
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000757");
5478
6256
  }
@@ -5485,14 +6263,26 @@ public class SIO {
5485
6263
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000758");
5486
6264
  }
5487
6265
 
6266
+ /**
6267
+ * -- No comment or description provided. --
6268
+ * (http://semanticscience.org/resource/SIO_000759)
6269
+ */
5488
6270
  public static Resource unique_cell() {
5489
6271
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000759");
5490
6272
  }
5491
6273
 
6274
+ /**
6275
+ * -- No comment or description provided. --
6276
+ * (http://semanticscience.org/resource/SIO_000760)
6277
+ */
5492
6278
  public static Resource referencing_cell() {
5493
6279
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000760");
5494
6280
  }
5495
6281
 
6282
+ /**
6283
+ * -- No comment or description provided. --
6284
+ * (http://semanticscience.org/resource/SIO_000761)
6285
+ */
5496
6286
  public static Resource referent_cell() {
5497
6287
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000761");
5498
6288
  }
@@ -5537,6 +6327,10 @@ public class SIO {
5537
6327
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000765");
5538
6328
  }
5539
6329
 
6330
+ /**
6331
+ * -- No comment or description provided. --
6332
+ * (http://semanticscience.org/resource/SIO_000766)
6333
+ */
5540
6334
  public static Resource street_name() {
5541
6335
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000766");
5542
6336
  }
@@ -5549,6 +6343,10 @@ public class SIO {
5549
6343
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000767");
5550
6344
  }
5551
6345
 
6346
+ /**
6347
+ * -- No comment or description provided. --
6348
+ * (http://semanticscience.org/resource/SIO_000768)
6349
+ */
5552
6350
  public static Resource apartment_number() {
5553
6351
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000768");
5554
6352
  }
@@ -5617,6 +6415,10 @@ public class SIO {
5617
6415
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000780");
5618
6416
  }
5619
6417
 
6418
+ /**
6419
+ * -- No comment or description provided. --
6420
+ * (http://semanticscience.org/resource/SIO_000783)
6421
+ */
5620
6422
  public static Resource spatial_boundary() {
5621
6423
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000783");
5622
6424
  }
@@ -5645,6 +6447,10 @@ public class SIO {
5645
6447
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000786");
5646
6448
  }
5647
6449
 
6450
+ /**
6451
+ * -- No comment or description provided. --
6452
+ * (http://semanticscience.org/resource/SIO_000787)
6453
+ */
5648
6454
  public static Resource page_number() {
5649
6455
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000787");
5650
6456
  }
@@ -5793,19 +6599,35 @@ public class SIO {
5793
6599
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000806");
5794
6600
  }
5795
6601
 
6602
+ /**
6603
+ * a partial negative charge is a negative charge where the value of the charge is negative.
6604
+ * (http://semanticscience.org/resource/SIO_000807)
6605
+ */
5796
6606
  public static Resource partial_positive_charge() {
5797
6607
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000807");
5798
6608
  }
5799
6609
 
6610
+ /**
6611
+ * a partial positive charge is a partial charge where the value of the charge is positive.
6612
+ * (http://semanticscience.org/resource/SIO_000808)
6613
+ */
5800
6614
  public static Resource partial_negative_charge() {
5801
6615
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000808");
5802
6616
  }
5803
6617
 
6618
+ /**
6619
+ * the quality of having a charge that is not a full multiple of 1 unit charge.
6620
+ * (http://semanticscience.org/resource/SIO_000809)
6621
+ */
5804
6622
  public static Resource partial_charge() {
5805
6623
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000809");
5806
6624
  }
5807
6625
 
5808
- public static Resource unitary_charge() {
6626
+ /**
6627
+ * a complete charge is a charge where the value of the charge is a multiple of 1.
6628
+ * (http://semanticscience.org/resource/SIO_000810)
6629
+ */
6630
+ public static Resource complete_charge() {
5809
6631
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000810");
5810
6632
  }
5811
6633
 
@@ -6009,6 +6831,10 @@ public class SIO {
6009
6831
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000835");
6010
6832
  }
6011
6833
 
6834
+ /**
6835
+ * -- No comment or description provided. --
6836
+ * (http://semanticscience.org/resource/SIO_000836)
6837
+ */
6012
6838
  public static Resource excitement() {
6013
6839
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000836");
6014
6840
  }
@@ -6125,10 +6951,18 @@ public class SIO {
6125
6951
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000849");
6126
6952
  }
6127
6953
 
6954
+ /**
6955
+ * -- No comment or description provided. --
6956
+ * (http://semanticscience.org/resource/SIO_000850)
6957
+ */
6128
6958
  public static Resource joy() {
6129
6959
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000850");
6130
6960
  }
6131
6961
 
6962
+ /**
6963
+ * -- No comment or description provided. --
6964
+ * (http://semanticscience.org/resource/SIO_000850)
6965
+ */
6132
6966
  public static Resource joy_is_an_emotion_of_intense_happiness() {
6133
6967
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000850");
6134
6968
  }
@@ -6189,6 +7023,10 @@ public class SIO {
6189
7023
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000857");
6190
7024
  }
6191
7025
 
7026
+ /**
7027
+ * -- No comment or description provided. --
7028
+ * (http://semanticscience.org/resource/SIO_000858)
7029
+ */
6192
7030
  public static Resource pleasure() {
6193
7031
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000858");
6194
7032
  }
@@ -6209,10 +7047,18 @@ public class SIO {
6209
7047
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000860");
6210
7048
  }
6211
7049
 
7050
+ /**
7051
+ * -- No comment or description provided. --
7052
+ * (http://semanticscience.org/resource/SIO_000861)
7053
+ */
6212
7054
  public static Resource regret() {
6213
7055
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000861");
6214
7056
  }
6215
7057
 
7058
+ /**
7059
+ * -- No comment or description provided. --
7060
+ * (http://semanticscience.org/resource/SIO_000862)
7061
+ */
6216
7062
  public static Resource remorse() {
6217
7063
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000862");
6218
7064
  }
@@ -6225,10 +7071,18 @@ public class SIO {
6225
7071
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000863");
6226
7072
  }
6227
7073
 
7074
+ /**
7075
+ * -- No comment or description provided. --
7076
+ * (http://semanticscience.org/resource/SIO_000864)
7077
+ */
6228
7078
  public static Resource satisfaction() {
6229
7079
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000864");
6230
7080
  }
6231
7081
 
7082
+ /**
7083
+ * -- No comment or description provided. --
7084
+ * (http://semanticscience.org/resource/SIO_000864)
7085
+ */
6232
7086
  public static Resource satisfaction_is_an_emotion_of_fulfillment_of_one_s_wishes_expectations_or_needs_or_the_pleasure_derived_from_this() {
6233
7087
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000864");
6234
7088
  }
@@ -6305,18 +7159,34 @@ public class SIO {
6305
7159
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000873");
6306
7160
  }
6307
7161
 
7162
+ /**
7163
+ * -- No comment or description provided. --
7164
+ * (http://semanticscience.org/resource/SIO_000875)
7165
+ */
6308
7166
  public static Resource department_chair_role() {
6309
7167
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000875");
6310
7168
  }
6311
7169
 
7170
+ /**
7171
+ * -- No comment or description provided. --
7172
+ * (http://semanticscience.org/resource/SIO_000876)
7173
+ */
6312
7174
  public static Resource student_advisor_role() {
6313
7175
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000876");
6314
7176
  }
6315
7177
 
7178
+ /**
7179
+ * -- No comment or description provided. --
7180
+ * (http://semanticscience.org/resource/SIO_000877)
7181
+ */
6316
7182
  public static Resource undergraduate_student_advisor_role() {
6317
7183
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000877");
6318
7184
  }
6319
7185
 
7186
+ /**
7187
+ * -- No comment or description provided. --
7188
+ * (http://semanticscience.org/resource/SIO_000878)
7189
+ */
6320
7190
  public static Resource graduate_student_advisor_role() {
6321
7191
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000878");
6322
7192
  }
@@ -6337,6 +7207,10 @@ public class SIO {
6337
7207
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000880");
6338
7208
  }
6339
7209
 
7210
+ /**
7211
+ * -- No comment or description provided. --
7212
+ * (http://semanticscience.org/resource/SIO_000881)
7213
+ */
6340
7214
  public static Resource investigational_role() {
6341
7215
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000881");
6342
7216
  }
@@ -6349,10 +7223,18 @@ public class SIO {
6349
7223
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000882");
6350
7224
  }
6351
7225
 
7226
+ /**
7227
+ * -- No comment or description provided. --
7228
+ * (http://semanticscience.org/resource/SIO_000883)
7229
+ */
6352
7230
  public static Resource subject_role() {
6353
7231
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000883");
6354
7232
  }
6355
7233
 
7234
+ /**
7235
+ * -- No comment or description provided. --
7236
+ * (http://semanticscience.org/resource/SIO_000884)
7237
+ */
6356
7238
  public static Resource publishing_role() {
6357
7239
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000884");
6358
7240
  }
@@ -6629,6 +7511,10 @@ public class SIO {
6629
7511
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000923");
6630
7512
  }
6631
7513
 
7514
+ /**
7515
+ * -- No comment or description provided. --
7516
+ * (http://semanticscience.org/resource/SIO_000924)
7517
+ */
6632
7518
  public static Resource television_program() {
6633
7519
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000924");
6634
7520
  }
@@ -6721,6 +7607,10 @@ public class SIO {
6721
7607
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000936");
6722
7608
  }
6723
7609
 
7610
+ /**
7611
+ * -- No comment or description provided. --
7612
+ * (http://semanticscience.org/resource/SIO_000937)
7613
+ */
6724
7614
  public static Resource textual_chart() {
6725
7615
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000937");
6726
7616
  }
@@ -6765,6 +7655,10 @@ public class SIO {
6765
7655
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000941");
6766
7656
  }
6767
7657
 
7658
+ /**
7659
+ * -- No comment or description provided. --
7660
+ * (http://semanticscience.org/resource/SIO_000942)
7661
+ */
6768
7662
  public static Resource numeric_label() {
6769
7663
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000942");
6770
7664
  }
@@ -6873,6 +7767,10 @@ public class SIO {
6873
7767
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000954");
6874
7768
  }
6875
7769
 
7770
+ /**
7771
+ * -- No comment or description provided. --
7772
+ * (http://semanticscience.org/resource/SIO_000955)
7773
+ */
6876
7774
  public static Resource environment() {
6877
7775
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000955");
6878
7776
  }
@@ -6933,22 +7831,42 @@ public class SIO {
6933
7831
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000963");
6934
7832
  }
6935
7833
 
7834
+ /**
7835
+ * -- No comment or description provided. --
7836
+ * (http://semanticscience.org/resource/SIO_000964)
7837
+ */
6936
7838
  public static Resource standard_operating_procedure() {
6937
7839
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000964");
6938
7840
  }
6939
7841
 
7842
+ /**
7843
+ * -- No comment or description provided. --
7844
+ * (http://semanticscience.org/resource/SIO_000965)
7845
+ */
6940
7846
  public static Resource agreement_quality() {
6941
7847
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000965");
6942
7848
  }
6943
7849
 
7850
+ /**
7851
+ * -- No comment or description provided. --
7852
+ * (http://semanticscience.org/resource/SIO_000966)
7853
+ */
6944
7854
  public static Resource agreement() {
6945
7855
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000966");
6946
7856
  }
6947
7857
 
7858
+ /**
7859
+ * -- No comment or description provided. --
7860
+ * (http://semanticscience.org/resource/SIO_000967)
7861
+ */
6948
7862
  public static Resource disagreement() {
6949
7863
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000967");
6950
7864
  }
6951
7865
 
7866
+ /**
7867
+ * -- No comment or description provided. --
7868
+ * (http://semanticscience.org/resource/SIO_000968)
7869
+ */
6952
7870
  public static Resource poison_role() {
6953
7871
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000968");
6954
7872
  }
@@ -7049,6 +7967,10 @@ public class SIO {
7049
7967
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000986");
7050
7968
  }
7051
7969
 
7970
+ /**
7971
+ * -- No comment or description provided. --
7972
+ * (http://semanticscience.org/resource/SIO_000987)
7973
+ */
7052
7974
  public static Resource predicted_gene() {
7053
7975
  return _namespace_SIO("http://semanticscience.org/resource/SIO_000987");
7054
7976
  }
@@ -7213,10 +8135,18 @@ public class SIO {
7213
8135
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001008");
7214
8136
  }
7215
8137
 
8138
+ /**
8139
+ * -- No comment or description provided. --
8140
+ * (http://semanticscience.org/resource/SIO_001009)
8141
+ */
7216
8142
  public static Resource toxic() {
7217
8143
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001009");
7218
8144
  }
7219
8145
 
8146
+ /**
8147
+ * -- No comment or description provided. --
8148
+ * (http://semanticscience.org/resource/SIO_001010)
8149
+ */
7220
8150
  public static Resource non_toxic() {
7221
8151
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001010");
7222
8152
  }
@@ -7325,6 +8255,10 @@ public class SIO {
7325
8255
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001023");
7326
8256
  }
7327
8257
 
8258
+ /**
8259
+ * -- No comment or description provided. --
8260
+ * (http://semanticscience.org/resource/SIO_001024)
8261
+ */
7328
8262
  public static Resource medical_procedure() {
7329
8263
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001024");
7330
8264
  }
@@ -7393,30 +8327,58 @@ public class SIO {
7393
8327
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001032");
7394
8328
  }
7395
8329
 
8330
+ /**
8331
+ * -- No comment or description provided. --
8332
+ * (http://semanticscience.org/resource/SIO_001033)
8333
+ */
7396
8334
  public static Resource text_quality() {
7397
8335
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001033");
7398
8336
  }
7399
8337
 
8338
+ /**
8339
+ * -- No comment or description provided. --
8340
+ * (http://semanticscience.org/resource/SIO_001034)
8341
+ */
7400
8342
  public static Resource reviewed() {
7401
8343
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001034");
7402
8344
  }
7403
8345
 
8346
+ /**
8347
+ * -- No comment or description provided. --
8348
+ * (http://semanticscience.org/resource/SIO_001035)
8349
+ */
7404
8350
  public static Resource peer_reviewed() {
7405
8351
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001035");
7406
8352
  }
7407
8353
 
8354
+ /**
8355
+ * -- No comment or description provided. --
8356
+ * (http://semanticscience.org/resource/SIO_001036)
8357
+ */
7408
8358
  public static Resource draft() {
7409
8359
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001036");
7410
8360
  }
7411
8361
 
8362
+ /**
8363
+ * -- No comment or description provided. --
8364
+ * (http://semanticscience.org/resource/SIO_001037)
8365
+ */
7412
8366
  public static Resource finalized() {
7413
8367
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001037");
7414
8368
  }
7415
8369
 
8370
+ /**
8371
+ * -- No comment or description provided. --
8372
+ * (http://semanticscience.org/resource/SIO_001038)
8373
+ */
7416
8374
  public static Resource editor_reviewed() {
7417
8375
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001038");
7418
8376
  }
7419
8377
 
8378
+ /**
8379
+ * -- No comment or description provided. --
8380
+ * (http://semanticscience.org/resource/SIO_001039)
8381
+ */
7420
8382
  public static Resource written() {
7421
8383
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001039");
7422
8384
  }
@@ -7454,25 +8416,41 @@ public class SIO {
7454
8416
  }
7455
8417
 
7456
8418
  /**
7457
- * a protocol is a predefined procedural method in the design and implementation of experiments. In addition to providing a detailed set of procedures and lists of required equipment and instruments, protocols often include information on safety precautions, the calculation of results and reporting standards, including statistical analysis and rules for predefining and documenting excluded data to avoid bias.
8419
+ * an experimental protocol is an action specification with respect to the design and implementation of experiments. In addition to providing a detailed set of procedures and lists of required equipment and instruments, experimental protocols often include information on safety precautions, the calculation of results and reporting standards, including statistical analysis and rules for predefining and documenting excluded data to avoid bias.
7458
8420
  * (http://semanticscience.org/resource/SIO_001043)
7459
8421
  */
7460
- public static Resource protocol() {
8422
+ public static Resource experimental_protocol() {
7461
8423
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001043");
7462
8424
  }
7463
8425
 
8426
+ /**
8427
+ * -- No comment or description provided. --
8428
+ * (http://semanticscience.org/resource/SIO_001044)
8429
+ */
7464
8430
  public static Resource viroid() {
7465
8431
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001044");
7466
8432
  }
7467
8433
 
8434
+ /**
8435
+ * the quality of being polar or not polar.
8436
+ * (http://semanticscience.org/resource/SIO_001045)
8437
+ */
7468
8438
  public static Resource polar_quality() {
7469
8439
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001045");
7470
8440
  }
7471
8441
 
8442
+ /**
8443
+ * -- No comment or description provided. --
8444
+ * (http://semanticscience.org/resource/SIO_001046)
8445
+ */
7472
8446
  public static Resource polar() {
7473
8447
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001046");
7474
8448
  }
7475
8449
 
8450
+ /**
8451
+ * -- No comment or description provided. --
8452
+ * (http://semanticscience.org/resource/SIO_001047)
8453
+ */
7476
8454
  public static Resource non_polar() {
7477
8455
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001047");
7478
8456
  }
@@ -7685,10 +8663,18 @@ public class SIO {
7685
8663
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001071");
7686
8664
  }
7687
8665
 
8666
+ /**
8667
+ * -- No comment or description provided. --
8668
+ * (http://semanticscience.org/resource/SIO_001072)
8669
+ */
7688
8670
  public static Resource text_span_end_position() {
7689
8671
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001072");
7690
8672
  }
7691
8673
 
8674
+ /**
8675
+ * -- No comment or description provided. --
8676
+ * (http://semanticscience.org/resource/SIO_001072)
8677
+ */
7692
8678
  public static Resource text_span_end_position_is_the_position_offset_of_the_last_character_of_a_text_span_in_relation_the_text_it_is_from() {
7693
8679
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001072");
7694
8680
  }
@@ -7725,10 +8711,18 @@ public class SIO {
7725
8711
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001075");
7726
8712
  }
7727
8713
 
8714
+ /**
8715
+ * -- No comment or description provided. --
8716
+ * (http://semanticscience.org/resource/SIO_001076)
8717
+ */
7728
8718
  public static Resource microarray_experiment() {
7729
8719
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001076");
7730
8720
  }
7731
8721
 
8722
+ /**
8723
+ * -- No comment or description provided. --
8724
+ * (http://semanticscience.org/resource/SIO_001077)
8725
+ */
7732
8726
  public static Resource gene_expression_value() {
7733
8727
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001077");
7734
8728
  }
@@ -7805,6 +8799,10 @@ public class SIO {
7805
8799
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001086");
7806
8800
  }
7807
8801
 
8802
+ /**
8803
+ * -- No comment or description provided. --
8804
+ * (http://semanticscience.org/resource/SIO_001087)
8805
+ */
7808
8806
  public static Resource to_modify_electronically() {
7809
8807
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001087");
7810
8808
  }
@@ -7849,14 +8847,26 @@ public class SIO {
7849
8847
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001092");
7850
8848
  }
7851
8849
 
8850
+ /**
8851
+ * -- No comment or description provided. --
8852
+ * (http://semanticscience.org/resource/SIO_001093)
8853
+ */
7852
8854
  public static Resource rigid() {
7853
8855
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001093");
7854
8856
  }
7855
8857
 
8858
+ /**
8859
+ * -- No comment or description provided. --
8860
+ * (http://semanticscience.org/resource/SIO_001094)
8861
+ */
7856
8862
  public static Resource bent() {
7857
8863
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001094");
7858
8864
  }
7859
8865
 
8866
+ /**
8867
+ * -- No comment or description provided. --
8868
+ * (http://semanticscience.org/resource/SIO_001095)
8869
+ */
7860
8870
  public static Resource curved() {
7861
8871
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001095");
7862
8872
  }
@@ -7885,14 +8895,26 @@ public class SIO {
7885
8895
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001100");
7886
8896
  }
7887
8897
 
8898
+ /**
8899
+ * -- No comment or description provided. --
8900
+ * (http://semanticscience.org/resource/SIO_001102)
8901
+ */
7888
8902
  public static Resource to_interact_and_to_be_interacted_with() {
7889
8903
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001102");
7890
8904
  }
7891
8905
 
8906
+ /**
8907
+ * -- No comment or description provided. --
8908
+ * (http://semanticscience.org/resource/SIO_001103)
8909
+ */
7892
8910
  public static Resource to_gain_a_covalent_bond() {
7893
8911
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001103");
7894
8912
  }
7895
8913
 
8914
+ /**
8915
+ * -- No comment or description provided. --
8916
+ * (http://semanticscience.org/resource/SIO_001104)
8917
+ */
7896
8918
  public static Resource to_lose_a_covalent_bond() {
7897
8919
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001104");
7898
8920
  }
@@ -7905,14 +8927,34 @@ public class SIO {
7905
8927
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001105");
7906
8928
  }
7907
8929
 
8930
+ /**
8931
+ * -- No comment or description provided. --
8932
+ * (http://semanticscience.org/resource/SIO_001106)
8933
+ */
7908
8934
  public static Resource to_produce() {
7909
8935
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001106");
7910
8936
  }
7911
8937
 
8938
+ /**
8939
+ * a pathway is an effective specification that outlines a set of actions that forms a way to achieve an objective.
8940
+ * (http://semanticscience.org/resource/SIO_001107)
8941
+ */
7912
8942
  public static Resource pathway() {
7913
8943
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001107");
7914
8944
  }
7915
8945
 
8946
+ /**
8947
+ * a pathway is an effective specification that outlines a set of actions that forms a way to achieve an objective.
8948
+ * (http://semanticscience.org/resource/SIO_001107)
8949
+ */
8950
+ public static Resource biological_pathway() {
8951
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001107");
8952
+ }
8953
+
8954
+ /**
8955
+ * -- No comment or description provided. --
8956
+ * (http://semanticscience.org/resource/SIO_001108)
8957
+ */
7916
8958
  public static Resource centrality_measure() {
7917
8959
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001108");
7918
8960
  }
@@ -8025,7 +9067,7 @@ public class SIO {
8025
9067
  * a gene-variant disease association in which a mutation in the gene/protein results in the development or maintenance of the disease.
8026
9068
  * (http://semanticscience.org/resource/SIO_001119)
8027
9069
  */
8028
- public static Resource gene_disease_association_linked_with_casual_mutation() {
9070
+ public static Resource gene_disease_association_linked_with_causal_mutation() {
8029
9071
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001119");
8030
9072
  }
8031
9073
 
@@ -8046,7 +9088,7 @@ public class SIO {
8046
9088
  }
8047
9089
 
8048
9090
  /**
8049
- * a gene-disease association in which a the gene/protein is involved in the etiology or maintenance of the disease.
9091
+ * a gene-disease association in which the gene/protein is involved in the etiology or maintenance of the disease.
8050
9092
  * (http://semanticscience.org/resource/SIO_001121)
8051
9093
  */
8052
9094
  public static Resource gene_disease_biomarker_association() {
@@ -8078,17 +9120,25 @@ public class SIO {
8078
9120
  }
8079
9121
 
8080
9122
  /**
8081
- * a gene disease-association in which the disease phenotype is associated with post-translational modifications in the protein product.
9123
+ * a gene-disease association in which the disease phenotype is associated with post-translational modifications in the protein product.
8082
9124
  * (http://semanticscience.org/resource/SIO_001124)
8083
9125
  */
8084
9126
  public static Resource gene_disease_association_linked_with_post_translational_modification() {
8085
9127
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001124");
8086
9128
  }
8087
9129
 
9130
+ /**
9131
+ * -- No comment or description provided. --
9132
+ * (http://semanticscience.org/resource/SIO_001125)
9133
+ */
8088
9134
  public static Resource regulation_of_transcription() {
8089
9135
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001125");
8090
9136
  }
8091
9137
 
9138
+ /**
9139
+ * -- No comment or description provided. --
9140
+ * (http://semanticscience.org/resource/SIO_001126)
9141
+ */
8092
9142
  public static Resource regulation_of_translation() {
8093
9143
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001126");
8094
9144
  }
@@ -8101,18 +9151,34 @@ public class SIO {
8101
9151
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001127");
8102
9152
  }
8103
9153
 
9154
+ /**
9155
+ * -- No comment or description provided. --
9156
+ * (http://semanticscience.org/resource/SIO_001128)
9157
+ */
8104
9158
  public static Resource regulation_of_molecular_production() {
8105
9159
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001128");
8106
9160
  }
8107
9161
 
9162
+ /**
9163
+ * -- No comment or description provided. --
9164
+ * (http://semanticscience.org/resource/SIO_001129)
9165
+ */
8108
9166
  public static Resource regulation_of_molecular_degradation() {
8109
9167
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001129");
8110
9168
  }
8111
9169
 
9170
+ /**
9171
+ * -- No comment or description provided. --
9172
+ * (http://semanticscience.org/resource/SIO_001130)
9173
+ */
8112
9174
  public static Resource protein_mediated_regulation_of_translation() {
8113
9175
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001130");
8114
9176
  }
8115
9177
 
9178
+ /**
9179
+ * -- No comment or description provided. --
9180
+ * (http://semanticscience.org/resource/SIO_001131)
9181
+ */
8116
9182
  public static Resource rna_mediated_regulation_of_translation() {
8117
9183
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001131");
8118
9184
  }
@@ -8125,106 +9191,210 @@ public class SIO {
8125
9191
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001132");
8126
9192
  }
8127
9193
 
9194
+ /**
9195
+ * -- No comment or description provided. --
9196
+ * (http://semanticscience.org/resource/SIO_001133)
9197
+ */
8128
9198
  public static Resource increased_frequency_of_process() {
8129
9199
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001133");
8130
9200
  }
8131
9201
 
9202
+ /**
9203
+ * -- No comment or description provided. --
9204
+ * (http://semanticscience.org/resource/SIO_001134)
9205
+ */
8132
9206
  public static Resource decreased_frequency_of_process() {
8133
9207
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001134");
8134
9208
  }
8135
9209
 
9210
+ /**
9211
+ * -- No comment or description provided. --
9212
+ * (http://semanticscience.org/resource/SIO_001135)
9213
+ */
8136
9214
  public static Resource regulation_of_process_frequency() {
8137
9215
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001135");
8138
9216
  }
8139
9217
 
9218
+ /**
9219
+ * -- No comment or description provided. --
9220
+ * (http://semanticscience.org/resource/SIO_001136)
9221
+ */
8140
9222
  public static Resource regulation_of_process_duration() {
8141
9223
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001136");
8142
9224
  }
8143
9225
 
9226
+ /**
9227
+ * -- No comment or description provided. --
9228
+ * (http://semanticscience.org/resource/SIO_001137)
9229
+ */
8144
9230
  public static Resource increased_duration_of_process() {
8145
9231
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001137");
8146
9232
  }
8147
9233
 
9234
+ /**
9235
+ * -- No comment or description provided. --
9236
+ * (http://semanticscience.org/resource/SIO_001138)
9237
+ */
8148
9238
  public static Resource decreased_duration_of_process() {
8149
9239
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001138");
8150
9240
  }
8151
9241
 
9242
+ /**
9243
+ * -- No comment or description provided. --
9244
+ * (http://semanticscience.org/resource/SIO_001139)
9245
+ */
8152
9246
  public static Resource regulation_of_process_spatial_extent() {
8153
9247
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001139");
8154
9248
  }
8155
9249
 
9250
+ /**
9251
+ * -- No comment or description provided. --
9252
+ * (http://semanticscience.org/resource/SIO_001140)
9253
+ */
8156
9254
  public static Resource increased_spatial_extent_of_process() {
8157
9255
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001140");
8158
9256
  }
8159
9257
 
9258
+ /**
9259
+ * -- No comment or description provided. --
9260
+ * (http://semanticscience.org/resource/SIO_001141)
9261
+ */
8160
9262
  public static Resource decreased_spatial_extent_of_process() {
8161
9263
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001141");
8162
9264
  }
8163
9265
 
9266
+ /**
9267
+ * -- No comment or description provided. --
9268
+ * (http://semanticscience.org/resource/SIO_001142)
9269
+ */
8164
9270
  public static Resource maintenance_of_spatial_extent_of_process() {
8165
9271
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001142");
8166
9272
  }
8167
9273
 
9274
+ /**
9275
+ * -- No comment or description provided. --
9276
+ * (http://semanticscience.org/resource/SIO_001143)
9277
+ */
8168
9278
  public static Resource maintenance_of_duration_of_process() {
8169
9279
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001143");
8170
9280
  }
8171
9281
 
9282
+ /**
9283
+ * -- No comment or description provided. --
9284
+ * (http://semanticscience.org/resource/SIO_001144)
9285
+ */
8172
9286
  public static Resource maintenance_of_frequency_of_process() {
8173
9287
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001144");
8174
9288
  }
8175
9289
 
9290
+ /**
9291
+ * -- No comment or description provided. --
9292
+ * (http://semanticscience.org/resource/SIO_001145)
9293
+ */
8176
9294
  public static Resource regulation_of_participant_quantity() {
8177
9295
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001145");
8178
9296
  }
8179
9297
 
9298
+ /**
9299
+ * -- No comment or description provided. --
9300
+ * (http://semanticscience.org/resource/SIO_001146)
9301
+ */
8180
9302
  public static Resource increased_object_production() {
8181
9303
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001146");
8182
9304
  }
8183
9305
 
9306
+ /**
9307
+ * -- No comment or description provided. --
9308
+ * (http://semanticscience.org/resource/SIO_001147)
9309
+ */
8184
9310
  public static Resource decreased_object_production() {
8185
9311
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001147");
8186
9312
  }
8187
9313
 
9314
+ /**
9315
+ * -- No comment or description provided. --
9316
+ * (http://semanticscience.org/resource/SIO_001148)
9317
+ */
8188
9318
  public static Resource increased_object_consumption() {
8189
9319
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001148");
8190
9320
  }
8191
9321
 
9322
+ /**
9323
+ * -- No comment or description provided. --
9324
+ * (http://semanticscience.org/resource/SIO_001149)
9325
+ */
8192
9326
  public static Resource decreased_object_consumption() {
8193
9327
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001149");
8194
9328
  }
8195
9329
 
9330
+ /**
9331
+ * -- No comment or description provided. --
9332
+ * (http://semanticscience.org/resource/SIO_001150)
9333
+ */
8196
9334
  public static Resource regulation_of_object_consumption() {
8197
9335
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001150");
8198
9336
  }
8199
9337
 
9338
+ /**
9339
+ * -- No comment or description provided. --
9340
+ * (http://semanticscience.org/resource/SIO_001151)
9341
+ */
8200
9342
  public static Resource regulation_of_object_production() {
8201
9343
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001151");
8202
9344
  }
8203
9345
 
9346
+ /**
9347
+ * -- No comment or description provided. --
9348
+ * (http://semanticscience.org/resource/SIO_001152)
9349
+ */
8204
9350
  public static Resource maintenance_of_object_production() {
8205
9351
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001152");
8206
9352
  }
8207
9353
 
9354
+ /**
9355
+ * -- No comment or description provided. --
9356
+ * (http://semanticscience.org/resource/SIO_001153)
9357
+ */
8208
9358
  public static Resource maintenance_of_object_consumption() {
8209
9359
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001153");
8210
9360
  }
8211
9361
 
9362
+ /**
9363
+ * -- No comment or description provided. --
9364
+ * (http://semanticscience.org/resource/SIO_001160)
9365
+ */
8212
9366
  public static Resource number_of_objects_produced() {
8213
9367
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001160");
8214
9368
  }
8215
9369
 
9370
+ /**
9371
+ * -- No comment or description provided. --
9372
+ * (http://semanticscience.org/resource/SIO_001161)
9373
+ */
8216
9374
  public static Resource number_of_objects_consumed() {
8217
9375
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001161");
8218
9376
  }
8219
9377
 
9378
+ /**
9379
+ * -- No comment or description provided. --
9380
+ * (http://semanticscience.org/resource/SIO_001162)
9381
+ */
8220
9382
  public static Resource change_in_number_of_objects_produced() {
8221
9383
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001162");
8222
9384
  }
8223
9385
 
9386
+ /**
9387
+ * -- No comment or description provided. --
9388
+ * (http://semanticscience.org/resource/SIO_001163)
9389
+ */
8224
9390
  public static Resource increase_in_number_of_objects_produced() {
8225
9391
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001163");
8226
9392
  }
8227
9393
 
9394
+ /**
9395
+ * -- No comment or description provided. --
9396
+ * (http://semanticscience.org/resource/SIO_001164)
9397
+ */
8228
9398
  public static Resource decrease_in_number_of_objects_produced() {
8229
9399
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001164");
8230
9400
  }
@@ -8277,6 +9447,134 @@ public class SIO {
8277
9447
  return _namespace_SIO("http://semanticscience.org/resource/SIO_001170");
8278
9448
  }
8279
9449
 
9450
+ /**
9451
+ * a database cross-reference is an association between one data item and another
9452
+ * (http://semanticscience.org/resource/SIO_001171)
9453
+ */
9454
+ public static Resource database_cross_reference() {
9455
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001171");
9456
+ }
9457
+
9458
+ /**
9459
+ * a database cross-reference is an association between one data item and another
9460
+ * (http://semanticscience.org/resource/SIO_001171)
9461
+ */
9462
+ public static Resource dbxref() {
9463
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001171");
9464
+ }
9465
+
9466
+ /**
9467
+ * an exact cross-reference is a database cross-reference in which one entity is equivalent to the other based on all the entitie"s attributes (minus the source)
9468
+ * (http://semanticscience.org/resource/SIO_001172)
9469
+ */
9470
+ public static Resource exact_cross_reference() {
9471
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001172");
9472
+ }
9473
+
9474
+ /**
9475
+ * -- No comment or description provided. --
9476
+ * (http://semanticscience.org/resource/SIO_001173)
9477
+ */
9478
+ public static Resource double_stranded_DNA() {
9479
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001173");
9480
+ }
9481
+
9482
+ /**
9483
+ * a nucleic acid strand is a single-stranded nucleic acid that is part of a double stranded nucleic acid complex.
9484
+ * (http://semanticscience.org/resource/SIO_001174)
9485
+ */
9486
+ public static Resource nucleic_acid_strand() {
9487
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001174");
9488
+ }
9489
+
9490
+ /**
9491
+ * -- No comment or description provided. --
9492
+ * (http://semanticscience.org/resource/SIO_001175)
9493
+ */
9494
+ public static Resource positive_nucleic_acid_strand() {
9495
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001175");
9496
+ }
9497
+
9498
+ /**
9499
+ * -- No comment or description provided. --
9500
+ * (http://semanticscience.org/resource/SIO_001176)
9501
+ */
9502
+ public static Resource negative_nucleic_acid_strand() {
9503
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001176");
9504
+ }
9505
+
9506
+ /**
9507
+ * -- No comment or description provided. --
9508
+ * (http://semanticscience.org/resource/SIO_001177)
9509
+ */
9510
+ public static Resource double_stranded_nucleic_acid() {
9511
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001177");
9512
+ }
9513
+
9514
+ /**
9515
+ * -- No comment or description provided. --
9516
+ * (http://semanticscience.org/resource/SIO_001178)
9517
+ */
9518
+ public static Resource double_stranded_RNA() {
9519
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001178");
9520
+ }
9521
+
9522
+ /**
9523
+ * -- No comment or description provided. --
9524
+ * (http://semanticscience.org/resource/SIO_001179)
9525
+ */
9526
+ public static Resource full_agreement() {
9527
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001179");
9528
+ }
9529
+
9530
+ /**
9531
+ * -- No comment or description provided. --
9532
+ * (http://semanticscience.org/resource/SIO_001180)
9533
+ */
9534
+ public static Resource partial_agreement() {
9535
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001180");
9536
+ }
9537
+
9538
+ /**
9539
+ * -- No comment or description provided. --
9540
+ * (http://semanticscience.org/resource/SIO_001181)
9541
+ */
9542
+ public static Resource full_disagreement() {
9543
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001181");
9544
+ }
9545
+
9546
+ /**
9547
+ * -- No comment or description provided. --
9548
+ * (http://semanticscience.org/resource/SIO_001182)
9549
+ */
9550
+ public static Resource partial_disagreement() {
9551
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001182");
9552
+ }
9553
+
9554
+ /**
9555
+ * a statement is a proposition that is either (a) a meaningful declarative sentence that is either true or false, or (b) that which a true or false declarative sentence asserts
9556
+ * (http://semanticscience.org/resource/SIO_001183)
9557
+ */
9558
+ public static Resource statement() {
9559
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001183");
9560
+ }
9561
+
9562
+ /**
9563
+ * a slope or gradient of a line describes its steepness, incline, or grade. A higher slope value indicates a steeper incline. Slope is normally described by the ratio of the "rise" divided by the "run" between two points on a line.
9564
+ * (http://semanticscience.org/resource/SIO_001184)
9565
+ */
9566
+ public static Resource slope() {
9567
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001184");
9568
+ }
9569
+
9570
+ /**
9571
+ * a software process identifier is an identifier for a software process in some operating system.
9572
+ * (http://semanticscience.org/resource/SIO_001185)
9573
+ */
9574
+ public static Resource software_process_identifier() {
9575
+ return _namespace_SIO("http://semanticscience.org/resource/SIO_001185");
9576
+ }
9577
+
8280
9578
  /**
8281
9579
  * a biological organisn is a biological entity that consists of one or more cells and is capable of genomic replication (independently or not).
8282
9580
  * (http://semanticscience.org/resource/SIO_010000)
@@ -8325,22 +9623,42 @@ public class SIO {
8325
9623
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010005");
8326
9624
  }
8327
9625
 
9626
+ /**
9627
+ * -- No comment or description provided. --
9628
+ * (http://semanticscience.org/resource/SIO_010007)
9629
+ */
8328
9630
  public static Resource polypeptide() {
8329
9631
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010007");
8330
9632
  }
8331
9633
 
9634
+ /**
9635
+ * -- No comment or description provided. --
9636
+ * (http://semanticscience.org/resource/SIO_010008)
9637
+ */
8332
9638
  public static Resource nucleic_acid() {
8333
9639
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010008");
8334
9640
  }
8335
9641
 
9642
+ /**
9643
+ * -- No comment or description provided. --
9644
+ * (http://semanticscience.org/resource/SIO_010009)
9645
+ */
8336
9646
  public static Resource ribonucleic_acid() {
8337
9647
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010009");
8338
9648
  }
8339
9649
 
9650
+ /**
9651
+ * -- No comment or description provided. --
9652
+ * (http://semanticscience.org/resource/SIO_010010)
9653
+ */
8340
9654
  public static Resource deoxyribonucleic_acid() {
8341
9655
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010010");
8342
9656
  }
8343
9657
 
9658
+ /**
9659
+ * -- No comment or description provided. --
9660
+ * (http://semanticscience.org/resource/SIO_010011)
9661
+ */
8344
9662
  public static Resource lipid() {
8345
9663
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010011");
8346
9664
  }
@@ -8353,34 +9671,66 @@ public class SIO {
8353
9671
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010013");
8354
9672
  }
8355
9673
 
9674
+ /**
9675
+ * -- No comment or description provided. --
9676
+ * (http://semanticscience.org/resource/SIO_010014)
9677
+ */
8356
9678
  public static Resource primary_structure_descriptor() {
8357
9679
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010014");
8358
9680
  }
8359
9681
 
9682
+ /**
9683
+ * -- No comment or description provided. --
9684
+ * (http://semanticscience.org/resource/SIO_010015)
9685
+ */
8360
9686
  public static Resource protein_sequence() {
8361
9687
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010015");
8362
9688
  }
8363
9689
 
9690
+ /**
9691
+ * -- No comment or description provided. --
9692
+ * (http://semanticscience.org/resource/SIO_010015)
9693
+ */
8364
9694
  public static Resource polypeptide_sequence() {
8365
9695
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010015");
8366
9696
  }
8367
9697
 
9698
+ /**
9699
+ * -- No comment or description provided. --
9700
+ * (http://semanticscience.org/resource/SIO_010016)
9701
+ */
8368
9702
  public static Resource nucleic_acid_sequence() {
8369
9703
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010016");
8370
9704
  }
8371
9705
 
9706
+ /**
9707
+ * -- No comment or description provided. --
9708
+ * (http://semanticscience.org/resource/SIO_010017)
9709
+ */
8372
9710
  public static Resource ribonucleic_acid_sequence() {
8373
9711
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010017");
8374
9712
  }
8375
9713
 
9714
+ /**
9715
+ * -- No comment or description provided. --
9716
+ * (http://semanticscience.org/resource/SIO_010017)
9717
+ */
8376
9718
  public static Resource RNA_sequence() {
8377
9719
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010017");
8378
9720
  }
8379
9721
 
9722
+ /**
9723
+ * -- No comment or description provided. --
9724
+ * (http://semanticscience.org/resource/SIO_010018)
9725
+ */
8380
9726
  public static Resource deoxyribonucleic_acid_sequence() {
8381
9727
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010018");
8382
9728
  }
8383
9729
 
9730
+ /**
9731
+ * -- No comment or description provided. --
9732
+ * (http://semanticscience.org/resource/SIO_010018)
9733
+ */
8384
9734
  public static Resource DNA_sequence() {
8385
9735
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010018");
8386
9736
  }
@@ -8401,18 +9751,34 @@ public class SIO {
8401
9751
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010020");
8402
9752
  }
8403
9753
 
9754
+ /**
9755
+ * -- No comment or description provided. --
9756
+ * (http://semanticscience.org/resource/SIO_010022)
9757
+ */
8404
9758
  public static Resource secondary_structure_descriptor() {
8405
9759
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010022");
8406
9760
  }
8407
9761
 
9762
+ /**
9763
+ * -- No comment or description provided. --
9764
+ * (http://semanticscience.org/resource/SIO_010023)
9765
+ */
8408
9766
  public static Resource tertiary_structure_descriptor() {
8409
9767
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010023");
8410
9768
  }
8411
9769
 
9770
+ /**
9771
+ * -- No comment or description provided. --
9772
+ * (http://semanticscience.org/resource/SIO_010024)
9773
+ */
8412
9774
  public static Resource quaternary_structure() {
8413
9775
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010024");
8414
9776
  }
8415
9777
 
9778
+ /**
9779
+ * -- No comment or description provided. --
9780
+ * (http://semanticscience.org/resource/SIO_010025)
9781
+ */
8416
9782
  public static Resource carbohydrate_polymer() {
8417
9783
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010025");
8418
9784
  }
@@ -8433,14 +9799,26 @@ public class SIO {
8433
9799
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010027");
8434
9800
  }
8435
9801
 
9802
+ /**
9803
+ * -- No comment or description provided. --
9804
+ * (http://semanticscience.org/resource/SIO_010028)
9805
+ */
8436
9806
  public static Resource genetic_data() {
8437
9807
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010028");
8438
9808
  }
8439
9809
 
9810
+ /**
9811
+ * -- No comment or description provided. --
9812
+ * (http://semanticscience.org/resource/SIO_010029)
9813
+ */
8440
9814
  public static Resource biological_sex() {
8441
9815
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010029");
8442
9816
  }
8443
9817
 
9818
+ /**
9819
+ * -- No comment or description provided. --
9820
+ * (http://semanticscience.org/resource/SIO_010030)
9821
+ */
8444
9822
  public static Resource monosaccharide() {
8445
9823
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010030");
8446
9824
  }
@@ -8517,10 +9895,18 @@ public class SIO {
8517
9895
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010039");
8518
9896
  }
8519
9897
 
9898
+ /**
9899
+ * -- No comment or description provided. --
9900
+ * (http://semanticscience.org/resource/SIO_010040)
9901
+ */
8520
9902
  public static Resource binding_site() {
8521
9903
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010040");
8522
9904
  }
8523
9905
 
9906
+ /**
9907
+ * -- No comment or description provided. --
9908
+ * (http://semanticscience.org/resource/SIO_010041)
9909
+ */
8524
9910
  public static Resource active_site() {
8525
9911
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010041");
8526
9912
  }
@@ -8533,6 +9919,10 @@ public class SIO {
8533
9919
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010042");
8534
9920
  }
8535
9921
 
9922
+ /**
9923
+ * a protein is an organic polymer that is composed of a linear polymer of amino acids.
9924
+ * (http://semanticscience.org/resource/SIO_010043)
9925
+ */
8536
9926
  public static Resource protein() {
8537
9927
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010043");
8538
9928
  }
@@ -8577,10 +9967,18 @@ public class SIO {
8577
9967
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010048");
8578
9968
  }
8579
9969
 
9970
+ /**
9971
+ * -- No comment or description provided. --
9972
+ * (http://semanticscience.org/resource/SIO_010049)
9973
+ */
8580
9974
  public static Resource molecular_site() {
8581
9975
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010049");
8582
9976
  }
8583
9977
 
9978
+ /**
9979
+ * -- No comment or description provided. --
9980
+ * (http://semanticscience.org/resource/SIO_010050)
9981
+ */
8584
9982
  public static Resource allosteric_site() {
8585
9983
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010050");
8586
9984
  }
@@ -8601,6 +9999,10 @@ public class SIO {
8601
9999
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010052");
8602
10000
  }
8603
10001
 
10002
+ /**
10003
+ * -- No comment or description provided. --
10004
+ * (http://semanticscience.org/resource/SIO_010053)
10005
+ */
8604
10006
  public static Resource lineage() {
8605
10007
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010053");
8606
10008
  }
@@ -8629,6 +10031,10 @@ public class SIO {
8629
10031
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010056");
8630
10032
  }
8631
10033
 
10034
+ /**
10035
+ * -- No comment or description provided. --
10036
+ * (http://semanticscience.org/resource/SIO_010057)
10037
+ */
8632
10038
  public static Resource organismal_stative_quality() {
8633
10039
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010057");
8634
10040
  }
@@ -8649,10 +10055,18 @@ public class SIO {
8649
10055
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010059");
8650
10056
  }
8651
10057
 
10058
+ /**
10059
+ * -- No comment or description provided. --
10060
+ * (http://semanticscience.org/resource/SIO_010060)
10061
+ */
8652
10062
  public static Resource family_history() {
8653
10063
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010060");
8654
10064
  }
8655
10065
 
10066
+ /**
10067
+ * -- No comment or description provided. --
10068
+ * (http://semanticscience.org/resource/SIO_010061)
10069
+ */
8656
10070
  public static Resource generation_number() {
8657
10071
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010061");
8658
10072
  }
@@ -8665,22 +10079,42 @@ public class SIO {
8665
10079
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010064");
8666
10080
  }
8667
10081
 
10082
+ /**
10083
+ * -- No comment or description provided. --
10084
+ * (http://semanticscience.org/resource/SIO_010065)
10085
+ */
8668
10086
  public static Resource bioinformatic_data() {
8669
10087
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010065");
8670
10088
  }
8671
10089
 
10090
+ /**
10091
+ * -- No comment or description provided. --
10092
+ * (http://semanticscience.org/resource/SIO_010066)
10093
+ */
8672
10094
  public static Resource sequence_alignment() {
8673
10095
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010066");
8674
10096
  }
8675
10097
 
10098
+ /**
10099
+ * -- No comment or description provided. --
10100
+ * (http://semanticscience.org/resource/SIO_010067)
10101
+ */
8676
10102
  public static Resource multiple_sequence_alignment() {
8677
10103
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010067");
8678
10104
  }
8679
10105
 
10106
+ /**
10107
+ * -- No comment or description provided. --
10108
+ * (http://semanticscience.org/resource/SIO_010068)
10109
+ */
8680
10110
  public static Resource pairwise_sequence_alignment() {
8681
10111
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010068");
8682
10112
  }
8683
10113
 
10114
+ /**
10115
+ * -- No comment or description provided. --
10116
+ * (http://semanticscience.org/resource/SIO_010071)
10117
+ */
8684
10118
  public static Resource organic_submolecule() {
8685
10119
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010071");
8686
10120
  }
@@ -8693,14 +10127,26 @@ public class SIO {
8693
10127
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010072");
8694
10128
  }
8695
10129
 
10130
+ /**
10131
+ * -- No comment or description provided. --
10132
+ * (http://semanticscience.org/resource/SIO_010073)
10133
+ */
8696
10134
  public static Resource open_reading_frame() {
8697
10135
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010073");
8698
10136
  }
8699
10137
 
10138
+ /**
10139
+ * -- No comment or description provided. --
10140
+ * (http://semanticscience.org/resource/SIO_010074)
10141
+ */
8700
10142
  public static Resource amino_acid_residue() {
8701
10143
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010074");
8702
10144
  }
8703
10145
 
10146
+ /**
10147
+ * -- No comment or description provided. --
10148
+ * (http://semanticscience.org/resource/SIO_010075)
10149
+ */
8704
10150
  public static Resource nucleotide_residue() {
8705
10151
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010075");
8706
10152
  }
@@ -8729,50 +10175,98 @@ public class SIO {
8729
10175
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010084");
8730
10176
  }
8731
10177
 
10178
+ /**
10179
+ * -- No comment or description provided. --
10180
+ * (http://semanticscience.org/resource/SIO_010085)
10181
+ */
8732
10182
  public static Resource gene_regulatory_component() {
8733
10183
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010085");
8734
10184
  }
8735
10185
 
10186
+ /**
10187
+ * -- No comment or description provided. --
10188
+ * (http://semanticscience.org/resource/SIO_010086)
10189
+ */
8736
10190
  public static Resource enhancer() {
8737
10191
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010086");
8738
10192
  }
8739
10193
 
10194
+ /**
10195
+ * -- No comment or description provided. --
10196
+ * (http://semanticscience.org/resource/SIO_010087)
10197
+ */
8740
10198
  public static Resource inactive_ingredient() {
8741
10199
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010087");
8742
10200
  }
8743
10201
 
10202
+ /**
10203
+ * -- No comment or description provided. --
10204
+ * (http://semanticscience.org/resource/SIO_010088)
10205
+ */
8744
10206
  public static Resource to_serve_as_a_template_for_molecular_synthesis() {
8745
10207
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010088");
8746
10208
  }
8747
10209
 
10210
+ /**
10211
+ * -- No comment or description provided. --
10212
+ * (http://semanticscience.org/resource/SIO_010089)
10213
+ */
8748
10214
  public static Resource to_serve_as_a_template_for_protein_synthesis() {
8749
10215
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010089");
8750
10216
  }
8751
10217
 
10218
+ /**
10219
+ * -- No comment or description provided. --
10220
+ * (http://semanticscience.org/resource/SIO_010090)
10221
+ */
8752
10222
  public static Resource to_serve_as_a_template_for_RNA_synthesis() {
8753
10223
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010090");
8754
10224
  }
8755
10225
 
10226
+ /**
10227
+ * -- No comment or description provided. --
10228
+ * (http://semanticscience.org/resource/SIO_010091)
10229
+ */
8756
10230
  public static Resource to_serve_as_a_template_for_DNA_synthesis() {
8757
10231
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010091");
8758
10232
  }
8759
10233
 
10234
+ /**
10235
+ * -- No comment or description provided. --
10236
+ * (http://semanticscience.org/resource/SIO_010092)
10237
+ */
8760
10238
  public static Resource deoxyribonucleic_acid_template() {
8761
10239
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010092");
8762
10240
  }
8763
10241
 
10242
+ /**
10243
+ * -- No comment or description provided. --
10244
+ * (http://semanticscience.org/resource/SIO_010093)
10245
+ */
8764
10246
  public static Resource deoxyribonucleic_acid_primer() {
8765
10247
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010093");
8766
10248
  }
8767
10249
 
10250
+ /**
10251
+ * -- No comment or description provided. --
10252
+ * (http://semanticscience.org/resource/SIO_010094)
10253
+ */
8768
10254
  public static Resource to_serve_as_a_primer_for_DNA_synthesis() {
8769
10255
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010094");
8770
10256
  }
8771
10257
 
10258
+ /**
10259
+ * -- No comment or description provided. --
10260
+ * (http://semanticscience.org/resource/SIO_010095)
10261
+ */
8772
10262
  public static Resource RNA_transcript_component() {
8773
10263
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010095");
8774
10264
  }
8775
10265
 
10266
+ /**
10267
+ * -- No comment or description provided. --
10268
+ * (http://semanticscience.org/resource/SIO_010096)
10269
+ */
8776
10270
  public static Resource mature_mRNA() {
8777
10271
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010096");
8778
10272
  }
@@ -8785,10 +10279,18 @@ public class SIO {
8785
10279
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010097");
8786
10280
  }
8787
10281
 
10282
+ /**
10283
+ * -- No comment or description provided. --
10284
+ * (http://semanticscience.org/resource/SIO_010098)
10285
+ */
8788
10286
  public static Resource mRNA_splice_variant() {
8789
10287
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010098");
8790
10288
  }
8791
10289
 
10290
+ /**
10291
+ * -- No comment or description provided. --
10292
+ * (http://semanticscience.org/resource/SIO_010099)
10293
+ */
8792
10294
  public static Resource messenger_RNA() {
8793
10295
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010099");
8794
10296
  }
@@ -8841,10 +10343,18 @@ public class SIO {
8841
10343
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010284");
8842
10344
  }
8843
10345
 
10346
+ /**
10347
+ * -- No comment or description provided. --
10348
+ * (http://semanticscience.org/resource/SIO_010285)
10349
+ */
8844
10350
  public static Resource molecular_complex_formation() {
8845
10351
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010285");
8846
10352
  }
8847
10353
 
10354
+ /**
10355
+ * -- No comment or description provided. --
10356
+ * (http://semanticscience.org/resource/SIO_010286)
10357
+ */
8848
10358
  public static Resource molecular_complex_dissociation() {
8849
10359
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010286");
8850
10360
  }
@@ -8905,6 +10415,10 @@ public class SIO {
8905
10415
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010296");
8906
10416
  }
8907
10417
 
10418
+ /**
10419
+ * -- No comment or description provided. --
10420
+ * (http://semanticscience.org/resource/SIO_010298)
10421
+ */
8908
10422
  public static Resource medical_data() {
8909
10423
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010298");
8910
10424
  }
@@ -8933,6 +10447,10 @@ public class SIO {
8933
10447
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010301");
8934
10448
  }
8935
10449
 
10450
+ /**
10451
+ * -- No comment or description provided. --
10452
+ * (http://semanticscience.org/resource/SIO_010307)
10453
+ */
8936
10454
  public static Resource molecular_modification() {
8937
10455
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010307");
8938
10456
  }
@@ -8961,22 +10479,42 @@ public class SIO {
8961
10479
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010310");
8962
10480
  }
8963
10481
 
10482
+ /**
10483
+ * -- No comment or description provided. --
10484
+ * (http://semanticscience.org/resource/SIO_010334)
10485
+ */
8964
10486
  public static Resource carbohydrate_residue() {
8965
10487
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010334");
8966
10488
  }
8967
10489
 
10490
+ /**
10491
+ * a nucleic acid part is a component of a nucleic acid.
10492
+ * (http://semanticscience.org/resource/SIO_010335)
10493
+ */
8968
10494
  public static Resource nucleic_acid_part() {
8969
10495
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010335");
8970
10496
  }
8971
10497
 
10498
+ /**
10499
+ * -- No comment or description provided. --
10500
+ * (http://semanticscience.org/resource/SIO_010336)
10501
+ */
8972
10502
  public static Resource deoxyribonucleotide_residue() {
8973
10503
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010336");
8974
10504
  }
8975
10505
 
10506
+ /**
10507
+ * -- No comment or description provided. --
10508
+ * (http://semanticscience.org/resource/SIO_010337)
10509
+ */
8976
10510
  public static Resource ribonucleotide_residue() {
8977
10511
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010337");
8978
10512
  }
8979
10513
 
10514
+ /**
10515
+ * -- No comment or description provided. --
10516
+ * (http://semanticscience.org/resource/SIO_010338)
10517
+ */
8980
10518
  public static Resource pharmaceutical_component() {
8981
10519
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010338");
8982
10520
  }
@@ -9029,14 +10567,26 @@ public class SIO {
9029
10567
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010345");
9030
10568
  }
9031
10569
 
10570
+ /**
10571
+ * -- No comment or description provided. --
10572
+ * (http://semanticscience.org/resource/SIO_010346)
10573
+ */
9032
10574
  public static Resource organic_polymer() {
9033
10575
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010346");
9034
10576
  }
9035
10577
 
10578
+ /**
10579
+ * -- No comment or description provided. --
10580
+ * (http://semanticscience.org/resource/SIO_010347)
10581
+ */
9036
10582
  public static Resource to_modify_conformation_of() {
9037
10583
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010347");
9038
10584
  }
9039
10585
 
10586
+ /**
10587
+ * -- No comment or description provided. --
10588
+ * (http://semanticscience.org/resource/SIO_010349)
10589
+ */
9040
10590
  public static Resource to_cleave() {
9041
10591
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010349");
9042
10592
  }
@@ -9057,22 +10607,42 @@ public class SIO {
9057
10607
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010353");
9058
10608
  }
9059
10609
 
10610
+ /**
10611
+ * -- No comment or description provided. --
10612
+ * (http://semanticscience.org/resource/SIO_010354)
10613
+ */
9060
10614
  public static Resource to_conformationally_activate() {
9061
10615
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010354");
9062
10616
  }
9063
10617
 
10618
+ /**
10619
+ * -- No comment or description provided. --
10620
+ * (http://semanticscience.org/resource/SIO_010355)
10621
+ */
9064
10622
  public static Resource to_conformationally_inhibit() {
9065
10623
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010355");
9066
10624
  }
9067
10625
 
10626
+ /**
10627
+ * -- No comment or description provided. --
10628
+ * (http://semanticscience.org/resource/SIO_010360)
10629
+ */
9068
10630
  public static Resource to_modify_oxidation_state_of() {
9069
10631
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010360");
9070
10632
  }
9071
10633
 
10634
+ /**
10635
+ * -- No comment or description provided. --
10636
+ * (http://semanticscience.org/resource/SIO_010362)
10637
+ */
9072
10638
  public static Resource substrate() {
9073
10639
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010362");
9074
10640
  }
9075
10641
 
10642
+ /**
10643
+ * -- No comment or description provided. --
10644
+ * (http://semanticscience.org/resource/SIO_010363)
10645
+ */
9076
10646
  public static Resource product() {
9077
10647
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010363");
9078
10648
  }
@@ -9181,14 +10751,26 @@ public class SIO {
9181
10751
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010376");
9182
10752
  }
9183
10753
 
10754
+ /**
10755
+ * -- No comment or description provided. --
10756
+ * (http://semanticscience.org/resource/SIO_010377)
10757
+ */
9184
10758
  public static Resource cellular_organism() {
9185
10759
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010377");
9186
10760
  }
9187
10761
 
10762
+ /**
10763
+ * -- No comment or description provided. --
10764
+ * (http://semanticscience.org/resource/SIO_010378)
10765
+ */
9188
10766
  public static Resource non_cellular_organism() {
9189
10767
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010378");
9190
10768
  }
9191
10769
 
10770
+ /**
10771
+ * -- No comment or description provided. --
10772
+ * (http://semanticscience.org/resource/SIO_010379)
10773
+ */
9192
10774
  public static Resource virus() {
9193
10775
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010379");
9194
10776
  }
@@ -9201,6 +10783,10 @@ public class SIO {
9201
10783
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010383");
9202
10784
  }
9203
10785
 
10786
+ /**
10787
+ * -- No comment or description provided. --
10788
+ * (http://semanticscience.org/resource/SIO_010410)
10789
+ */
9204
10790
  public static Resource specialized_chemical_entity() {
9205
10791
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010410");
9206
10792
  }
@@ -9269,10 +10855,18 @@ public class SIO {
9269
10855
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010419");
9270
10856
  }
9271
10857
 
10858
+ /**
10859
+ * -- No comment or description provided. --
10860
+ * (http://semanticscience.org/resource/SIO_010420)
10861
+ */
9272
10862
  public static Resource receptor() {
9273
10863
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010420");
9274
10864
  }
9275
10865
 
10866
+ /**
10867
+ * -- No comment or description provided. --
10868
+ * (http://semanticscience.org/resource/SIO_010423)
10869
+ */
9276
10870
  public static Resource target() {
9277
10871
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010423");
9278
10872
  }
@@ -9325,10 +10919,18 @@ public class SIO {
9325
10919
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010429");
9326
10920
  }
9327
10921
 
10922
+ /**
10923
+ * -- No comment or description provided. --
10924
+ * (http://semanticscience.org/resource/SIO_010430)
10925
+ */
9328
10926
  public static Resource test_role() {
9329
10927
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010430");
9330
10928
  }
9331
10929
 
10930
+ /**
10931
+ * -- No comment or description provided. --
10932
+ * (http://semanticscience.org/resource/SIO_010431)
10933
+ */
9332
10934
  public static Resource control_role() {
9333
10935
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010431");
9334
10936
  }
@@ -9373,18 +10975,34 @@ public class SIO {
9373
10975
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010436");
9374
10976
  }
9375
10977
 
10978
+ /**
10979
+ * -- No comment or description provided. --
10980
+ * (http://semanticscience.org/resource/SIO_010437)
10981
+ */
9376
10982
  public static Resource signal_transducer() {
9377
10983
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010437");
9378
10984
  }
9379
10985
 
10986
+ /**
10987
+ * -- No comment or description provided. --
10988
+ * (http://semanticscience.org/resource/SIO_010438)
10989
+ */
9380
10990
  public static Resource signal() {
9381
10991
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010438");
9382
10992
  }
9383
10993
 
10994
+ /**
10995
+ * -- No comment or description provided. --
10996
+ * (http://semanticscience.org/resource/SIO_010439)
10997
+ */
9384
10998
  public static Resource messenger() {
9385
10999
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010439");
9386
11000
  }
9387
11001
 
11002
+ /**
11003
+ * -- No comment or description provided. --
11004
+ * (http://semanticscience.org/resource/SIO_010440)
11005
+ */
9388
11006
  public static Resource second_messenger() {
9389
11007
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010440");
9390
11008
  }
@@ -9397,10 +11015,18 @@ public class SIO {
9397
11015
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010441");
9398
11016
  }
9399
11017
 
11018
+ /**
11019
+ * -- No comment or description provided. --
11020
+ * (http://semanticscience.org/resource/SIO_010442)
11021
+ */
9400
11022
  public static Resource charge_quality() {
9401
11023
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010442");
9402
11024
  }
9403
11025
 
11026
+ /**
11027
+ * -- No comment or description provided. --
11028
+ * (http://semanticscience.org/resource/SIO_010443)
11029
+ */
9404
11030
  public static Resource intron() {
9405
11031
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010443");
9406
11032
  }
@@ -9413,26 +11039,50 @@ public class SIO {
9413
11039
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010444");
9414
11040
  }
9415
11041
 
11042
+ /**
11043
+ * -- No comment or description provided. --
11044
+ * (http://semanticscience.org/resource/SIO_010445)
11045
+ */
9416
11046
  public static Resource exon() {
9417
11047
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010445");
9418
11048
  }
9419
11049
 
11050
+ /**
11051
+ * -- No comment or description provided. --
11052
+ * (http://semanticscience.org/resource/SIO_010446)
11053
+ */
9420
11054
  public static Resource promoter() {
9421
11055
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010446");
9422
11056
  }
9423
11057
 
11058
+ /**
11059
+ * -- No comment or description provided. --
11060
+ * (http://semanticscience.org/resource/SIO_010447)
11061
+ */
9424
11062
  public static Resource start_codon() {
9425
11063
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010447");
9426
11064
  }
9427
11065
 
11066
+ /**
11067
+ * -- No comment or description provided. --
11068
+ * (http://semanticscience.org/resource/SIO_010448)
11069
+ */
9428
11070
  public static Resource stop_codon() {
9429
11071
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010448");
9430
11072
  }
9431
11073
 
11074
+ /**
11075
+ * -- No comment or description provided. --
11076
+ * (http://semanticscience.org/resource/SIO_010450)
11077
+ */
9432
11078
  public static Resource RNA_transcript() {
9433
11079
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010450");
9434
11080
  }
9435
11081
 
11082
+ /**
11083
+ * -- No comment or description provided. --
11084
+ * (http://semanticscience.org/resource/SIO_010451)
11085
+ */
9436
11086
  public static Resource splice_site() {
9437
11087
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010451");
9438
11088
  }
@@ -9510,23 +11160,31 @@ public class SIO {
9510
11160
  }
9511
11161
 
9512
11162
  /**
9513
- * the quality of having a positive charge
11163
+ * a positive charge is a charge where the value is positive.
9514
11164
  * (http://semanticscience.org/resource/SIO_010461)
9515
11165
  */
9516
11166
  public static Resource positive_charge() {
9517
11167
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010461");
9518
11168
  }
9519
11169
 
11170
+ /**
11171
+ * -- No comment or description provided. --
11172
+ * (http://semanticscience.org/resource/SIO_010462)
11173
+ */
9520
11174
  public static Resource heterogeneous_substance() {
9521
11175
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010462");
9522
11176
  }
9523
11177
 
11178
+ /**
11179
+ * -- No comment or description provided. --
11180
+ * (http://semanticscience.org/resource/SIO_010463)
11181
+ */
9524
11182
  public static Resource homogeneous_substance() {
9525
11183
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010463");
9526
11184
  }
9527
11185
 
9528
11186
  /**
9529
- * the quality of having a negative charge
11187
+ * a negative charge is a charge where the value is negative.
9530
11188
  * (http://semanticscience.org/resource/SIO_010464)
9531
11189
  */
9532
11190
  public static Resource negative_charge() {
@@ -9541,14 +11199,26 @@ public class SIO {
9541
11199
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010465");
9542
11200
  }
9543
11201
 
11202
+ /**
11203
+ * -- No comment or description provided. --
11204
+ * (http://semanticscience.org/resource/SIO_010468)
11205
+ */
9544
11206
  public static Resource alpha_helix() {
9545
11207
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010468");
9546
11208
  }
9547
11209
 
11210
+ /**
11211
+ * -- No comment or description provided. --
11212
+ * (http://semanticscience.org/resource/SIO_010469)
11213
+ */
9548
11214
  public static Resource beta_strand() {
9549
11215
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010469");
9550
11216
  }
9551
11217
 
11218
+ /**
11219
+ * -- No comment or description provided. --
11220
+ * (http://semanticscience.org/resource/SIO_010471)
11221
+ */
9552
11222
  public static Resource protein_part() {
9553
11223
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010471");
9554
11224
  }
@@ -9569,22 +11239,42 @@ public class SIO {
9569
11239
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010497");
9570
11240
  }
9571
11241
 
11242
+ /**
11243
+ * -- No comment or description provided. --
11244
+ * (http://semanticscience.org/resource/SIO_010498)
11245
+ */
9572
11246
  public static Resource single_bond() {
9573
11247
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010498");
9574
11248
  }
9575
11249
 
11250
+ /**
11251
+ * -- No comment or description provided. --
11252
+ * (http://semanticscience.org/resource/SIO_010499)
11253
+ */
9576
11254
  public static Resource double_bond() {
9577
11255
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010499");
9578
11256
  }
9579
11257
 
11258
+ /**
11259
+ * -- No comment or description provided. --
11260
+ * (http://semanticscience.org/resource/SIO_010500)
11261
+ */
9580
11262
  public static Resource triple_bond() {
9581
11263
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010500");
9582
11264
  }
9583
11265
 
11266
+ /**
11267
+ * -- No comment or description provided. --
11268
+ * (http://semanticscience.org/resource/SIO_010501)
11269
+ */
9584
11270
  public static Resource aromatic_bond() {
9585
11271
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010501");
9586
11272
  }
9587
11273
 
11274
+ /**
11275
+ * -- No comment or description provided. --
11276
+ * (http://semanticscience.org/resource/SIO_010502)
11277
+ */
9588
11278
  public static Resource disulfide_bond() {
9589
11279
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010502");
9590
11280
  }
@@ -9605,6 +11295,10 @@ public class SIO {
9605
11295
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010504");
9606
11296
  }
9607
11297
 
11298
+ /**
11299
+ * -- No comment or description provided. --
11300
+ * (http://semanticscience.org/resource/SIO_010505)
11301
+ */
9608
11302
  public static Resource base_stack() {
9609
11303
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010505");
9610
11304
  }
@@ -9715,10 +11409,18 @@ public class SIO {
9715
11409
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010518");
9716
11410
  }
9717
11411
 
11412
+ /**
11413
+ * -- No comment or description provided. --
11414
+ * (http://semanticscience.org/resource/SIO_010519)
11415
+ */
9718
11416
  public static Resource polar_addition_reaction() {
9719
11417
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010519");
9720
11418
  }
9721
11419
 
11420
+ /**
11421
+ * -- No comment or description provided. --
11422
+ * (http://semanticscience.org/resource/SIO_010520)
11423
+ */
9722
11424
  public static Resource non_polar_addition_reaction() {
9723
11425
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010520");
9724
11426
  }
@@ -9748,7 +11450,7 @@ public class SIO {
9748
11450
  }
9749
11451
 
9750
11452
  /**
9751
- * a biochemical pathway specifies a series of biochemical reactions towards achieving some objective.
11453
+ * a biochemical pathway specifies a series of biochemical modifications and transformations towards achieving some biological outcome.
9752
11454
  * (http://semanticscience.org/resource/SIO_010525)
9753
11455
  */
9754
11456
  public static Resource biochemical_pathway() {
@@ -9763,18 +11465,34 @@ public class SIO {
9763
11465
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010526");
9764
11466
  }
9765
11467
 
11468
+ /**
11469
+ * -- No comment or description provided. --
11470
+ * (http://semanticscience.org/resource/SIO_010527)
11471
+ */
9766
11472
  public static Resource chemical_synthesis_pathway() {
9767
11473
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010527");
9768
11474
  }
9769
11475
 
11476
+ /**
11477
+ * -- No comment or description provided. --
11478
+ * (http://semanticscience.org/resource/SIO_010528)
11479
+ */
9770
11480
  public static Resource chemical_degradation_pathway() {
9771
11481
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010528");
9772
11482
  }
9773
11483
 
11484
+ /**
11485
+ * -- No comment or description provided. --
11486
+ * (http://semanticscience.org/resource/SIO_010530)
11487
+ */
9774
11488
  public static Resource a_d_structure_model() {
9775
11489
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010530");
9776
11490
  }
9777
11491
 
11492
+ /**
11493
+ * -- No comment or description provided. --
11494
+ * (http://semanticscience.org/resource/SIO_010531)
11495
+ */
9778
11496
  public static Resource sequence_profile() {
9779
11497
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010531");
9780
11498
  }
@@ -9795,6 +11513,10 @@ public class SIO {
9795
11513
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010533");
9796
11514
  }
9797
11515
 
11516
+ /**
11517
+ * -- No comment or description provided. --
11518
+ * (http://semanticscience.org/resource/SIO_010673)
11519
+ */
9798
11520
  public static Resource medical_history() {
9799
11521
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010673");
9800
11522
  }
@@ -9895,6 +11617,10 @@ public class SIO {
9895
11617
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010785");
9896
11618
  }
9897
11619
 
11620
+ /**
11621
+ * -- No comment or description provided. --
11622
+ * (http://semanticscience.org/resource/SIO_010786)
11623
+ */
9898
11624
  public static Resource carbon_allotrope() {
9899
11625
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010786");
9900
11626
  }
@@ -9971,474 +11697,946 @@ public class SIO {
9971
11697
  return _namespace_SIO("http://semanticscience.org/resource/SIO_010795");
9972
11698
  }
9973
11699
 
11700
+ /**
11701
+ * -- No comment or description provided. --
11702
+ * (http://semanticscience.org/resource/SIO_011000)
11703
+ */
9974
11704
  public static Resource boron_atom() {
9975
11705
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011000");
9976
11706
  }
9977
11707
 
11708
+ /**
11709
+ * -- No comment or description provided. --
11710
+ * (http://semanticscience.org/resource/SIO_011001)
11711
+ */
9978
11712
  public static Resource carbon_atom() {
9979
11713
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011001");
9980
11714
  }
9981
11715
 
11716
+ /**
11717
+ * -- No comment or description provided. --
11718
+ * (http://semanticscience.org/resource/SIO_011002)
11719
+ */
9982
11720
  public static Resource hydrogen_atom() {
9983
11721
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011002");
9984
11722
  }
9985
11723
 
11724
+ /**
11725
+ * -- No comment or description provided. --
11726
+ * (http://semanticscience.org/resource/SIO_011003)
11727
+ */
9986
11728
  public static Resource helium_atom() {
9987
11729
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011003");
9988
11730
  }
9989
11731
 
11732
+ /**
11733
+ * -- No comment or description provided. --
11734
+ * (http://semanticscience.org/resource/SIO_011004)
11735
+ */
9990
11736
  public static Resource lithium_atom() {
9991
11737
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011004");
9992
11738
  }
9993
11739
 
11740
+ /**
11741
+ * -- No comment or description provided. --
11742
+ * (http://semanticscience.org/resource/SIO_011005)
11743
+ */
9994
11744
  public static Resource beryllium_atom() {
9995
11745
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011005");
9996
11746
  }
9997
11747
 
11748
+ /**
11749
+ * -- No comment or description provided. --
11750
+ * (http://semanticscience.org/resource/SIO_011006)
11751
+ */
9998
11752
  public static Resource nitrogen_atom() {
9999
11753
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011006");
10000
11754
  }
10001
11755
 
11756
+ /**
11757
+ * -- No comment or description provided. --
11758
+ * (http://semanticscience.org/resource/SIO_011007)
11759
+ */
10002
11760
  public static Resource oxygen_atom() {
10003
11761
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011007");
10004
11762
  }
10005
11763
 
11764
+ /**
11765
+ * -- No comment or description provided. --
11766
+ * (http://semanticscience.org/resource/SIO_011008)
11767
+ */
10006
11768
  public static Resource fluorine_atom() {
10007
11769
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011008");
10008
11770
  }
10009
11771
 
11772
+ /**
11773
+ * -- No comment or description provided. --
11774
+ * (http://semanticscience.org/resource/SIO_011009)
11775
+ */
10010
11776
  public static Resource neon_atom() {
10011
11777
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011009");
10012
11778
  }
10013
11779
 
11780
+ /**
11781
+ * -- No comment or description provided. --
11782
+ * (http://semanticscience.org/resource/SIO_011010)
11783
+ */
10014
11784
  public static Resource sodium_atom() {
10015
11785
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011010");
10016
11786
  }
10017
11787
 
11788
+ /**
11789
+ * -- No comment or description provided. --
11790
+ * (http://semanticscience.org/resource/SIO_011011)
11791
+ */
10018
11792
  public static Resource magnesium_atom() {
10019
11793
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011011");
10020
11794
  }
10021
11795
 
11796
+ /**
11797
+ * -- No comment or description provided. --
11798
+ * (http://semanticscience.org/resource/SIO_011012)
11799
+ */
10022
11800
  public static Resource aluminium_atom() {
10023
11801
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011012");
10024
11802
  }
10025
11803
 
11804
+ /**
11805
+ * -- No comment or description provided. --
11806
+ * (http://semanticscience.org/resource/SIO_011013)
11807
+ */
10026
11808
  public static Resource silicon_atom() {
10027
11809
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011013");
10028
11810
  }
10029
11811
 
11812
+ /**
11813
+ * -- No comment or description provided. --
11814
+ * (http://semanticscience.org/resource/SIO_011014)
11815
+ */
10030
11816
  public static Resource phosphorus_atom() {
10031
11817
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011014");
10032
11818
  }
10033
11819
 
11820
+ /**
11821
+ * -- No comment or description provided. --
11822
+ * (http://semanticscience.org/resource/SIO_011015)
11823
+ */
10034
11824
  public static Resource sulfur_atom() {
10035
11825
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011015");
10036
11826
  }
10037
11827
 
11828
+ /**
11829
+ * -- No comment or description provided. --
11830
+ * (http://semanticscience.org/resource/SIO_011016)
11831
+ */
10038
11832
  public static Resource chlorine_atom() {
10039
11833
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011016");
10040
11834
  }
10041
11835
 
11836
+ /**
11837
+ * -- No comment or description provided. --
11838
+ * (http://semanticscience.org/resource/SIO_011017)
11839
+ */
10042
11840
  public static Resource argon_atom() {
10043
11841
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011017");
10044
11842
  }
10045
11843
 
11844
+ /**
11845
+ * -- No comment or description provided. --
11846
+ * (http://semanticscience.org/resource/SIO_011018)
11847
+ */
10046
11848
  public static Resource potassium_atom() {
10047
11849
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011018");
10048
11850
  }
10049
11851
 
11852
+ /**
11853
+ * -- No comment or description provided. --
11854
+ * (http://semanticscience.org/resource/SIO_011019)
11855
+ */
10050
11856
  public static Resource calcium_atom() {
10051
11857
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011019");
10052
11858
  }
10053
11859
 
11860
+ /**
11861
+ * -- No comment or description provided. --
11862
+ * (http://semanticscience.org/resource/SIO_011020)
11863
+ */
10054
11864
  public static Resource scandium_atom() {
10055
11865
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011020");
10056
11866
  }
10057
11867
 
11868
+ /**
11869
+ * -- No comment or description provided. --
11870
+ * (http://semanticscience.org/resource/SIO_011021)
11871
+ */
10058
11872
  public static Resource titanium_atom() {
10059
11873
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011021");
10060
11874
  }
10061
11875
 
11876
+ /**
11877
+ * -- No comment or description provided. --
11878
+ * (http://semanticscience.org/resource/SIO_011022)
11879
+ */
10062
11880
  public static Resource vanadium_atom() {
10063
11881
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011022");
10064
11882
  }
10065
11883
 
11884
+ /**
11885
+ * -- No comment or description provided. --
11886
+ * (http://semanticscience.org/resource/SIO_011023)
11887
+ */
10066
11888
  public static Resource chromium_atom() {
10067
11889
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011023");
10068
11890
  }
10069
11891
 
11892
+ /**
11893
+ * -- No comment or description provided. --
11894
+ * (http://semanticscience.org/resource/SIO_011024)
11895
+ */
10070
11896
  public static Resource manganese_atom() {
10071
11897
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011024");
10072
11898
  }
10073
11899
 
11900
+ /**
11901
+ * -- No comment or description provided. --
11902
+ * (http://semanticscience.org/resource/SIO_011025)
11903
+ */
10074
11904
  public static Resource iron_atom() {
10075
11905
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011025");
10076
11906
  }
10077
11907
 
11908
+ /**
11909
+ * -- No comment or description provided. --
11910
+ * (http://semanticscience.org/resource/SIO_011026)
11911
+ */
10078
11912
  public static Resource cobalt_atom() {
10079
11913
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011026");
10080
11914
  }
10081
11915
 
11916
+ /**
11917
+ * -- No comment or description provided. --
11918
+ * (http://semanticscience.org/resource/SIO_011027)
11919
+ */
10082
11920
  public static Resource nickel_atom() {
10083
11921
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011027");
10084
11922
  }
10085
11923
 
11924
+ /**
11925
+ * -- No comment or description provided. --
11926
+ * (http://semanticscience.org/resource/SIO_011028)
11927
+ */
10086
11928
  public static Resource copper_atom() {
10087
11929
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011028");
10088
11930
  }
10089
11931
 
11932
+ /**
11933
+ * -- No comment or description provided. --
11934
+ * (http://semanticscience.org/resource/SIO_011029)
11935
+ */
10090
11936
  public static Resource zinc_atom() {
10091
11937
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011029");
10092
11938
  }
10093
11939
 
11940
+ /**
11941
+ * -- No comment or description provided. --
11942
+ * (http://semanticscience.org/resource/SIO_011030)
11943
+ */
10094
11944
  public static Resource gallium_atom() {
10095
11945
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011030");
10096
11946
  }
10097
11947
 
11948
+ /**
11949
+ * -- No comment or description provided. --
11950
+ * (http://semanticscience.org/resource/SIO_011031)
11951
+ */
10098
11952
  public static Resource germanium_atom() {
10099
11953
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011031");
10100
11954
  }
10101
11955
 
11956
+ /**
11957
+ * -- No comment or description provided. --
11958
+ * (http://semanticscience.org/resource/SIO_011032)
11959
+ */
10102
11960
  public static Resource arsenic_atom() {
10103
11961
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011032");
10104
11962
  }
10105
11963
 
11964
+ /**
11965
+ * -- No comment or description provided. --
11966
+ * (http://semanticscience.org/resource/SIO_011033)
11967
+ */
10106
11968
  public static Resource selenium_atom() {
10107
11969
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011033");
10108
11970
  }
10109
11971
 
11972
+ /**
11973
+ * -- No comment or description provided. --
11974
+ * (http://semanticscience.org/resource/SIO_011034)
11975
+ */
10110
11976
  public static Resource bromine_atom() {
10111
11977
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011034");
10112
11978
  }
10113
11979
 
11980
+ /**
11981
+ * -- No comment or description provided. --
11982
+ * (http://semanticscience.org/resource/SIO_011035)
11983
+ */
10114
11984
  public static Resource krypton_atom() {
10115
11985
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011035");
10116
11986
  }
10117
11987
 
11988
+ /**
11989
+ * -- No comment or description provided. --
11990
+ * (http://semanticscience.org/resource/SIO_011036)
11991
+ */
10118
11992
  public static Resource rubidium_atom() {
10119
11993
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011036");
10120
11994
  }
10121
11995
 
11996
+ /**
11997
+ * -- No comment or description provided. --
11998
+ * (http://semanticscience.org/resource/SIO_011037)
11999
+ */
10122
12000
  public static Resource strontium_atom() {
10123
12001
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011037");
10124
12002
  }
10125
12003
 
12004
+ /**
12005
+ * -- No comment or description provided. --
12006
+ * (http://semanticscience.org/resource/SIO_011038)
12007
+ */
10126
12008
  public static Resource yttrium_atom() {
10127
12009
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011038");
10128
12010
  }
10129
12011
 
12012
+ /**
12013
+ * -- No comment or description provided. --
12014
+ * (http://semanticscience.org/resource/SIO_011039)
12015
+ */
10130
12016
  public static Resource zirconium_atom() {
10131
12017
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011039");
10132
12018
  }
10133
12019
 
12020
+ /**
12021
+ * -- No comment or description provided. --
12022
+ * (http://semanticscience.org/resource/SIO_011040)
12023
+ */
10134
12024
  public static Resource niobium_atom() {
10135
12025
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011040");
10136
12026
  }
10137
12027
 
12028
+ /**
12029
+ * -- No comment or description provided. --
12030
+ * (http://semanticscience.org/resource/SIO_011041)
12031
+ */
10138
12032
  public static Resource molybdemum_atom() {
10139
12033
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011041");
10140
12034
  }
10141
12035
 
12036
+ /**
12037
+ * -- No comment or description provided. --
12038
+ * (http://semanticscience.org/resource/SIO_011042)
12039
+ */
10142
12040
  public static Resource technetium_atom() {
10143
12041
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011042");
10144
12042
  }
10145
12043
 
12044
+ /**
12045
+ * -- No comment or description provided. --
12046
+ * (http://semanticscience.org/resource/SIO_011043)
12047
+ */
10146
12048
  public static Resource ruthenium_atom() {
10147
12049
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011043");
10148
12050
  }
10149
12051
 
12052
+ /**
12053
+ * -- No comment or description provided. --
12054
+ * (http://semanticscience.org/resource/SIO_011044)
12055
+ */
10150
12056
  public static Resource rhodium_atom() {
10151
12057
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011044");
10152
12058
  }
10153
12059
 
12060
+ /**
12061
+ * -- No comment or description provided. --
12062
+ * (http://semanticscience.org/resource/SIO_011045)
12063
+ */
10154
12064
  public static Resource palladium_atom() {
10155
12065
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011045");
10156
12066
  }
10157
12067
 
12068
+ /**
12069
+ * -- No comment or description provided. --
12070
+ * (http://semanticscience.org/resource/SIO_011046)
12071
+ */
10158
12072
  public static Resource silver_atom() {
10159
12073
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011046");
10160
12074
  }
10161
12075
 
12076
+ /**
12077
+ * -- No comment or description provided. --
12078
+ * (http://semanticscience.org/resource/SIO_011047)
12079
+ */
10162
12080
  public static Resource cadmium_atom() {
10163
12081
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011047");
10164
12082
  }
10165
12083
 
12084
+ /**
12085
+ * -- No comment or description provided. --
12086
+ * (http://semanticscience.org/resource/SIO_011048)
12087
+ */
10166
12088
  public static Resource indium_atom() {
10167
12089
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011048");
10168
12090
  }
10169
12091
 
12092
+ /**
12093
+ * -- No comment or description provided. --
12094
+ * (http://semanticscience.org/resource/SIO_011049)
12095
+ */
10170
12096
  public static Resource tin_atom() {
10171
12097
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011049");
10172
12098
  }
10173
12099
 
12100
+ /**
12101
+ * -- No comment or description provided. --
12102
+ * (http://semanticscience.org/resource/SIO_011050)
12103
+ */
10174
12104
  public static Resource antimony_atom() {
10175
12105
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011050");
10176
12106
  }
10177
12107
 
12108
+ /**
12109
+ * -- No comment or description provided. --
12110
+ * (http://semanticscience.org/resource/SIO_011051)
12111
+ */
10178
12112
  public static Resource tellurium_atom() {
10179
12113
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011051");
10180
12114
  }
10181
12115
 
12116
+ /**
12117
+ * -- No comment or description provided. --
12118
+ * (http://semanticscience.org/resource/SIO_011052)
12119
+ */
10182
12120
  public static Resource iodine_atom() {
10183
12121
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011052");
10184
12122
  }
10185
12123
 
12124
+ /**
12125
+ * -- No comment or description provided. --
12126
+ * (http://semanticscience.org/resource/SIO_011053)
12127
+ */
10186
12128
  public static Resource xenon_atom() {
10187
12129
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011053");
10188
12130
  }
10189
12131
 
12132
+ /**
12133
+ * -- No comment or description provided. --
12134
+ * (http://semanticscience.org/resource/SIO_011054)
12135
+ */
10190
12136
  public static Resource caesium_atom() {
10191
12137
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011054");
10192
12138
  }
10193
12139
 
12140
+ /**
12141
+ * -- No comment or description provided. --
12142
+ * (http://semanticscience.org/resource/SIO_011055)
12143
+ */
10194
12144
  public static Resource barium_atom() {
10195
12145
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011055");
10196
12146
  }
10197
12147
 
12148
+ /**
12149
+ * -- No comment or description provided. --
12150
+ * (http://semanticscience.org/resource/SIO_011056)
12151
+ */
10198
12152
  public static Resource lanthanum_atom() {
10199
12153
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011056");
10200
12154
  }
10201
12155
 
12156
+ /**
12157
+ * -- No comment or description provided. --
12158
+ * (http://semanticscience.org/resource/SIO_011057)
12159
+ */
10202
12160
  public static Resource hafnium_atom() {
10203
12161
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011057");
10204
12162
  }
10205
12163
 
12164
+ /**
12165
+ * -- No comment or description provided. --
12166
+ * (http://semanticscience.org/resource/SIO_011058)
12167
+ */
10206
12168
  public static Resource tantalum_atom() {
10207
12169
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011058");
10208
12170
  }
10209
12171
 
12172
+ /**
12173
+ * -- No comment or description provided. --
12174
+ * (http://semanticscience.org/resource/SIO_011059)
12175
+ */
10210
12176
  public static Resource tungsten_atom() {
10211
12177
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011059");
10212
12178
  }
10213
12179
 
12180
+ /**
12181
+ * -- No comment or description provided. --
12182
+ * (http://semanticscience.org/resource/SIO_011060)
12183
+ */
10214
12184
  public static Resource rhenium_atom() {
10215
12185
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011060");
10216
12186
  }
10217
12187
 
12188
+ /**
12189
+ * -- No comment or description provided. --
12190
+ * (http://semanticscience.org/resource/SIO_011061)
12191
+ */
10218
12192
  public static Resource osmium_atom() {
10219
12193
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011061");
10220
12194
  }
10221
12195
 
12196
+ /**
12197
+ * -- No comment or description provided. --
12198
+ * (http://semanticscience.org/resource/SIO_011062)
12199
+ */
10222
12200
  public static Resource iridium_atom() {
10223
12201
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011062");
10224
12202
  }
10225
12203
 
12204
+ /**
12205
+ * -- No comment or description provided. --
12206
+ * (http://semanticscience.org/resource/SIO_011063)
12207
+ */
10226
12208
  public static Resource platinum_atom() {
10227
12209
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011063");
10228
12210
  }
10229
12211
 
12212
+ /**
12213
+ * -- No comment or description provided. --
12214
+ * (http://semanticscience.org/resource/SIO_011064)
12215
+ */
10230
12216
  public static Resource gold_atom() {
10231
12217
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011064");
10232
12218
  }
10233
12219
 
12220
+ /**
12221
+ * -- No comment or description provided. --
12222
+ * (http://semanticscience.org/resource/SIO_011065)
12223
+ */
10234
12224
  public static Resource mercury_atom() {
10235
12225
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011065");
10236
12226
  }
10237
12227
 
12228
+ /**
12229
+ * -- No comment or description provided. --
12230
+ * (http://semanticscience.org/resource/SIO_011066)
12231
+ */
10238
12232
  public static Resource thallium_atom() {
10239
12233
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011066");
10240
12234
  }
10241
12235
 
12236
+ /**
12237
+ * -- No comment or description provided. --
12238
+ * (http://semanticscience.org/resource/SIO_011067)
12239
+ */
10242
12240
  public static Resource lead_atom() {
10243
12241
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011067");
10244
12242
  }
10245
12243
 
12244
+ /**
12245
+ * -- No comment or description provided. --
12246
+ * (http://semanticscience.org/resource/SIO_011068)
12247
+ */
10246
12248
  public static Resource bismuth_atom() {
10247
12249
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011068");
10248
12250
  }
10249
12251
 
12252
+ /**
12253
+ * -- No comment or description provided. --
12254
+ * (http://semanticscience.org/resource/SIO_011069)
12255
+ */
10250
12256
  public static Resource polonium_atom() {
10251
12257
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011069");
10252
12258
  }
10253
12259
 
12260
+ /**
12261
+ * -- No comment or description provided. --
12262
+ * (http://semanticscience.org/resource/SIO_011070)
12263
+ */
10254
12264
  public static Resource astatine_atom() {
10255
12265
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011070");
10256
12266
  }
10257
12267
 
12268
+ /**
12269
+ * -- No comment or description provided. --
12270
+ * (http://semanticscience.org/resource/SIO_011071)
12271
+ */
10258
12272
  public static Resource radon_atom() {
10259
12273
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011071");
10260
12274
  }
10261
12275
 
12276
+ /**
12277
+ * -- No comment or description provided. --
12278
+ * (http://semanticscience.org/resource/SIO_011072)
12279
+ */
10262
12280
  public static Resource francium_atom() {
10263
12281
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011072");
10264
12282
  }
10265
12283
 
12284
+ /**
12285
+ * -- No comment or description provided. --
12286
+ * (http://semanticscience.org/resource/SIO_011073)
12287
+ */
10266
12288
  public static Resource radium_atom() {
10267
12289
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011073");
10268
12290
  }
10269
12291
 
12292
+ /**
12293
+ * -- No comment or description provided. --
12294
+ * (http://semanticscience.org/resource/SIO_011074)
12295
+ */
10270
12296
  public static Resource actinium_atom() {
10271
12297
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011074");
10272
12298
  }
10273
12299
 
12300
+ /**
12301
+ * -- No comment or description provided. --
12302
+ * (http://semanticscience.org/resource/SIO_011075)
12303
+ */
10274
12304
  public static Resource rutherfordium_atom() {
10275
12305
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011075");
10276
12306
  }
10277
12307
 
12308
+ /**
12309
+ * -- No comment or description provided. --
12310
+ * (http://semanticscience.org/resource/SIO_011076)
12311
+ */
10278
12312
  public static Resource dubnium_atom() {
10279
12313
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011076");
10280
12314
  }
10281
12315
 
12316
+ /**
12317
+ * -- No comment or description provided. --
12318
+ * (http://semanticscience.org/resource/SIO_011077)
12319
+ */
10282
12320
  public static Resource seaborgium_atom() {
10283
12321
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011077");
10284
12322
  }
10285
12323
 
12324
+ /**
12325
+ * -- No comment or description provided. --
12326
+ * (http://semanticscience.org/resource/SIO_011078)
12327
+ */
10286
12328
  public static Resource bohrium_atom() {
10287
12329
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011078");
10288
12330
  }
10289
12331
 
12332
+ /**
12333
+ * -- No comment or description provided. --
12334
+ * (http://semanticscience.org/resource/SIO_011079)
12335
+ */
10290
12336
  public static Resource hassium_atom() {
10291
12337
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011079");
10292
12338
  }
10293
12339
 
12340
+ /**
12341
+ * -- No comment or description provided. --
12342
+ * (http://semanticscience.org/resource/SIO_011080)
12343
+ */
10294
12344
  public static Resource meitnerium_atom() {
10295
12345
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011080");
10296
12346
  }
10297
12347
 
12348
+ /**
12349
+ * -- No comment or description provided. --
12350
+ * (http://semanticscience.org/resource/SIO_011081)
12351
+ */
10298
12352
  public static Resource darmstadtium_atom() {
10299
12353
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011081");
10300
12354
  }
10301
12355
 
12356
+ /**
12357
+ * -- No comment or description provided. --
12358
+ * (http://semanticscience.org/resource/SIO_011082)
12359
+ */
10302
12360
  public static Resource roentgenium_atom() {
10303
12361
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011082");
10304
12362
  }
10305
12363
 
12364
+ /**
12365
+ * -- No comment or description provided. --
12366
+ * (http://semanticscience.org/resource/SIO_011083)
12367
+ */
10306
12368
  public static Resource copernicium_atom() {
10307
12369
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011083");
10308
12370
  }
10309
12371
 
12372
+ /**
12373
+ * -- No comment or description provided. --
12374
+ * (http://semanticscience.org/resource/SIO_011084)
12375
+ */
10310
12376
  public static Resource unutrium_atom() {
10311
12377
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011084");
10312
12378
  }
10313
12379
 
12380
+ /**
12381
+ * -- No comment or description provided. --
12382
+ * (http://semanticscience.org/resource/SIO_011085)
12383
+ */
10314
12384
  public static Resource ununquadium_atom() {
10315
12385
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011085");
10316
12386
  }
10317
12387
 
12388
+ /**
12389
+ * -- No comment or description provided. --
12390
+ * (http://semanticscience.org/resource/SIO_011086)
12391
+ */
10318
12392
  public static Resource ununpentium_atom() {
10319
12393
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011086");
10320
12394
  }
10321
12395
 
12396
+ /**
12397
+ * -- No comment or description provided. --
12398
+ * (http://semanticscience.org/resource/SIO_011087)
12399
+ */
10322
12400
  public static Resource ununhexium_atom() {
10323
12401
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011087");
10324
12402
  }
10325
12403
 
12404
+ /**
12405
+ * -- No comment or description provided. --
12406
+ * (http://semanticscience.org/resource/SIO_011088)
12407
+ */
10326
12408
  public static Resource ununseptium_atom() {
10327
12409
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011088");
10328
12410
  }
10329
12411
 
12412
+ /**
12413
+ * -- No comment or description provided. --
12414
+ * (http://semanticscience.org/resource/SIO_011089)
12415
+ */
10330
12416
  public static Resource ununoctium_atom() {
10331
12417
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011089");
10332
12418
  }
10333
12419
 
12420
+ /**
12421
+ * -- No comment or description provided. --
12422
+ * (http://semanticscience.org/resource/SIO_011090)
12423
+ */
10334
12424
  public static Resource cerium_atom() {
10335
12425
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011090");
10336
12426
  }
10337
12427
 
12428
+ /**
12429
+ * -- No comment or description provided. --
12430
+ * (http://semanticscience.org/resource/SIO_011091)
12431
+ */
10338
12432
  public static Resource praseodymium_atom() {
10339
12433
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011091");
10340
12434
  }
10341
12435
 
12436
+ /**
12437
+ * -- No comment or description provided. --
12438
+ * (http://semanticscience.org/resource/SIO_011092)
12439
+ */
10342
12440
  public static Resource neodymium_atom() {
10343
12441
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011092");
10344
12442
  }
10345
12443
 
12444
+ /**
12445
+ * -- No comment or description provided. --
12446
+ * (http://semanticscience.org/resource/SIO_011093)
12447
+ */
10346
12448
  public static Resource promethium_atom() {
10347
12449
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011093");
10348
12450
  }
10349
12451
 
12452
+ /**
12453
+ * -- No comment or description provided. --
12454
+ * (http://semanticscience.org/resource/SIO_011094)
12455
+ */
10350
12456
  public static Resource samarium_atom() {
10351
12457
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011094");
10352
12458
  }
10353
12459
 
12460
+ /**
12461
+ * -- No comment or description provided. --
12462
+ * (http://semanticscience.org/resource/SIO_011095)
12463
+ */
10354
12464
  public static Resource europium_atom() {
10355
12465
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011095");
10356
12466
  }
10357
12467
 
12468
+ /**
12469
+ * -- No comment or description provided. --
12470
+ * (http://semanticscience.org/resource/SIO_011096)
12471
+ */
10358
12472
  public static Resource gadolinium_atom() {
10359
12473
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011096");
10360
12474
  }
10361
12475
 
12476
+ /**
12477
+ * -- No comment or description provided. --
12478
+ * (http://semanticscience.org/resource/SIO_011097)
12479
+ */
10362
12480
  public static Resource terbium_atom() {
10363
12481
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011097");
10364
12482
  }
10365
12483
 
12484
+ /**
12485
+ * -- No comment or description provided. --
12486
+ * (http://semanticscience.org/resource/SIO_011098)
12487
+ */
10366
12488
  public static Resource dysprosium_atom() {
10367
12489
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011098");
10368
12490
  }
10369
12491
 
12492
+ /**
12493
+ * -- No comment or description provided. --
12494
+ * (http://semanticscience.org/resource/SIO_011099)
12495
+ */
10370
12496
  public static Resource holmium_atom() {
10371
12497
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011099");
10372
12498
  }
10373
12499
 
12500
+ /**
12501
+ * -- No comment or description provided. --
12502
+ * (http://semanticscience.org/resource/SIO_011100)
12503
+ */
10374
12504
  public static Resource erbium_atom() {
10375
12505
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011100");
10376
12506
  }
10377
12507
 
12508
+ /**
12509
+ * -- No comment or description provided. --
12510
+ * (http://semanticscience.org/resource/SIO_011101)
12511
+ */
10378
12512
  public static Resource thulium_atom() {
10379
12513
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011101");
10380
12514
  }
10381
12515
 
12516
+ /**
12517
+ * -- No comment or description provided. --
12518
+ * (http://semanticscience.org/resource/SIO_011102)
12519
+ */
10382
12520
  public static Resource ytterbium_atom() {
10383
12521
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011102");
10384
12522
  }
10385
12523
 
12524
+ /**
12525
+ * -- No comment or description provided. --
12526
+ * (http://semanticscience.org/resource/SIO_011103)
12527
+ */
10386
12528
  public static Resource lutetium_atom() {
10387
12529
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011103");
10388
12530
  }
10389
12531
 
12532
+ /**
12533
+ * -- No comment or description provided. --
12534
+ * (http://semanticscience.org/resource/SIO_011104)
12535
+ */
10390
12536
  public static Resource thorium_atom() {
10391
12537
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011104");
10392
12538
  }
10393
12539
 
12540
+ /**
12541
+ * -- No comment or description provided. --
12542
+ * (http://semanticscience.org/resource/SIO_011105)
12543
+ */
10394
12544
  public static Resource protactinium_atom() {
10395
12545
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011105");
10396
12546
  }
10397
12547
 
12548
+ /**
12549
+ * -- No comment or description provided. --
12550
+ * (http://semanticscience.org/resource/SIO_011106)
12551
+ */
10398
12552
  public static Resource uranium_atom() {
10399
12553
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011106");
10400
12554
  }
10401
12555
 
12556
+ /**
12557
+ * -- No comment or description provided. --
12558
+ * (http://semanticscience.org/resource/SIO_011107)
12559
+ */
10402
12560
  public static Resource neptunium_atom() {
10403
12561
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011107");
10404
12562
  }
10405
12563
 
12564
+ /**
12565
+ * -- No comment or description provided. --
12566
+ * (http://semanticscience.org/resource/SIO_011108)
12567
+ */
10406
12568
  public static Resource plutonium_atom() {
10407
12569
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011108");
10408
12570
  }
10409
12571
 
12572
+ /**
12573
+ * -- No comment or description provided. --
12574
+ * (http://semanticscience.org/resource/SIO_011109)
12575
+ */
10410
12576
  public static Resource americium_atom() {
10411
12577
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011109");
10412
12578
  }
10413
12579
 
12580
+ /**
12581
+ * -- No comment or description provided. --
12582
+ * (http://semanticscience.org/resource/SIO_011110)
12583
+ */
10414
12584
  public static Resource curium_atom() {
10415
12585
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011110");
10416
12586
  }
10417
12587
 
12588
+ /**
12589
+ * -- No comment or description provided. --
12590
+ * (http://semanticscience.org/resource/SIO_011111)
12591
+ */
10418
12592
  public static Resource berkelium_atom() {
10419
12593
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011111");
10420
12594
  }
10421
12595
 
12596
+ /**
12597
+ * -- No comment or description provided. --
12598
+ * (http://semanticscience.org/resource/SIO_011112)
12599
+ */
10422
12600
  public static Resource californium_atom() {
10423
12601
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011112");
10424
12602
  }
10425
12603
 
12604
+ /**
12605
+ * -- No comment or description provided. --
12606
+ * (http://semanticscience.org/resource/SIO_011113)
12607
+ */
10426
12608
  public static Resource einsteinium_atom() {
10427
12609
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011113");
10428
12610
  }
10429
12611
 
12612
+ /**
12613
+ * -- No comment or description provided. --
12614
+ * (http://semanticscience.org/resource/SIO_011114)
12615
+ */
10430
12616
  public static Resource fermium_atom() {
10431
12617
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011114");
10432
12618
  }
10433
12619
 
12620
+ /**
12621
+ * -- No comment or description provided. --
12622
+ * (http://semanticscience.org/resource/SIO_011115)
12623
+ */
10434
12624
  public static Resource mendelevium_atom() {
10435
12625
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011115");
10436
12626
  }
10437
12627
 
12628
+ /**
12629
+ * -- No comment or description provided. --
12630
+ * (http://semanticscience.org/resource/SIO_011116)
12631
+ */
10438
12632
  public static Resource nobelium_atom() {
10439
12633
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011116");
10440
12634
  }
10441
12635
 
12636
+ /**
12637
+ * -- No comment or description provided. --
12638
+ * (http://semanticscience.org/resource/SIO_011117)
12639
+ */
10442
12640
  public static Resource lawrencium_atom() {
10443
12641
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011117");
10444
12642
  }
@@ -10451,18 +12649,34 @@ public class SIO {
10451
12649
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011118");
10452
12650
  }
10453
12651
 
12652
+ /**
12653
+ * -- No comment or description provided. --
12654
+ * (http://semanticscience.org/resource/SIO_011119)
12655
+ */
10454
12656
  public static Resource biomolecular_structure_descriptor() {
10455
12657
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011119");
10456
12658
  }
10457
12659
 
12660
+ /**
12661
+ * -- No comment or description provided. --
12662
+ * (http://semanticscience.org/resource/SIO_011120)
12663
+ */
10458
12664
  public static Resource molecular_structure_file() {
10459
12665
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011120");
10460
12666
  }
10461
12667
 
12668
+ /**
12669
+ * -- No comment or description provided. --
12670
+ * (http://semanticscience.org/resource/SIO_011121)
12671
+ */
10462
12672
  public static Resource molecular_structure_descriptor() {
10463
12673
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011121");
10464
12674
  }
10465
12675
 
12676
+ /**
12677
+ * -- No comment or description provided. --
12678
+ * (http://semanticscience.org/resource/SIO_011123)
12679
+ */
10466
12680
  public static Resource chemical_data() {
10467
12681
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011123");
10468
12682
  }
@@ -10483,10 +12697,18 @@ public class SIO {
10483
12697
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011126");
10484
12698
  }
10485
12699
 
12700
+ /**
12701
+ * -- No comment or description provided. --
12702
+ * (http://semanticscience.org/resource/SIO_011130)
12703
+ */
10486
12704
  public static Resource PDB_file() {
10487
12705
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011130");
10488
12706
  }
10489
12707
 
12708
+ /**
12709
+ * -- No comment or description provided. --
12710
+ * (http://semanticscience.org/resource/SIO_011131)
12711
+ */
10490
12712
  public static Resource collection_of_3d_molecular_structure_models() {
10491
12713
  return _namespace_SIO("http://semanticscience.org/resource/SIO_011131");
10492
12714
  }
@@ -13914,6 +16136,51 @@ public class SIO {
13914
16136
  if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001170")) {
13915
16137
  return true;
13916
16138
  }
16139
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001171")) {
16140
+ return true;
16141
+ }
16142
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001172")) {
16143
+ return true;
16144
+ }
16145
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001173")) {
16146
+ return true;
16147
+ }
16148
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001174")) {
16149
+ return true;
16150
+ }
16151
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001175")) {
16152
+ return true;
16153
+ }
16154
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001176")) {
16155
+ return true;
16156
+ }
16157
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001177")) {
16158
+ return true;
16159
+ }
16160
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001178")) {
16161
+ return true;
16162
+ }
16163
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001179")) {
16164
+ return true;
16165
+ }
16166
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001180")) {
16167
+ return true;
16168
+ }
16169
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001181")) {
16170
+ return true;
16171
+ }
16172
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001182")) {
16173
+ return true;
16174
+ }
16175
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001183")) {
16176
+ return true;
16177
+ }
16178
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001184")) {
16179
+ return true;
16180
+ }
16181
+ if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_001185")) {
16182
+ return true;
16183
+ }
13917
16184
  if (uri == _namespace_SIO("http://semanticscience.org/resource/SIO_010000")) {
13918
16185
  return true;
13919
16186
  }
@@ -15142,3 +17409,4 @@ public class SIO {
15142
17409
 
15143
17410
 
15144
17411
  }
17412
+