lazar 0.9.3 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -4
  3. data/README.md +5 -15
  4. data/VERSION +1 -1
  5. data/ext/lazar/extconf.rb +1 -1
  6. data/ext/lazar/rinstall.R +9 -7
  7. data/java/CdkDescriptorInfo.class +0 -0
  8. data/java/CdkDescriptorInfo.java +3 -2
  9. data/java/CdkDescriptors.class +0 -0
  10. data/java/CdkDescriptors.java +28 -28
  11. data/java/Rakefile +3 -3
  12. data/java/{cdk-1.4.19.jar → cdk-2.0-SNAPSHOT.jar} +0 -0
  13. data/lazar.gemspec +6 -7
  14. data/lib/algorithm.rb +2 -11
  15. data/lib/caret.rb +96 -0
  16. data/lib/classification.rb +14 -22
  17. data/lib/compound.rb +21 -87
  18. data/lib/crossvalidation.rb +80 -279
  19. data/lib/dataset.rb +105 -174
  20. data/lib/feature.rb +11 -18
  21. data/lib/feature_selection.rb +42 -0
  22. data/lib/import.rb +122 -0
  23. data/lib/lazar.rb +14 -4
  24. data/lib/leave-one-out-validation.rb +46 -192
  25. data/lib/model.rb +319 -128
  26. data/lib/nanoparticle.rb +98 -0
  27. data/lib/opentox.rb +7 -4
  28. data/lib/overwrite.rb +24 -3
  29. data/lib/physchem.rb +11 -10
  30. data/lib/regression.rb +7 -137
  31. data/lib/rest-client-wrapper.rb +0 -6
  32. data/lib/similarity.rb +65 -0
  33. data/lib/substance.rb +8 -0
  34. data/lib/train-test-validation.rb +69 -0
  35. data/lib/validation-statistics.rb +223 -0
  36. data/lib/validation.rb +17 -100
  37. data/scripts/mg2mmol.rb +17 -0
  38. data/scripts/mirror-enm2test.rb +4 -0
  39. data/scripts/mmol2-log10.rb +32 -0
  40. data/test/compound.rb +4 -94
  41. data/test/data/EPAFHM.medi_log10.csv +92 -0
  42. data/test/data/EPAFHM.mini_log10.csv +16 -0
  43. data/test/data/EPAFHM_log10.csv +581 -0
  44. data/test/data/loael_log10.csv +568 -0
  45. data/test/dataset.rb +195 -133
  46. data/test/descriptor.rb +27 -18
  47. data/test/error.rb +2 -2
  48. data/test/experiment.rb +4 -4
  49. data/test/feature.rb +2 -3
  50. data/test/gridfs.rb +10 -0
  51. data/test/model-classification.rb +106 -0
  52. data/test/model-nanoparticle.rb +128 -0
  53. data/test/model-regression.rb +171 -0
  54. data/test/model-validation.rb +19 -0
  55. data/test/nanomaterial-model-validation.rb +55 -0
  56. data/test/setup.rb +8 -4
  57. data/test/validation-classification.rb +67 -0
  58. data/test/validation-nanoparticle.rb +133 -0
  59. data/test/validation-regression.rb +92 -0
  60. metadata +50 -121
  61. data/test/classification.rb +0 -41
  62. data/test/data/CPDBAS_v5c_1547_29Apr2008part.sdf +0 -13553
  63. data/test/data/CPDBAS_v5d_cleaned/CPDBAS_v5d_20Nov2008_mouse_TD50.csv +0 -436
  64. data/test/data/CPDBAS_v5d_cleaned/CPDBAS_v5d_20Nov2008_rat_TD50.csv +0 -568
  65. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_Hamster.csv +0 -87
  66. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_Mouse.csv +0 -978
  67. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_MultiCellCall.csv +0 -1120
  68. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_MultiCellCall_no_duplicates.csv +0 -1113
  69. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_Mutagenicity.csv +0 -850
  70. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_Mutagenicity_no_duplicates.csv +0 -829
  71. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_Rat.csv +0 -1198
  72. data/test/data/CPDBAS_v5d_cleaned/DSSTox_Carcinogenic_Potency_DBS_SingleCellCall.csv +0 -1505
  73. data/test/data/EPA_v4b_Fathead_Minnow_Acute_Toxicity_LC50_mmol.csv +0 -581
  74. data/test/data/FDA_v3b_Maximum_Recommended_Daily_Dose_mmol.csv +0 -1217
  75. data/test/data/LOAEL_log_mg_corrected_smiles.csv +0 -568
  76. data/test/data/LOAEL_log_mmol_corrected_smiles.csv +0 -568
  77. data/test/data/boiling_points.ext.sdf +0 -11460
  78. data/test/data/cpdb_100.csv +0 -101
  79. data/test/data/hamster_carcinogenicity.ntriples +0 -618
  80. data/test/data/hamster_carcinogenicity.sdf +0 -2805
  81. data/test/data/hamster_carcinogenicity.xls +0 -0
  82. data/test/data/hamster_carcinogenicity.yaml +0 -352
  83. data/test/dataset-long.rb +0 -114
  84. data/test/lazar-long.rb +0 -92
  85. data/test/lazar-physchem-short.rb +0 -31
  86. data/test/prediction_models.rb +0 -20
  87. data/test/regression.rb +0 -43
  88. data/test/validation.rb +0 -108
@@ -1,618 +0,0 @@
1
- <http://webservices.in-silico.ch/compound/InChI=1S/2C2H4O2.4H2O.3Pb/c2*1-2(3)4;;;;;;;/h2*1H3,(H,3,4);4*1H2;;;/q;;;;;;3*+2/p-6> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
2
- <http://webservices.in-silico.ch/compound/InChI=1S/BF4.Na/c2-1(3,4)5;/q-1;+1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
3
- <http://webservices.in-silico.ch/compound/InChI=1S/BrHO3.K/c2-1(3)4;/h(H,2,3,4);/q;+1/p-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
4
- <http://webservices.in-silico.ch/compound/InChI=1S/C10H12ClNO2/c1-7(2)14-10(13)12-9-5-3-4-8(11)6-9/h3-7H,1-2H3,(H,12,13)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
5
- <http://webservices.in-silico.ch/compound/InChI=1S/C10H13N3O2/c1-13(12-15)7-3-5-10(14)9-4-2-6-11-8-9/h2,4,6,8H,3,5,7H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
6
- <http://webservices.in-silico.ch/compound/InChI=1S/C10H13NO2/c1-8(2)13-10(12)11-9-6-4-3-5-7-9/h3-8H,1-2H3,(H,11,12)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
7
- <http://webservices.in-silico.ch/compound/InChI=1S/C12H8Cl6O/c13-8-9(14)11(16)5-3-1-2(6-7(3)19-6)4(5)10(8,15)12(11,17)18/h2-7H,1H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
8
- <http://webservices.in-silico.ch/compound/InChI=1S/C12H9NO2/c14-13(15)11-7-6-9-5-4-8-2-1-3-10(11)12(8)9/h1-3,6-7H,4-5H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
9
- <http://webservices.in-silico.ch/compound/InChI=1S/C14H14ClN3O2S/c1-8-4-3-5-10(9(8)2)16-12-6-11(15)17-14(18-12)21-7-13(19)20/h3-6H,7H2,1-2H3,(H,19,20)(H,16,17,18)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
10
- <http://webservices.in-silico.ch/compound/InChI=1S/C14H19N3S.ClH/c1-16(2)9-10-17(12-13-6-5-11-18-13)14-7-3-4-8-15-14;/h3-8,11H,9-10,12H2,1-2H3;1H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
11
- <http://webservices.in-silico.ch/compound/InChI=1S/C14H8Cl4/c15-11-5-1-9(2-6-11)13(14(17)18)10-3-7-12(16)8-4-10/h1-8H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
12
- <http://webservices.in-silico.ch/compound/InChI=1S/C14H9Cl5/c15-11-5-1-9(2-6-11)13(14(17,18)19)10-3-7-12(16)8-4-10/h1-8,13H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
13
- <http://webservices.in-silico.ch/compound/InChI=1S/C15H10O7.2H2O/c16-7-4-10(19)12-11(5-7)22-15(14(21)13(12)20)6-1-2-8(17)9(18)3-6;;/h1-5,16-19,21H;2*1H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
14
- <http://webservices.in-silico.ch/compound/InChI=1S/C15H13NO/c1-10(17)16-13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9H,8H2,1H3,(H,16,17)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
15
- <http://webservices.in-silico.ch/compound/InChI=1S/C15H13NO2/c1-10(17)16(18)13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9,18H,8H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
16
- <http://webservices.in-silico.ch/compound/InChI=1S/C16H13N/c1-2-8-15(9-3-1)17-16-11-10-13-6-4-5-7-14(13)12-16/h1-12,17H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
17
- <http://webservices.in-silico.ch/compound/InChI=1S/C17H17ClO3/c1-17(2,16(19)20)21-11-12-3-5-13(6-4-12)14-7-9-15(18)10-8-14/h3-10H,11H2,1-2H3,(H,19,20)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
18
- <http://webservices.in-silico.ch/compound/InChI=1S/C19H17N3.ClH/c20-16-7-1-13(2-8-16)19(14-3-9-17(21)10-4-14)15-5-11-18(22)12-6-15;/h1-12,20H,21-22H2;1H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
19
- <http://webservices.in-silico.ch/compound/InChI=1S/C19H24N2O2/c22-18-13-20(19(23)15-7-2-1-3-8-15)12-17-16-9-5-4-6-14(16)10-11-21(17)18/h4-6,9,15,17H,1-3,7-8,10-13H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
20
- <http://webservices.in-silico.ch/compound/InChI=1S/C20H19N3.ClH/c1-13-12-16(6-11-19(13)23)20(14-2-7-17(21)8-3-14)15-4-9-18(22)10-5-15;/h2-12,21H,22-23H2,1H3;1H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
21
- <http://webservices.in-silico.ch/compound/InChI=1S/C20H22O3/c1-20(2,19(21)22)23-16-12-10-15(11-13-16)18-9-5-7-14-6-3-4-8-17(14)18/h3-4,6,8,10-13,18H,5,7,9H2,1-2H3,(H,21,22)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
22
- <http://webservices.in-silico.ch/compound/InChI=1S/C27H30O16/c1-8-17(32)20(35)22(37)26(40-8)39-7-15-18(33)21(36)23(38)27(42-15)43-25-19(34)16-13(31)5-10(28)6-14(16)41-24(25)9-2-3-11(29)12(30)4-9/h2-6,8,15,17-18,20-23,26-33,35-38H,7H2,1H3/t8-,15+,17-,18+,20+,21-,22+,23+,26+,27?/m0/s1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
23
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H3Cl/c1-2-3/h2H,1H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
24
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H4N4/c3-2-4-1-5-6-2/h1H,(H3,3,4,5,6)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
25
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H4O/c1-2-3/h2H,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
26
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H5ClO/c1-4-2-3/h2H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
27
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H6N2O/c1-4(3)2-5/h2H,3H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
28
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
29
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H8N2.2ClH/c1-3-4-2;;/h3-4H,1-2H3;2*1H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
30
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H8N2/c1-4(2)3/h3H2,1-2H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
31
- <http://webservices.in-silico.ch/compound/InChI=1S/C2H8N2O/c3-4-1-2-5/h4-5H,1-3H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
32
- <http://webservices.in-silico.ch/compound/InChI=1S/C2HCl3/c3-1-2(4)5/h1H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
33
- <http://webservices.in-silico.ch/compound/InChI=1S/C3H6ClNO/c1-5(2)3(4)6/h1-2H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
34
- <http://webservices.in-silico.ch/compound/InChI=1S/C3H6N2O/c6-4-5-2-1-3-5/h1-3H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
35
- <http://webservices.in-silico.ch/compound/InChI=1S/C3H6N2O2/c6-4-5-1-2-7-3-5/h1-3H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
36
- <http://webservices.in-silico.ch/compound/InChI=1S/C3H6O2/c4-1-3-2-5-3/h3-4H,1-2H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
37
- <http://webservices.in-silico.ch/compound/InChI=1S/C3H7NO2/c1-2-6-3(4)5/h2H2,1H3,(H2,4,5)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
38
- <http://webservices.in-silico.ch/compound/InChI=1S/C4H5Cl/c1-3-4(2)5/h3H,1-2H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
39
- <http://webservices.in-silico.ch/compound/InChI=1S/C4H6N2O3/c1-3-2-6(5-8)4(7)9-3/h3H,2H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
40
- <http://webservices.in-silico.ch/compound/InChI=1S/C4H7N3O3/c1-3(8)2-7(6-10)4(5)9/h2H2,1H3,(H2,5,9)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
41
- <http://webservices.in-silico.ch/compound/InChI=1S/C4H8N2O/c7-5-6-3-1-2-4-6/h1-4H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
42
- <http://webservices.in-silico.ch/compound/InChI=1S/C4H8N2O2/c7-5-6-1-3-8-4-2-6/h1-4H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
43
- <http://webservices.in-silico.ch/compound/InChI=1S/C4H8N2O3/c1-3-9-4(7)6(2)5-8/h3H2,1-2H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
44
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H10N2O/c8-6-7-4-2-1-3-5-7/h1-5H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
45
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H10N2O3/c1-5(9)4-7(6-10)2-3-8/h8H,2-4H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
46
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H11N3O3/c1-2-8(7-11)5(10)6-3-4-9/h9H,2-4H2,1H3,(H,6,10)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
47
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H12N2O4/c8-2-1-7(6-11)3-5(10)4-9/h5,8-10H,1-4H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
48
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H13N3O/c1-7(2)4-5-8(3)6-9/h4-5H2,1-3H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
49
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H4O2/c6-4-5-2-1-3-7-5/h1-4H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
50
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H6N2OS/c1-3-2-4(8)7-5(9)6-3/h2H,1H3,(H2,6,7,8,9)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
51
- <http://webservices.in-silico.ch/compound/InChI=1S/C5H8O2/c1-4(2)5(6)7-3/h1H2,2-3H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
52
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H10ClN3O3/c1-5(11)4-10(9-13)6(12)8-3-2-7/h2-4H2,1H3,(H,8,12)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
53
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H10N2O2/c1-3-4-8(7-10)5-6(2)9/h3H,1,4-5H2,2H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
54
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H11N3O3/c1-3-9(8-12)6(11)7-4-5(2)10/h3-4H2,1-2H3,(H,7,11)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
55
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H12N2O2/c1-5-3-8(7-9)4-6(2)10-5/h5-6H,3-4H2,1-2H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
56
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H12N4O2/c1-5-3-9(7-11)4-6(2)10(5)8-12/h5-6H,3-4H2,1-2H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
57
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H14N2O4/c1-5(10)2-8(7-12)3-6(11)4-9/h5-6,9-11H,2-4H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
58
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H5N2.BF4/c7-8-6-4-2-1-3-5-6;2-1(3,4)5/h1-5H;/q+1;-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
59
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H5NO2/c8-6(9)5-1-3-7-4-2-5/h1-4H,(H,8,9)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
60
- <http://webservices.in-silico.ch/compound/InChI=1S/C6H7N3O/c7-9-6(10)5-1-3-8-4-2-5/h1-4H,7H2,(H,9,10)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
61
- <http://webservices.in-silico.ch/compound/InChI=1S/C7H15N3O/c1-6-4-10(8-11)5-7(2)9(6)3/h6-7H,4-5H2,1-3H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
62
- <http://webservices.in-silico.ch/compound/InChI=1S/C7H6O4/c8-5-2-1-4(7(10)11)3-6(5)9/h1-3,8-9H,(H,10,11)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
63
- <http://webservices.in-silico.ch/compound/InChI=1S/C8H5N3O4S/c12-4-9-8-10-5(3-16-8)6-1-2-7(15-6)11(13)14/h1-4H,(H,9,10,12)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
64
- <http://webservices.in-silico.ch/compound/InChI=1S/C8H6N4O4S/c13-4-9-11-8-10-5(3-17-8)6-1-2-7(16-6)12(14)15/h1-4H,(H,9,13)(H,10,11)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
65
- <http://webservices.in-silico.ch/compound/InChI=1S/C9H11N3O/c13-11-12-6-2-4-9(12)8-3-1-5-10-7-8/h1,3,5,7,9H,2,4,6H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
66
- <http://webservices.in-silico.ch/compound/InChI=1S/C9H11N3O2/c10-9(13)12(11-14)7-6-8-4-2-1-3-5-8/h1-5H,6-7H2,(H2,10,13)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
67
- <http://webservices.in-silico.ch/compound/InChI=1S/C9H11N3O2/c13-10-12-6-2-4-9(12)8-3-1-5-11(14)7-8/h1,3,5,7,9H,2,4,6H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
68
- <http://webservices.in-silico.ch/compound/InChI=1S/C9H6O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
69
- <http://webservices.in-silico.ch/compound/InChI=1S/C9H7N3O4S/c1-5(13)10-9-11-6(4-17-9)7-2-3-8(16-7)12(14)15/h2-4H,1H3,(H,10,11,13)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
70
- <http://webservices.in-silico.ch/compound/InChI=1S/C9H9NS/c11-8-10-7-6-9-4-2-1-3-5-9/h1-5H,6-7H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
71
- <http://webservices.in-silico.ch/compound/InChI=1S/CH2O/c1-2/h1H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
72
- <http://webservices.in-silico.ch/compound/InChI=1S/CH6N2/c1-3-2/h3H,2H2,1H3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
73
- <http://webservices.in-silico.ch/compound/InChI=1S/Cd.H2O4S/c;1-5(2,3)4/h;(H2,1,2,3,4)/q+2;/p-2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
74
- <http://webservices.in-silico.ch/compound/InChI=1S/H4N2.H2O4S/c1-2;1-5(2,3)4/h1-2H2;(H2,1,2,3,4)> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
75
- <http://webservices.in-silico.ch/compound/InChI=1S/H4N2/c1-2/h1-2H2> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
76
- <http://webservices.in-silico.ch/compound/InChI=1S/HNO2.Na/c2-1-3;/h(H,2,3);/q;+1/p-1> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Compound> .
77
- <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> <http://purl.org/dc/elements/1.1/title> "Hamster Carcinogenicity"^^<http://www.w3.org/2001/XMLSchema#string> .
78
- <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> <http://www.opentox.org/api/1.2#acceptValue> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
79
- <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> <http://www.opentox.org/api/1.2#acceptValue> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
80
- <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Feature> .
81
- <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#NominalFeature> .
82
- <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#StringFeature> .
83
- <http://webservices.in-silico.ch/dataset/3> <http://purl.org/dc/elements/1.1/creator> <http://webservices.in-silico.ch/validation/crossvalidation> .
84
- <http://webservices.in-silico.ch/dataset/3> <http://purl.org/dc/elements/1.1/title> "Hamster Carcinogenicity"^^<http://www.w3.org/2001/XMLSchema#string> .
85
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry0 .
86
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry1 .
87
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry10 .
88
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry11 .
89
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry12 .
90
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry13 .
91
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry14 .
92
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry15 .
93
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry16 .
94
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry17 .
95
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry18 .
96
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry19 .
97
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry2 .
98
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry20 .
99
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry21 .
100
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry22 .
101
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry23 .
102
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry24 .
103
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry25 .
104
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry26 .
105
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry27 .
106
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry28 .
107
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry29 .
108
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry3 .
109
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry30 .
110
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry31 .
111
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry32 .
112
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry33 .
113
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry34 .
114
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry35 .
115
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry36 .
116
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry37 .
117
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry38 .
118
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry39 .
119
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry4 .
120
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry40 .
121
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry41 .
122
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry42 .
123
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry43 .
124
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry44 .
125
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry45 .
126
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry46 .
127
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry47 .
128
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry48 .
129
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry49 .
130
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry5 .
131
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry50 .
132
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry51 .
133
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry52 .
134
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry53 .
135
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry54 .
136
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry55 .
137
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry56 .
138
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry57 .
139
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry58 .
140
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry59 .
141
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry6 .
142
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry60 .
143
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry61 .
144
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry62 .
145
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry63 .
146
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry64 .
147
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry65 .
148
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry66 .
149
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry67 .
150
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry68 .
151
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry69 .
152
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry7 .
153
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry70 .
154
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry71 .
155
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry72 .
156
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry73 .
157
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry74 .
158
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry75 .
159
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry8 .
160
- <http://webservices.in-silico.ch/dataset/3> <http://www.opentox.org/api/1.2#dataEntry> _:dataentry9 .
161
- <http://webservices.in-silico.ch/dataset/3> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#Dataset> .
162
- <http://webservices.in-silico.ch/dataset/3> <http://www.w3.org/2001/XMLSchema#anyURI> <http://webservices.in-silico.ch/dataset/3> .
163
- _:dataentry0 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/Cd.H2O4S/c;1-5(2,3)4/h;(H2,1,2,3,4)/q+2;/p-2> .
164
- _:dataentry0 <http://www.opentox.org/api/1.2#values> _:values0 .
165
- _:dataentry0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
166
- _:dataentry1 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H6N2O/c1-4(3)2-5/h2H,3H2,1H3> .
167
- _:dataentry1 <http://www.opentox.org/api/1.2#values> _:values1 .
168
- _:dataentry1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
169
- _:dataentry10 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C12H9NO2/c14-13(15)11-7-6-9-5-4-8-2-1-3-10(11)12(8)9/h1-3,6-7H,4-5H2> .
170
- _:dataentry10 <http://www.opentox.org/api/1.2#values> _:values10 .
171
- _:dataentry10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
172
- _:dataentry11 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H10ClN3O3/c1-5(11)4-10(9-13)6(12)8-3-2-7/h2-4H2,1H3,(H,8,12)> .
173
- _:dataentry11 <http://www.opentox.org/api/1.2#values> _:values11 .
174
- _:dataentry11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
175
- _:dataentry12 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/CH2O/c1-2/h1H2> .
176
- _:dataentry12 <http://www.opentox.org/api/1.2#values> _:values12 .
177
- _:dataentry12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
178
- _:dataentry13 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H5NO2/c8-6(9)5-1-3-7-4-2-5/h1-4H,(H,8,9)> .
179
- _:dataentry13 <http://www.opentox.org/api/1.2#values> _:values13 .
180
- _:dataentry13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
181
- _:dataentry14 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H12N2O2/c1-5-3-8(7-9)4-6(2)10-5/h5-6H,3-4H2,1-2H3> .
182
- _:dataentry14 <http://www.opentox.org/api/1.2#values> _:values14 .
183
- _:dataentry14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
184
- _:dataentry15 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H5ClO/c1-4-2-3/h2H2,1H3> .
185
- _:dataentry15 <http://www.opentox.org/api/1.2#values> _:values15 .
186
- _:dataentry15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
187
- _:dataentry16 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H11N3O3/c1-3-9(8-12)6(11)7-4-5(2)10/h3-4H2,1-2H3,(H,7,11)> .
188
- _:dataentry16 <http://www.opentox.org/api/1.2#values> _:values16 .
189
- _:dataentry16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
190
- _:dataentry17 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H14N2O4/c1-5(10)2-8(7-12)3-6(11)4-9/h5-6,9-11H,2-4H2,1H3> .
191
- _:dataentry17 <http://www.opentox.org/api/1.2#values> _:values17 .
192
- _:dataentry17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
193
- _:dataentry18 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C14H19N3S.ClH/c1-16(2)9-10-17(12-13-6-5-11-18-13)14-7-3-4-8-15-14;/h3-8,11H,9-10,12H2,1-2H3;1H> .
194
- _:dataentry18 <http://www.opentox.org/api/1.2#values> _:values18 .
195
- _:dataentry18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
196
- _:dataentry19 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C14H8Cl4/c15-11-5-1-9(2-6-11)13(14(17)18)10-3-7-12(16)8-4-10/h1-8H> .
197
- _:dataentry19 <http://www.opentox.org/api/1.2#values> _:values19 .
198
- _:dataentry19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
199
- _:dataentry2 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H7N3O/c7-9-6(10)5-1-3-8-4-2-5/h1-4H,7H2,(H,9,10)> .
200
- _:dataentry2 <http://www.opentox.org/api/1.2#values> _:values2 .
201
- _:dataentry2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
202
- _:dataentry20 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/H4N2.H2O4S/c1-2;1-5(2,3)4/h1-2H2;(H2,1,2,3,4)> .
203
- _:dataentry20 <http://www.opentox.org/api/1.2#values> _:values20 .
204
- _:dataentry20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
205
- _:dataentry21 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C19H24N2O2/c22-18-13-20(19(23)15-7-2-1-3-8-15)12-17-16-9-5-4-6-14(16)10-11-21(17)18/h4-6,9,15,17H,1-3,7-8,10-13H2> .
206
- _:dataentry21 <http://www.opentox.org/api/1.2#values> _:values21 .
207
- _:dataentry21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
208
- _:dataentry22 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/HNO2.Na/c2-1-3;/h(H,2,3);/q;+1/p-1> .
209
- _:dataentry22 <http://www.opentox.org/api/1.2#values> _:values22 .
210
- _:dataentry22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
211
- _:dataentry23 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C16H13N/c1-2-8-15(9-3-1)17-16-11-10-13-6-4-5-7-14(13)12-16/h1-12,17H> .
212
- _:dataentry23 <http://www.opentox.org/api/1.2#values> _:values23 .
213
- _:dataentry23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
214
- _:dataentry24 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H4N4/c3-2-4-1-5-6-2/h1H,(H3,3,4,5,6)> .
215
- _:dataentry24 <http://www.opentox.org/api/1.2#values> _:values24 .
216
- _:dataentry24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
217
- _:dataentry25 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C14H9Cl5/c15-11-5-1-9(2-6-11)13(14(17,18)19)10-3-7-12(16)8-4-10/h1-8,13H> .
218
- _:dataentry25 <http://www.opentox.org/api/1.2#values> _:values25 .
219
- _:dataentry25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
220
- _:dataentry26 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H4O/c1-2-3/h2H,1H3> .
221
- _:dataentry26 <http://www.opentox.org/api/1.2#values> _:values26 .
222
- _:dataentry26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
223
- _:dataentry27 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C7H6O4/c8-5-2-1-4(7(10)11)3-6(5)9/h1-3,8-9H,(H,10,11)> .
224
- _:dataentry27 <http://www.opentox.org/api/1.2#values> _:values27 .
225
- _:dataentry27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
226
- _:dataentry28 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C7H15N3O/c1-6-4-10(8-11)5-7(2)9(6)3/h6-7H,4-5H2,1-3H3> .
227
- _:dataentry28 <http://www.opentox.org/api/1.2#values> _:values28 .
228
- _:dataentry28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
229
- _:dataentry29 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C20H19N3.ClH/c1-13-12-16(6-11-19(13)23)20(14-2-7-17(21)8-3-14)15-4-9-18(22)10-5-15;/h2-12,21H,22-23H2,1H3;1H> .
230
- _:dataentry29 <http://www.opentox.org/api/1.2#values> _:values29 .
231
- _:dataentry29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
232
- _:dataentry3 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H5N2.BF4/c7-8-6-4-2-1-3-5-6;2-1(3,4)5/h1-5H;/q+1;-1> .
233
- _:dataentry3 <http://www.opentox.org/api/1.2#values> _:values3 .
234
- _:dataentry3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
235
- _:dataentry30 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C9H6O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H> .
236
- _:dataentry30 <http://www.opentox.org/api/1.2#values> _:values30 .
237
- _:dataentry30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
238
- _:dataentry31 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C4H8N2O2/c7-5-6-1-3-8-4-2-6/h1-4H2> .
239
- _:dataentry31 <http://www.opentox.org/api/1.2#values> _:values31 .
240
- _:dataentry31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
241
- _:dataentry32 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H8N2O/c3-4-1-2-5/h4-5H,1-3H2> .
242
- _:dataentry32 <http://www.opentox.org/api/1.2#values> _:values32 .
243
- _:dataentry32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
244
- _:dataentry33 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C4H7N3O3/c1-3(8)2-7(6-10)4(5)9/h2H2,1H3,(H2,5,9)> .
245
- _:dataentry33 <http://www.opentox.org/api/1.2#values> _:values33 .
246
- _:dataentry33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
247
- _:dataentry34 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C10H13N3O2/c1-13(12-15)7-3-5-10(14)9-4-2-6-11-8-9/h2,4,6,8H,3,5,7H2,1H3> .
248
- _:dataentry34 <http://www.opentox.org/api/1.2#values> _:values34 .
249
- _:dataentry34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
250
- _:dataentry35 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C9H11N3O2/c10-9(13)12(11-14)7-6-8-4-2-1-3-5-8/h1-5H,6-7H2,(H2,10,13)> .
251
- _:dataentry35 <http://www.opentox.org/api/1.2#values> _:values35 .
252
- _:dataentry35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
253
- _:dataentry36 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H6N2OS/c1-3-2-4(8)7-5(9)6-3/h2H,1H3,(H2,6,7,8,9)> .
254
- _:dataentry36 <http://www.opentox.org/api/1.2#values> _:values36 .
255
- _:dataentry36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
256
- _:dataentry37 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C3H6ClNO/c1-5(2)3(4)6/h1-2H3> .
257
- _:dataentry37 <http://www.opentox.org/api/1.2#values> _:values37 .
258
- _:dataentry37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
259
- _:dataentry38 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H8N2/c1-4(2)3/h3H2,1-2H3> .
260
- _:dataentry38 <http://www.opentox.org/api/1.2#values> _:values38 .
261
- _:dataentry38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
262
- _:dataentry39 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H4O2/c6-4-5-2-1-3-7-5/h1-4H> .
263
- _:dataentry39 <http://www.opentox.org/api/1.2#values> _:values39 .
264
- _:dataentry39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
265
- _:dataentry4 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C3H7NO2/c1-2-6-3(4)5/h2H2,1H3,(H2,4,5)> .
266
- _:dataentry4 <http://www.opentox.org/api/1.2#values> _:values4 .
267
- _:dataentry4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
268
- _:dataentry40 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C15H13NO2/c1-10(17)16(18)13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9,18H,8H2,1H3> .
269
- _:dataentry40 <http://www.opentox.org/api/1.2#values> _:values40 .
270
- _:dataentry40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
271
- _:dataentry41 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H8N2.2ClH/c1-3-4-2;;/h3-4H,1-2H3;2*1H> .
272
- _:dataentry41 <http://www.opentox.org/api/1.2#values> _:values41 .
273
- _:dataentry41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
274
- _:dataentry42 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H13N3O/c1-7(2)4-5-8(3)6-9/h4-5H2,1-3H3> .
275
- _:dataentry42 <http://www.opentox.org/api/1.2#values> _:values42 .
276
- _:dataentry42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
277
- _:dataentry43 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C3H6N2O/c6-4-5-2-1-3-5/h1-3H2> .
278
- _:dataentry43 <http://www.opentox.org/api/1.2#values> _:values43 .
279
- _:dataentry43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
280
- _:dataentry44 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/H4N2/c1-2/h1-2H2> .
281
- _:dataentry44 <http://www.opentox.org/api/1.2#values> _:values44 .
282
- _:dataentry44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
283
- _:dataentry45 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H10N2O3/c1-5(9)4-7(6-10)2-3-8/h8H,2-4H2,1H3> .
284
- _:dataentry45 <http://www.opentox.org/api/1.2#values> _:values45 .
285
- _:dataentry45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
286
- _:dataentry46 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C9H11N3O2/c13-10-12-6-2-4-9(12)8-3-1-5-11(14)7-8/h1,3,5,7,9H,2,4,6H2> .
287
- _:dataentry46 <http://www.opentox.org/api/1.2#values> _:values46 .
288
- _:dataentry46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
289
- _:dataentry47 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C4H6N2O3/c1-3-2-6(5-8)4(7)9-3/h3H,2H2,1H3> .
290
- _:dataentry47 <http://www.opentox.org/api/1.2#values> _:values47 .
291
- _:dataentry47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
292
- _:dataentry48 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C8H5N3O4S/c12-4-9-8-10-5(3-16-8)6-1-2-7(15-6)11(13)14/h1-4H,(H,9,10,12)> .
293
- _:dataentry48 <http://www.opentox.org/api/1.2#values> _:values48 .
294
- _:dataentry48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
295
- _:dataentry49 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C3H6O2/c4-1-3-2-5-3/h3-4H,1-2H2> .
296
- _:dataentry49 <http://www.opentox.org/api/1.2#values> _:values49 .
297
- _:dataentry49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
298
- _:dataentry5 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2HCl3/c3-1-2(4)5/h1H> .
299
- _:dataentry5 <http://www.opentox.org/api/1.2#values> _:values5 .
300
- _:dataentry5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
301
- _:dataentry50 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C9H9NS/c11-8-10-7-6-9-4-2-1-3-5-9/h1-5H,6-7H2> .
302
- _:dataentry50 <http://www.opentox.org/api/1.2#values> _:values50 .
303
- _:dataentry50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
304
- _:dataentry51 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H11N3O3/c1-2-8(7-11)5(10)6-3-4-9/h9H,2-4H2,1H3,(H,6,10)> .
305
- _:dataentry51 <http://www.opentox.org/api/1.2#values> _:values51 .
306
- _:dataentry51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
307
- _:dataentry52 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C9H11N3O/c13-11-12-6-2-4-9(12)8-3-1-5-10-7-8/h1,3,5,7,9H,2,4,6H2> .
308
- _:dataentry52 <http://www.opentox.org/api/1.2#values> _:values52 .
309
- _:dataentry52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
310
- _:dataentry53 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H10N2O/c8-6-7-4-2-1-3-5-7/h1-5H2> .
311
- _:dataentry53 <http://www.opentox.org/api/1.2#values> _:values53 .
312
- _:dataentry53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
313
- _:dataentry54 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/2C2H4O2.4H2O.3Pb/c2*1-2(3)4;;;;;;;/h2*1H3,(H,3,4);4*1H2;;;/q;;;;;;3*+2/p-6> .
314
- _:dataentry54 <http://www.opentox.org/api/1.2#values> _:values54 .
315
- _:dataentry54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
316
- _:dataentry55 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C15H13NO/c1-10(17)16-13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9H,8H2,1H3,(H,16,17)> .
317
- _:dataentry55 <http://www.opentox.org/api/1.2#values> _:values55 .
318
- _:dataentry55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
319
- _:dataentry56 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C20H22O3/c1-20(2,19(21)22)23-16-12-10-15(11-13-16)18-9-5-7-14-6-3-4-8-17(14)18/h3-4,6,8,10-13,18H,5,7,9H2,1-2H3,(H,21,22)> .
320
- _:dataentry56 <http://www.opentox.org/api/1.2#values> _:values56 .
321
- _:dataentry56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
322
- _:dataentry57 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H12N4O2/c1-5-3-9(7-11)4-6(2)10(5)8-12/h5-6H,3-4H2,1-2H3> .
323
- _:dataentry57 <http://www.opentox.org/api/1.2#values> _:values57 .
324
- _:dataentry57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
325
- _:dataentry58 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H3Cl/c1-2-3/h2H,1H2> .
326
- _:dataentry58 <http://www.opentox.org/api/1.2#values> _:values58 .
327
- _:dataentry58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
328
- _:dataentry59 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C4H8N2O/c7-5-6-3-1-2-4-6/h1-4H2> .
329
- _:dataentry59 <http://www.opentox.org/api/1.2#values> _:values59 .
330
- _:dataentry59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
331
- _:dataentry6 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/BrHO3.K/c2-1(3)4;/h(H,2,3,4);/q;+1/p-1> .
332
- _:dataentry6 <http://www.opentox.org/api/1.2#values> _:values6 .
333
- _:dataentry6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
334
- _:dataentry60 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H8O2/c1-4(2)5(6)7-3/h1H2,2-3H3> .
335
- _:dataentry60 <http://www.opentox.org/api/1.2#values> _:values60 .
336
- _:dataentry60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
337
- _:dataentry61 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C14H14ClN3O2S/c1-8-4-3-5-10(9(8)2)16-12-6-11(15)17-14(18-12)21-7-13(19)20/h3-6H,7H2,1-2H3,(H,19,20)(H,16,17,18)> .
338
- _:dataentry61 <http://www.opentox.org/api/1.2#values> _:values61 .
339
- _:dataentry61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
340
- _:dataentry62 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C27H30O16/c1-8-17(32)20(35)22(37)26(40-8)39-7-15-18(33)21(36)23(38)27(42-15)43-25-19(34)16-13(31)5-10(28)6-14(16)41-24(25)9-2-3-11(29)12(30)4-9/h2-6,8,15,17-18,20-23,26-33,35-38H,7H2,1H3/t8-,15+,17-,18+,20+,21-,22+,23+,26+,27?/m0/s1> .
341
- _:dataentry62 <http://www.opentox.org/api/1.2#values> _:values62 .
342
- _:dataentry62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
343
- _:dataentry63 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C12H8Cl6O/c13-8-9(14)11(16)5-3-1-2(6-7(3)19-6)4(5)10(8,15)12(11,17)18/h2-7H,1H2> .
344
- _:dataentry63 <http://www.opentox.org/api/1.2#values> _:values63 .
345
- _:dataentry63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
346
- _:dataentry64 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3> .
347
- _:dataentry64 <http://www.opentox.org/api/1.2#values> _:values64 .
348
- _:dataentry64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
349
- _:dataentry65 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C15H10O7.2H2O/c16-7-4-10(19)12-11(5-7)22-15(14(21)13(12)20)6-1-2-8(17)9(18)3-6;;/h1-5,16-19,21H;2*1H2> .
350
- _:dataentry65 <http://www.opentox.org/api/1.2#values> _:values65 .
351
- _:dataentry65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
352
- _:dataentry66 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C9H7N3O4S/c1-5(13)10-9-11-6(4-17-9)7-2-3-8(16-7)12(14)15/h2-4H,1H3,(H,10,11,13)> .
353
- _:dataentry66 <http://www.opentox.org/api/1.2#values> _:values66 .
354
- _:dataentry66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
355
- _:dataentry67 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C3H6N2O2/c6-4-5-1-2-7-3-5/h1-3H2> .
356
- _:dataentry67 <http://www.opentox.org/api/1.2#values> _:values67 .
357
- _:dataentry67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
358
- _:dataentry68 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C6H10N2O2/c1-3-4-8(7-10)5-6(2)9/h3H,1,4-5H2,2H3> .
359
- _:dataentry68 <http://www.opentox.org/api/1.2#values> _:values68 .
360
- _:dataentry68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
361
- _:dataentry69 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C17H17ClO3/c1-17(2,16(19)20)21-11-12-3-5-13(6-4-12)14-7-9-15(18)10-8-14/h3-10H,11H2,1-2H3,(H,19,20)> .
362
- _:dataentry69 <http://www.opentox.org/api/1.2#values> _:values69 .
363
- _:dataentry69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
364
- _:dataentry7 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C10H13NO2/c1-8(2)13-10(12)11-9-6-4-3-5-7-9/h3-8H,1-2H3,(H,11,12)> .
365
- _:dataentry7 <http://www.opentox.org/api/1.2#values> _:values7 .
366
- _:dataentry7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
367
- _:dataentry70 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C5H12N2O4/c8-2-1-7(6-11)3-5(10)4-9/h5,8-10H,1-4H2> .
368
- _:dataentry70 <http://www.opentox.org/api/1.2#values> _:values70 .
369
- _:dataentry70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
370
- _:dataentry71 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C4H5Cl/c1-3-4(2)5/h3H,1-2H2> .
371
- _:dataentry71 <http://www.opentox.org/api/1.2#values> _:values71 .
372
- _:dataentry71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
373
- _:dataentry72 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/CH6N2/c1-3-2/h3H,2H2,1H3> .
374
- _:dataentry72 <http://www.opentox.org/api/1.2#values> _:values72 .
375
- _:dataentry72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
376
- _:dataentry73 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C10H12ClNO2/c1-7(2)14-10(13)12-9-5-3-4-8(11)6-9/h3-7H,1-2H3,(H,12,13)> .
377
- _:dataentry73 <http://www.opentox.org/api/1.2#values> _:values73 .
378
- _:dataentry73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
379
- _:dataentry74 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C8H6N4O4S/c13-4-9-11-8-10-5(3-17-8)6-1-2-7(16-6)12(14)15/h1-4H,(H,9,13)(H,10,11)> .
380
- _:dataentry74 <http://www.opentox.org/api/1.2#values> _:values74 .
381
- _:dataentry74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
382
- _:dataentry75 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/BF4.Na/c2-1(3,4)5;/q-1;+1> .
383
- _:dataentry75 <http://www.opentox.org/api/1.2#values> _:values75 .
384
- _:dataentry75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
385
- _:dataentry8 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C19H17N3.ClH/c20-16-7-1-13(2-8-16)19(14-3-9-17(21)10-4-14)15-5-11-18(22)12-6-15;/h1-12,20H,21-22H2;1H> .
386
- _:dataentry8 <http://www.opentox.org/api/1.2#values> _:values8 .
387
- _:dataentry8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
388
- _:dataentry9 <http://www.opentox.org/api/1.2#compound> <http://webservices.in-silico.ch/compound/InChI=1S/C4H8N2O3/c1-3-9-4(7)6(2)5-8/h3H2,1-2H3> .
389
- _:dataentry9 <http://www.opentox.org/api/1.2#values> _:values9 .
390
- _:dataentry9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#DataEntry> .
391
- _:values0 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
392
- _:values0 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
393
- _:values0 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
394
- _:values1 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
395
- _:values1 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
396
- _:values1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
397
- _:values10 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
398
- _:values10 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
399
- _:values10 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
400
- _:values11 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
401
- _:values11 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
402
- _:values11 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
403
- _:values12 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
404
- _:values12 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
405
- _:values12 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
406
- _:values13 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
407
- _:values13 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
408
- _:values13 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
409
- _:values14 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
410
- _:values14 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
411
- _:values14 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
412
- _:values15 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
413
- _:values15 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
414
- _:values15 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
415
- _:values16 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
416
- _:values16 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
417
- _:values16 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
418
- _:values17 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
419
- _:values17 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
420
- _:values17 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
421
- _:values18 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
422
- _:values18 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
423
- _:values18 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
424
- _:values19 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
425
- _:values19 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
426
- _:values19 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
427
- _:values2 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
428
- _:values2 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
429
- _:values2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
430
- _:values20 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
431
- _:values20 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
432
- _:values20 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
433
- _:values21 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
434
- _:values21 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
435
- _:values21 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
436
- _:values22 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
437
- _:values22 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
438
- _:values22 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
439
- _:values23 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
440
- _:values23 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
441
- _:values23 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
442
- _:values24 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
443
- _:values24 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
444
- _:values24 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
445
- _:values25 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
446
- _:values25 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
447
- _:values25 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
448
- _:values26 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
449
- _:values26 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
450
- _:values26 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
451
- _:values27 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
452
- _:values27 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
453
- _:values27 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
454
- _:values28 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
455
- _:values28 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
456
- _:values28 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
457
- _:values29 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
458
- _:values29 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
459
- _:values29 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
460
- _:values3 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
461
- _:values3 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
462
- _:values3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
463
- _:values30 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
464
- _:values30 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
465
- _:values30 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
466
- _:values31 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
467
- _:values31 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
468
- _:values31 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
469
- _:values32 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
470
- _:values32 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
471
- _:values32 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
472
- _:values33 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
473
- _:values33 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
474
- _:values33 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
475
- _:values34 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
476
- _:values34 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
477
- _:values34 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
478
- _:values35 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
479
- _:values35 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
480
- _:values35 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
481
- _:values36 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
482
- _:values36 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
483
- _:values36 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
484
- _:values37 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
485
- _:values37 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
486
- _:values37 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
487
- _:values38 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
488
- _:values38 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
489
- _:values38 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
490
- _:values39 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
491
- _:values39 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
492
- _:values39 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
493
- _:values4 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
494
- _:values4 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
495
- _:values4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
496
- _:values40 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
497
- _:values40 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
498
- _:values40 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
499
- _:values41 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
500
- _:values41 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
501
- _:values41 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
502
- _:values42 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
503
- _:values42 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
504
- _:values42 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
505
- _:values43 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
506
- _:values43 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
507
- _:values43 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
508
- _:values44 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
509
- _:values44 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
510
- _:values44 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
511
- _:values45 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
512
- _:values45 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
513
- _:values45 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
514
- _:values46 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
515
- _:values46 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
516
- _:values46 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
517
- _:values47 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
518
- _:values47 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
519
- _:values47 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
520
- _:values48 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
521
- _:values48 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
522
- _:values48 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
523
- _:values49 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
524
- _:values49 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
525
- _:values49 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
526
- _:values5 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
527
- _:values5 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
528
- _:values5 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
529
- _:values50 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
530
- _:values50 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
531
- _:values50 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
532
- _:values51 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
533
- _:values51 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
534
- _:values51 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
535
- _:values52 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
536
- _:values52 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
537
- _:values52 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
538
- _:values53 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
539
- _:values53 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
540
- _:values53 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
541
- _:values54 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
542
- _:values54 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
543
- _:values54 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
544
- _:values55 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
545
- _:values55 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
546
- _:values55 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
547
- _:values56 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
548
- _:values56 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
549
- _:values56 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
550
- _:values57 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
551
- _:values57 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
552
- _:values57 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
553
- _:values58 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
554
- _:values58 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
555
- _:values58 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
556
- _:values59 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
557
- _:values59 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
558
- _:values59 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
559
- _:values6 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
560
- _:values6 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
561
- _:values6 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
562
- _:values60 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
563
- _:values60 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
564
- _:values60 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
565
- _:values61 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
566
- _:values61 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
567
- _:values61 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
568
- _:values62 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
569
- _:values62 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
570
- _:values62 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
571
- _:values63 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
572
- _:values63 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
573
- _:values63 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
574
- _:values64 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
575
- _:values64 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
576
- _:values64 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
577
- _:values65 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
578
- _:values65 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
579
- _:values65 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
580
- _:values66 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
581
- _:values66 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
582
- _:values66 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
583
- _:values67 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
584
- _:values67 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
585
- _:values67 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
586
- _:values68 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
587
- _:values68 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
588
- _:values68 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
589
- _:values69 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
590
- _:values69 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
591
- _:values69 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
592
- _:values7 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
593
- _:values7 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
594
- _:values7 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
595
- _:values70 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
596
- _:values70 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
597
- _:values70 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
598
- _:values71 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
599
- _:values71 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
600
- _:values71 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
601
- _:values72 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
602
- _:values72 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
603
- _:values72 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
604
- _:values73 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
605
- _:values73 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
606
- _:values73 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
607
- _:values74 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
608
- _:values74 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
609
- _:values74 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
610
- _:values75 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
611
- _:values75 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
612
- _:values75 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
613
- _:values8 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
614
- _:values8 <http://www.opentox.org/api/1.2#value> "false"^^<http://www.w3.org/2001/XMLSchema#string> .
615
- _:values8 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .
616
- _:values9 <http://www.opentox.org/api/1.2#feature> <http://webservices.in-silico.ch/dataset/1/feature/Hamster%20Carcinogenicity> .
617
- _:values9 <http://www.opentox.org/api/1.2#value> "true"^^<http://www.w3.org/2001/XMLSchema#string> .
618
- _:values9 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.opentox.org/api/1.2#FeatureValue> .