summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.de>2009-11-24 14:10:02 +0100
committerChristoph Helma <helma@in-silico.de>2009-11-24 14:10:02 +0100
commit5dfa70ed7ee259a75bea0f54b83ccfce79e591e0 (patch)
tree9809c136ae24487d37e236786216dade93ba903c
parent944ca1aa72655b6d8ab306ec344162ac13f0b002 (diff)
Tests for RDF and API 1.1
-rw-r--r--features/compound.feature19
-rw-r--r--features/data/hamster_carcinogenicity.rdf258
-rw-r--r--features/data/kazius.rdf12207
-rw-r--r--features/dataset.feature40
-rw-r--r--features/dataset_large.feature15
-rw-r--r--features/feature.feature13
-rw-r--r--features/fminer.feature16
-rw-r--r--features/lazar.feature12
-rw-r--r--features/step_definitions/common_steps.rb23
-rw-r--r--features/step_definitions/dataset_steps.rb26
-rw-r--r--features/step_definitions/fminer_step.rb9
-rw-r--r--features/step_definitions/lazar_steps.rb21
12 files changed, 12524 insertions, 135 deletions
diff --git a/features/compound.feature b/features/compound.feature
index 2bc443c..ca2406f 100644
--- a/features/compound.feature
+++ b/features/compound.feature
@@ -1,17 +1,18 @@
@rest
-Feature: Create URI
+Feature: Create compound URI
Scenario Outline: Create and get URIs
- Given <type> is <descriptor>
- When I post the parameters to the compound webservice
+ Given Content-Type is <mime-type>
+ When I post <descriptor> to the compound webservice
Then I should receive a valid URI
And the URI should contain <inchi>
And the URI response should be <cansmi>
Examples:
- |descriptor |type |inchi |cansmi |
- |CC(=O)CC(C)C#N |smiles|InChI=1S/C6H9NO/c1-5(4-7)3-6(2)8/h5H,3H2,1-2H3 |CC(CC(=O)C)C#N |
- |Benzene |name |InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H |c1ccccc1 |
- |F[B-](F)(F)F.[Na+] |smiles|InChI=1S/BF4.Na/c2-1(3,4)5;/q-1;+1 |[Na+].F[B-](F)(F)F |
- |N#[N+]C1=CC=CC=C1.F[B-](F)(F)F |smiles|InChI=1S/C6H5N2.BF4/c7-8-6-4-2-1-3-5-6;2-1(3,4)5/h1-5H;/q+1;-1|N#[N+]c1ccccc1.F[B-](F)(F)F|
- |InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H|inchi |InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H |c1ccccc1 |
+ |descriptor |mime-type |inchi |cansmi |
+ |CC(=O)CC(C)C#N |chemical/x-daylight-smiles|InChI=1S/C6H9NO/c1-5(4-7)3-6(2)8/h5H,3H2,1-2H3 |CC(CC(=O)C)C#N |
+ |Benzene |text/plain |InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H |c1ccccc1 |
+ |F[B-](F)(F)F.[Na+] |chemical/x-daylight-smiles|InChI=1S/BF4.Na/c2-1(3,4)5;/q-1;+1 |[Na+].F[B-](F)(F)F |
+ |N#[N+]C1=CC=CC=C1.F[B-](F)(F)F |chemical/x-daylight-smiles|InChI=1S/C6H5N2.BF4/c7-8-6-4-2-1-3-5-6;2-1(3,4)5/h1-5H;/q+1;-1|N#[N+]c1ccccc1.F[B-](F)(F)F|
+ |InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H|chemical/x-inchi |InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H |c1ccccc1 |
+
diff --git a/features/data/hamster_carcinogenicity.rdf b/features/data/hamster_carcinogenicity.rdf
new file mode 100644
index 0000000..1dafcc0
--- /dev/null
+++ b/features/data/hamster_carcinogenicity.rdf
@@ -0,0 +1,258 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O/c1-2-3/h2H,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N2O5/c12-11(14)8(9-2-1-5-17-9)6-7-3-4-10(18-7)13(15)16/h1-6H,(H2,12,14)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4N4/c3-2-4-1-5-6-2/h1H,(H3,3,4,5,6)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/BrHO3.K/c2-1(3)4;/h(H,2,3,4);/q;+1/p-1">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/Cd.2ClH/h;2*1H/q+2;;/p-2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/Cd.H2O4S/c;1-5(2,3)4/h;(H2,1,2,3,4)/q+2;/p-2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5ClO/c1-4-2-3/h2H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5Cl/c1-3-4(2)5/h3H,1-2H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N2O/c1-3-5-8(7-9)6-4-2/h3-4H,1-2,5-6H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6ClNO/c1-5(2)3(4)6/h1-2H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H8N2/c1-4(2)3/h3H2,1-2H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H8N2.2ClH/c1-3-4-2;;/h3-4H,1-2H3;2*1H">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11N3O3/c1-2-8(7-11)5(10)6-3-4-9/h9H,2-4H2,1H3,(H,6,10)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11N3O3/c1-3-9(8-12)6(11)7-4-5(2)10/h3-4H2,1-2H3,(H,7,11)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2O/c1-2/h1H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4O2/c6-4-5-2-1-3-7-5/h1-4H">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2/c4-1-3-2-5-3/h3-4H,1-2H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H17ClO6/c1-8-5-9(19)6-12(23-4)17(8)16(20)13-10(21-2)7-11(22-3)14(18)15(13)24-17/h6-8H,5H2,1-4H3/t8-,17?/m1/s1">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6Cl6/c7-1-2(8)4(10)6(12)5(11)3(1)9">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/H4N2/c1-2/h1-2H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/H4N2.H2O4S/c1-2;1-5(2,3)4/h1-2H2;(H2,1,2,3,4)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H8N2O/c3-4-1-2-5/h4-5H,1-3H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O/c7-9-6(10)5-1-3-8-4-2-5/h1-4H,7H2,(H,9,10)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO2/c8-6(9)5-1-3-7-4-2-5/h1-4H,(H,8,9)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13NO2/c1-8(2)13-10(12)11-9-6-4-3-5-7-9/h3-8H,1-2H3,(H,11,12)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/2C2H4O2.4H2O.3Pb/c2*1-2(3)4;;;;;;;/h2*1H3,(H,3,4);4*1H2;;;/q;;;;;;3*+2/p-6">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H22N8O5/c1-28(9-11-8-23-17-15(24-11)16(21)26-20(22)27-17)12-4-2-10(3-5-12)18(31)25-13(19(32)33)6-7-14(29)30/h2-5,8,13H,6-7,9H2,1H3,(H,25,31)(H,29,30)(H,32,33)(H4,21,22,23,26,27)/t13-/m0/s1">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O/c1-4(3)2-5/h2H,3H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c1-4(2)5(6)7-3/h1H2,2-3H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH6N2/c1-3-2/h3H,2H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N2OS/c1-3-2-4(8)7-5(9)6-3/h2H,1H3,(H2,6,7,8,9)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/HNO2.Na/c2-1-3;/h(H,2,3);/q;+1/p-1">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2O4/c1-5(10)2-8(7-12)3-6(11)4-9/h5-6,9-11H,2-4H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O4/c1-5(10)2-8(7-12)3-6(11)4-9/h6,9,11H,2-4H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12N2O4/c8-2-1-7(6-11)3-5(10)4-9/h5,8-10H,1-4H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10N2O3/c1-5(9)4-7(6-10)2-3-8/h8H,2-4H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15N3O/c1-6-4-10(8-11)5-7(2)9(6)3/h6-7H,4-5H2,1-3H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N2O2/c1-3-4-8(7-10)5-6(2)9/h3H,1,4-5H2,2H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2O3/c1-6(5-9)2-4(8)3-7/h4,7-8H,2-3H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O2/c7-5-6-1-3-8-4-2-6/h1-4H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10N2O/c8-6-7-4-2-1-3-5-7/h1-5H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O/c7-5-6-3-1-2-4-6/h1-4H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10ClN3O3/c1-5(11)4-10(9-13)6(12)8-3-2-7/h2-4H2,1H3,(H,8,12)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7N3O3/c1-3(8)2-7(6-10)4(5)9/h2H2,1H3,(H2,5,9)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NS/c11-8-10-7-6-9-4-2-1-3-5-9/h1-5H,6-7H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2O3/c1-2-12(8-6-4-3-5-7-8)9(15)13-11(17)14-10(12)16/h3-7H,2H2,1H3,(H2,13,14,15,16,17)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O4/c8-5-2-1-4(7(10)11)3-6(5)9/h1-3,8-9H,(H,10,11)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HCl3/c3-1-2(4)5/h1H">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO2/c1-2-6-3(4)5/h2H2,1H3,(H2,4,5)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3Cl/c1-2-3/h2H,1H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N2.BF4/c7-8-6-4-2-1-3-5-6;2-1(3,4)5/h1-5H;/q+1;-1">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N4O2/c1-5-3-9(7-11)4-6(2)10(5)8-12/h5-6H,3-4H2,1-2H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H13N3O/c1-7(2)4-5-8(3)6-9/h4-5H2,1-3H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O2/c1-5-3-8(7-9)4-6(2)10-5/h5-6H,3-4H2,1-2H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6N2O3/c1-3-2-6(5-8)4(7)9-3/h3H,2H2,1H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O3/c1-3-9-4(7)6(2)5-8/h3H2,1-2H3">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2O2/c6-4-5-1-2-7-3-5/h1-3H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2O/c6-4-5-2-1-3-5/h1-3H2">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">true</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/BF4.Na/c2-1(3,4)5;/q-1;+1">
+ <ns0:ActivityOutcome_CPDBAS_Hamster xmlns:ns0="http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#">false</ns0:ActivityOutcome_CPDBAS_Hamster>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/features/data/kazius.rdf b/features/data/kazius.rdf
new file mode 100644
index 0000000..a22adb6
--- /dev/null
+++ b/features/data/kazius.rdf
@@ -0,0 +1,12207 @@
+<?xml version="1.0" encoding="utf-8"?>
+<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H18N2O/c1-25-19-14-12-18(13-15-19)22-23-20(16-8-4-2-5-9-16)21(24-22)17-10-6-3-7-11-17/h2-15H,1H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O2/c1-7-8(10-5-12)3-2-4-9(7)11-6-13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2O2/c13-6-5-8-7-12(11-14)10-4-2-1-3-9(8)10/h1-4,7,13H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7BrN2O3S/c12-8-2-1-3-9(5-8)13-11(15)7-4-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O/c1-9(8-10)7-5-3-2-4-6-7/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17NO4/c1-19(9-23-19)15-7-11-14(24-15)8-13(21)16-17(11)20(2)12-6-4-3-5-10(12)18(16)22/h3-6,8,15,21H,7,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H17N3O2S/c1-26(24,25)23-15-12-10-14(11-13-15)21-20-16-6-2-4-8-18(16)22-19-9-5-3-7-17(19)20/h2-13,23H,1H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7Cl2NO3/c13-8-1-6-12(11(14)7-8)18-10-4-2-9(3-5-10)15(16)17/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O5/c9-6-3-4(7(10)11)1-2-5(6)8(12)13/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-7(2)11-10(16-12(13)17(11)3)9-8(6)14-4-5-15-9/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14N2S2/c1-5-8(10)6(12-2)4-7(13-3)9(5)11/h4H,10-11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c23-16-9-10-19-21-12-15-6-2-1-5-14(15)11-20(21)17-7-3-4-8-18(17)22(19)13-16/h1-13,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5BrO/c1-3(5)4(2)6/h1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H18N4/c7-1-3-9-5-6-10-4-2-8/h9-10H,1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15NO/c1-11(2)10-5-3-9(4-6-10)7-8-12/h3-6,12H,7-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9N3O3/c1-21-11-4-10(19)12-13-8(6-17-14(12)15(11)20)7-5-16-3-2-9(7)18-13/h2-6,18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NS2/c1-5-6-2-13-4-8(6)10-9(11-10)7(5)3-12-1/h1-4,9-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N4/c1-9-7-13(12(15)8-11(9)14)17-16-10-5-3-2-4-6-10/h2-8H,14-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N3/c14-10-3-1-8-5-9-2-4-11(15)7-13(9)16-12(8)6-10/h1-7H,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO2/c14-13(15)11-7-5-9-3-1-2-8-4-6-10(11)12(8)9/h1-3,5,7H,4,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2O2/c15-13-7-3-11(4-8-13)1-2-12-5-9-14(10-6-12)16(17)18/h1-10H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H17NO5/c1-5(2)6(12)9(3)10(16-9,7(11)13)8(14)15-4/h5-6,12H,1-4H3,(H2,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11IO3/c1-4(7)6-9-3-5(2-8)10-6/h4-6,8H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N4O/c1-21(2)11-10-18-17(22)12-6-5-9-15-16(12)20-14-8-4-3-7-13(14)19-15/h3-9H,10-11H2,1-2H3,(H,18,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-6-3-4-8(9)5-7(6)2/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2/c1-8-12-10(6-7-13-8)9-4-2-3-5-11(9)14-12/h2-7,14H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O3/c7-4-3-6(5-8)1-2-9-4/h4,7H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClNO3/c8-7(10)5-3-1-2-4-6(5)9(11)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12Cl3O3P/c7-1-4-10-13(11-5-2-8)12-6-3-9/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9N3O2/c1-14-9(13)12-8-10-6-4-2-3-5-7(6)11-8/h2-5H,1H3,(H2,10,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N3O4/c1-2-19-12(17)15(14-18)8-4-6-11(16)10-5-3-7-13-9-10/h3,5,7,9H,2,4,6,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8S2/c1-2-6-4-3-5-1/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10ClN/c13-11-5-1-9(2-6-11)10-3-7-12(14)8-4-10/h1-8H,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N6/c9-11-7-5-3-1-2-4-6(5)8(12-10)14-13-7/h1-4H,9-10H2,(H,11,13)(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O/c1-10-18-15-8-6-12-4-3-11-5-7-13(20)9-14(11)16(12)17(15)19(10)2/h3-9,20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9ClO2/c1-7(11)12-9-4-2-8(6-10)3-5-9/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O3/c13-9-1-5-11(6-2-9)17-12-7-3-10(4-8-12)14(15)16/h1-8H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7N3O6/c16-13(17)9-3-1-8(2-4-9)11-6-5-10(14(18)19)7-12(11)15(20)21/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c1-11-7-5-3-2-4-6(7)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N/c1-2-6-14-12(4-1)7-10-16-15(14)9-8-13-5-3-11-18-17(13)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO3/c22-17-10-8-14-12-3-1-2-4-13(12)20-16(21(23)24)9-6-11-5-7-15(17)19(14)18(11)20/h1-10,22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2ClN3O6/c7-6-4(9(13)14)1-3(8(11)12)2-5(6)10(15)16/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H7NO4/c15-13-10-5-2-1-4-8(10)9-6-3-7-11(14(16)17)12(9)18-13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16O/c1-13-15-7-4-5-9-17(15)19(12-21)18-11-10-14-6-2-3-8-16(14)20(13)18/h2-11,21H,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-16-8-4-3-7-15(16)12-19-17(13)11-10-14-6-2-5-9-18(14)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO5S/c1-11-2-8-14(9-3-11)21(18,19)20-10-12-4-6-13(7-5-12)15(16)17/h2-9H,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H20N4O2/c1-12-17-13-5-3-4-6-14(13)23-20(17)18-19(22-12)16(26)11-15(21(18)27)25-9-7-24(2)8-10-25/h3-6,11,23H,7-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O3/c1-8-6-7-11-12(13(8)16)15(18)10-5-3-2-4-9(10)14(11)17/h2-7,16H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10F2/c1-8-13-6-9(15)2-4-11(13)12-5-3-10(16)7-14(8)12/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO/c15-14-11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O6/c21-7-3-1-5-9-11(7)14-10-6(18-20(26-18)16(14)24)2-4-8(22)12(10)13(9)15(23)19-17(5)25-19/h1-4,15,17-23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClNO4/c8-5-2-1-4(7(10)11)3-6(5)9(12)13/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2/c1-3-7-15(8-4-1)19-17-11-13-18(14-12-17)20-16-9-5-2-6-10-16/h1-14,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10NO/c1-11-6-2-3-7-8(11)4-5-9-10(7)12-9/h2-6,9-10H,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2O/c1-10-7-3-2-5(8)4-6(7)9/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO3/c1-11(19)18-14-9-7-12(8-10-14)15(20)17-16(21-17)13-5-3-2-4-6-13/h2-10,16-17H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15N5/c1-10-8-13-15(21-17(18)22(13)2)16-14(10)20-12(9-19-16)11-6-4-3-5-7-11/h3-9H,1-2H3,(H2,18,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8NO2/c7-6(8)5-3-1-2-4-5/h1-4H2/q-1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14Cl2N2O4/c1-20-11-3-2-10(16(6-4-14)7-5-15)9-8-12(17(18)19)21-13(9)11/h2-3,8H,4-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N4O2/c1-19-13-5-11-9(3-7(13)15)18-12-6-14(20-2)8(16)4-10(12)17-11/h3-6H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-15-9-6-7-4-2-3-5-8(7)13-10(9)14-11(15)12/h2-6H,1H3,(H2,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15NO3/c23-18-14-8-7-12-9-11-6-5-10-3-1-2-4-13(10)16(11)22-17(12)15(14)20-21(25-20)19(18)24/h1-9,18-21,23-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2/c14-11-5-3-7-13-10(11)8-9-4-1-2-6-12(9)15-13/h1-8H,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O4/c19-17(20)13-5-9-1-2-10-6-14(18(21)22)8-12-4-3-11(7-13)15(9)16(10)12/h5-8H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7N3O2/c16-15(17)8-5-6-11-12(7-8)14-10-4-2-1-3-9(10)13-11/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14NO5P/c1-2-19-21(18,14-6-4-3-5-7-14)20-13-10-8-12(9-11-13)15(16)17/h3-11H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H7NO4/c18-15-10-3-1-2-8-4-5-9-12(17(20)21)7-6-11(16(15)19)14(9)13(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7ClO2S/c1-3(2)7(4,5)6/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3/c1-7-12-8-4-2-3-5-9(8)15-10(12)6-11(13)14-7/h2-6,15H,1H3,(H2,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5BrCl2/c4-1-3(6)2-5/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3/c1-6-9(12)4-5-10-11(6)14-8(3)7(2)13-10/h4-5H,12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C25H16/c1-15-10-11-20-21(12-15)23-13-16-6-2-4-8-18(16)22-14-17-7-3-5-9-19(17)24(20)25(22)23/h2-14H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O2/c7-5-2-1-3-6(4-5)8(9)10/h1-4H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3ClN2O2S/c8-7-4-2-1-3-5(10(11)12)6(4)13-9-7/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-8-14(18(21)22)16-11-5-2-1-4-9(11)10-6-3-7-12(13)15(10)16/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4Cl3NO2S2/c9-7(10)8(11)16-15-6-4-2-1-3-5(6)12(13)14/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19ClN4O2/c1-22(2)11-5-10-20-17-12-6-3-4-7-14(12)21-18-13(19)8-9-15(16(17)18)23(24)25/h3-4,6-9H,5,10-11H2,1-2H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H16N2O3/c1-8-13-9-5-3-4-6-10(9)19-15(13)14-11(20)7-12(22-2)17(21)16(14)18-8/h7,19H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O/c1-2-3-4-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13N2/c1-16-13-5-3-2-4-10(13)8-11-9-12(15)6-7-14(11)16/h2-9H,15H2,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15NO3S/c1-12(18)17(20-13(2)19)14-8-10-16(11-9-14)21-15-6-4-3-5-7-15/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O3/c1-10-4-11(7-16)12(8-17)5-15(18)9-14(2,3)6-13(10)15/h4-5,7-8,10,13,18H,6,9H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-7-17-15(4-1)12-16-9-8-13-5-3-6-14-10-11-18(17)20(16)19(13)14/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7Cl/c11-10-7-3-5-8-4-1-2-6-9(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-4-8-18-14(5-1)9-10-15-11-12-19-17-7-3-2-6-16(17)13-20(19)21(15)18/h1-12H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-5-4-6(8)2-3-7(5)9/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O3/c1-22-13-8-10-17(23-2)15(11-13)19-20-18-14-6-4-3-5-12(14)7-9-16(18)21/h3-11,21H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17N3/c1-21(2)16-12-10-15(11-13-16)19-20-18-9-5-7-14-6-3-4-8-17(14)18/h3-13H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9O4P/c1-5-8(4,6-2)7-3/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HCl2N/c3-2(4)1-5/h2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O2/c11-10(12)7-1-2-8-6(5-7)3-4-9-8/h1-2,5,9H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7FN2O3S/c12-8-3-1-2-4-9(8)13-11(15)7-5-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14N4O5/c1-12-6(13(16)17)2-10-7(12)8-11-9(3-14,4-15)5-18-8/h2,8,11,14-15H,3-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16N2O2/c1-24-19-12-13(23)10-11-18(19)22-20-14-6-2-4-8-16(14)21-17-9-5-3-7-15(17)20/h2-12,23H,1H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O3/c1-11-8(10)6-4-2-3-5-7(6)9/h2-5,9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c1-2-6-12-11(5-1)9-10-14-13-7-3-4-8-15(13)17-18(19-17)16(12)14/h1-10,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c1-5-2-3-6(8(10)11)7(4-5)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10O2/c21-18-10-17-16-9-12-5-2-1-4-11(12)8-15(16)13-6-3-7-14(19(13)17)20(18)22/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N4O5/c15-8-6-13(10(16)12-8)11-5-1-2-7-3-4-9(19-7)14(17)18/h1-5H,6H2,(H,12,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N4/c1-17-11-7-10(9-5-3-2-4-6-9)8-15-12(11)16-13(17)14/h2-8H,1H3,(H2,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3BrO/c1-3(4)2-5/h2H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8Cl5NO3S/c1-3(16)15-4(9(17)18)2-19-8(14)6(11)5(10)7(12)13/h4H,2H2,1H3,(H,15,16)(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6N2O4/c13-11(14)8-5-1-3-7-4-2-6-9(10(7)8)12(15)16/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14O6/c1-20-10-6-11-14(8-4-5-21-17(8)22-11)15-13(10)7-2-3-9(18)12(7)16(19)23-15/h4-6,8-9,17-18H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O/c1-10(2)12-5-4-11(3)14-7-6-13(9-16)15(14)8-12/h4-9H,1H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-7-3-2-6-15-10(7)13-8-4-5-9(12)14-11(8)15/h2-6H,1H3,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H11N/c1-2-6-15-13(4-1)10-14-9-8-12-5-3-7-17-19(12)18(14)16(15)11-20-17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O7/c1-16-8(11)6(9(12)13)4-5-2-3-7(17-5)10(14)15/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11Cl/c18-10-11-7-8-13-14-5-1-3-12-4-2-6-15(17(12)14)16(13)9-11/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3ClN2O4/c7-5-2-1-4(8(10)11)3-6(5)9(12)13/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O5/c1-15-9(12)6(5-10)4-7-2-3-8(16-7)11(13)14/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H17N/c1-2-8-15(9-3-1)14-22-20-18-12-6-4-10-16(18)17-11-5-7-13-19(17)21(20)22/h1-13,20-21H,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO4/c22-19-13-7-3-6-11-10-4-1-2-5-12(10)17-15(21(24)25)9-8-14(20(19)23)18(17)16(11)13/h1-9,19-20,22-23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17N3O/c1-14-10-16(17(12-20)13-21)11-19(23-14)9-6-15-4-7-18(8-5-15)22(2)3/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O2/c1-2-3-4-8-5-7-6-9-7/h7H,2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO4/c11-9(12)5-4-7-2-1-3-8(6-7)10(13)14/h1-6H,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4N2O2/c2-1(4)3-5/h5H,(H3,2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5FO/c4-1-3-2-5-3/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14ClNO/c16-14(13-9-5-2-6-10-13)15(18)17-11-12-7-3-1-4-8-12/h1-10,14H,11H2,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H19NO2/c1-8(2)5-7(11)6-9(3,4)10(8)12/h7,11-12H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NOS/c1-11(16)15-12-7-9-14(10-8-12)17-13-5-3-2-4-6-13/h2-10H,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O5/c16-12-4-2-1-3-10(12)13-9-6-5-8(14(17)18)7-11(9)15(19)20/h1-7,13,16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15NO2/c1-2-15(17)16(18)14-10-8-13(9-11-14)12-6-4-3-5-7-12/h3-11,18H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O4/c7-2-4-1-5(8)6(9)3-10-4/h2,4H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O4/c1(9-3-7-5-11-7)2-10-4-8-6-12-8/h7-8H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5N/c1-2-3-1/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9Br3O/c6-1-5(2-7,3-8)4-9/h9H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C33H52O2/c1-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20-33(34)35-26-30-23-24-31-28(4)21-22-29(27(2)3)25-32(30)31/h21,23-25,29H,2,5-20,22,26H2,1,3-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N5O3/c23-16-15-14(12-3-1-2-4-13(12)19-15)20-21-22(16)18-9-10-5-7-11(8-6-10)17(24)25/h1-9,19H,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NOS/c14-13-10-6-8-12(9-7-10)15-11-4-2-1-3-5-11/h1-9,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4O/c1-7-3-2-6-15-10(7)12-8-4-5-9(14-16)13-11(8)15/h2-6,16H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4ClN/c6-5-3-1-2-4-7-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6FN/c10-8-4-3-7-2-1-5-11-9(7)6-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H18N2O3/c1-21(2)11-10-20-19(24)15-9-5-8-14-16(15)18(23)13-7-4-3-6-12(13)17(14)22/h3-9H,10-11H2,1-2H3,(H,20,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c7-5-1-2-6(8)4-3-5/h1-4H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)10-5-6-12-11-4-2-1-3-9(11)7-14(16(19)20)13(12)8-10/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-8-9-4-3-7-11-10-5-1-2-6-12(10)15(14(9)11)16(13)18(21)22/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO2/c1-2-7-3-5-8(6-4-7)9(10)11/h2-6H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H17N3O4S/c1-10-12(14(2)9-21(18,19)20)13(17)16(15(10)3)11-7-5-4-6-8-11/h4-8H,9H2,1-3H3,(H,18,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H15N/c1-3-9-15-13(7-1)14-8-2-4-10-16(14)20-19(15)17-11-5-6-12-18(17)21-22(20)23-21/h1-12,21-23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N2O5/c12-11(14)8(9-2-1-5-17-9)6-7-3-4-10(18-7)13(15)16/h1-6H,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClN2S/c8-7-5-3-4(9)1-2-6(5)11-10-7/h1-3H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4BrClO/c4-1-2-3(5)6-2/h2-3H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-9-5-1-4-8-7(9)3-2-6-10-8/h1-6,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4/c13-7-4-5-9-11(6-7)15-10-3-1-2-8(14)12(10)16-9/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7BrN2O3S/c12-8-3-1-2-4-9(8)13-11(15)7-5-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N2/c1-2-6-12-10(3-1)9-4-7-11-8-5-9/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-7(2)9-5-4-8(3)6-10(9)11/h7-9H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8O3S/c1-3-6-7(2,4)5/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O2/c7-5-6-1-3-8-4-2-6/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10N2O2/c16-11-14-5-3-12(4-6-14)1-2-13-7-9-15(10-8-13)17(18)19/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O/c1-2-3-4-5-6-7-8/h4-5,7H,2-3,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7N5O2/c5-8-2-3(10)7-1-4(11)9-6/h2H,1,6H2,(H,7,10)(H,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O/c1-2-3-4-5-6-8-7-9-8/h2,8H,1,3-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-6(11)10-8-4-2-3-7(9)5-8/h2-5H,9H2,1H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-5-6(8)3-2-4-7(5)9/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c21-18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h1-11,21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12/c1-11-6-9-15-13(10-11)8-7-12-4-2-3-5-14(12)15/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3FN4O2/c7-5-2-1-4(9-10-8)3-6(5)11(12)13/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N3O3/c1-7-12-8-6-17-4-3-9(8)19-14(12)13-10(20)5-11(22-2)16(21)15(13)18-7/h3-6,19H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H22O3/c1-2-3-4-5-6-7-8-9-10-11-12-18-14-15(17)13-16/h3-12,15-17H,2,13-14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11N3O4/c1-4(10)9(5(11)7-2)13-6(12)8-3/h1-3H3,(H,7,11)(H,8,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3IN2O4/c7-5-2-1-4(8(10)11)3-6(5)9(12)13/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-10-16-8-4-5-9-17(16)19-12-15-7-3-2-6-14(15)11-18(13)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O/c1-2-4-7(5-3-1)8-6-9-8/h1-5,8H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClN2O4/c8-4-5-1-6(9(11)12)3-7(2-5)10(13)14/h1-3H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14O2/c1-12(18)19-11-17-15-8-4-2-6-13(15)10-14-7-3-5-9-16(14)17/h2-10H,11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2/c4-2-1-3-5/h1-2H,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c1-10-7-4-2-6(8-9)3-5-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N/c13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15N/c1-15-13-8-11-6-2-4-10-5-3-7-12(9-13)14(10)11/h2-7,13,15H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O4/c1-8(14)16-6-10-5-15-7-12-9(4-13)2-3-11(10)12/h2-5,7H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9N3O4/c10-2-1-8-5(4-11)7-3-6(8)9(12)13/h3,10-11H,1-2,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO5/c1-2-14-5-8(13(16)17)12(15)7-3-10-11(4-9(7)14)19-6-18-10/h3-5H,2,6H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2/c1-10-14-9-18-8-7-12(14)11(2)17-16(10)13-5-3-4-6-15(13)19-17/h3-9,19H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H19N3O2/c16-10-12(4-2-1-3-5-12)13-11(17)15(10)9-8-14-6-7-14/h1-9H2,(H,13,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2/c14-10-1-3-12-8(6-10)5-9-7-11(15)2-4-13(9)12/h1-4,6-7H,5,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2/c1-2-10(9)8-6-4-3-5-7-8/h3-7H,2,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO2/c1-13(19)18-16-10-7-14(8-11-16)9-12-17(20)15-5-3-2-4-6-15/h2-12H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H24N2/c1-4-8-21-12-14-10-18-16(9-13(2)11-20(18)3)15-6-5-7-17(21)19(14)15/h5-7,9,12,16,18H,4,8,10-11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5N3O/c1-7-3-2-5-4(7)6-8/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O2/c11-10(12)6-3-1-2-5-4-8-9-7(5)6/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-17-11-15-6-3-5-13-8-9-16-10-14-4-1-2-7-18(14)20(17)21(16)19(13)15/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N2S2/c15-11-5-1-3-7-13(11)17-9-10-18-14-8-4-2-6-12(14)16/h1-8H,9-10,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-7-16-13(4-1)8-10-17-18-11-9-14-5-3-6-15(20(14)18)12-19(16)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17NO2/c20-19(21)16-7-8-17-15(10-16)6-5-14-9-12-3-1-2-4-13(12)11-18(14)17/h7-11H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O2/c12-11(13)8-5-1-3-7-4-2-6-10-9(7)8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2S/c6-3-4-1-2-5-3/h1-2H2,(H2,4,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-5-15-12-19-17(10-14(15)4-1)11-16-7-3-6-13-8-9-18(19)20(13)16/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c19-14-7-10-16-13(11-14)6-9-17-15-4-2-1-3-12(15)5-8-18(16)17/h1-11H,19H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO/c22-21-18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h5-11H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H17Cl2NOS/c1-7(2)13(8(3)4)10(14)15-6-9(12)5-11/h5,7-8H,6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O3/c1-18-13-9-7-12(8-10-13)15-16(19-15)14(17)11-5-3-2-4-6-11/h2-10,15-16H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13NO/c1-5-3-7-4-6(2)8-5/h5-7H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7ClO/c1-4(2)5(6)3-7/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14Cl2N2O3/c17-5-7-19(8-6-18)12-2-3-13-11(9-12)1-4-15-14(13)10-16(23-15)20(21)22/h1-4,9-10H,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO/c9-8(10)6-7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N3/c14-8-5-6-10-12(7-8)16-11-4-2-1-3-9(11)13(10)15/h1-7H,14H2,(H2,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-3-7-16-14(5-1)9-11-20-18(16)13-19-17-8-4-2-6-15(17)10-12-21(19)22-20/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-18-7-3-6-14-16-9-8-12-4-1-2-5-13(12)15(16)10-11-17(14)18/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12/c1-3-7-15-13(5-1)9-11-18-16-8-4-2-6-14(16)10-12-17(15)18/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10ClNO2/c15-13-7-3-11(4-8-13)1-2-12-5-9-14(10-6-12)16(17)18/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3O2/c13-9-1-3-10(4-2-9)14-11-5-7-12(8-6-11)15(16)17/h1-8,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O5/c16-9-3-1-8(2-4-9)12(17)14-13-7-10-5-6-11(20-10)15(18)19/h1-7,16H,(H,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9N3O4/c15-7-4-5-8(16)12-11(7)13(18)6-2-1-3-9(17(20)21)10(6)14(12)19/h1-5H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7N3O6/c16-13(17)8-5-6-10(12(7-8)15(20)21)9-3-1-2-4-11(9)14(18)19/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO3/c22-16-10-8-12-6-5-11-7-9-15(21(23)24)19-13-3-1-2-4-14(13)20(16)18(12)17(11)19/h1-10,22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O/c1-12-7-9-16(13(2)11-12)19-20-18-15-6-4-3-5-14(15)8-10-17(18)21/h3-11,21H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3N3O7/c10-6-4(8(13)14)1-3(7(11)12)2-5(6)9(15)16/h1-2,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10/c1-2-8-13-12(7-1)14-9-3-5-11-6-4-10-15(13)16(11)14/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11F/c1-9-11-4-2-3-5-12(11)13-7-6-10(15)8-14(9)13/h2-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O2/c19-17-10-9-15-14-6-5-11-3-1-2-4-12(11)13(14)7-8-16(15)18(17)20/h1-10,17-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2O/c1-3-6(4-2)5-7/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O/c15-14-12-7-3-1-5-10(12)9-11-6-2-4-8-13(11)14/h1-9,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-8-4-10-2-6-12-14(18(21)22)7-3-9-1-5-11(13)16(10)15(9)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO4/c22-17-8-6-12-13-4-1-10-3-7-16(21(24)25)14-5-2-11(19(13)18(10)14)9-15(12)20(17)23/h1-9,17,20,22-23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H18O11/c20-5-11-14(24)16(26)17(27)19(30-11)29-10-4-6(21)3-9-13(10)15(25)12-7(22)1-2-8(23)18(12)28-9/h1-4,11,14,16-17,19-24,26-27H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18Cl3N2O2P/c10-2-6-13-5-1-9-16-17(13,15)14(7-3-11)8-4-12/h1-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4ClN3O4/c7-4-1-3(9(11)12)2-5(6(4)8)10(13)14/h1-2H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O3/c19-11-3-1-10-2-4-12-13-7-8-17(20)18(21)15(13)6-5-14(12)16(10)9-11/h1-9,17-21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H17N5O6/c22-9-7-19(8-10-23)13-3-1-12(2-4-13)17-18-15-6-5-14(20(24)25)11-16(15)21(26)27/h1-6,11,22-23H,7-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N6O/c6-5-9-3-2(7-1-8-3)4(10-5)11-12/h1,12H,(H4,6,7,8,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H8N2/c1-4(2)3/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11N3O2/c1-8-10(12-16)11(15)14(13(8)2)9-6-4-3-5-7-9/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9Cl2N3O2/c6-1-3-8-5(11)10(9-12)4-2-7/h1-4H2,(H,8,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10/c1-2-7-14-12(4-1)10-13-6-3-5-11-8-9-15(14)16(11)13/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O/c18-10-14-7-6-13-5-4-11-2-1-3-12-8-9-15(14)17(13)16(11)12/h1-9,18H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H16/c1-11-8-9-16-12(2)14-6-4-5-7-15(14)13(3)17(16)10-11/h4-10H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N4O/c1-18-13-6-12-11(5-8(13)15)16-9-3-2-7(14)4-10(9)17-12/h2-6H,14-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5BrO/c4-1-3-2-5-3/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O/c1-4(2)3-5/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O4/c9-7(10)5-3-1-2-4-6(5)8(11)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO4/c1-12(20)17-15(13-8-4-2-5-9-13)16(18(23-17)19(21)22)14-10-6-3-7-11-14/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10O3S/c17-20(18,19)14-9-7-12-5-4-10-2-1-3-11-6-8-13(14)16(12)15(10)11/h1-9H,(H,17,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2/c1-3(5-1)4-2-6-4/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3BrN2O4/c7-5-2-1-4(8(10)11)3-6(5)9(12)13/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClN3O2/c7-3-1-5(9)6(10(11)12)2-4(3)8/h1-2H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11NO2/c18-17(19)14-8-12-6-4-10-2-1-3-11-5-7-13(9-14)16(12)15(10)11/h1-4,6,8-9H,5,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O3/c19-17-13-7-3-9-1-2-10-4-8-14(18(20)21)12-6-5-11(13)15(9)16(10)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H26N3O/c1-5-22(6-2)15-9-11-17-19(13-15)24-20-14-16(23(7-3)8-4)10-12-18(20)21-17/h9-14H,5-8H2,1-4H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13NO/c1-2-7-3-5-8-6-4-7/h2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7BrO/c4-2-1-3-5/h5H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9N/c1-2-6-12-10(4-1)7-8-11-5-3-9-14-13(11)12/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O/c13-7-5-10-11(6-12(7)16)15-9-4-2-1-3-8(9)14-10/h1-6,16H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H17N3/c1-8-12(16(4)5)7-6-11-13(8)15-10(3)9(2)14-11/h6-7H,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-5-2-3-6(8)7(9)4-5/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O2/c8-4-2-1-3-5(9)6(4)7(10)11/h1-3H,8-9H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO5/c9-7(10)4-2-5-1-3-6(13-5)8(11)12/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4Cl2FNO2S2/c9-7(10)8(11)16-15-6-4-2-1-3-5(6)12(13)14/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO/c15-14-11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8,14-15H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13FN4O3/c1-24-16(22)20-15-18-12-7-4-10(8-13(12)19-15)14(21-23)9-2-5-11(17)6-3-9/h2-8,23H,1H3,(H2,18,19,20,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9N/c1-2-10-4-5-12-8-9-16-13-7-6-11(3-1)14(10)15(12)13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c8-6-3-4(9(12)13)1-2-5(6)7(10)11/h1-3H,8H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19FN4O2/c1-22(2)11-5-10-20-17-12-6-3-4-7-14(12)21-18-13(19)8-9-15(16(17)18)23(24)25/h3-4,6-9H,5,10-11H2,1-2H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16N2/c1-11-12(2)17-18(20)15-9-5-6-10-16(15)21-19(17)14-8-4-3-7-13(11)14/h3-10H,1-2H3,(H2,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-11-7-8-12-13-5-1-3-10-4-2-6-14(16(10)13)15(12)9-11/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H18O3/c1-2-11-12-6-4-3-5-10(12)9-15-13(11)7-8-14-16(15)19-20(23-19)18(22)17(14)21/h3-9,17-22H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c10-5-8(11)6-1-3-7(4-2-6)9(12)13/h1-5,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2O2/c1-3(6)5(2)4-7/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7BrO/c10-9(7-11)6-8-4-2-1-3-5-8/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14O4/c1-2-9(13-5-11-7-15-11)4-10(3-1)14-6-12-8-16-12/h1-4,11-12H,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O2/c1-7-2-3-8(10-5-12)4-9(7)11-6-13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-2-6-12-11(5-1)9-10-14-13-7-3-4-8-15(13)17-18(19-17)16(12)14/h1-10,17-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H19Cl2NO2/c15-8-10-17(11-9-16)13-6-4-12(5-7-13)2-1-3-14(18)19/h4-7H,1-3,8-11H2,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H28N6/c11-1-3-13-5-7-15-9-10-16-8-6-14-4-2-12/h13-16H,1-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H21N3O3/c1-9(2)15-7-12-4-3-10-5-11(8-18)14(17(19)20)6-13(10)16-12/h5-6,9,12,15-16,18H,3-4,7-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7ClN2O3S/c12-8-1-3-9(4-2-8)13-11(15)7-5-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15N3/c1-12-7-9-14(10-8-12)16-17-15-11-13-5-3-2-4-6-13/h2-10H,11H2,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO2/c1-13-12(14)15-11-8-4-6-9-5-2-3-7-10(9)11/h2-8H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NO2/c1-4-8-5(7)6(2)3/h4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl3O/c8-4-1-2-5(7(10)11)6(9)3-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H4N4O8/c15-11(16)6-1-5-2-7(12(17)18)4-9(14(21)22)10(5)8(3-6)13(19)20/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3F3O3S/c1-8-9(6,7)2(3,4)5/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-3-4-8(9-10)7(2)5-6/h3-5,9-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4Cl2O2/c9-7(11)5-3-1-2-4-6(5)8(10)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4O2/c1-3(5)2-4/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10O2/c20-19-15-10-12-4-1-2-6-13(12)14-9-8-11-5-3-7-16(21-19)17(11)18(14)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Cl/c8-6-7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-7(2)15-10-8(14-6)4-5-9-11(10)16-12(13)17(9)3/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5Br2Cl/c4-1-3(6)2-5/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO4/c1-10(20)23-16-9-15(19(21)22)13-7-5-11-3-2-4-12-6-8-14(16)18(13)17(11)12/h2-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N4/c1-7-4-3-5-16-11(7)15-10-8(2)9(13)6-14-12(10)16/h3-6H,13H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10N2O2/c19-15-9-5-1-3-7-11(9)17-13(15)14-16(20)10-6-2-4-8-12(10)18-14/h1-8,17,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16O2/c21-11-18-15-7-3-4-8-16(15)19(12-22)20-14-6-2-1-5-13(14)9-10-17(18)20/h1-10,21-22H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO/c13-8-5-6-10-9-3-1-2-4-11(9)14-12(10)7-8/h1-7H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-5-4-7-15-11-16-10-9-14-6-2-3-8-17(14)19(16)12-18(13)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H21N/c1-2-8-14(9-3-1)21-19-17-12-6-4-10-15(17)16-11-5-7-13-18(16)20(19)21/h4-7,10-14,19-20H,1-3,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-9-7-5-3-2-4-6(7)8/h2-5H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO/c14-13-12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H19BrN2/c1-19-9-10(7-17)5-13-12-3-2-4-14-16(12)11(8-18-14)6-15(13)19/h2-4,8,10,13,15,18H,5-7,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24N2OS/c1-4-22(5-2)13-12-21-16-11-10-14(3)20-18(16)19(23)15-8-6-7-9-17(15)24-20/h6-11,21H,4-5,12-13H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14O/c22-12-19-16-7-2-1-6-15(16)17-10-8-13-4-3-5-14-9-11-18(19)21(17)20(13)14/h1-11,22H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-5-13-6-2-11-17-18-12-4-8-14-7-3-10-16(20(14)18)15(9-1)19(13)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-4-8-9(15-7(2)5-14-8)10-11(6)17(3)12(13)16-10/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4N2O/c1-2-3-4/h1H3,(H,2,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5NO2/c1-4(3-6)5(7)8-2/h1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14N4S/c1-19(2)13-6-3-11(4-7-13)17-18-12-5-8-14-15(9-12)20-10-16-14/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N3O3PS2/c1-15-17(18,16-2)19-7-13-10(14)8-5-3-4-6-9(8)11-12-13/h3-6H,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O2S/c7-3-4-6(5-8)1-2-9-4/h4,7H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O5/c10-4-5-6(8(11)12)2-1-3-7(5)9(13)14/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9NO2/c1-8-5-6-10-9(7-8)3-2-4-11(10)12(13)14/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O5/c9-5-3-1-2-4(7(10)11)6(5)8(12)13/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O3/c15-12-6-5-10-11(14(12)17)7-8-3-1-2-4-9(8)13(10)16/h1-7,15-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c21-19-6-2-5-14-16(19)10-9-15-17-8-7-12-3-1-4-13(20(12)17)11-18(14)15/h1-11,21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12FN3O3/c1-19-14-7-6-10(20(22)23)8-12(14)16(18-9-15(19)21)11-4-2-3-5-13(11)17/h2-8H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H3NO5/c10-7-5-2-1-4(9(12)13)3-6(5)8(11)14-7/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N5O3/c1-26-18(25)12-8-6-11(7-9-12)10-19-23-17(24)16-15(21-22-23)13-4-2-3-5-14(13)20-16/h2-10,20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-17-6-2-5-15-11-16-8-7-13-3-1-4-14-9-10-18(19(15)17)21(16)20(13)14/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7N3/c6-4-2-1-3-5(7)8-4/h1-3H,(H4,6,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N4O7/c17-10(4-1-8-2-5-11(22-8)15(18)19)14-13-7-9-3-6-12(23-9)16(20)21/h1-7H,(H,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c11-12-10-7-3-5-8-4-1-2-6-9(8)10/h1-2,4,6,10-11H,3,5,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3ClN2O2S/c8-7-5-3-4(10(11)12)1-2-6(5)13-9-7/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClNO2/c8-5-6-2-1-3-7(4-6)9(10)11/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NO2/c1-2(4)3-5/h5H,1H3,(H,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H18N2O2S/c1-20(2)11-10-19-18(22)14-8-5-7-13-16(21)12-6-3-4-9-15(12)23-17(13)14/h3-9H,10-11H2,1-2H3,(H,19,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14BrNO2/c1-8(12)11(14)13-7-9-3-5-10(15-2)6-4-9/h3-6,8H,7H2,1-2H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4/c13-7-1-3-9-11(5-7)16-10-4-2-8(14)6-12(10)15-9/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2O3/c13-4-3-7-6-11-10-5-8(12(14)15)1-2-9(7)10/h1-2,5-6,11,13H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15N3/c1-10-5-3-4-6-14(10)17-16-12-7-8-13(15)11(2)9-12/h3-9H,15H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO2/c1-8-6-7-11-12(13(8)16)15(18)10-5-3-2-4-9(10)14(11)17/h2-7H,16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)11-7-6-9-4-5-10-2-1-3-13(16(19)20)14(10)12(9)8-11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2/c1-2-4-8-7(3-1)9-5-6-10-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClNO2/c8-5-6-1-3-7(4-2-6)9(10)11/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13N5O2/c21-25-24-14-9-10-16-18(11-14)23-17-4-2-1-3-15(17)19(16)22-13-7-5-12(6-8-13)20(26)27/h1-11H,(H,22,23)(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O5/c1-20-13-4-2-3-10-9(13)5-6-11-12(17(18)19)7-14-16(15(10)11)22-8-21-14/h2-7H,8H2,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N3O4/c1-8-11(12(17)13-6-7-16)15(19)10-5-3-2-4-9(10)14(8)18/h2-5,16H,6-7H2,1H3,(H,13,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-10(2,3)8-6-7(11)4-5-9(8)12/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N4O2/c1-21(2)11-5-10-19-18-14-6-3-4-7-16(14)20-17-9-8-13(22(23)24)12-15(17)18/h3-4,6-9,12H,5,10-11H2,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO/c22-21-18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O/c1-9(7-10-9)8-5-3-2-4-6-8/h2-6H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClN2S/c8-7-4-2-1-3-5(9)6(4)11-10-7/h1-3H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16/c1-10-8-15-12(3)13-6-4-5-7-14(13)16(15)9-11(10)2/h4-9,12H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O/c1-11(19)16-9-14-7-5-12-3-2-4-13-6-8-15(10-16)18(14)17(12)13/h2-11,19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7N3O5S/c15-11(7-5-10(14(18)19)20-6-7)12-8-1-3-9(4-2-8)13(16)17/h1-6H,(H,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12/c1-2-6-17-16(5-1)18-7-3-4-14-12-15-9-8-13-10-11-19(17)22(20(13)15)21(14)18/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)16-10-14-6-5-13-9-12-3-1-2-4-17(12)18-8-7-15(11-16)19(14)20(13)18/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O2/c1-5-4-6(9(10)11)2-3-7(5)8/h2-4H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO2/c8-6-3-1-5(7-9)2-4-6/h1-4,8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2S/c8-6-1-2-7-5(3-6)4-9-10-7/h1-4H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O/c7-8-5-1-3-6(9)4-2-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11NO2/c18-15-10-14(17-11-6-2-1-3-7-11)16(19)13-9-5-4-8-12(13)15/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12Cl2N2O3/c13-3-5-15(6-4-14)10-1-2-11-9(7-10)8-12(19-11)16(17)18/h1-2,7-8H,3-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2Br2O3/c5-2(1-7)3(6)4(8)9/h1H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11NO4/c1-20-12-4-2-3-8-9(12)5-11-14-10(17(19)18-11)6-13-16(15(8)14)22-7-21-13/h2-6H,7H2,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N4O2/c1-11(2)10-9-7-3-5-8(6-4-7)12(13)14/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14/c1-3-7-18-15(5-1)11-14-21-20(18)13-12-17-10-9-16-6-2-4-8-19(16)22(17)21/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12N2O3/c1-20-10-6-9(16)11-12(13(10)17)15(19)8-5-3-2-4-7(8)14(11)18/h2-6H,16-17H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N3O/c13-8-1-3-9(4-2-8)16-10-5-6-11(14)12(15)7-10/h1-7H,13-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N3O5/c1-6(13)11-4-2-3-7(11)9(16)12(10-17)5-8(14)15/h7H,2-5H2,1H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O3/c1-12-10-5-7(2-3-9(10)11)4-8-6-13-8/h2-3,5,8,11H,4,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H21N3/c1-21(2)13-7-12-19-18-14-8-3-5-10-16(14)20-17-11-6-4-9-15(17)18/h3-6,8-11H,7,12-13H2,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11NO4/c1-2-9-7-8-12-13(14(9)17(20)21)16(19)11-6-4-3-5-10(11)15(12)18/h3-8H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O3/c21-17-13-7-3-6-12-15-11-5-2-1-4-10(11)8-9-14(15)20(16(12)13)19(23-20)18(17)22/h1-9,17-19,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6Cl5NO2S/c7-3(6(9,10)11)4(8)15-1-2(12)5(13)14/h2H,1,12H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2/c1-15-12-5-3-2-4-10(12)11-8-9(14)6-7-13(11)15/h2-8H,14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9Cl2NO/c13-8-1-6-12(11(14)7-8)16-10-4-2-9(15)3-5-10/h1-7H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14/c1-3-7-19-15(5-1)9-11-17-14-22-18(13-21(17)19)12-10-16-6-2-4-8-20(16)22/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O2/c7-5-3-1-2-4-6(5)8/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O/c1-2-3-4-5/h2H2,1H3,(H,3,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10S/c1-2-6-12-11(5-1)9-10-14-13-7-3-4-8-15(13)17-16(12)14/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H18N2O4/c1-13(21)23-11-15-3-7-17(8-4-15)19-20-18-9-5-16(6-10-18)12-24-14(2)22/h3-10H,11-12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H20O8/c1-3-22(29)8-13(24)15-10(17(22)21(28)30-2)7-11-16(20(15)27)19(26)14-9(18(11)25)5-4-6-12(14)23/h4-7,13,17,23-24,27,29H,3,8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO4/c22-16-8-4-12-9-11-2-5-13-15(21(24)25)7-3-10-1-6-14(18(11)17(10)13)19(12)20(16)23/h1-9,16,20,22-23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O5/c9-7(10)4-3-5-1-2-6(13-5)8(11)12/h1-3H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO2S/c4-2(1-7)3(5)6/h2,7H,1,4H2,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H18O3/c1-2-10-9-11-5-3-4-6-12(11)13-7-8-14-16(15(10)13)19-20(23-19)18(22)17(14)21/h3-9,17-22H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H12N4O2/c31-25-15-12-10-14-22-16(26(32)30-20-8-4-2-6-18(20)28-24(14)30)11-9-13(21(15)22)23-27-17-5-1-3-7-19(17)29(23)25/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7ClO/c4-2-1-3-5/h5H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H17NO3/c1-3-16-11-6-4-10(5-7-11)13-12(15)8-9(2)14/h4-7,9,14H,3,8H2,1-2H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N4O6/c1-3-4(9(12)13)2-5(10(14)15)6(8)7(3)11(16)17/h2H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5ClO/c4-1-3-2-5-3/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H26O3/c1-7-8-13-12(4)16(10-15(13)20)22-18(21)17-14(9-11(2)3)19(17,5)6/h7,9,13-14,17H,1,8,10H2,2-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO2/c14-13-10-6-8-12(9-7-10)15-11-4-2-1-3-5-11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)18-11-12-5-3-8-15-13-6-1-2-7-14(13)16-9-4-10-17(18)20(16)19(12)15/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16Cl3NOS/c1-6(2)14(7(3)4)10(15)16-5-8(11)9(12)13/h6-7H,5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N2O4/c1-11-5-3-6-12(9-11)18-16(20)22-14-8-4-7-13(10-14)17-15(19)21-2/h3-10H,1-2H3,(H,17,19)(H,18,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11F/c21-18-11-10-15-14-9-8-12-4-1-2-5-13(12)19(14)17-7-3-6-16(18)20(15)17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11ClO2/c16-15(17)18-9-14-12-7-3-1-5-10(12)11-6-2-4-8-13(11)14/h1-8,14H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12N2O3/c1-8-13-9-5-3-4-6-10(9)19-16(13)14-15(18-8)11(20)7-12(22-2)17(14)21/h3-7,19H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-5-2-3-6(8)7(9)4-5/h2-4,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H17ClN3O3PS/c1-5-14-17(18,15-6-2)16-9-11-8(10)13(12-9)7(3)4/h7H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H19NO2/c22-21(23)16-10-14-6-5-13-9-12-3-1-2-4-17(12)18-8-7-15(11-16)19(14)20(13)18/h9-11H,1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N3PS/c11-10(7-1-2-7,8-3-4-8)9-5-6-9/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N/c1-2-4-14-12(3-1)5-7-17-15-9-10-18-11-13(15)6-8-16(14)17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19N3O2/c1-20(2)11-10-18-17(21)12-6-5-9-15-16(12)19-13-7-3-4-8-14(13)22-15/h3-9,19H,10-11H2,1-2H3,(H,18,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O/c1-9-2-4-10(5-3-9)6-7-11-8-12-11/h2-5,11H,6-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-14-8-5-13-7-9-16-15-4-2-1-3-12(15)6-10-17(16)18(13)11-14/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N5/c13-11-10-12(15-7-14-11)17(8-16-10)6-9-4-2-1-3-5-9/h1-5,7-8H,6H2,(H2,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7IO2/c4-1-3(6)2-5/h3,5-6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2/c14-11-6-3-5-10-8-9-4-1-2-7-12(9)15-13(10)11/h3,5-6,8H,1-2,4,7,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19FN4O4/c1-19-3-5-21(6-4-19)14-12(18)7-10-13-16(14)26-9-20(2)22(13)8-11(15(10)23)17(24)25/h7-8H,3-6,9H2,1-2H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N/c1-2-4-16-12(3-1)5-6-14-9-15-11-18-8-7-13(15)10-17(14)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N3O2/c1-3-6(4-2)7(9)5-8/h9H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15NO4/c1-22-11-4-5-12-13(9-11)18(21)16-15-10(6-7-20-17(12)15)8-14(23-2)19(16)24-3/h4-9H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4Cl2O2/c9-7(11)5-1-2-6(4-3-5)8(10)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N/c14-11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8H,7,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O2/c11-10(12)6-1-2-7-5(3-6)4-8-9-7/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3O7/c15-5-8-9(16)10(17)11(21-8)13(12-18)6-1-3-7(4-2-6)14(19)20/h1-4,8-11,15-17H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H29N2S/c1-3-4-5-6-7-8-9-10-13-18-15-17-12-11-16(2)14-17/h11-12,14H,3-10,13,15H2,1-2H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O2/c19-16-10-7-12-6-8-14-13-4-2-1-3-11(13)5-9-15(14)17(12)18(16)20/h1-10,16,18-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c1-8-4-2-5-9-6-3-7-11-10(8)9/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O5/c15-8-5-9(16)14(19)11-10(8)12(17)6-3-1-2-4-7(6)13(11)18/h1-5,15-16,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2/c14-13-9-5-1-3-7-11(9)15-12-8-4-2-6-10(12)13/h1-8H,(H2,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-7-3-9-1-2-10-4-8-14(18(21)22)12-6-5-11(13)15(9)16(10)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Br/c8-6-7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClNO2/c10-5-11-8(12)6-3-1-2-4-7(6)9(11)13/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H17N/c1-17(2)16-12-10-15(11-13-16)9-8-14-6-4-3-5-7-14/h3-13H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-6-12-20-14(7-1)13-19-17-10-3-2-8-15(17)16-9-4-5-11-18(16)21(19)22-20/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11Cl/c18-10-11-8-9-16-14-5-2-1-4-13(14)15-7-3-6-12(11)17(15)16/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10N2O4/c23-21(24)16-10-8-13-12-4-1-3-11-7-9-17(22(25)26)20(18(11)12)15-6-2-5-14(16)19(13)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15NO4/c1-22-11-4-5-12-13(9-11)18(21)17-15-10(6-7-20-17)8-14(23-2)19(24-3)16(12)15/h4-9H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N/c1-6-4-7(2)9(10)8(3)5-6/h4-5H,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12/c1-11-14-8-4-2-6-12(14)10-13-7-3-5-9-15(11)13/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10NO5PS/c1-12-15(16,13-2)14-8-5-3-7(4-6-8)9(10)11/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO6/c1-21-12-6-10-9(4-5-13(24-2)18(10)25-3)16-15(12)11(17(22)20(21)23)7-14-19(16)27-8-26-14/h4-7H,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O2/c9-7-5-1-2-6(8-10)4-3-5/h1-4,9-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N5O8/c1-8(12(19)20)7-5(10(15)16)2-4(9(13)14)3-6(7)11(17)18/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO/c12-11-10-6-5-8-3-1-2-4-9(8)7-10/h1-7,11-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-5-9-1-2-10-6-14(18(21)22)8-12-4-3-11(7-13)15(9)16(10)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14O6/c1-20-10-6-11-14(8-4-5-21-17(8)22-11)15-13(10)7-2-3-9(18)12(7)16(19)23-15/h2-3,6,8,17-19H,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6Cl2O/c4-1-3(5)2-6/h3,6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10N2O/c8-6-7-4-2-1-3-5-7/h1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N2/c1-3-7-11-9(5-1)10-6-2-4-8-12-10/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13NO2/c1-12-18-14-7-3-2-6-13(14)10-11-16(18)15-8-4-5-9-17(15)19(12)20(21)22/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N3/c1-11-7-5-3-2-4-6(7)10-8(11)9/h2-5H,1H3,(H2,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H18O2/c1-13-7-8-16-11-20-17-6-4-3-5-15(17)9-10-18(20)23-21(25-14(2)24)12-19(13)22(16)23/h3-11,21H,12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H6ClN3O2S/c12-8-3-1-7(2-4-8)9-10(15(16)17)14-5-6-18-11(14)13-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17NO3/c1-10(2)15-8-12-16(23-15)9-14(21)17-18(12)20(3)13-7-5-4-6-11(13)19(17)22/h4-7,9,15,21H,1,8H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H4Cl2F3NO2S2/c10-7(9(12,13)14)8(11)19-18-6-4-2-1-3-5(6)15(16)17/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2O4/c1-20-13-8-7-10(9-12(13)16(18)19)14(17)15-11-5-3-2-4-6-11/h2-9H,1H3,(H,15,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H25N5O2/c1-23(2)13-7-12-21-19-14-8-5-6-9-15(14)22-20-17(24(3)4)11-10-16(18(19)20)25(26)27/h5-6,8-11H,7,12-13H2,1-4H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClN/c7-5-1-3-6(8)4-2-5/h1-4H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9Cl/c15-14-6-5-12-7-10-3-1-2-4-11(10)8-13(12)9-14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl3O4/c6-2(5(11)12)1(3(7)8)4(9)10/h3H,(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HBrClN/c3-2(4)1-5/h2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c16-15(17)14-9-10-5-1-2-6-11(10)12-7-3-4-8-13(12)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8Cl3NO/c13-7-5-10(14)12(11(15)6-7)17-9-3-1-8(16)2-4-9/h1-6H,16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)10-6-4-9-5-7-12-11(13(9)8-10)2-1-3-14(12)16(19)20/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6FN/c10-8-5-1-3-7-4-2-6-11-9(7)8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6ClNO2/c1-2-3(4)5(6)7/h2H2,1H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H24O3/c1-13(2,3)8-6-4-5-7-12(14)16-10-11-9-15-11/h11H,4-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-7(11)9-10-8-5-3-2-4-6-8/h2-6,10H,1H3,(H,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7ClN2O3S/c12-8-2-1-3-9(5-8)13-11(15)7-4-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO3/c12-9-6-5-7-3-1-2-4-8(7)10(9)11(13)14/h1-6,12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H19ClNO5P/c1-6-12(7-2)10(13)9(11)8(3)17-18(14,15-4)16-5/h6-7H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H21NO4/c1-3-10-7-11(19)8-13-12-5-6-22-17(4-2,9-14(20)21)16(12)18-15(10)13/h7-8,18-19H,3-6,9H2,1-2H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO4/c16-13-4-2-9-5-10-6-11(15(18)19)3-1-8(10)7-12(9)14(13)17/h1-7,13-14,16-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13N/c15-14-10-8-13(9-11-14)7-6-12-4-2-1-3-5-12/h1-11H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O2/c1-5-2-4-3-6-4/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14ClNS2/c1-4-10(5-2)8(11)12-6-7(3)9/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O/c1-2-3-6-4(5)7/h2H,1,3H2,(H3,5,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c1-3-9-15-13(7-1)14-8-2-4-10-16(14)20-19(15)17-11-5-6-12-18(17)21-22(20)23-21/h1-12,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15NO3/c23-18-13-7-5-11-9-14-12-4-2-1-3-10(12)6-8-15(14)22-17(11)16(13)20-21(25-20)19(18)24/h1-9,18-21,23-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H16/c1-13-16-9-3-4-10-17(16)14(2)21-19-12-6-8-15-7-5-11-18(20(13)21)22(15)19/h3-12H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4O2/c4-2-1-3-5/h2-3H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N3O4/c7-5-2-1-4(8(10)11)3-6(5)9(12)13/h1-3H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6N2S/c1-3-2-4(5)7-6-3/h2H,5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H20N2/c1-3-7-21-17-25(11-9-19(21)5-1)27-23-13-15-24(16-14-23)28-26-12-10-20-6-2-4-8-22(20)18-26/h1-18,27-28H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19N/c1-2-3-12-19-17-15-10-6-4-8-13(15)14-9-5-7-11-16(14)18(17)19/h4-11,17-18H,2-3,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11F/c21-15-8-7-13-10-18-16-5-1-3-12-4-2-6-17(20(12)16)19(18)11-14(13)9-15/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO4/c1-7(11)14-6-8-2-4-9(5-3-8)10(12)13/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H22N2/c1-18(2)16-9-5-14(6-10-16)13-15-7-11-17(12-8-15)19(3)4/h5-12H,13H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H23N5/c9-1-3-11-5-7-13-8-6-12-4-2-10/h11-13H,1-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H7NO3/c15-13-11-4-2-1-3-9(11)10-6-5-8(14(16)17)7-12(10)13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO2/c1-11(20)19(21)16-10-8-14-6-5-12-3-2-4-13-7-9-15(16)18(14)17(12)13/h2-10,21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO4/c11-10(12)7-1-3-8(4-2-7)13-5-9-6-14-9/h1-4,9H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12O2/c1-2-4-11-7-12(6-5-10(11)3-1)14-8-13-9-15-13/h1-7,13H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H10O/c18-17-14-8-4-3-7-13(14)15-9-11-5-1-2-6-12(11)10-16(15)17/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13N3/c1-14-11-7-9-13(10-8-11)16-15-12-5-3-2-4-6-12/h2-10,14H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-4-2-7-16-12-17-9-8-14-5-3-6-15-10-11-18(19(13)16)21(17)20(14)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl2N/c6-4-2-1-3-8-5(4)7/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O2/c8-5-6-2-1-3-7(4-6)9(10)11/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H18N2O3/c1-20(2)11-10-19-18(22)14-8-5-7-13-16(21)12-6-3-4-9-15(12)23-17(13)14/h3-9H,10-11H2,1-2H3,(H,19,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H15Cl6O4P/c10-1-7(2-11)17-20(16,18-8(3-12)4-13)19-9(5-14)6-15/h7-9H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14BrNO3/c1-7(12)11(15)13-6-8-3-4-9(14)10(5-8)16-2/h3-5,7,14H,6H2,1-2H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H17N5O3/c1-2-18-8-10(13(21)22)11(20)9-7-16-14(17-12(9)18)19-5-3-15-4-6-19/h7-8,15H,2-6H2,1H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12NO6P/c1-7-6-8(4-5-9(7)10(11)12)16-17(13,14-2)15-3/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)10-5-6-12-13(8-10)11-4-2-1-3-9(11)7-14(12)16(19)20/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO2/c10-9(11)7-6-8-4-2-1-3-5-8/h1-6H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O5/c1-20-14-5-3-4-11-10(14)6-7-12-13(18(19)21-2)8-15-17(16(11)12)23-9-22-15/h3-8H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O3S/c1-13-8-6-3-2-5(10(11)12)4-7(6)14-9-8/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7Cl3O/c6-1-2-9-4-5(8)3-7/h3H,1-2,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7Br2NO2/c15-8-5-9(16)12(17)11-10(8)13(18)6-3-1-2-4-7(6)14(11)19/h1-5H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N5/c1-11-3-10-4-5(7)8-2-9-6(4)11/h2-3H,1H3,(H2,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9N3/c1-14-7-13-11-8-3-2-6-12-9(8)4-5-10(11)14/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14/c1-10-7-8-13-11(2)12-5-3-4-6-14(12)15(13)9-10/h3-9,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3ClN2O2S/c8-7-5-2-1-4(10(11)12)3-6(5)13-9-7/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7N3O5S/c15-11(7-4-10(14(18)19)20-6-7)12-8-2-1-3-9(5-8)13(16)17/h1-6H,(H,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9Cl/c15-14-12-7-3-1-5-10(12)9-11-6-2-4-8-13(11)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Cl2O2/c1-11-7-3-6(10)8(12-2)4-5(7)9/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10N6O3/c23-16-15-14(12-3-1-2-4-13(12)18-15)19-20-21(16)17-9-10-5-7-11(8-6-10)22(24)25/h1-9,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO7/c18-11-3-1-2-7-8(11)4-10(17(21)22)13-9(16(19)20)5-12-15(14(7)13)24-6-23-12/h1-5,18H,6H2,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15N3O3/c12-9(11(16)17)6-7-10(15)14-13-8-4-2-1-3-5-8/h1-5,9,13H,6-7,12H2,(H,14,15)(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO3/c1-2-12-8-5-3-7(4-6-8)9(10)11/h2-6H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12O2/c1-14(16-15)12-8-4-2-6-10(12)11-7-3-5-9-13(11)14/h2-9,15H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10N2O2/c16-11-14-3-1-2-13(10-14)5-4-12-6-8-15(9-7-12)17(18)19/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13NO2/c18-17(19)14-8-12-6-4-10-2-1-3-11-5-7-13(9-14)16(12)15(10)11/h1-3,8-9H,4-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-5-4-7-15-12-19-16(11-18(13)15)10-9-14-6-2-3-8-17(14)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2S/c1-9-2-7-12-13(8-9)17-14(16-12)10-3-5-11(15)6-4-10/h2-8H,15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N/c1-3-7-4-2-6-9-10(7)8(5-1)11-12(9)13-11/h1-6,11-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14N4O2/c1-7(2,3)13-6(12)5(8)4-10-11-9/h5H,4,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12Cl2N2O3/c13-3-5-15(6-4-14)10-2-1-9-7-12(16(17)18)19-11(9)8-10/h1-2,7-8H,3-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO2/c17-12-16(18)15-10-8-14(9-11-15)7-6-13-4-2-1-3-5-13/h1-12,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11Cl2N/c1-8(4-2-6)5-3-7/h2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO/c1-11(16)15-14-9-7-13(8-10-14)12-5-3-2-4-6-12/h2-10H,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6O3S/c1-5-6(2,3)4/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-11-19-18-7-3-2-5-15(18)12-16-10-9-14-6-4-8-17(13)20(14)21(16)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10ClN/c14-15-11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8,15H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N2O/c1-8(14)13-10-4-5-11-9(7-10)3-2-6-12-11/h2-7H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)19-9-8-15-18-11-13-5-2-1-4-12(13)10-17(18)14-6-3-7-16(19)20(14)15/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O/c1-2-4-13(5-3-1)14-8-6-12(7-9-14)10-15-11-16-15/h1-9,15H,10-11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2O2/c1-14-12-5-3-2-4-10(12)11-8-9(15(16)17)6-7-13(11)14/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18O2/c1-2-3-4-5-6-10-7-9-8-11-9/h9H,2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O/c18-10-11-8-14-6-4-12-2-1-3-13-5-7-15(9-11)17(14)16(12)13/h1-9,18H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O4S/c1-3-7-9(5,6)8-4-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Br2/c9-6-8(10)7-4-2-1-3-5-7/h1-5,8H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8N2O/c1-2-3-4-5-6/h2-3H2,1H3,(H,4,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8O2/c11-8-4-5-9-7(6-8)2-1-3-10(9)12/h1-6,11-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3/c1-7-6-9-8-4-2-3-5-10(8)14-12(9)15-11(7)13/h2-6H,1H3,(H3,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-18-11-17-13-6-2-1-5-12(13)9-10-15(17)14-7-3-4-8-16(14)18/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5Cl3/c8-7(9,10)6-4-2-1-3-5-6/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4O/c1-2-3-4/h2-3H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14O4/c1-2-11(18)14-9-5-3-7-12(19)15(9)17(21)16-10(14)6-4-8-13(16)20/h3-8,19-21H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13N/c21-18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h1-11H,21H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2O3/c1-6(5-9)2-4(8)3-7/h4,7-8H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12O2/c1-2-6-12-10(4-1)5-3-7-13(12)15-9-11-8-14-11/h1-7,11H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O2/c1-2-4-8(5-3-1)10-6-9-7-11-9/h1-5,9H,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O7/c13-3-7-6(14)1-8(19-7)12-2-5(4-18-17)9(15)11-10(12)16/h2,6-8,13-14,17H,1,3-4H2,(H,11,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7Br2Cl/c1-3(7)4(6)2-5/h3-4H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2S/c8-6-3-1-2-5-4-9-10-7(5)6/h1-4H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3ClO2/c4-2-1-3(5)6/h1-2H,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)11-5-3-9-1-2-10-4-6-12(16(19)20)8-14(10)13(9)7-11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O/c1-3-4(2)5-3/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H19Cl2NO7P2/c1-9-2-3-10(8-11(9)15(6-4-13)7-5-14)12(16,23(17,18)19)24(20,21)22/h2-3,8,16H,4-7H2,1H3,(H2,17,18,19)(H2,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2Cl2O3/c5-2(1-7)3(6)4(8)9/h1H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14N2O3/c1-21-12-6-11(19)13-14-9(7-17-15(13)16(12)20)8-4-2-3-5-10(8)18-14/h6-7,18H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24N2O2S/c1-3-22(4-2)12-11-21-16-10-9-14(13-23)20-18(16)19(24)15-7-5-6-8-17(15)25-20/h5-10,21,23H,3-4,11-13H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H15NO6/c1-12(26)30-23-18-9-5-8-16-14-6-3-4-7-15(14)17-10-11-19(25(28)29)22(21(17)20(16)18)24(23)31-13(2)27/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2ClNO2/c2-1-3(4)5/h1H,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O2/c1-6(12)11-8-4-3-7(10)5-9(8)13-2/h3-5H,10H2,1-2H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16BrNO3S/c1-6(10)4-15-5-8(9(13)14-3)11-7(2)12/h6,8H,4-5H2,1-3H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10ClNO/c10-6-9(12)11-7-8-4-2-1-3-5-8/h1-5H,6-7H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11F/c21-14-8-10-15-13(11-14)7-9-17-16-5-1-3-12-4-2-6-18(19(12)16)20(15)17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N3O2/c1-9-14-10-4-2-3-5-11(10)20-17(14)15-16(19-9)13(22)8-12(18(15)23)21-6-7-21/h2-5,8,20H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11BrClNO/c1-7(11)10(14)13-6-8-2-4-9(12)5-3-8/h2-5,7H,6H2,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H32FN5O2/c1-16-9-6-7-13-29(16)14-8-12-25-15-20(30)26-23-21(17(2)27-28(23)3)22(31)18-10-4-5-11-19(18)24/h4-5,10-11,16,25H,6-9,12-15H2,1-3H3,(H,26,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17NO2/c20-19(21)14-7-10-16-13(11-14)6-9-17-15-4-2-1-3-12(15)5-8-18(16)17/h5,7-8,10-11H,1-4,6,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12N2/c16-11-14-3-1-2-13(10-14)5-4-12-6-8-15(17)9-7-12/h1-10H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO4/c1-2-10(12)15-7-8-3-5-9(6-4-8)11(13)14/h3-6H,2,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6Br2/c1-3(5)2-4/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c1-5-2-3-6(8(10)11)4-7(5)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H23NO/c1-3-5-14-21-19-12-8-17(9-13-19)15-20-18-10-6-16(4-2)7-11-18/h6-13,15H,3-5,14H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O5/c10-4-5-1-2-6(8(11)12)3-7(5)9(13)14/h1-3,10H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3O7/c15-8-5-21-11(10(17)9(8)16)13(12-18)6-1-3-7(4-2-6)14(19)20/h1-4,8-11,15-17H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-10(9-11)7-8-5-3-2-4-6-8/h2-6H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4N2O3S/c6-5(8)3-1-4(7(9)10)11-2-3/h1-2H,(H2,6,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H6N2O8/c17-7-3-1-5(15(21)22)9-11(7)14(20)12-8(18)4-2-6(16(23)24)10(12)13(9)19/h1-4,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10O2/c14-13-9-5-1-3-7-11(9)15-12-8-4-2-6-10(12)13/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8Cl2N2O4/c14-7-1-4-12(18)9(5-7)13(19)16-11-3-2-8(17(20)21)6-10(11)15/h1-6,18H,(H,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClN/c10-8-5-1-3-7-4-2-6-11-9(7)8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O5/c1-7-3-9-13(11(17)4-7)16(20)14-10(15(9)19)5-8(21-2)6-12(14)18/h3-6,17-18H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N4O4/c1-14(2,3)22-13(19)16-15-8-10-9-17(20)11-6-4-5-7-12(11)18(10)21/h4-9H,1-3H3,(H,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO2/c1-9(14)13(15)12-7-6-10-4-2-3-5-11(10)8-12/h2-8,15H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO4/c1-3-15-10-5-8(13)7(4-9(10)14)11-6(2)12/h5H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c1-2-6-15-13(5-1)9-10-14-11-19-16-7-3-4-8-17(16)21-22(23-21)20(19)12-18(14)15/h1-12,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-3-7-18-16(5-1)17-6-2-4-8-19(17)21-12-15-13-22-10-9-14(15)11-20(18)21/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O/c1-8-2-4-9(5-3-8)6-10-7-11-10/h2-5,10H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO4/c10-8(11)5-6-3-1-2-4-7(6)9(12)13/h1-4H,5H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2O/c1-10-7-4-5(8)2-3-6(7)9/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-14-12-7-3-1-5-10(12)9-11-6-2-4-8-13(11)14/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H19NO4/c1-21-7-6-11-8-16-20(25-10-24-16)18-12-4-5-15(22-2)19(23-3)13(12)9-14(21)17(11)18/h4-5,8-9H,6-7,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c1-8-4-5-10-9(7-8)3-2-6-11-10/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H15N5/c1-6-5-9-10(16-8(3)7(2)15-9)11-12(6)18(4)13(14)17-11/h5H,1-4H3,(H2,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5NO4/c5-3(6)1-2-4(7)8/h2H,1H2,(H,5,6)(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O3/c7-4-1-2-5(8)6(9)3-4/h1-3,7-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO2/c15-11-6-5-9-10(13(11)16)4-3-8-2-1-7-14-12(8)9/h1-7,11,13,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO4/c1-21-10-2-3-11-12(7-10)17(20)16-14-9(4-5-19-16)6-13-18(15(11)14)23-8-22-13/h2-7H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl5O2/c6-2(5(11)12)1(3(7)8)4(9)10/h3-4H,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N4O4S/c1-7-6-14-11(16(19)20)10(13-12(14)21-7)8-2-4-9(5-3-8)15(17)18/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O5/c1-18-9-4-5-12-11(6-9)16(17)15-13(20-3)7-10(19-2)8-14(15)21-12/h4-8H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO3/c11-7-1-2-8-3-5-9(6-4-8)10(12)13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14O/c20-12-19-16-8-4-2-6-14(16)11-18-15-7-3-1-5-13(15)9-10-17(18)19/h1-11,20H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12ClN/c15-13-7-3-11(4-8-13)1-2-12-5-9-14(16)10-6-12/h1-10H,16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-12-7-8-14-11(9-12)6-5-10-3-1-2-4-13(10)14/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12ClNO3/c1-10(17)16(18)12-4-8-14(9-5-12)19-13-6-2-11(15)3-7-13/h2-9,18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9N3O2/c1-2-3-7(6-9)4(5)8/h2-3H2,1H3,(H2,5,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2/c19-17-9-5-15(6-10-17)13-1-2-14(4-3-13)16-7-11-18(20)12-8-16/h1-12H,19-20H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO/c14-13-12-8-4-7-11(9-12)10-5-2-1-3-6-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15N/c1-3-7-16-14(5-1)9-11-20-18(16)13-19-17-8-4-2-6-15(17)10-12-21(19)22-20/h1,3-5,7-13H,2,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H10O/c18-17-14-8-2-1-7-12(14)13-9-3-5-11-6-4-10-15(17)16(11)13/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-9-7-4-2-6(8)3-5-7/h2-5H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H17N3O4/c13-10(12(18)19)5-6-11(17)15-14-9-3-1-8(7-16)2-4-9/h1-4,10,14,16H,5-7,13H2,(H,15,17)(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl5/c8-4-1-2-5(6(9)3-4)7(10,11)12/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O5/c15-12-5-4-9(7-11(12)14(18)19)8-2-1-3-10(6-8)13(16)17/h1-7,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14N2O4/c1-8(2)7-12-10(14)5-3-9-4-6-11(17-9)13(15)16/h3-6,8H,7H2,1-2H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6FN/c10-8-4-1-5-9-7(8)3-2-6-11-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H30O8/c1-12(2)6-18(24)29-17-8-16-15(9-26-14(5)23)10-27-21(20(16)22(17)11-28-22)30-19(25)7-13(3)4/h8,10,12-13,17,20-21H,6-7,9,11H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO2/c16-15(17)14-10-8-13(9-11-14)7-6-12-4-2-1-3-5-12/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O2S/c10-9(11)6-3-1-2-5-4-8-12-7(5)6/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N3O2/c7-8-5-1-3-6(4-2-5)9(10)11/h1-4H/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14O/c1-11-13-7-3-2-6-12(13)10-16-14-8-4-5-9-15(14)18-19(20-18)17(11)16/h2-10,18-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O4/c1-5-3-4-7(9(11)12)6(2)8(5)10(13)14/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N5/c6-4-3-5(9-1-7-3)10-2-8-4/h1-2H,(H3,6,7,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-8-5-1-3-7-4-2-6-10-9(7)8/h1-6,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO3/c9-5-6-1-3-7(4-2-6)8(10)11/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13N3/c14-13(15-11-7-3-1-4-8-11)16-12-9-5-2-6-10-12/h1-10H,(H3,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H21NO4/c1-3-10-13(19)6-5-11-12-7-8-22-17(4-2,9-14(20)21)16(12)18-15(10)11/h5-6,18-19H,3-4,7-9H2,1-2H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O6/c15-6-3-4-7(16)11-10(6)12(18)5-1-2-8(17)13(19)9(5)14(11)20/h1-4,17-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H16O2/c1-14(24)25-13-21-18-8-3-2-7-17(18)19-11-9-15-5-4-6-16-10-12-20(21)23(19)22(15)16/h2-12H,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c15-8-5-6-11-12(7-8)14(17)10-4-2-1-3-9(10)13(11)16/h1-7H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O3/c1-5(9)3-8(7-11)4-6(2)10/h5,9H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O3/c21-17-13-7-6-11-12-5-4-9-2-1-3-10(15(9)12)8-14(11)16(13)19-20(23-19)18(17)22/h1-8,17-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-9-16-7-4-8-17-18-11-14-5-2-3-6-15(14)12-19(18)20(10-13)21(16)17/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-16-10-15-6-3-5-13-8-9-18-17-7-2-1-4-14(17)11-19(16)21(18)20(13)15/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO3/c14-13(15)8-5-6-12-10(7-8)9-3-1-2-4-11(9)16-12/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N/c1-2-5-14-11-16-15(10-13(14)4-1)8-7-12-6-3-9-18-17(12)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2/c11-9-5-7-3-1-2-4-8(7)6-10(9)12/h1-6H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClN/c10-8-4-1-5-9-7(8)3-2-6-11-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13N3O3/c1-22-16(21)19-15-17-12-8-7-11(9-13(12)18-15)14(20)10-5-3-2-4-6-10/h2-9H,1H3,(H2,17,18,19,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6Cl2O/c4-1-3(6)2-5/h3,6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N/c13-12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl3O3/c6-3(5(10)11)2(1-9)4(7)8/h1,4H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO2/c20-19(21)18-11-17-13-6-2-1-5-12(13)9-10-15(17)14-7-3-4-8-16(14)18/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12NO4PS2/c1-15-17(18,16-2)19-7-12-10(13)8-5-3-4-6-9(8)11(12)14/h3-6H,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O3/c1-3(7)6(9)4(8)5-2/h9H,1-2H3,(H,5,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O2/c1-7(13)10-11-9-4-2-8(6-12)3-5-9/h2-5,11-12H,6H2,1H3,(H,10,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7N3S/c1-2-4-8-7(3-1)12-10(13-8)9-5-14-6-11-9/h1-6H,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O2/c1-2-6-3-5-4-7-5/h5H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H20N4O/c1-13(22)21(4)17-11-7-15(8-12-17)19-18-14-5-9-16(10-6-14)20(2)3/h5-12H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12O2/c1-9(2,11-10)8-6-4-3-5-7-8/h3-7,10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14S2/c1-3-7-13(8-4-1)11-15-16-12-14-9-5-2-6-10-14/h1-10H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1-3-5(7)6(8)4-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11ClS/c10-6-7-11-8-9-4-2-1-3-5-9/h1-5H,6-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H21ClN4/c22-10-14-23-11-4-13-25-20-16-6-1-2-7-18(16)26-21-17(20)9-8-15-5-3-12-24-19(15)21/h1-3,5-9,12,23H,4,10-11,13-14H2,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H20O8/c1-21(2,26)6-5-10-3-4-11(23)14-17(24)15-12(29-19(10)14)9-13-16(18(15)25)22(27)7-8-28-20(22)30-13/h3-4,7-9,20,23,25-27H,5-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4N4/c3-1-6-2(4)5/h(H4,4,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2Br2/c2-1-3/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N3/c1-8-4-6-9(7-5-8)10-11-12(2)3/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N4O2/c1-20(2)11-9-18-16(22)13-7-5-10-21-15(13)19-14-8-4-3-6-12(14)17(21)23/h3-8,10H,9,11H2,1-2H3,(H,18,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-11-9-4-2-8(3-5-9)6-10-7-12-10/h2-5,10H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16BrNO3/c1-8(13)12(15)14-7-9-4-5-10(16-2)11(6-9)17-3/h4-6,8H,7H2,1-3H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl5/c8-5-2-1-4(3-6(5)9)7(10,11)12/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3N3O4S/c8-4-15-7-2-1-5(9(11)12)3-6(7)10(13)14/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N2/c1-5-11-6-2-9(1)10-3-7-12-8-4-10/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O2/c7-8-5-1-3-6(4-2-5)9(10)11/h1-4,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5ClO3/c6-2-3-1-4(7)9-5(3)8/h1,5,8H,2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N4O2/c15-5-1-2-6(16)10-9(5)13(19)11-7(17)3-4-8(18)12(11)14(10)20/h1-4,15-16,19-20H,17-18H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N4O2/c1-21(2)11-5-10-19-18-14-6-3-4-7-16(14)20-17-12-13(22(23)24)8-9-15(17)18/h3-4,6-9,12H,5,10-11H2,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O6/c1-20-10-6-11-14(8-4-5-21-17(8)22-11)15-13(10)7-2-3-9(18)12(7)16(19)23-15/h2-6,8,17-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2OS/c1-11-8-6-3-2-5(9)4-7(6)12-10-8/h2-4H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2Cl2/c2-1-3/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O5/c9-4-1-2-5(7(10)11)6(3-4)8(12)13/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4S/c1-2-3-1/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O/c1-2-4-8-6-9-5-7(8)3-1/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H28N4O6/c27-11-9-23-5-7-25-13-1-2-14(26-8-6-24-10-12-28)18-17(13)21(31)19-15(29)3-4-16(30)20(19)22(18)32/h1-4,23-28,31-32H,5-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14/c1-10-6-5-9-13-11(2)12-7-3-4-8-14(12)15(10)13/h3-9,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7N3O5S/c15-11(7-5-10(14(18)19)20-6-7)12-8-3-1-2-4-9(8)13(16)17/h1-6H,(H,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl2NO2/c7-5-2-1-4(9(10)11)3-6(5)8/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N5O/c22-16-15-14(12-8-4-5-9-13(12)18-15)19-20-21(16)17-10-11-6-2-1-3-7-11/h1-10,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15N/c1-12-7-10-18-17(11-12)13(2)15-9-8-14-5-3-4-6-16(14)19(15)20-18/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14/c1-2-8-16-14-22-20-12-6-4-10-18(20)17-9-3-5-11-19(17)21(22)13-15(16)7-1/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O7/c1-23-12-8-13-15(10-6-7-25-20(10)27-13)18-16(12)17(21)14-9(19(22)24-2)4-3-5-11(14)26-18/h3-8,10,20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-7-8-14-10-13-5-3-4-6-15(13)12(2)16(14)9-11/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N4O2/c1-16-11-7-10(9-5-3-2-4-6-9)8-14-12(11)15-13(16)17(18)19/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4/c13-7-5-11-12(6-8(7)14)16-10-4-2-1-3-9(10)15-11/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14Cl2N2O4/c1-20-11-3-2-10(16(6-4-14)7-5-15)13-9(11)8-12(21-13)17(18)19/h2-3,8H,4-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O/c1-2-4-6-5(3-1)7-6/h5-6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O3/c21-17-13-8-7-11-10-5-1-3-9-4-2-6-12(14(9)10)15(11)16(13)19-20(23-19)18(17)22/h1-8,17-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H20N4O2/c21-11-9-17-13-1-5-15(6-2-13)19-20-16-7-3-14(4-8-16)18-10-12-22/h1-8,17-18,21-22H,9-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO/c22-20(14-6-2-1-3-7-14)21-17-10-11-19-16(13-17)12-15-8-4-5-9-18(15)19/h1-11,13H,12H2,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8O2/c1-7-6-10(12)8-4-2-3-5-9(8)11(7)13/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H26O3/c1-16(2)13-20-21(23(20,3)4)22(24)25-15-17-9-8-12-19(14-17)26-18-10-6-5-7-11-18/h5-14,20-21H,15H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16O/c1-10(2)12-5-4-11(3)14-7-6-13(9-16)15(14)8-12/h4-8,16H,1,9H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H10O/c18-17-14-8-4-3-7-13(14)16-12-6-2-1-5-11(12)9-10-15(16)17/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12O3S/c1-4-5(2)8-9(3,6)7/h5H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16O4/c1-2-5-12(19)15-10-6-3-8-13(20)16(10)18(22)17-11(15)7-4-9-14(17)21/h3-4,6-9,20-22H,2,5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H16O2/c23-21-10-9-17-18(22(21)24)8-7-15-11-19-14(12-20(15)17)6-5-13-3-1-2-4-16(13)19/h1-12,21-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N2O2/c15-16-11-7-3-6-10-12(11)14(18)9-5-2-1-4-8(9)13(10)17/h1-7H/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16O2/c1-2-6-13(7-3-1)10-14-8-4-5-9-16(14)18-12-15-11-17-15/h1-9,15H,10-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-15-9-8-13-11-5-2-1-4-10(11)12-6-3-7-14(15)16(12)13/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NO3/c1-4(8)5(9)6-2-3-7/h4,7-8H,2-3H2,1H3,(H,6,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15Cl/c1-13-15-7-4-5-9-17(15)19(12-21)18-11-10-14-6-2-3-8-16(14)20(13)18/h2-11H,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO5/c1-16-11-7-3-4-18-14(7)15-10-8(11)5-9-12(13(10)17-2)20-6-19-9/h3-5H,6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3HCl5O/c4-2(5)1(9)3(6,7)8/h2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5O/c1-6-4-14-8-3-7(5-18)11-10(9(8)15-6)16-12(13)17(11)2/h3-4,18H,5H2,1-2H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O4/c1-21-15-7-11(3-5-13(15)17-9-19)12-4-6-14(18-10-20)16(8-12)22-2/h3-8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-6-7-14-8-9-16-12-15-4-2-3-5-18(15)19-11-10-17(13)20(14)21(16)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13N3O5/c1-2-3-4-7(8(10)11)5-6-14-9(12)13/h2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3ClO/c1-3(4)2-5/h2H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H21NO4/c1-21-5-4-11-7-17-20(25-10-24-17)19-13-9-16(23-3)15(22-2)8-12(13)6-14(21)18(11)19/h7-9,14H,4-6,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO3/c1-11(16)15(17)12-7-9-14(10-8-12)18-13-5-3-2-4-6-13/h2-10,17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO4/c9-7(10)5-3-1-2-4-6(5)8(11)12/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO2/c22-21(23)18-11-12-5-3-8-15-13-6-1-2-7-14(13)16-9-4-10-17(18)20(16)19(12)15/h3-5,8-11H,1-2,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO5/c1-7(2)15-10(12)6-4-8-3-5-9(16-8)11(13)14/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-14-8-4-10-2-1-9-3-7-13(17(19)20)11-5-6-12(14)16(10)15(9)11/h1-8,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-6-3-4-8(9)7(2)5-6/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O5/c16-10-4-1-8(2-5-10)13-11-6-3-9(14(17)18)7-12(11)15(19)20/h1-7,13,16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9NO2/c1-8-6-7-9-4-2-3-5-10(9)11(8)12(13)14/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O2/c21-18-8-7-12-9-16-13-5-1-3-11-4-2-6-14(19(11)13)17(16)10-15(12)20(18)22/h1-10,18,20-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO3/c11-7-3-5-8-4-1-2-6-9(8)10(12)13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12N2/c16-11-14-5-3-12(4-6-14)1-2-13-7-9-15(17)10-8-13/h1-10H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO4/c9-7(10)5-1-3-6(4-2-5)8(11)12/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9N3O/c1-12(11-13)7-9-4-2-3-8(5-9)6-10/h2-5H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N3O2/c1-4-2-5(8)3-6(7(4)9)10(11)12/h2-3H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6O5S/c11-8-5-9(16(13,14)15)6-3-1-2-4-7(6)10(8)12/h1-5H,(H,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO3/c1-19-15-4-2-3-13(11-15)6-5-12-7-9-14(10-8-12)16(17)18/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O2/c1-10(17)16-12-4-8-14(9-5-12)18-13-6-2-11(15)3-7-13/h2-9H,15H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O5/c1-6-2-8-12(10(17)3-6)15(20)13-9(14(8)19)4-7(16)5-11(13)18/h2-5,16-18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N5O/c11-10-5-3-4(7-1-6-3)8-2-9-5/h1-2,11H,(H2,6,7,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)9-4-5-10-11(7-9)13(17(22)23)6-8-2-1-3-12(14(8)10)16(20)21/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O5/c1-2-14-7-4-9-8(18-5-19-9)3-6(7)11(15)10(13-14)12(16)17/h3-4H,2,5H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N2/c1-11(2)9-5-7-10(8-6-9)12(3)4/h5-8H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7N3O6/c16-13(17)9-3-1-2-8(6-9)11-5-4-10(14(18)19)7-12(11)15(20)21/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-2-9-7-4-3-5-8(10)6-7/h3-6,9-10H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N4O4/c14-10-3-1-8(12(6-10)16(18)19)5-9-2-4-11(15)7-13(9)17(20)21/h1-4,6-7H,5,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c10-8-4-1-5-9-7(8)3-2-6-11-9/h1-6H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H5F2N/c10-7-3-4-8(11)9-6(7)2-1-5-12-9/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2O2/c14-10-1-3-12-8(6-10)5-9-7-11(15(16)17)2-4-13(9)12/h1-4,6-7H,5,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)19-11-18-15-9-8-12-4-1-2-6-14(12)17(15)10-13-5-3-7-16(19)20(13)18/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O2/c1-12-10-5-2-9(3-6-10)4-7-11-8-13-11/h2-3,5-6,11H,4,7-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O2/c13-8-5-6-10-11(12(8)15(16)17)7-3-1-2-4-9(7)14-10/h1-6,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16N2O/c1-8-6-12(16)9(2)14-11-7-10(18-3)4-5-13(11)17-15(8)14/h4-7,17H,16H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO/c14-13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c1-8-6-7-9-4-2-3-5-10(9)11-8/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO3/c15-10-7-4-3-6-2-1-5-14-9(6)8(7)12-13(17-12)11(10)16/h1-5,10-13,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5Cl3/c4-1-3(6)2-5/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Cl3O3/c1-11-6-2(4(8)9)3(7)5(10)12-6/h4,6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO/c1-6-3-2-4-7(5-6)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N4O3S/c1-7-6-15-11(14-17)10(13-12(15)20-7)8-2-4-9(5-3-8)16(18)19/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-3-4-8(10-2)7(9)5-6/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15NO/c1-17-15-10-6-13(7-11-15)3-2-12-4-8-14(16)9-5-12/h2-11H,16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15Cl2N2O4P/c8-2-4-11(5-3-9)16(10,14)15-6-1-7(12)13/h1-6H2,(H2,10,14)(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7NS/c13-8-12-11-7-3-5-9-4-1-2-6-10(9)11/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9BrO3/c1-14-8-4-2-7(3-5-8)9(11)6-10(12)13/h2-6H,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2O/c1-2-11-8-4-3-6(9)5-7(8)10/h3-5H,2,9-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N4O/c1-12(21)17-13-4-6-14(7-5-13)18-19-15-8-10-16(11-9-15)20(2)3/h4-11H,1-3H3,(H,17,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11Cl2NO3/c1-9(18)17(19)11-3-5-12(6-4-11)20-14-7-2-10(15)8-13(14)16/h2-8,19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11N5/c1-6-5-7-8(14-4-3-13-7)9-10(6)16(2)11(12)15-9/h3-5H,1-2H3,(H2,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CBr3NO2/c2-1(3,4)5(6)7">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N4O4S/c21-9-7-19(8-10-22)16-11-3-1-2-4-12(11)17-15(18-16)13-5-6-14(25-13)20(23)24/h1-6,21-22H,7-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H18O5/c1-12(2)4-9-13(19,6-12)3-8(5-16)14-7-15(9,14)11(18)20-10(14)17/h3,5,9-10,17,19H,4,6-7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4/c13-7-3-1-5-9-11(7)16-10-6-2-4-8(14)12(10)15-9/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13ClO2/c19-17-11-4-2-1-3-10(11)9-15-12-7-8-16(20)18(21)14(12)6-5-13(15)17/h1-9,16,18,20-21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O2S/c10-9(11)6-1-2-7-5(3-6)4-8-12-7/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O2/c21-17-9-8-14-15-7-6-12-3-1-2-11-4-5-13(19(15)18(11)12)10-16(14)20(17)22/h1-10,17,20-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)11-5-6-13-10(7-11)2-1-9-3-4-12(16(19)20)8-14(9)13/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O2/c15-14(16)8-5-6-10-9-3-1-2-4-11(9)13-12(10)7-8/h1-7,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2N2O2/c7-4-1-3(10(11)12)2-5(8)6(4)9/h1-2H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NS/c11-8-10-7-6-9-4-2-1-3-5-9/h1-5H,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H20O3/c1-2-3-4-5-6-7-8-9-10-16-12-13(15)11-14/h3-10,13-15H,2,11-12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO2/c22-21(23)18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h1,3,5-11H,2,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14N2O4/c23-21(24)16-10-17(22(25)26)19-14-6-2-1-5-12(14)13-7-3-4-11-8-9-15(16)20(19)18(11)13/h3-4,7-10H,1-2,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O/c1-2-3-1/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N4O2/c1-6-4-8-9(5-7(6)2)17(3)11-10(14-8)12(18)16-13(19)15-11/h4-5H,1-3H3,(H,16,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO4/c10-8(11)5-6-1-3-7(4-2-6)9(12)13/h1-4H,5H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9NO2/c1-8-10-5-3-2-4-9(10)6-7-11(8)12(13)14/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15NO3/c1-12(18)17(20-13(2)19)16-10-8-15(9-11-16)14-6-4-3-5-7-14/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c1-2-11-4-5-15-13-6-7-16-14(8-9-18-20(16)21-18)17(13)10-12(3-1)19(11)15/h1-10,18,20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N4O5/c10-9(14)5-3-7(11-1-2-11)8(13(17)18)4-6(5)12(15)16/h3-4H,1-2H2,(H2,10,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6Br2O2/c5-3(1-7)4(6)2-8/h7-8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8O6/c14-5-3-8(17)10-9(4-5)19-13-7(16)2-1-6(15)11(13)12(10)18/h1-4,14-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N2O6/c15-13(16)7-1-3-9-11(5-7)20-10-4-2-8(14(17)18)6-12(10)19-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O3/c7-3-1-2-4-6(9-4)5(3)8/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO6S/c11-10(12)7-2-1-3-9(4-7)17(13,14)16-6-8-5-15-8/h1-4,8H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N4O5/c13-6-4-11(8(14)10-6)9-3-5-1-2-7(17-5)12(15)16/h1-3H,4H2,(H,10,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO/c1-10(7-12-10)9-4-2-8(6-11)3-5-9/h2-5H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11F/c21-19-9-3-6-13-10-17-14-7-1-4-12-5-2-8-15(20(12)14)18(17)11-16(13)19/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7ClO2/c4-1-3(6)2-5/h3,5-6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O6/c1-4-6(9(13)14)2-5(8(11)12)3-7(4)10(15)16/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2O3/c1-2-12(8-6-4-3-5-7-8)9(15)13-11(17)14-10(12)16/h3-7H,2H2,1H3,(H2,13,14,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5N3O9/c7-4(8)13-1-3(15-6(11)12)2-14-5(9)10/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10Br2O2/c1-5(2)7(10)11-4-6(9)3-8/h6H,1,3-4H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19N3O/c1-21(2)11-10-19-18(22)14-7-5-9-17-15(14)12-13-6-3-4-8-16(13)20-17/h3-9,12H,10-11H2,1-2H3,(H,19,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2/c15-13-8-6-11(7-9-13)4-5-12-2-1-3-14(16)10-12/h1-10H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO2/c1-12-2-4-13(5-3-12)6-7-14-8-10-15(11-9-14)16(17)18/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H30Cl2N4O/c1-3-5-15-30-21-10-9-19-23(28-21)22(18-8-7-17(25)16-20(18)27-19)26-12-6-13-29(4-2)14-11-24/h7-10,16H,3-6,11-15H2,1-2H3,(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5ClO/c4-2-1-3-5/h1-2,5H,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16N2O6S/c11-3-4(12)5(13)6(14)7(15)8-10(9-16)1-2-17-8/h4-8,11-15H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO2S/c1-2-4-9-8(3-1)10(11-14-9)13-6-7-5-12-7/h1-4,7H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16O2/c1-2-4-13(5-3-1)10-14-6-8-15(9-7-14)17-11-16-12-18-16/h1-9,16H,10-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N4/c1-20(13-5-12-17)16-10-8-15(9-11-16)19-18-14-6-3-2-4-7-14/h2-4,6-11H,5,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H5N7O12/c20-14(21)5-1-7(16(24)25)11(8(2-5)17(26)27)13-12-9(18(28)29)3-6(15(22)23)4-10(12)19(30)31/h1-4,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14/c1-2-7-17-15(4-1)12-16-9-8-13-5-3-6-14-10-11-18(17)20(16)19(13)14/h2-3,5-12H,1,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13NO2/c1-2-3-8-13-10-6-4-9(11-12)5-7-10/h4-7H,2-3,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O2/c1-7(2,3)9-5-6-4-8-6/h6H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H16O2/c25-21-10-9-17-20(24(21)26)12-19-14-6-2-1-5-13(14)11-18-15-7-3-4-8-16(15)22(17)23(18)19/h1-12,21,24-26H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-6-9-18-16(10-13)7-8-17-11-14-4-2-3-5-15(14)12-19(17)18/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7N3O4/c16-14(17)7-1-3-11-9(5-7)10-6-8(15(18)19)2-4-12(10)13-11/h1-6,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-14-9-12-5-1-3-10-7-8-11-4-2-6-13(14)16(11)15(10)12/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5Br/c1-2-3/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O/c1-2-4-3-1/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)14-9-12-5-1-3-10-7-8-11-4-2-6-13(14)16(11)15(10)12/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16O/c1-2-4-14(5-3-1)15-9-6-13(7-10-15)8-11-16-12-17-16/h1-7,9-10,16H,8,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O/c8-6-3-1-2-5(4-6)7(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H18O7/c1-10(2)3-4-11-5-6-12(23)15-18(24)16-13(28-20(11)15)9-14-17(19(16)25)22(26)7-8-27-21(22)29-14/h3,5-9,21,23,25-26H,4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c1-11-7-4-2-6(3-5-7)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O3/c1-13(2)4-9-10(5-13)12(18)14(3)7-15(14,8-17)11(9)6-16/h6,8,11-12,18H,4-5,7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N4O4/c17-15(18)7-4-5-8-10(6-7)13-9-2-1-3-11(16(19)20)12(9)14-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-5-2-3-6(8)4-7(5)9/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O6/c10-7(11)5-2-1-4(8(12)13)3-6(5)9(14)15/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H16N2O3/c1-18-12-6-7-13(19-8-9-20)15-14(12)16(21)10-4-2-3-5-11(10)17(15)22/h2-7,18-20H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO3/c22-21(23)15-9-8-14-18-16-11(6-3-7-13(16)19-20(14)24-19)10-4-1-2-5-12(10)17(15)18/h1-9,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11NO3S/c1-13-11-9-4-7(14-5-8-6-15-8)2-3-10(9)16-12-11/h2-4,8H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O/c1-3-4-6(2)5-7/h5H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-3-7-17-14(5-1)11-12-20-19(17)13-16-10-9-15-6-2-4-8-18(15)21(16)22-20/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4BrN3O4/c7-4-1-3(9(11)12)2-5(6(4)8)10(13)14/h1-2H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2/c4-1-3-2-5-3/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10ClN5O/c17-11-7-5-10(6-8-11)9-18-22-16(23)15-14(20-21-22)12-3-1-2-4-13(12)19-15/h1-9,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CHCl2NO2/c2-1(3)4(5)6/h(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6N4O2/c5-3(9)1-7-4(10)2-8-6/h2H,1H2,(H2,5,9)(H,7,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O3/c15-11-7-3-6-10-12(11)14(17)9-5-2-1-4-8(9)13(10)16/h1-7,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O2/c1-5-2-3-6(9(10)11)4-7(5)8/h2-4H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c1-5-3-7-4-6(2)8-5/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-14-7-3-6-12-8-10-4-1-2-5-11(10)9-13(12)14/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10Cl2N2/c13-10-5-8(6-11(14)12(10)16)7-1-3-9(15)4-2-7/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8Br2O2/c1-2-6(9)10-4-5(8)3-7/h2,5H,1,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NOS/c14-13-10-6-8-12(9-7-10)15-11-4-2-1-3-5-11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O/c8-6-4-2-1-3-5(6)7(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO/c13-10-6-8-12(9-7-10)14-11-4-2-1-3-5-11/h1-9H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c6-4-2-1-3-5-7/h4-5H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14Cl2N2O4/c1-20-11-3-2-10-9(8-12(21-10)17(18)19)13(11)16(6-4-14)7-5-15/h2-3,8H,4-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O3/c1-2-6(7)9-4-5-3-8-5/h2,5H,1,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N3/c1-2-4-6-5(3-1)7-9-8-6/h1-4H,(H,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO4/c16-12-6-5-10-11(14(12)17)7-8-3-1-2-4-9(8)13(10)15(18)19/h1-7,12,14,16-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H16N4O2/c1-18-10-4-3-8(6-11(10)19-2)5-9-7-16-13(15)17-12(9)14/h3-4,6-7H,5H2,1-2H3,(H4,14,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO/c1-10(17)16-14-8-4-6-12-9-11-5-2-3-7-13(11)15(12)14/h2-8H,9H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c1-5(3-7-5)4-2-6-4/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5NO2/c4-3(5)2-1-6-2/h2H,1H2,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N7S/c9-7(10)14-12-5-1-3-6(4-2-5)13-15-8(11)16/h1-4H,(H4,9,10,14)(H3,11,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6Cl2O/c9-7(8(10)11)6-4-2-1-3-5-6/h1-5,7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N4/c13-9-1-5-11(6-2-9)15-16-12-7-3-10(14)4-8-12/h1-8H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N3O5/c12-8-10(3-4-15-8)9-5-6-1-2-7(16-6)11(13)14/h1-2,5H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-17(19)12-7-6-11-14-9(12)5-4-8-2-1-3-10(13(8)14)15-16(11)20-15/h1-7,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N4O4/c17-15(18)7-1-3-9-11(5-7)14-10-4-2-8(16(19)20)6-12(10)13-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N6O2/c12-10-9-11(14-5-13-10)16(6-15-9)7-1-3-8(4-2-7)17(18)19/h1-6H,(H2,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11N3/c1-3-10-16-12(6-1)14-8-5-9-15(18-14)13-7-2-4-11-17-13/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10Cl2N2/c13-9-5-7(1-3-11(9)15)8-2-4-12(16)10(14)6-8/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N4O2/c1-14-9-5-4-8-7(3-2-6-12-8)10(9)13-11(14)15(16)17/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O4/c17-15(18)13-8-6-11(7-9-13)4-5-12-2-1-3-14(10-12)16(19)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13Br/c1-11-12-6-2-4-8-14(12)16(10-17)15-9-5-3-7-13(11)15/h2-9H,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N/c1-2-7-3-5-8(9)6-4-7/h2-6H,1,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8ClN/c1-5-4-6(8)2-3-7(5)9/h2-4H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6Cl3NO2S/c6-3(7)4(8)12-1-2(9)5(10)11/h2H,1,9H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14O/c20-12-15-11-14-6-2-3-7-16(14)18-10-9-13-5-1-4-8-17(13)19(15)18/h1-11,20H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H,(H2,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-2-3-4-7-5-6/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4BrNO2/c7-5-1-3-6(4-2-5)8(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17N4S/c1-22-12-13-24-19(22)21-20-17-15-10-6-7-11-16(15)23(2)18(17)14-8-4-3-5-9-14/h3-13H,1-2H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N3O2/c1-4-3-6(9)5(2)8(7(4)10)11(12)13/h3H,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O4/c15-7-5-10-12(11(16)6-7)14(18)9-4-2-1-3-8(9)13(10)17/h1-6,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)9-1-3-11-8(5-9)6-14(17(22)23)12-4-2-10(16(20)21)7-13(11)12/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16O5S/c21-11-18-15-7-3-4-8-16(15)19(12-25-26(22,23)24)17-10-9-13-5-1-2-6-14(13)20(17)18/h1-10,21H,11-12H2,(H,22,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8ClN2O5P/c7-15(12,8-1-3-13-5(8)10)9-2-4-14-6(9)11/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8N2O4/c16-14(17)10-1-3-12-8(6-10)5-9-7-11(15(18)19)2-4-13(9)12/h1-4,6-7H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9ClO/c5-3-1-2-4-6/h6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N3O4/c1-4-6(9(11)12)2-5(8)3-7(4)10(13)14/h2-3H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-4(2)3-7-5-6/h4H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClN/c10-8-5-6-11-9-4-2-1-3-7(8)9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N4O4/c17-15(18)7-1-3-9-11(5-7)14-12-6-8(16(19)20)2-4-10(12)13-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H12/c1-2-14-5-6-16-9-11-18-12-10-17-8-7-15-4-3-13(1)19-20(14)22(16)24(18)23(17)21(15)19/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10N2O3S/c6-3(2-11)5(10)7-1-4(8)9/h3,11H,1-2,6H2,(H,7,10)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO3/c9-5-6-2-1-3-7(4-6)8(10)11/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N4O/c1-17-11-7-10(9-5-3-2-4-6-9)8-14-12(11)15-13(17)16-18/h2-8,18H,1H3,(H,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)13-8-9-15-17-7-3-6-16-14-5-2-1-4-12(14)10-19(20(16)17)18(15)11-13/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7NO7S/c16-13-9-2-1-3-11(15(18)19)12(9)14(17)8-5-4-7(6-10(8)13)23(20,21)22/h1-6H,(H,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9Cl2N/c5-1-3-7-4-2-6/h7H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13Br/c20-12-19-16-8-4-2-6-14(16)11-18-15-7-3-1-5-13(15)9-10-17(18)19/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H24O4/c1-21(2,15-3-7-17(8-4-15)22-11-19-13-24-19)16-5-9-18(10-6-16)23-12-20-14-25-20/h3-10,19-20H,11-14H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10ClNO2/c1-7(13)12-9-4-2-8(3-5-9)10(14)6-11/h2-5H,6H2,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15N3/c1-9-14-8-19-6-5-12(14)10(2)17-16(9)13-7-11(18)3-4-15(13)20-17/h3-8,20H,18H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2S/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO4/c1-22-10-3-4-11-12(8-10)16-14-9(5-6-19-16)7-13(23-2)18(21)15(14)17(11)20/h3-8,20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H20N2O/c1-8(2)5-7(10)6-9(3,4)11(8)12/h7,12H,5-6,10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11Cl/c16-10-15-13-7-3-1-5-11(13)9-12-6-2-4-8-14(12)15/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-8-7-10-9-3-2-6-14(18(21)22)16(9)12-5-1-4-11(13)15(10)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O7/c1-21-9-5-10-11(6-2-3-22-17(6)23-10)15-14(9)12-7(18)4-8(19)13(12)16(20)24-15/h2-6,17-20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO5/c1-2-14-9(11)6-4-7-3-5-8(15-7)10(12)13/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10ClN3O4/c1-15-4-5(12)2-10-3-6(11(13)14)9-7(10)8/h3,5,12H,2,4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11ClO/c11-9-4-1-8(2-5-9)3-6-10-7-12-10/h1-2,4-5,10H,3,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O/c1-11(19)15-9-7-14-6-5-12-3-2-4-13-8-10-16(15)18(14)17(12)13/h2-11,19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9N/c1-2-10-4-6-12-8-16-9-13-7-5-11(3-1)14(10)15(12)13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13Cl/c1-11-12-6-2-4-8-14(12)16(10-17)15-9-5-3-7-13(11)15/h2-9H,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c23-16-9-10-19-17-7-3-4-8-18(17)20-11-14-5-1-2-6-15(14)12-21(20)22(19)13-16/h1-13,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO4/c16-14(12-4-2-1-3-5-12)19-10-11-6-8-13(9-7-11)15(17)18/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6BrNO/c1-2(4)3(5)6/h2H,1H3,(H2,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H7NO4/c18-15-10-3-1-2-8-4-5-9-6-7-11(17(20)21)14(16(15)19)13(9)12(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11N5/c1-6-5-13-9-7(14-6)3-4-8-10(9)15-11(12)16(8)2/h3-5H,1-2H3,(H2,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-14-9-8-10-4-3-7-12-11-5-1-2-6-13(11)16(14)15(10)12/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N3O2/c1-10-5-6-2-3-7(11(12)13)4-8(6)9-10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N4O4/c13-8-9-3-4-11(8)10-5-6-1-2-7(16-6)12(14)15/h1-2,5H,3-4H2,(H,9,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H12O/c22-21-17-11-9-13-5-1-3-7-15(13)19(17)20-16-8-4-2-6-14(16)10-12-18(20)21/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO4S/c11-7-3-4-8(15(12,13)14)6-2-1-5-10-9(6)7/h1-5,11H,(H,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8O5/c14-6-1-2-10-8(3-6)13(17)12-9(16)4-7(15)5-11(12)18-10/h1-5,14-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N/c1-16(2)14-9-12-7-3-5-11-6-4-8-13(10-14)15(11)12/h3-8,14H,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-5-4-7-15-10-11-17-16-8-3-2-6-14(16)9-12-18(17)19(13)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7N3O2/c1-2-6(5-8)3(4)7/h2H2,1H3,(H2,4,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N5/c1-20(2)14-6-3-12(4-7-14)17-18-13-5-8-15-11(9-13)10-16-19-15/h3-10H,1-2H3,(H,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15N/c1-10-5-3-4-6-13(10)12-7-8-14(15)11(2)9-12/h3-9H,15H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO2S/c1-2-7-4-11-14-10(7)9(3-1)13-6-8-5-12-8/h1-4,8H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c9-7-5-1-3-6(4-2-5)8(10)11/h1-4,7,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N3O3/c1-13-7-3-4(8)6(10(11)12)2-5(7)9/h2-3H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10N2O2/c1-6(2)5(9)7(3)4-8/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2Cl4O/c5-3(6)2(1-9)4(7)8/h1,3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c7-5-2-1-3-6(8)4-5/h1-4H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H17N/c1-12-10-13(2)19-18(11-12)14(3)16-9-8-15-6-4-5-7-17(15)20(16)21-19/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14Cl2N2O/c1-9(20)19-15-5-3-11(8-13(15)17)6-10-2-4-14(18)12(16)7-10/h2-5,7-8H,6,18H2,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13N3O3/c1-10(18)15-11-2-4-12(5-3-11)16-13-6-8-14(9-7-13)17(19)20/h2-9,16H,1H3,(H,15,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8N2O3S/c16-15(17)11-3-7-13(8-4-11)18-12-5-1-10(2-6-12)14-9-19/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H17NO2/c1-10-2-4-11(5-3-10)12(6-8-13)7-9-14/h2-5,13-14H,6-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N/c1-12-2-4-13(5-3-12)6-7-14-8-10-15(16)11-9-14/h2-11H,16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14N2O4/c23-21(24)16-10-8-14-12-3-1-2-4-13(12)20-17(22(25)26)9-6-11-5-7-15(16)19(14)18(11)20/h5-10H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8O3/c1-6(8)10-5-7-3-2-4-9-7/h2-4H,5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N3O5/c7-4-1-3(8(11)12)2-5(6(4)10)9(13)14/h1-2,10H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2O2/c15-9-5-6-10(16)12-11(9)13(17)7-3-1-2-4-8(7)14(12)18/h1-6,17-18H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O2/c1-5(7)6-3-2-4-8-6/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5N3O2/c1-5(4-7)2(3)6/h1H3,(H2,3,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H12/c1-2-7-16-13(4-1)10-15-11-14-6-3-5-12-8-9-17(16)19(15)18(12)14/h1-10H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N2O6/c15-13(16)7-1-3-9-11(5-7)20-12-6-8(14(17)18)2-4-10(12)19-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11NO5/c19-17(20)15-13(11-7-3-1-4-8-11)14(16(23-15)18(21)22)12-9-5-2-6-10-12/h1-10H,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H17N/c1-12-10-18-14(3)16-9-8-15-6-4-5-7-17(15)20(16)21-19(18)11-13(12)2/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N6O2/c12-9-8-11(14-5-13-8)16-10(15-9)6-1-3-7(4-2-6)17(18)19/h1-5H,(H3,12,13,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Br2O/c4-1-3(5)2-6/h2-3H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c16-15(17)14-12-7-3-1-5-10(12)9-11-6-2-4-8-13(11)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O/c13-12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10O/c1-9(11)7-8-10-5-3-2-4-6-10/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-11-16-7-4-6-14-9-10-17-12-15-5-2-3-8-18(15)19(13)21(17)20(14)16/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N2/c1-11-3-7-13(8-4-11)16(15)14-9-5-12(2)6-10-14/h3-10H,15H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O7/c1-17-7-5(9(13)14)2-4(8(11)12)3-6(7)10(15)16/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-5-4-8-18-17(13)10-9-16-11-14-6-2-3-7-15(14)12-19(16)18/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14N2O2/c1-2-12(9-6-4-3-5-7-9)10(15)13-8-14-11(12)16/h3-7H,2,8H2,1H3,(H,13,15)(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N/c1-2-4-14-10-16-15(9-13(14)3-1)6-5-12-7-8-18-11-17(12)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O3S/c4-7(5)3-1-2-6-7/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9N3O3/c1-5-3(8)7-10-4(9)6-2/h1-2H3,(H,6,9)(H2,5,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H14O/c25-16-9-10-19-20(13-16)22-11-14-5-1-3-7-17(14)21-12-15-6-2-4-8-18(15)23(19)24(21)22/h1-13,25H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H22O7/c1-23(2,26)8-6-11-4-5-13(24)17-19(25)18-15(29-20(11)17)10-14-16(21(18)27-3)12-7-9-28-22(12)30-14/h4-5,7,9-10,12,22,24,26H,6,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)14-9-3-7-12-11-6-1-4-10-5-2-8-13(15(10)11)16(12)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O3/c1-9-8-10-4-2-3-5-11(10)12-6-7-13-15(14(9)12)18-19(22-18)17(21)16(13)20/h2-8,16-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c10-8-5-7-3-1-2-4-9(7)11-6-8/h1-6H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-6-7-14-8-9-17-11-15-4-2-3-5-16(15)12-19(17)18(14)10-13/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2BrCl/c2-1-3/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3Cl3O/c4-3(5,6)2-1-7-2/h2H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O5/c10-4-5-1-2-6(8(11)12)3-7(5)9(13)14/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O4/c1-10(2)5-7-19-16-14-12(6-8-18-14)9-11-3-4-13(17)20-15(11)16/h3-6,8-9H,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2/c1-3-2-4(5)6-3/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O5/c16-6-10-11(17)5-9-12(15(10)20)14(19)8-4-2-1-3-7(8)13(9)18/h1-5,16-17,20H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)11-5-1-3-8-10(11)7-13(17(22)23)9-4-2-6-12(14(8)9)16(20)21/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H25NO3/c1-4-17(2)16-26-22(24)14-9-18-5-10-20(11-6-18)23-15-19-7-12-21(25-3)13-8-19/h5-15,17H,4,16H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10/c1-2-6-12-10-14-8-4-3-7-13(14)9-11(12)5-1/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O4/c1-2-3-7(11)6-4-9(13)10(14)5-8(6)12/h4-5,12-14H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H32ClN3O/c1-2-32(20-18-29)22-14-16-23(17-15-22)33-21-9-3-8-19-30-28-24-10-4-6-12-26(24)31-27-13-7-5-11-25(27)28/h4-7,10-17H,2-3,8-9,18-21H2,1H3,(H,30,31)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO2/c1-11(16)15(17)14-9-7-13(8-10-14)12-5-3-2-4-6-12/h2-10,17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O/c1-2-11-4-5-13-10-14-8-9-19-18(14)15-7-6-12(3-1)16(11)17(13)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4Cl2O3/c6-1-2-3(7)5(9)10-4(2)8/h4,8H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12ClN/c15-13-3-1-2-12(10-13)5-4-11-6-8-14(16)9-7-11/h1-10H,16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9BrO2/c1-3-8-5(7)4(2)6/h4H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11NO3S/c1-13-11-9-3-2-7(4-10(9)16-12-11)14-5-8-6-15-8/h2-4,8H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O2/c1-20-17-10-15-13(8-9-16(15)19)14-7-6-11-4-2-3-5-12(11)18(14)17/h2-7,10H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H13N5O2/c1-24-12-8-6-11(7-9-12)10-18-22-17(23)16-15(20-21-22)13-4-2-3-5-14(13)19-16/h2-10,19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O2/c1-5-3-8(7-9)4-6(2)10-5/h5-6H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H10O/c18-10-14-7-6-13-5-4-11-2-1-3-12-8-9-15(14)17(13)16(11)12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O3S/c1-13(10-5-3-2-4-6-10)12(15)9-7-11(14(16)17)18-8-9/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O2/c15-9-5-1-3-7-11(9)14(18)8-4-2-6-10(16)12(8)13(7)17/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O2/c7-5-2-1-4(9(10)11)3-6(5)8/h1-3H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O/c1-3-7-11-9(5-1)10-6-2-4-8-12(10)14-13(11)15-14/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9Cl3N2/c13-8-3-6(1-2-11(8)16)7-4-9(14)12(17)10(15)5-7/h1-5H,16-17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O2/c1-2-4-12(5-3-1)13-6-8-14(9-7-13)16-10-15-11-17-15/h1-9,15H,10-11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7ClOS/c1-2-3-7-4(5)6/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H18O4/c1-13(2)4-8-3-9(6-16)14-7-15(14,10(8)5-13)12(18)19-11(14)17/h3,6,8,10-11,17H,4-5,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2O/c14-13-9-3-1-2-4-11(9)15-12-6-5-8(16)7-10(12)13/h1-7,16H,(H2,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O/c1-6-3-4-8(5-9(6)10)11-7(2)12/h3-5H,10H2,1-2H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9FN2O/c1-11(10-12)6-7-2-4-8(9)5-3-7/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10O3/c1-5(2)7(8)10-4-6-3-9-6/h6H,1,3-4H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N4/c1-9-11(14)7-8-12(13(9)15)17-16-10-5-3-2-4-6-10/h2-8H,14-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O3/c1-5-2-3-6(9(11)12)4-7(5)8-10/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12Cl2/c17-9-15-11-5-1-2-6-12(11)16(10-18)14-8-4-3-7-13(14)15/h1-8H,9-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O6/c1-5-12(16)19-9-15(8-4,10-20-13(17)6-2)11-21-14(18)7-3/h5-7H,1-3,8-11H2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c11-10-6-5-8-3-1-2-4-9(8)7-10/h1-7H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO2/c1-2-3-6-4-5/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO3/c1-19-15-10-6-13(7-11-15)3-2-12-4-8-14(9-5-12)16(17)18/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2/c13-8-5-6-12-10(7-8)9-3-1-2-4-11(9)14-12/h1-7,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15NO3/c1-8(2)14-9-6-4-5-7-10(9)15-11(13)12-3/h4-8H,1-3H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2O2/c1-8-7-12(16(17)18)9(2)13-10-5-3-4-6-11(10)15-14(8)13/h3-7,15H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-5-7(10-2)3-4-8(6)9/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-7-14-13(6-1)12-19-16-9-4-3-8-15(16)18-11-5-10-17(14)20(18)19/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5Cl/c1-2-3-4/h2H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15Br/c1-13-15-7-4-5-9-17(15)19(12-21)18-11-10-14-6-2-3-8-16(14)20(13)18/h2-11H,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8O2/c17-13-8-4-10-2-6-12-14(18)7-3-9-1-5-11(13)16(10)15(9)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3Cl3O/c1-2(7)3(4,5)6/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O6/c10-7(11)4-1-2-5(8(12)13)6(3-4)9(14)15/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO4/c1-15-12-7-2-3-16-13(7)14-9-5-11-10(4-8(9)12)17-6-18-11/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-17(19)11-7-6-9-5-4-8-2-1-3-10-12(8)13(9)14(11)16-15(10)20-16/h1-7,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N4O7S/c11-5(10(19)20)1-2-7(15)13-6(4-22-14-21)9(18)12-3-8(16)17/h5-6H,1-4,11H2,(H,12,18)(H,13,15)(H,16,17)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15Cl2N2O3P/c8-2-4-11(5-3-9)15(13)10-7(12)1-6-14-15/h7,12H,1-6H2,(H,10,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15N/c1-22-18-12-10-14-6-2-4-8-16(14)20(18)21-17-9-5-3-7-15(17)11-13-19(21)22/h2-13H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9ClN2/c14-8-5-6-12-10(7-8)13(15)9-3-1-2-4-11(9)16-12/h1-7H,(H2,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14N4/c13-9-3-1-7(5-11(9)15)8-2-4-10(14)12(16)6-8/h1-6H,13-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-6-4-3-5-8(9)7(6)2/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c23-22-11-5-6-14-12-20-17-9-3-1-7-15(17)16-8-2-4-10-18(16)21(20)13-19(14)22/h1-13,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5Cl3O3/c6-3(5(10)11)2(1-9)4(7)8/h4,9H,1H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3/c1-3-7-11(8-4-1)13-15-14-12-9-5-2-6-10-12/h1-10H,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N6O3/c1-11-4-8-6(12(2)9-15)5(11)7(14)13(3)10-16/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16N4O3/c1-2-3-6-16(15-19)8-12(18)9-4-5-11(17)10(7-9)14-13/h4-5,7,12,18H,2-3,6,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17NO3/c1-19-8-14(20)12-7-15-18(22-9-21-15)17-11-5-3-2-4-10(11)6-13(19)16(12)17/h2-5,7,13-14,20H,6,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O4/c15-13(16)10-6-7-11(12(8-10)14(17)18)9-4-2-1-3-5-9/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6O4/c11-5-1-2-6(12)10-8(14)4-3-7(13)9(5)10/h1-4,11-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H16O2/c25-20-10-9-14-12-18-15-6-2-1-5-13(15)11-19-16-7-3-4-8-17(16)23(22(18)19)21(14)24(20)26/h1-12,20,24-26H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO2/c1-14-11-8-4-2-3-5-10(8)13-12-9(11)6-7-15-12/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15N5O3/c1-2-3-4-5-6-11(10-13)7(8)9-12(14)15/h2-6H2,1H3,(H2,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O4/c15-13(16)11-5-1-9(2-6-11)10-3-7-12(8-4-10)14(17)18/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O2/c15-7-1-3-9-11(5-7)14(18)10-4-2-8(16)6-12(10)13(9)17/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12ClNO/c1-9(18)17-15-7-11-6-10-4-2-3-5-12(10)13(11)8-14(15)16/h2-5,7-8H,6H2,1H3,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-7-17-13(4-1)8-9-16-12-15-6-3-5-14-10-11-18(19(14)15)20(16)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO2/c14-13(15)11-7-9-5-1-3-8-4-2-6-10(11)12(8)9/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11N3O/c1-12-8-4-3-6(13-2)5-7(8)11-9(12)10/h3-5H,1-2H3,(H2,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO2/c1-10-6-3-4-7(9)8(5-6)11-2/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO/c1-3-10-9-6-8(11)5-4-7(9)2/h4-6,10-11H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O3/c19-15-14-12-6-5-9-3-1-2-4-10(9)11(12)7-8-13(14)17-18(21-17)16(15)20/h1-8,15-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)18-11-17-19-14(9-8-12-4-1-2-6-15(12)19)10-13-5-3-7-16(18)20(13)17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2Cl2O3/c5-1-2(6)4(8)9-3(1)7/h3,7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO/c1-11(20)19-16-10-8-14-6-5-12-3-2-4-13-7-9-15(16)18(14)17(12)13/h2-10H,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19N3O/c1-21(2)11-10-19-18(22)15-8-5-7-14-12-13-6-3-4-9-16(13)20-17(14)15/h3-9,12H,10-11H2,1-2H3,(H,19,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c8-6(10)3-1-5-2-4-7(13-5)9(11)12/h1-4H,(H2,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O4/c1-10(12-11,9(15)16)5-6-2-3-7(13)8(14)4-6/h2-4,12-14H,5,11H2,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5BrCl2/c4-3(1-5)2-6/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15N/c1-12-7-9-15-13(2)16-10-8-14-5-3-4-6-17(14)19(16)20-18(15)11-12/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16O2/c1-12-14-7-3-5-9-16(14)18(11-20-13(2)19)17-10-6-4-8-15(12)17/h3-10H,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H22O2/c1-3-5-6-10(4-2)7-12-8-11-9-13-11/h10-11H,3-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15NO4/c1-22-11-4-5-12-13(9-11)17-15-10(6-7-20-17)8-14(23-2)19(24-3)16(15)18(12)21/h4-9H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7BrO/c1-3(5)2-4/h3,5H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H20O4/c1-14(2)5-10-4-11(7-17)15(9-18)8-16(15,12(10)6-14)13(19)20-3/h4,7,9,11-12H,5-6,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N2O5/c15-13(16)7-1-3-11-9(5-7)10-6-8(14(17)18)2-4-12(10)19-11/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N6O5/c17-14-13-16(21(7-18-13)12-5-10(24)11(6-23)27-12)20-15(19-14)8-1-3-9(4-2-8)22(25)26/h1-4,7,10-12,23-24H,5-6H2,(H2,17,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO/c1-2-9-4-3-8-5-6-10-13(15-10)11(8)12(9)14-7-1/h1-4,7,10,13H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20NO3P/c1-3-21-23(20,22-4-2)19-17-15-11-7-5-9-13(15)14-10-6-8-12-16(14)18(17)19/h5-12,17-18H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O2S/c13-9-1-5-11(6-2-9)17-12-7-3-10(4-8-12)14(15)16/h1-8H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N4O4S/c16-14(17)8-3-1-7(2-4-8)9-10(15(18)19)13-5-6-20-11(13)12-9/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c23-21-11-5-10-18-20-13-15-7-2-1-6-14(15)12-19(20)16-8-3-4-9-17(16)22(18)21/h1-13,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N/c1-6-4-2-3-5-7(6)8/h2-5H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c1-2-6-12-10-16-15(9-11(12)5-1)13-7-3-4-8-14(13)17-18(16)19-17/h1-10,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-2-6-12-10-16-15(9-11(12)5-1)13-7-3-4-8-14(13)17-18(16)19-17/h1-10,17-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16O6/c21-11-4-1-8-9-2-5-13(23)18-14(24)7-15(25)20(26,19(9)18)10-3-6-12(22)17(11)16(8)10/h1-2,4-5,10,15,21,23,25-26H,3,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3NO5/c7-5(8)3-1-2-4(11-3)6(9)10/h1-2H,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O6/c15-13(19-7-11-5-17-11)9-2-1-3-10(4-9)14(16)20-8-12-6-18-12/h1-4,11-12H,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H2Cl2O2/c6-5(7)3-1-2-4(8)9-3/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO2/c14-13(15)11-7-5-9-3-1-2-8-4-6-10(11)12(8)9/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4O/c1-15-9-5-4-8-7(3-2-6-12-8)10(9)13-11(15)14-16/h2-6,16H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O6/c16-8-3-1-7(2-4-8)15-14(20)13(19)12-10(18)5-9(17)6-11(12)21-15/h1-6,15-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10Br2O2/c6-1-5(2-7,3-8)4-9/h8-9H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11F/c21-19-9-8-15-18-11-13-5-2-1-4-12(13)10-17(18)14-6-3-7-16(19)20(14)15/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7BrO2/c1-2-5(7)8-4-3-6/h2H,1,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H7NO4/c17-15-10-3-1-2-8-4-5-9-11(16(18)19)6-7-12(20-15)14(9)13(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O2/c11-10(12)7-2-1-6-3-4-9-8(6)5-7/h1-2,5,9H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22ClN3O/c1-24-17-9-4-7-15-18(22-12-5-11-21-13-10-20)14-6-2-3-8-16(14)23-19(15)17/h2-4,6-9,21H,5,10-13H2,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O2/c11-10(12)7-8-5-3-1-2-4-6(5)9-7/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO7/c1-23-13-5-3-4-9-10(13)6-12(19(21)22)15-11(18(20)24-2)7-14-17(16(9)15)26-8-25-14/h3-7H,8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14O5/c1-2-22-8-12-13(18)7-11-14(17(12)21)16(20)10-6-4-3-5-9(10)15(11)19/h3-7,18,21H,2,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-11-8-10-4-3-7-14-12-5-1-2-6-13(12)15(9-11)16(10)14/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H21Cl2N3O/c1-25-14-4-6-17-16(12-14)19(23-9-2-8-22-10-7-20)15-5-3-13(21)11-18(15)24-17/h3-6,11-12,22H,2,7-10H2,1H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N6/c1-2-13(1)7-10-8(14-3-4-14)12-9(11-7)15-5-6-15/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H18/c1-11-9-17-13(3)15-7-5-6-8-16(15)14(4)18(17)10-12(11)2/h5-10H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22N4O2/c1-13-9-10-16(23(24)25)17-18(13)21-15-8-5-4-7-14(15)19(17)20-11-6-12-22(2)3/h4-5,7-10H,6,11-12H2,1-3H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H18O2/c1-14-17-8-5-6-10-19(17)21(13-24-15(2)23)20-12-11-16-7-3-4-9-18(16)22(14)20/h3-12H,13H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-6-7-15-9-10-17-16-5-3-2-4-14(16)8-11-18(17)19(15)12-13/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO4/c20-16-8-7-13-15(19(22)23)9-14-11-4-2-1-3-10(11)5-6-12(14)17(13)18(16)21/h1-9,16,18,20-21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18FN3O3/c18-13-7-11-14(8-15(13)20-5-3-19-4-6-20)21(10-1-2-10)9-12(16(11)22)17(23)24/h7-10,19H,1-6H2,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-8-4-2-3-5-10(8)12-7-9-6-11-9/h2-5,9H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl2NO2/c7-4-1-2-6(9(10)11)5(8)3-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O7/c1-22-8-5-11(19)13-12(6-8)23-16(15(21)14(13)20)7-2-3-9(17)10(18)4-7/h2-6,16-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H20N2O3/c1-2-3-9-17-18(23)20(14-7-5-4-6-8-14)21(19(17)24)15-10-12-16(22)13-11-15/h4-8,10-13,17,22H,2-3,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H32N2/c1-5-27(6-2)25-17-13-23(14-18-25)21-9-11-22(12-10-21)24-15-19-26(20-16-24)28(7-3)8-4/h9-20H,5-8H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2/c14-11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)15-13/h1-8H,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl2NO2/c7-4-1-2-5(8)6(3-4)9(10)11/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO/c14-13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N4/c9-4-5-1-2-6-7(3-5)12-8(10)11-6/h1-3H,(H3,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15N/c1-13-6-9-17-15(12-13)8-11-19-21(17)20-16-5-3-2-4-14(16)7-10-18(20)22-19/h2-12,22H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N3O2/c1-4-6(8)2-5(10(11)12)3-7(4)9/h2-3H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H16Cl2N2O2/c1-10(22)20-16-5-3-12(8-14(16)18)7-13-4-6-17(15(19)9-13)21-11(2)23/h3-6,8-9H,7H2,1-2H3,(H,20,22)(H,21,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O/c1-2-4-3-5-4/h2,4H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-3-7-18-14(5-1)9-11-16-13-17-12-10-15-6-2-4-8-19(15)21(17)22-20(16)18/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H16N2O2/c1-10(20)18-14-3-5-16-12(8-14)7-13-9-15(19-11(2)21)4-6-17(13)16/h3-6,8-9H,7H2,1-2H3,(H,18,20)(H,19,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO2/c22-21(23)18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h2,4-11H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22FN3O3/c1-2-21-5-7-22(8-6-21)17-10-16-13(9-15(17)20)18(24)14(19(25)26)11-23(16)12-3-4-12/h9-12H,2-8H2,1H3,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12O2/c15-13-8-7-11-10-4-2-1-3-9(10)5-6-12(11)14(13)16/h1-8,13-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N3O2/c1-18(2)12-9-7-11(8-10-12)16-17-14-6-4-3-5-13(14)15(19)20/h3-10H,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14N2O4/c23-21(24)15-9-7-11-5-6-12-8-10-16(22(25)26)20-14-4-2-1-3-13(14)19(15)17(11)18(12)20/h5-10H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O4/c15-9-5-6-10(16)12-11(9)13(17)7-3-1-2-4-8(7)14(12)18/h1-6,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NO2/c1-5(2)3-4-8-6-7/h5H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O4/c15-9-5-6-10(16)12-11(9)13(17)7-3-1-2-4-8(7)14(12)18/h1-6,15-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H29N3O/c1-5-22(6-2)12-8-9-15(3)21-18-14-17(23-4)13-16-10-7-11-20-19(16)18/h7,10-11,13-15,21H,5-6,8-9,12H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl5O/c1-13-7-5(11)3(9)2(8)4(10)6(7)12/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N3O3S/c1-11(2)8-5-3-7(4-6-8)9-10-15(12,13)14/h3-6H,1-2H3,(H,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N2O5/c15-13(16)7-2-4-11-10(5-7)9-3-1-8(14(17)18)6-12(9)19-11/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9N3O5/c1-2-5(6(8)9)3-4-12-7(10)11/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO6/c18-16(19)10-6-12-15(23-7-22-12)14-9-4-2-1-3-8(9)5-11(13(10)14)17(20)21/h1-6H,7H2,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O/c1-3-5(6)4-2/h3H,1,4H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7ClO2/c1-2-5(7)8-4-3-6/h2H,1,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16O2/c1-2-12(14)10-8-6-4-3-5-7-9-11-13/h3-12,14H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O2/c15-9-5-6-10(16)12-11(9)13(17)7-3-1-2-4-8(7)14(12)18/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N4O3/c13-12(14)8-3-2-7(15-8)6-10-11-5-1-4-9-11/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H7NO3/c15-13-10-4-2-1-3-9(10)12-7-8(14(16)17)5-6-11(12)13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O2/c1-5(2)7-3-6-4-8-6/h5-6H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-6-7-14-8-11-19-18-5-3-2-4-15(18)12-16-9-10-17(13)20(14)21(16)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13N/c1-2-6-13-12(4-1)10-16-18-14(13)9-8-11-5-3-7-15(17(11)18)19-20(16)21-19/h1-10,19-21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6Cl2N2O/c5-3-1-8(7-9)2-4(3)6/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O/c7-9-6(10)5-1-3-8-4-2-5/h1-4H,7H2,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO5/c1-2-7-15-10(12)6-4-8-3-5-9(16-8)11(13)14/h3-6H,2,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO/c14-13-12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-5-6-16-12-17-8-7-14-3-2-4-15-9-10-18(19(16)11-13)21(17)20(14)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)11-7-8-12-13-5-1-3-10-4-2-6-14(16(10)13)15(12)9-11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N4/c1-13-8-3-2-6(5-10)4-7(8)12-9(13)11/h2-4H,1H3,(H2,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N3/c9-11-10-7-6-8-4-2-1-3-5-8/h1-5H,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-5-4-8-14-9-10-17-11-15-6-2-3-7-16(15)12-18(17)19(13)14/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8ClNO3S/c1-4-2-7(13(10,11)12)6(9)3-5(4)8/h2-3H,9H2,1H3,(H,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O6/c13-3-5-2-12(10(17)11-9(5)16)8-1-6(15)7(4-14)18-8/h2,6-8,13-15H,1,3-4H2,(H,11,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14/c1-3-7-17-15(5-1)9-11-21-19(17)13-14-20-18-8-4-2-6-16(18)10-12-22(20)21/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12/c1-2-7-17-16(6-1)18-11-10-14-9-8-13-4-3-5-15-12-19(17)22(18)21(14)20(13)15/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H21NO4/c1-21-5-4-11-7-17(22-2)20(23-3)19-13-9-16-15(24-10-25-16)8-12(13)6-14(21)18(11)19/h7-9,14H,4-6,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5ClN2O3/c7-4-1-3(9(11)12)2-5(8)6(4)10/h1-2,10H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H3N3O3/c9-4-6(5-10)3-7-1-2-8(14-7)11(12)13/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14N2O4/c1-2-3-8-12-10(14)6-4-9-5-7-11(17-9)13(15)16/h4-7H,2-3,8H2,1H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO3/c1-6(10)7-2-4-8(5-3-7)9(11)12/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O/c1-2-3-4-5-6-7/h4-6H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O3S/c1-8-3-2-4-10(5-8)13-12(15)9-6-11(14(16)17)18-7-9/h2-7H,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12N4O4/c1-8(16)10(12-18)11(17)15(14(2)13-19)9-6-4-3-5-7-9/h3-7,18H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O/c9-7-8-5-3-1-2-4-6-8/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19N3O2/c1-13(21)22-12-14-6-4-5-7-17(14)19-18-15-8-10-16(11-9-15)20(2)3/h4-11H,12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H20O4/c1-11(2,7-12-3-9-5-14-9)8-13-4-10-6-15-10/h9-10H,3-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2Cl2O2/c5-2-1-8-4(7)3(2)6/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11NO3S/c1-13-11-8-3-2-4-9(10(8)16-12-11)15-6-7-5-14-7/h2-4,7H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-16-10-6-12-15(20-7-19-12)14-9-4-2-1-3-8(9)5-11(17-16)13(10)14/h1-6H,7H2,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c7-5-3-4(8(10)11)1-2-6(5)9/h1-3,9H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2/c1-9-6-7-13-11(8-9)14(15)10-4-2-3-5-12(10)16-13/h2-8H,1H3,(H2,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O/c1-2-3-4-5-6/h2-3,5H,4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7NO7S/c16-13-8-4-2-6-10(23(20,21)22)12(8)14(17)7-3-1-5-9(11(7)13)15(18)19/h1-6H,(H,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10ClN3O3/c6-1-3-9(8-12)5(11)7-2-4-10/h10H,1-4H2,(H,7,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9ClN2O/c1-11(10-12)6-7-2-4-8(9)5-3-7/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13N5/c20-24-23-14-11-9-13(10-12-14)21-19-15-5-1-3-7-17(15)22-18-8-4-2-6-16(18)19/h1-12H,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N2O4/c1-5(9)3-8(7-11)4-12-6(2)10/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1-2-3-7-4-6-5-8-6/h2,6H,1,3-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H21N3/c21-18-6-1-14(2-7-18)11-16-5-10-20(23)17(13-16)12-15-3-8-19(22)9-4-15/h1-10,13H,11-12,21-23H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO/c22-21-20-16-7-2-1-6-14(16)15-10-8-12-4-3-5-13-9-11-17(20)19(15)18(12)13/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO2/c1-2-6-3(4)5/h2H2,1H3,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O4/c12-9(13)8-5-10(14)6-3-1-2-4-7(6)11(8)15/h1-5H,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6FN/c7-5-1-3-6(8)4-2-5/h1-4H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-10-16-11-14-6-2-3-7-15(14)12-19(16)18-9-5-4-8-17(13)18/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15N/c1-2-11-18-16-14-9-5-3-7-12(14)13-8-4-6-10-15(13)17(16)18/h2-10,16-17H,1,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2O/c1-3-5-8(7-9)6-4-2/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H20N2/c1-7(2)5-10(9)6-8(3)4/h7-8H,5-6,9H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO3S/c7-5-3-1-2-4-6(5)11(8,9)10/h1-4H,7H2,(H,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9ClO/c10-8-3-1-7(2-4-8)5-9-6-11-9/h1-4,9H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O2/c15-13-9-5-1-2-6-10(9)14(16)12-8-4-3-7-11(12)13/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4N2O2/c1-4(2-5)3-6/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7ClO/c1-3(5)2-4/h3,5H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO3/c1-9(20)19-14-8-7-13-16-11(14)6-5-10-3-2-4-12(15(10)16)17(21)18(13)22/h2-8H,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO2/c12-11(13)10-6-5-8-3-1-2-4-9(8)7-10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c16-15(17)14-7-3-6-12-11-5-2-1-4-10(11)8-9-13(12)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O3/c7-3-5-1-2-6(4-8)9-5/h1-3,8H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N/c14-13-7-3-6-11-10-5-2-1-4-9(10)8-12(11)13/h1-7H,8,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11Cl/c19-18-15-8-4-2-6-13(15)11-17-14-7-3-1-5-12(14)9-10-16(17)18/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c1-2-6-13-11(4-1)8-9-14-16(13)10-12-5-3-7-15-17(12)18(14)20-19(15)21-20/h1-10,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15N3/c1-17(2)14-10-8-13(9-11-14)16-15-12-6-4-3-5-7-12/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-9-12(2)16-14(10-11)8-7-13-5-3-4-6-15(13)16/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-4-3-5-8(9-10)7(6)2/h3-5,9-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16Br2N2O2/c11-3-1-9(15)13-5-7-14(8-6-13)10(16)2-4-12/h1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9NO4/c1-8-6-7-11-12(13(8)16(19)20)15(18)10-5-3-2-4-9(10)14(11)17/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14/c1-10-6-5-9-14-13-8-4-3-7-12(13)11(2)15(10)14/h3-9,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c1-5-3-2-4-6(8(10)11)7(5)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H17NO2/c1-10-8-14(18)19-16-12-5-3-7-17-6-2-4-11(15(12)17)9-13(10)16/h8-9H,2-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O2/c13-11-5-1-9(2-6-11)10-3-7-12(8-4-10)14(15)16/h1-8H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O3/c1-18-12-8-4-7-11-13(12)15(17)10-6-3-2-5-9(10)14(11)16/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O4/c9-7(10)5-1-2-6(4-3-5)8(11)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15N/c15-14-10-8-13(9-11-14)7-6-12-4-2-1-3-5-12/h1-5,8-11H,6-7,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H14/c1-2-8-17-16(6-1)14-22-19-10-4-3-9-18(19)20-11-5-7-15-12-13-21(17)24(22)23(15)20/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14N4O4S2/c1-19-11(17)15-9(21)13-7-5-3-4-6-8(7)14-10(22)16-12(18)20-2/h3-6H,1-2H3,(H2,13,15,17,21)(H2,14,16,18,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7N3O/c11-6-5-8-7-13(12-14)10-4-2-1-3-9(8)10/h1-4,7H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H13N3O4/c1-29-22(28)16-10-13-11-4-2-3-5-14(11)23-20(13)21(25-16)15-7-6-12-17(26)8-9-18(27)19(12)24-15/h2-10,23H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O4/c17-15(18)13-7-3-11(4-8-13)1-2-12-5-9-14(10-6-12)16(19)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2/c1-5-3-2-4/h2H,3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO/c1-6-4-2-3-5-7(6)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O2/c19-13-1-5-15(6-2-13)21-17-9-11-18(12-10-17)22-16-7-3-14(20)4-8-16/h1-12H,19-20H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O3S/c10-7-5-2-1-4(9(11)12)3-6(5)13-8-7/h1-3H,(H,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)19-11-15-9-14-8-12-4-1-2-5-13(12)10-18(14)16-6-3-7-17(19)20(15)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N/c14-12-7-3-5-10-8-9-4-1-2-6-11(9)13(10)12/h1-7H,8,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12/c1-2-6-15-12(4-1)8-10-14-11-9-13-5-3-7-16(13)17(14)15/h1-4,6-11H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c1-5(9)6-3-2-4-7(6)8(10)11/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4O4/c13-7-1-3-10(12(5-7)16(19)20)9-4-2-8(15(17)18)6-11(9)14/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H9NO3/c19-16-11-4-2-1-3-10(11)14-13-9(5-6-18-15(13)16)7-12-17(14)21-8-20-12/h1-7H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O7/c1-20-7-4-8-11(12-14-17(23-14)24-16(12)21-8)13-10(7)5-2-3-6(18)9(5)15(19)22-13/h2-4,12,14,16-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O/c1-12-6-2-5-9-15(12)18-19-17-14-8-4-3-7-13(14)10-11-16(17)20/h2-11,20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO4/c11-9(12)6-3-7-1-4-8(5-2-7)10(13)14/h1-6H,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7N3O2/c13-12(14)9-8(10-6-11-9)7-4-2-1-3-5-7/h1-6H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15Cl2N2O2P/c8-2-4-10-14(12)11(6-3-9)5-1-7-13-14/h1-7H2,(H,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10ClNO2S/c6-1-2-10-3-4(7)5(8)9/h4H,1-3,7H2,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8ClN3O2S/c12-8-3-1-7(2-4-8)9-10(15(16)17)14-5-6-18-11(14)13-9/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N4O/c1-7-4-3-5-16-11(7)14-10-8(2)9(15-17)6-13-12(10)16/h3-6,15,17H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15N/c1-11-13-7-3-2-6-12(13)10-16-14-8-4-5-9-15(14)18-19(20-18)17(11)16/h2-10,18-20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO2/c14-13(15)11-7-6-9-5-4-8-2-1-3-10(11)12(8)9/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N2/c1-6-2-4-7(9-8)5-3-6/h2-5H,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N2O2/c1-17-13-7-9(3-5-11(13)15)10-4-6-12(16)14(8-10)18-2/h3-8H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H21O4P/c1-16-10-4-7-13-19(16)23-26(22,24-20-14-8-5-11-17(20)2)25-21-15-9-6-12-18(21)3/h4-15H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H7NO4/c17-15-10-3-1-2-8-4-5-9-6-7-11(16(18)19)14(20-15)13(9)12(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-14-9-3-7-12-11-6-1-4-10-5-2-8-13(15(10)11)16(12)14/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H19N3O/c1-3-23(4-2)13-9-10-17-18(11-13)24-19-12-16(21)14-7-5-6-8-15(14)20(19)22-17/h5-12,21H,3-4H2,1-2H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N3O2/c1-10-7-5-3-2-4-6(7)9-8(10)11(12)13/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16ClN3O2/c10-6-7-13(12-15)9(14)11-8-4-2-1-3-5-8/h8H,1-7H2,(H,11,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2O3/c1-7-5-12(16(18)19)8(2)13-10-6-9(17)3-4-11(10)15-14(7)13/h3-6,15,17H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3O2/c13-10-4-1-8(2-5-10)9-3-6-11(14)12(7-9)15(16)17/h1-7H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O3/c7-4-2-1-3-5(8)6(4)9/h1-3,7-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO3/c1-2-9(11)10(3-7-5-12-7)4-8-6-13-8/h2,7-8H,1,3-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H15NO2/c19-16-9-15-11(10-3-1-2-4-13(10)16)5-6-14-12(15)7-8-17(20)18(14)21/h1-9,17-18,20-21H,19H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-6-9-17-15(12-13)8-11-18-16-5-3-2-4-14(16)7-10-19(17)18/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11NO4/c18-15-10-3-1-2-8-4-5-9-12(17(20)21)7-6-11(16(15)19)14(9)13(8)10/h1-7,15-16,18-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClNO3/c8-7(10)5-2-1-3-6(4-5)9(11)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O/c1-2-3-4-5-6-7/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8O2/c11-8-5-7-3-1-2-4-9(7)10(12)6-8/h1-6,11-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H22O/c1-3-5-6-7-8-9-10-11-12-13-15-16-14-4-2/h5-13,15H,3-4,14H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3ClN2O5/c8-7(11)4-1-5(9(12)13)3-6(2-4)10(14)15/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O/c18-10-11-7-8-13-14-5-1-3-12-4-2-6-15(17(12)14)16(13)9-11/h1-9,18H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N4/c1-10(2)8-11(3)16-18-14-13-7-5-4-6-12(13)9-15-17-14/h4-9H,1-3H3,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8S2/c1-2-5-4-6-3-1/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-13-7-3-5-9-15(13)12(2)16-10-6-4-8-14(11)16/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10Cl2N2O/c13-9-5-7(1-3-11(9)15)17-8-2-4-12(16)10(14)6-8/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2/c14-11-6-5-10-7-9-3-1-2-4-12(9)15-13(10)8-11/h1-8H,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H5Cl3O/c1-4(12)5-2-3-6(9)8(11)7(5)10/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)17-11-10-13-9-8-12-4-3-7-15-14-5-1-2-6-16(14)20(17)19(13)18(12)15/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O7/c1-20-9-6-10-12(8-3-5-22-17(8)23-10)14-11(9)7-2-4-21-15(18)13(7)16(19)24-14/h3,5-6,8,17H,2,4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O/c1-2-6-12-10-16-15(9-11(12)5-1)13-7-3-4-8-14(13)17-18(16)19-17/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N4O2/c4-2(3(8)9)1-6-7-5/h2H,1,4H2,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClNO3/c8-7(10)5-1-3-6(4-2-5)9(11)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15NO2/c17-13-6-5-11-9-10-3-1-7-16-8-2-4-12(14(10)16)15(11)18-13/h5-6,9H,1-4,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O/c1-4(2)3-5/h3H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO2/c22-21(23)18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h2,4-11H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O4/c15-10-6-5-9-11(14(10)18)13(17)8-4-2-1-3-7(8)12(9)16/h1-6,15,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2BrCl2NO4/c7-1-2(11)5-3(8)4(9)6(14-5)10(12)13/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2/c1-5-3-8(10)6(2)4-7(5)9/h3-4H,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClNO2/c8-5-6-3-1-2-4-7(6)9(10)11/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6Cl4O3S/c13-5-1-7(15)11(17)9(3-5)20(19)10-4-6(14)2-8(16)12(10)18/h1-4,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2O5/c12-8(13)5-10-9(14)6-1-3-7(4-2-6)11(15)16/h1-4H,5H2,(H,10,14)(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c1-2-6-12-11(5-1)9-10-15-16(12)13-7-3-4-8-14(13)17-18(15)19-17/h1-10,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8Br2O4/c7-1-3-11-5(9)6(10)12-4-2-8/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12O2/c1-2-6-7(10-6)3-5(1)8-4-9-8/h5-8H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12O/c23-15-7-9-16-17-8-6-13-5-4-12-2-1-3-14-10-19(18(16)11-15)22(17)21(13)20(12)14/h1-11,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O2/c13-9-5-8-7-3-1-2-4-10(7)14-11(8)6-12(9)15(16)17/h1-6,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H4N4O9/c18-13-7-1-5(14(19)20)3-9(16(23)24)11(7)12-8(13)2-6(15(21)22)4-10(12)17(25)26/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12BrNO4/c19-11-14(21)17-15(12-7-3-1-4-8-12)16(18(24-17)20(22)23)13-9-5-2-6-10-13/h1-10H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO2/c22-21(23)18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h5-11H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12/c1-11-5-4-8-15-13(11)10-9-12-6-2-3-7-14(12)15/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16O3/c1-7-3-4-8(2)11-9(7)5-6-10-12(11)15-16(19-15)14(18)13(10)17/h3-6,13-18H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O6/c1-19-6-4-9(17)11-10(5-6)20-14-8(16)3-2-7(15)12(14)13(11)18/h2-5,15-17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-3-17-9-5-4-8-10(11(9)16-12(17)13)14-6-7(2)15-8/h4-6H,3H2,1-2H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO5/c1-8(2)7-16-11(13)6-4-9-3-5-10(17-9)12(14)15/h3-6,8H,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16O/c1-11-6-7-12-10-17-14-4-2-3-5-15(14)20-21(22-20)19(17)16-9-8-13(11)18(12)16/h2-7,10,20-21H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10N2O5/c8-1-6-3(10)4(11)7(2-9)5(6)12/h3-4,8-11H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14N2O4/c1-3-8(2)12-10(14)6-4-9-5-7-11(17-9)13(15)16/h4-8H,3H2,1-2H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO2/c1-11(8-14-11)10(13)12-7-9-5-3-2-4-6-9/h2-6H,7-8H2,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c9-7-3-1-6(2-4-7)5-8(10)11/h1-4H,5,9H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6N2O4/c13-11(14)8-5-7-3-1-2-4-9(7)10(6-8)12(15)16/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-10-15-6-7-17-12-14-4-2-3-5-18(14)19-9-8-16(11-13)20(15)21(17)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H21ClN4O7S/c14-3-4-16-13(25)26-6-8(11(22)17-5-10(20)21)18-9(19)2-1-7(15)12(23)24/h7-8H,1-6,15H2,(H,16,25)(H,17,22)(H,18,19)(H,20,21)(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N2/c15-13-7-3-11(4-8-13)1-2-12-5-9-14(16)10-6-12/h3-10H,1-2,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H20O7/c1-22(2,26)7-5-10-3-4-12(23)16-19(25)17-14(28-20(10)16)9-13-15(18(17)24)11-6-8-27-21(11)29-13/h3-4,6,8-9,11,21,23-24,26H,5,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H21N2O4P/c1-6-16-19(15,17-7-2)18-11-8-10(5)13-12(14-11)9(3)4/h8-9H,6-7H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO5/c1-2-3-8-16-11(13)7-5-9-4-6-10(17-9)12(14)15/h4-7H,2-3,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15Cl2N/c15-7-9-17(10-8-16)14-6-5-12-3-1-2-4-13(12)11-14/h1-6,11H,7-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16O2/c1-14(22)23-13-21-18-9-5-3-7-16(18)12-20-17-8-4-2-6-15(17)10-11-19(20)21/h2-12H,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N4/c1-13-8-4-6(5-10)2-3-7(8)12-9(13)11/h2-4H,1H3,(H2,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15NO5/c1-5(2)10(14)8(3)9(16-8,6(12)11-10)7(13)15-4/h5,14H,1-4H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c10-8-4-3-7-2-1-5-11-9(7)6-8/h1-6H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-8-2-4-9(5-3-8)11-6-10-7-12-10/h2-5,10H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N4O3S/c1-4-2-8-6(12)10(4)7-9-3-5(15-7)11(13)14/h3-4H,2H2,1H3,(H,8,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5Cl3O/c5-4(6,7)1-3-2-8-3/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O2/c7-5-1-3-6(4-2-5)8(9)10/h1-4H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8ClN5OS/c9-1-2-10-8(15)16-7-5-6(12-3-11-5)13-4-14-7/h3-4H,1-2H2,(H,10,15)(H,11,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl2NO4/c1-2(10)5-3(7)4(8)6(13-5)9(11)12/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO2S/c1-11(16)15(17)12-7-9-14(10-8-12)18-13-5-3-2-4-6-13/h2-10,17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O/c21-18-6-2-5-15-16-10-9-13-4-1-3-12-7-8-14(11-17(15)18)20(16)19(12)13/h1-5,7-11,18,21H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2O2/c1-7-3(6)2(4)5/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O7/c1-21-9-6-10-13(17(20)4-5-22-16(17)23-10)14-12(9)7-2-3-8(18)11(7)15(19)24-14/h2-6,16,18-20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)8-4-5-10-11(6-8)9-2-1-3-13(16(20)21)12(9)7-14(10)17(22)23/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O2/c15-10-6-5-9-11(12(10)16)14(18)8-4-2-1-3-7(8)13(9)17/h1-6,15-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7ClN2/c7-4-1-2-5(8)6(9)3-4/h1-3H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO2/c1-10(20)19-15-8-4-11-3-7-14-16(21)9-5-12-2-6-13(15)17(11)18(12)14/h2-9,21H,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O3S/c1-8-4-2-3-5-10(8)13-12(15)9-6-11(14(16)17)18-7-9/h2-7H,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H9NO3/c20-19(21)15-9-13-8-12-5-4-10-2-1-3-11-6-7-14(18(13)22-15)17(12)16(10)11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO2S/c14-13(15)8-5-6-10-9-3-1-2-4-11(9)16-12(10)7-8/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-6(10)7-2-4-8(9-11)5-3-7/h2-5,9,11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19N3O2/c1-13(21)22-12-14-4-6-15(7-5-14)18-19-16-8-10-17(11-9-16)20(2)3/h4-11H,12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O3/c1-4(7)9-3-6(2)5-8/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12BrNO/c1-8(11)10(13)12-7-9-5-3-2-4-6-9/h2-6,8H,7H2,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15NO2/c23-19-10-7-13-6-9-18-16(20(13)21(19)24)11-15-14-4-2-1-3-12(14)5-8-17(15)22-18/h1-11,19,21,23-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N6O2/c1-9(21)17-11-4-2-10(3-5-11)8-16-20-14(22)13-12(18-19-20)6-7-15-13/h2-8,22H,1H3,(H,17,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO2S/c14-13(15)10-6-8-12(9-7-10)16-11-4-2-1-3-5-11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8Cl3NO2S/c10-9(11,12)16-13-7(14)5-3-1-2-4-6(5)8(13)15/h1-2,5-6H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO/c16-9-15-12-5-6-14-11(8-12)7-10-3-1-2-4-13(10)14/h1-6,8-9H,7H2,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4Br2/c3-1-2-4/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9N3O3/c1-2-12-6(11)4-8-5(10)3-9-7/h3H,2,4H2,1H3,(H,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12O/c1-2-6-13-12(5-1)14-8-9-16-20-18-11(10-17(13)19(14)20)4-3-7-15(18)21-22(16)23-21/h1-10,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N2O/c1-8(14)13-10-5-4-9-3-2-6-12-11(9)7-10/h2-7H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4/c13-7-1-3-9-11(5-7)16-12-6-8(14)2-4-10(12)15-9/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N5/c1-15-8-4-6-2-3-12-5-7(6)13-9(8)14-10(15)11/h2-5H,1H3,(H2,11,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-8-15-13(5-1)11-12-17-16-9-3-6-14-7-4-10-18(19(14)16)20(15)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9Cl/c15-14-9-10-5-1-2-6-11(10)12-7-3-4-8-13(12)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18ClN3O2/c1-8-2-4-9(5-3-8)12-10(15)14(13-16)7-6-11/h8-9H,2-7H2,1H3,(H,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO5/c1-6-7(2,12)9-4(10)8(6,14-6)5(11)13-3/h12H,1-3H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N3O4/c1-7-5-12(17(20)21)8(2)13-10-6-9(16(18)19)3-4-11(10)15-14(7)13/h3-6,15H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)18-11-10-16-14-6-2-1-5-13(14)15-7-3-4-12-8-9-17(18)20(16)19(12)15/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5ClO/c3-1-2-4/h4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c16-15(17)12-7-8-14-11(9-12)6-5-10-3-1-2-4-13(10)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O2/c7-4-2-1-3-5(6(4)8)9(10)11/h1-3H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H26ClN3/c1-2-28(17-14-25)16-7-15-26-23-20-10-5-6-11-22(20)27-24-19-9-4-3-8-18(19)12-13-21(23)24/h3-6,8-13H,2,7,14-17H2,1H3,(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9NO2/c1-8-6-7-11(12(13)14)10-5-3-2-4-9(8)10/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c1-3-7-13-11(5-1)10-16-17-15(13)9-12-6-2-4-8-14(12)18(17)20-19(16)21-20/h1-10,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N4O2/c1-21(2)12-6-11-19-17-13-7-3-4-9-15(13)20-18-14(17)8-5-10-16(18)22(23)24/h3-5,7-10H,6,11-12H2,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N/c1-6-4-8(3)9(10)5-7(6)2/h4-5H,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO4/c20-17-8-7-12-14(18(17)21)6-5-11-10-3-1-2-4-13(10)16(19(22)23)9-15(11)12/h1-9,17-18,20-21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-4-3-5-7(2)8(6)9-10/h3-5,9-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N2O4/c1-21-15(19)11-7-9(3-5-13(11)17)10-4-6-14(18)12(8-10)16(20)22-2/h3-8H,17-18H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H22ClNO8/c1-11(24)22(30-20-19(27)18(26)17(25)16(10-23)29-20)13-4-8-15(9-5-13)28-14-6-2-12(21)3-7-14/h2-9,16-20,23,25-27H,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO4/c1-2-3-11(13)16-8-9-4-6-10(7-5-9)12(14)15/h4-7H,2-3,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H21N3O3/c1-10(2)15-14(16-11(3)4)20-9-12-5-7-13(8-6-12)17(18)19/h5-8,10-11H,9H2,1-4H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N/c1-2-5-13-12(4-1)7-8-15-14(13)9-10-17-16(15)6-3-11-18-17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H25ClN5O2/c1-25(2,3)13-12-21-11-10-15-4-6-16(7-5-15)22-23-19-9-8-17(24(26)27)14-18(19)20/h4-9,14,21H,10-13H2,1-3H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)14-9-7-12-5-4-10-2-1-3-11-6-8-13(14)16(12)15(10)11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H20O6/c15-13(19-7-9-5-17-9)11-3-1-2-4-12(11)14(16)20-8-10-6-18-10/h9-12H,1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)9-2-1-8-5-14(17(22)23)11-4-3-10(16(20)21)7-13(11)12(8)6-9/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N4O2/c1-3-19(4-2)15-9-5-13(6-10-15)17-18-14-7-11-16(12-8-14)20(21)22/h5-12H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10N2O4/c23-21(24)16-10-8-14-12-3-1-2-4-13(12)20-17(22(25)26)9-6-11-5-7-15(16)19(14)18(11)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7Cl2NO2S/c6-1-4(7)11-2-3(8)5(9)10/h1,3H,2,8H2,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H19ClN3O5P/c1-4-17-19(16,18-5-2)8(3)11-9(14)13(12-15)7-6-10/h8H,4-7H2,1-3H3,(H,11,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O5/c16-6-7-4-9-13(11(18)5-7)15(20)12-8(14(9)19)2-1-3-10(12)17/h1-5,16-18H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5ClO3/c1-2-3(6)5(8)9-4(2)7/h4,7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-6-16-13(4-1)10-11-17-18-7-3-5-14-8-9-15(20(14)18)12-19(16)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N7O4/c18-15-14-17(21-16(20-15)10-1-3-12(4-2-10)23(25)26)22(9-19-14)11-5-7-13(8-6-11)24(27)28/h1-9H,(H2,18,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO2/c20-17-12-6-2-3-7-13(12)18(21)16(17)15-10-9-11-5-1-4-8-14(11)19-15/h1-10,16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6O2/c11-9-6-5-7-3-1-2-4-8(7)10(9)12/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-4(2,3)7-5-6/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N2O4/c1-6(12)10-8-4-3-7(11(13)14)5-9(8)15-2/h3-5H,1-2H3,(H,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-13-8-11-3-1-2-9-4-5-10-6-7-12(17(19)20)16(13)15(10)14(9)11/h1-8,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O4/c1-5-4-8(11-6(2)9)12-7(3)10-5/h5,7-8H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15NO2/c1-13-11-12-17-18(19(13)22-14-7-3-2-4-8-14)21(24)16-10-6-5-9-15(16)20(17)23/h2-12,22H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N4O7/c1-3(11)6-4(8(12)13)2-5(9(14)15)7(6)10(16)17/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6Cl4O2/c7-1-2(8)6(12)4(10)3(9)5(1)11">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O4/c13-12-7-10(15(18)19)5-6-11(12)8-1-3-9(4-2-8)14(16)17/h1-7H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10N2O3/c22-20-15-4-2-1-3-12(15)13-7-8-14-16(21(23)24)9-5-11-6-10-17(20)19(13)18(11)14/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO3/c15-11-2-4-13-9(7-11)5-8-6-10(14(16)17)1-3-12(8)13/h1-4,6-7,15H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N3O2/c1-12-7-11-9(10(12)13(14)15)8-5-3-2-4-6-8/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O2/c1-4(7)3-6(2)5-8/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10ClN/c15-16-13-11-7-3-1-5-9(11)10-6-2-4-8-12(10)14(13)16/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4N4S/c10-5-3-4(7-1-6-3)8-2-9-5/h1-2H,(H2,6,7,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7N/c1-3-2-4-3/h3-4H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N4O/c15-13-7-5-8-10(11-6-7)14-4-2-1-3-9(14)12-8/h1-6,13,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O3/c1-12-10-4-3-8(5-9-7-14-9)6-11(10)13-2/h3-4,6,9H,5,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12/c1-3-13-7-11-18-16-6-2-5-15-9-10-17(21(15)16)19-12-8-14(4-1)20(13)22(18)19/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H26Cl2N4O/c1-2-3-13-28-19-8-7-17-21(27-19)20(25-11-4-10-24-12-9-22)16-6-5-15(23)14-18(16)26-17/h5-8,14,24H,2-4,9-13H2,1H3,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N4/c1-7-6-9-8(4-3-5-14-9)10-11(7)16(2)12(13)15-10/h3-6H,1-2H3,(H2,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6N2O5/c7-3(8)1-6(5-11)2-4(9)10/h1-2H2,(H,7,8)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-2-11-8-5-3-7(9-10)4-6-8/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14O4S/c22-26(23,24)25-12-19-16-7-2-1-6-15(16)17-10-8-13-4-3-5-14-9-11-18(19)21(17)20(13)14/h1-11H,12H2,(H,22,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16N2O/c1-23-15-12-10-14(11-13-15)21-20-16-6-2-4-8-18(16)22-19-9-5-3-7-17(19)20/h2-13H,1H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2/c1-16-13-7-3-2-5-10(13)9-11-12(15)6-4-8-14(11)16/h2-9,15H,1H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N4O/c1-8(18)15-13-16-12-9-4-3-7-14-10(9)5-6-11(12)17(13)2/h3-7H,1-2H3,(H,15,16,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O4/c15-9-5-1-3-7-11(9)14(18)12-8(13(7)17)4-2-6-10(12)16/h1-6,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H20O11/c1-28-7-4-10-14(16(25)13-8(22)2-3-9(23)19(13)29-10)11(5-7)30-20-18(27)17(26)15(24)12(6-21)31-20/h2-5,12,15,17-18,20-24,26-27H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H23N3/c1-3-7-21-11-14-9-18-16(8-13(2)10-22(18)12-20)15-5-4-6-17(21)19(14)15/h4-6,11,13,16,18H,3,7-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)14-9-8-10-4-3-7-12-11-5-1-2-6-13(11)16(14)15(10)12/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-15-10-7-3-2-6-13-8(7)4-5-9(10)14-11(15)12/h2-6H,1H3,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4O2/c4-3-1-2-5-3/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c19-18-11-17-13-6-2-1-5-12(13)9-10-15(17)14-7-3-4-8-16(14)18/h1-11H,19H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO3/c17-15(11-6-12-4-2-1-3-5-12)13-7-9-14(10-8-13)16(18)19/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO/c18-17-14-9-7-12-5-4-10-2-1-3-11-6-8-13(14)16(12)15(10)11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10F2N2/c13-9-5-7(1-3-11(9)15)8-2-4-12(16)10(14)6-8/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O2/c1-2-7-14-11(4-1)5-3-6-12(14)8-15-9-13-10-16-13/h1-7,13H,8-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3FN2O4/c7-5-2-1-4(8(10)11)3-6(5)9(12)13/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8O3/c1-6-5-9(13)10-7(11(6)14)3-2-4-8(10)12/h2-5,12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N4O/c9-7(13)12-8-10-5-3-1-2-4-6(5)11-8/h1-4H,(H4,9,10,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O3S/c1-13-8-5-3-2-4-6(10(11)12)7(5)14-9-8/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O2/c1-4(2,3)6-5/h5H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O2/c19-16-10-7-12-6-8-14-13-4-2-1-3-11(13)5-9-15(14)17(12)18(16)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O4/c1-2-7-11-9(13)5-3-8-4-6-10(16-8)12(14)15/h3-6H,2,7H2,1H3,(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O6/c10-7(11)4-1-5(8(12)13)3-6(2-4)9(14)15/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N2O2/c1-17(2)15-9-5-13(6-10-15)3-4-14-7-11-16(12-8-14)18(19)20/h3-12H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O2/c11-10(12)7-1-2-8-6(5-7)3-4-9-8/h1-5,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-6-3-4-7(2)8(9)5-6/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O3/c1-3(7)6-9-4(8)5-2/h1-2H3,(H,5,8)(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O4S/c1-18-10-4-2-9(3-5-10)13-12(15)8-6-11(14(16)17)19-7-8/h2-7H,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H17NO2S/c1-14-10-12-15(13-11-14)25(23,24)22-20-18-8-4-2-6-16(18)17-7-3-5-9-19(17)21(20)22/h2-13,20-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-6-3-2-4-7(5-6)8-9/h2-5,8-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O6/c10-7(11)5-3-4(8(12)13)1-2-6(5)9(14)15/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H25Cl2N3O/c1-3-26(12-9-22)11-4-10-24-21-17-7-5-15(23)13-20(17)25-19-8-6-16(27-2)14-18(19)21/h5-8,13-14H,3-4,9-12H2,1-2H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO3/c14-13(15)10-6-3-5-9-8-4-1-2-7-11(8)16-12(9)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H19N5O4/c1-12(2,3)21-11(19)16(5)9-8(15(4)7-13-9)10(18)17(6)14-20/h7H,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO/c7-5-2-1-3-6(8)4-5/h1-4,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO4/c10-9(11)6-1-3-7(4-2-6)13-8-5-12-8/h1-4,8H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5ClN2O2/c7-4-1-2-5(8)6(3-4)9(10)11/h1-3H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N4O2/c1-11-2-6-13(7-3-11)16-17-15-10-12-4-8-14(9-5-12)18(19)20/h2-9H,10H2,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H7N3/c1-3-5-4-2/h1-2H3,(H,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H25N3O4/c1-10(20)13-7-11(19-15(17)22)5-6-14(13)23-9-12(21)8-18-16(2,3)4/h5-7,12,18,21H,8-9H2,1-4H3,(H3,17,19,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H20FN3O3/c1-3-20-10-12(17(23)24)16(22)11-8-13(18)15(9-14(11)20)21-6-4-19(2)5-7-21/h8-10H,3-7H2,1-2H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15N/c1-3-8-6-5-7-9(4-2)10(8)11/h5-7H,3-4,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2/c13-8-5-6-10-9-3-1-2-4-11(9)14-12(10)7-8/h1-7,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16N6O2S/c1-29(27,28)25-14-8-6-13(7-9-14)22-20-16-4-2-3-5-18(16)23-19-11-10-15(24-26-21)12-17(19)20/h2-12,25H,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO3/c15-9-5-6-10(16)12-11(9)13(17)7-3-1-2-4-8(7)14(12)18/h1-6,16H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O/c1-2-4-3-5-4/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N4O/c1-9-3-5-11(7-13(9)15)17-18(19)12-6-4-10(2)14(16)8-12/h3-8H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12O/c23-15-7-9-16-18(11-15)17-8-6-13-5-4-12-2-1-3-14-10-19(16)22(17)21(13)20(12)14/h1-11,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9ClN4/c13-6-1-2-9-10(3-6)17-12-5-8(15)7(14)4-11(12)16-9/h1-5H,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8Cl2S/c5-1-3-7-4-2-6/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N4O2/c17-15-10-5-11-3-1-2-4-14(11)16(15)19-18-12-6-8-13(9-7-12)20(21)22/h1-10H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H15N5/c1-6-5-15-9-7(2)8(3)12-11(10(9)16-6)17-13(14)18(12)4/h5H,1-4H3,(H2,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H18O2/c1-13-7-8-16-11-19-17-6-4-3-5-15(17)9-10-18(19)20-12-21(25-14(2)24)22(13)23(16)20/h3-11,21H,12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18F3N3O3/c1-21-4-6-22(7-5-21)15-12(19)8-10-14(13(15)20)23(3-2-18)9-11(16(10)24)17(25)26/h8-9H,2-7H2,1H3,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO2/c22-21(23)18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h5-11H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O6/c1-6-7(2,11)13-5(10)8(6,14-6)4(9)12-3/h11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-3-17-9-5-4-8-10(11(9)16-12(17)13)15-7(2)6-14-8/h4-6H,3H2,1-2H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3/c13-8-4-3-7-11-12(8)15-10-6-2-1-5-9(10)14-11/h1-7H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c1-8-4-5-9-3-2-6-11-10(9)7-8/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16N2O4/c1-12(2,3)8-13-10(15)6-4-9-5-7-11(18-9)14(16)17/h4-7H,8H2,1-3H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O2/c7-5-3-1-2-4-6(5)8/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO2/c20-19(21)14-7-10-16-13(11-14)6-9-17-15-4-2-1-3-12(15)5-8-18(16)17/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H15N3O4/c26-21-14-18(16-7-3-1-4-8-16)13-20(17-9-5-2-6-10-17)24(21)23-15-19-11-12-22(29-19)25(27)28/h1-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H15ClO/c1-2-3-4-5-6-7-8(9)10/h2-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O/c1-8-4-3-5-9(6-8)7-11(2)10-12/h3-6H,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO3/c17-15(13-4-2-1-3-5-13)11-8-12-6-9-14(10-7-12)16(18)19/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N3O2/c1-4-6(9)2-5(8)3-7(4)10(11)12/h2-3H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO2/c1-10(7-13-10)9(12)11-8-5-3-2-4-6-8/h2-6H,7H2,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O4/c7-2-1-6(5-10)3-4(8)9/h7H,1-3H2,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO2/c12-11(13)10-7-3-5-8-4-1-2-6-9(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO2/c11-8-5-9(12)10(13)7-4-2-1-3-6(7)8/h1-4,11H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H32N6O6/c27-17-11-23(12-18(28)25(17)15-21-3-7-31-8-4-21)1-2-24-13-19(29)26(20(30)14-24)16-22-5-9-32-10-6-22/h1-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-11-16-12-15-5-2-3-7-18(15)19-10-9-14-6-4-8-17(13)20(14)21(16)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12NO4PS/c1-7-6-8(4-5-9(7)10-11)14-15(16,12-2)13-3/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HCl3O/c3-1(4)2(5)6/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O6/c1-5-2-7-11(15(21)12(5)18)14(20)10-8(13(7)19)3-6(16)4-9(10)17/h2-4,16-17,19-20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2/c15-13-7-3-11(4-8-13)1-2-12-5-9-14(16)10-6-12/h1-10H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13ClO6/c1-22-17-9(20)3-4-10-14(17)16(21)15-12(25-10)7-11-13(18(15)23-2)8-5-6-24-19(8)26-11/h3-8,19H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H13NO/c1-18-9-8-14-16(18)7-5-12-3-2-11-4-6-13(19)10-15(11)17(12)14/h2-10,19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H23NO2/c1-2-22(18-12-6-3-7-13-18,19-14-8-4-9-15-19)25-21(24)23-20-16-10-5-11-17-20/h1,3-4,6-9,12-15,20H,5,10-11,16-17H2,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O4/c15-5-1-3-7(17)11-9(5)13(19)12-8(18)4-2-6(16)10(12)14(11)20/h1-4,15,18-20H,16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O4/c1-7(2)11-9(13)5-3-8-4-6-10(16-8)12(14)15/h3-7H,1-2H3,(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2S2/c14-10-5-1-3-7-12(10)16-9-17-13-8-4-2-6-11(13)15/h1-8H,9,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO4/c9-5-2-1-4(3-6(5)10)7(11)8-12/h1-3,9-10,12H,(H,8,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N3O3/c9-6-1-2-7(10-3-4-12)8(5-6)11(13)14/h1-2,5,10,12H,3-4,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N3O6/c16-10-13(1-7-4-19-7)11(17)15(3-9-6-21-9)12(18)14(10)2-8-5-20-8/h7-9H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Br2/c1-3(5)2-4/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H19N3O5/c16-6-3-13-11-2-1-10(9-12(11)15(19)20)14(4-7-17)5-8-18/h1-2,9,13,16-18H,3-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9ClN4O3/c6-1-2-10(9-13)5(12)8-3-4(7)11/h1-3H2,(H2,7,11)(H,8,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-3-7-16-13(5-1)11-15-12-14-6-2-4-8-17(14)19-10-9-18(16)20(15)19/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H20ClN3O6S/c13-3-4-23-6-8(11(20)15-5-10(18)19)16-9(17)2-1-7(14)12(21)22/h7-8H,1-6,14H2,(H,15,20)(H,16,17)(H,18,19)(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO2S/c14-13(15)8-5-6-12-10(7-8)9-3-1-2-4-11(9)16-12/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16O3/c1-5-6-9-7-11(14-3)12(15-4)8-10(9)13-2/h5-8H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O/c21-16-7-9-17-15(11-16)10-14-5-4-12-2-1-3-13-6-8-18(17)20(14)19(12)13/h1-10,16,21H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)8-4-5-10-9-2-1-3-13(16(20)21)12(9)7-14(17(22)23)11(10)6-8/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-5-2-3-7(9)6(8)4-5/h2-4,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O/c1-9-7-15-17(19-10(2)18-15)16-13(9)6-4-11-3-5-12(20)8-14(11)16/h3-8,20H,1-2H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2O3S/c1-2-9-4-3-5-11(6-9)14-13(16)10-7-12(15(17)18)19-8-10/h3-8H,2H2,1H3,(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N/c13-12-8-4-7-11(9-12)10-5-2-1-3-6-10/h1-9H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO3/c14-13(15)11-7-9-5-1-3-8-4-2-6-10(16-11)12(8)9/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13NO4S/c15-13-11-2-1-8(16-6-10-7-18-10)3-12(11)19-14(13)4-9-5-17-9/h1-3,9-10H,4-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O5/c1-18-8-2-3-11-9(6-8)14(17)13-10(16)4-7(15)5-12(13)19-11/h2-6,15-16H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-14-9-7-12-5-4-10-2-1-3-11-6-8-13(14)16(12)15(10)11/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13N/c1-10-4-2-3-5-13(10)11-6-8-12(14)9-7-11/h2-9H,14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18N2O5/c1-7(16-9(3)13)5-12(11-15)6-8(2)17-10(4)14/h7-8H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17NO3/c1-19-7-6-10-8-13-18(22-9-21-13)15-11-4-2-3-5-12(11)17(20)16(19)14(10)15/h2-5,8,16-17,20H,6-7,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O6/c1-21-11-7-12-13(8-5-6-22-18(8)24-12)17-15(11)16(20)14-9(19)3-2-4-10(14)23-17/h2-8,18-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H4Cl3NO2S/c10-9(11,12)16-13-7(14)5-3-1-2-4-6(5)8(13)15/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H46O3/c1-18(2)7-6-8-19(3)22-9-10-23-21-12-16-27(30-29)17-20(28)11-15-26(27,5)24(21)13-14-25(22,23)4/h12,16,18-24,28-29H,6-11,13-15,17H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N3O3/c1-10(9-12)6-7-2-4-8(5-3-7)11(13)14/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2/c11-8-5-1-3-7-4-2-6-9(12)10(7)8/h1-6H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10/c1-2-6-14-12(4-1)10-13-9-8-11-5-3-7-15(14)16(11)13/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H26N2O4/c1-5-7-8-13(6-2)12-23-17(20)14-9-10-15(18(3)4)16(11-14)19(21)22/h9-11,13H,5-8,12H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20FN3O4/c1-10-9-26-17-15-12(11(23)3-4-22(10)15)13(18(24)25)14(19)16(17)21-7-5-20(2)6-8-21/h3-4,10H,5-9H2,1-2H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H8N2O6/c16-12-8(15(20)21)5-9(17(22)23)10-11(12)14(19)7-4-2-1-3-6(7)13(10)18/h1-5H,16H2,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O3S/c16-12-7-3-1-2-4-8(7)13-11(14-12)9-5-6-10(19-9)15(17)18/h1-6,11,13H,(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N4/c1-9-5-3-4-6-12(9)17-18-13-8-7-11(15)10(2)14(13)16/h3-8H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12/c1-2-8-14-13(7-1)15-9-3-4-11-17(15)18-12-6-5-10-16(14)18/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H26ClN3O/c1-3-25(15-12-22)14-7-13-23-20-16-8-4-5-10-18(16)24-21-17(20)9-6-11-19(21)26-2/h4-6,8-11H,3,7,12-15H2,1-2H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-8-16-15(7-1)17-9-3-5-13-11-12-14-6-4-10-18(16)20(14)19(13)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O2/c13-9-6-5-8-7-3-1-2-4-10(7)14-11(8)12(9)15(16)17/h1-6,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H27NO2/c1-4-24(20-11-7-5-8-12-20,21-16-15-18(2)19(3)17-21)27-23(26)25-22-13-9-6-10-14-22/h1,5,7-8,11-12,15-17,22H,6,9-10,13-14H2,2-3H3,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6BrCl/c4-2-1-3-5/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N6O6/c17-13-10-15(20-14(19-13)7-1-3-8(4-2-7)22(26)27)21(6-18-10)16-12(25)11(24)9(5-23)28-16/h1-4,6,9,11-12,16,23-25H,5H2,(H2,17,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-14-9-10-5-1-2-6-11(10)12-7-3-4-8-13(12)14/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N4O2/c1-21(2)12-6-11-19-18-13-7-3-4-8-14(13)20-15-9-5-10-16(17(15)18)22(23)24/h3-5,7-10H,6,11-12H2,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O2/c1-3-14-10-5-4-8(6-9(10)11)12-7(2)13/h4-6H,3,11H2,1-2H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2/c1-3-7-11(8-4-1)13-14-12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11Cl/c19-18-11-17-13-6-2-1-5-12(13)9-10-15(17)14-7-3-4-8-16(14)18/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO5/c1-4-8-7(2,13)10-5(11)9(8,15-8)6(12)14-3/h13H,4H2,1-3H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15NO3/c23-18-12-6-8-16-14(17(12)20-21(25-20)19(18)24)9-13-11-4-2-1-3-10(11)5-7-15(13)22-16/h1-9,18-21,23-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O2S/c19-21(20)15-7-3-5-11-8-9-14-13-6-2-1-4-12(13)10-16(21)18(14)17(11)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO2/c16-15(17)12-7-8-14-11(9-12)6-5-10-3-1-2-4-13(10)14/h1-4,7-9H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H28ClN3/c1-2-30(19-17-27)21-15-13-20(14-16-21)8-7-18-28-26-22-9-3-5-11-24(22)29-25-12-6-4-10-23(25)26/h3-6,9-16H,2,7-8,17-19H2,1H3,(H,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22N2O/c1-3-7-21-11-14-9-18-16(8-13(12-22)10-20(18)2)15-5-4-6-17(21)19(14)15/h3-6,8,11,16,18,22H,1,7,9-10,12H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H26O3/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-20-16-17(19)15-18/h5-14,17-19H,2-4,15-16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O3/c1-11(2,3)14-13-10(12)9-7-5-4-6-8-9/h4-8H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H12ClNO3/c22-15-10-4-8-13-17(15)19(24)14-9-5-11-16(18(14)20(13)25)23-21(26)12-6-2-1-3-7-12/h1-11H,(H,23,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c16-15(17)12-8-7-11-6-5-10-3-1-2-4-13(10)14(11)9-12/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N2O4/c1-10(2)8(12)5-3-7-4-6-9(15-7)11(13)14/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17N3/c1-21(2)18-11-9-16(10-12-18)19-20-17-8-7-14-5-3-4-6-15(14)13-17/h3-13H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c1-2-6-14-11(4-1)8-9-13-10-12-5-3-7-15-17(12)18(16(13)14)20-19(15)21-20/h1-10,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2/c1-3-7-11(8-4-1)13-14-12-9-5-2-6-10-12/h1-10,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12BrNO3/c1-3-12-6(10)4-9-7(11)5(2)8/h5H,3-4H2,1-2H3,(H,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O/c23-16-10-9-14-12-21-19-7-3-1-5-17(19)18-6-2-4-8-20(18)22(21)13-15(14)11-16/h1-13,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16O/c1-2-4-13(5-3-1)10-14-6-8-15(9-7-14)11-16-12-17-16/h1-9,16H,10-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)9-4-5-10-11-2-1-3-13-15(18(21)22)7-6-12(16(11)13)14(10)8-9/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c7-5-3-1-2-4-6(5)8/h1-4H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-3-4-7(2)8(5-6)9-10/h3-5,9-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10N2O5/c18-15(12-4-8-14(9-5-12)17(21)22)10-3-11-1-6-13(7-2-11)16(19)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10O2/c1-2-5-10-8-6-3-4-7-9(8)11(12)13-10/h3-7H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O/c19-15-11-10-12-6-4-5-9-14(12)16(15)18-17-13-7-2-1-3-8-13/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8ClN3/c1-12-7-3-2-5(9)4-6(7)11-8(12)10/h2-4H,1H3,(H2,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-12-8-7-11-6-5-10-3-1-2-4-13(10)14(11)9-12/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H20N4O/c1-16-7-3-6-10-21(16)26-25-19-12-13-22(17(2)15-19)27-28-24-20-9-5-4-8-18(20)11-14-23(24)29/h3-15,29H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2/c1-16-13-5-3-2-4-10(13)8-11-6-7-12(15)9-14(11)16/h2-9,15H,1H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9ClO/c10-9(11)7-6-8-4-2-1-3-5-8/h1-5H,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H18/c1-3-9-17-15(7-1)13-22-19-11-5-6-12-20(19)23-18-10-4-2-8-16(18)14-21(17)24(22)23/h1-4,7-10,13-14H,5-6,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O2/c1-21-16-9-5-4-8-14(16)18-19-17-13-7-3-2-6-12(13)10-11-15(17)20/h2-11,20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-6-3-4-7(2)8(5-6)9(10)11/h3-5H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H7N3O6/c18-15(19)9-4-5-10-11(7-9)14-8(6-13(10)17(22)23)2-1-3-12(14)16(20)21/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O5/c1-7-9(17)4-3-8-5-11(18)15(12-10(6-16)19-12)13(20-15)14(7,8)2/h5,7,9-10,12-13,16-17H,3-4,6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O2/c1-3(2)4(5)6/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO3/c10-6-5-7-1-3-8(4-2-7)9(11)12/h1-4,10H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14O5/c1-8(14)11-4-5-13(18-10(3)16)12(6-11)7-17-9(2)15/h4-6H,7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O/c1-2-11-4-5-13-10-16-14(8-9-19-16)15-7-6-12(3-1)17(11)18(13)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2O3/c7-3-1-6(5-9)2-4-8/h7-8H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6NO2/c1-3(2)4(5)6/h1-2H3/q-1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H22N2O/c1-18(31)30(24-11-13-28-22(17-24)15-20-7-3-5-9-26(20)28)29-23-10-12-27-21(16-23)14-19-6-2-4-8-25(19)27/h2-13,16-17,29H,14-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2Cl4/c4-1-2(5)3(6)7/h1,3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H10O6/c18-8-2-1-3-10-13(8)15(20)14-9(19)6-11-12(16(14)22-10)7-4-5-21-17(7)23-11/h1-7,17-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)15-9-8-13-11-5-2-1-4-10(11)12-6-3-7-14(15)16(12)13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O4/c9-7(10)5-2-1-3-6(4-5)8(11)12/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11N7O4/c18-15-14-17(20-9-19-15)22(11-5-7-13(8-6-11)24(27)28)16(21-14)10-1-3-12(4-2-10)23(25)26/h1-9H,(H2,18,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O4S/c21-25(22,23)24-18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h1-11H,(H,21,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N3O5S/c1-8-7-19(16,17)5-4-12(8)11-6-9-2-3-10(18-9)13(14)15/h2-3,6,8H,4-5,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O6/c1-6-3-9(17)12-13(14(6)19)15(20)8-4-7(22-2)5-10(18)11(8)16(12)21/h3-5,18,20-21H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1-3-7-4-2-6(1)5-8-6/h1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-15-9-13-8-12-3-1-2-10-4-5-11-6-7-14(15)17(13)18(11)16(10)12/h1-8,15,19H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11Br/c16-10-15-13-7-3-1-5-11(13)9-12-6-2-4-8-14(12)15/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14ClN/c1-11-12(2)17-18(20)15-9-5-6-10-16(15)21-19(17)14-8-4-3-7-13(11)14/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O/c7-5-6-3-1-2-4-6/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N2O2/c1-11(19)17-15-7-3-13(4-8-15)14-5-9-16(10-6-14)18-12(2)20/h3-10H,1-2H3,(H,17,19)(H,18,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N/c1-10-8-9-11(2)15-14(10)12-6-4-5-7-13(12)16(15)3/h4-9H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11N3/c1-7-8(11-2)3-4-9-10(7)13-6-5-12-9/h3-6,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10N2O3/c22-20-15-4-2-1-3-12(15)13-7-5-11-6-9-16(21(23)24)14-8-10-17(20)19(13)18(11)14/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5ClN2O3/c7-3-1-4(8)6(10)2-5(3)9(11)12/h1-2,10H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10ClN/c1-6(2)4-3-5/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c7-8-6-4-2-1-3-5-6/h1-5,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12O4/c1-18-9-6-7-11(13(16)8-9)14(17)10-4-2-3-5-12(10)15/h2-8,15-16H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15NO/c1-3-11(4-2)9-6-5-7-10(12)8-9/h5-8,12H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N3/c14-9-5-3-7-11-12(9)13(15)8-4-1-2-6-10(8)16-11/h1-7H,14H2,(H2,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O/c1-3-2-4-3/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4O2/c1-7-4-3-5-15-11(7)14-10-8(2)9(16(17)18)6-13-12(10)15/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-5-9-18-17(11-13)12-16-7-6-14-3-2-4-15-8-10-19(18)21(16)20(14)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14N2O/c22-14-11-9-13(10-12-14)20-19-15-5-1-3-7-17(15)21-18-8-4-2-6-16(18)19/h1-12,22H,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-9-12(2)14-8-7-13-5-3-4-6-15(13)16(14)10-11/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H21N3/c1-3-7-21-11-14-9-18-16(8-13(2)10-22(18)12-20)15-5-4-6-17(21)19(14)15/h3-6,11,13,16,18H,1,7-10H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)11-8-10-4-3-7-14-12-5-1-2-6-13(12)15(9-11)16(10)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO3/c1-9(6-13-9)7-2-4-8(5-3-7)10(11)12/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N4/c1-13-12-15-11-8-4-3-7-14-9(8)5-6-10(11)16(12)2/h3-7H,1-2H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7ClN2/c7-5-2-1-4(8)3-6(5)9/h1-3H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H21N3O/c1-23(2)14-13-21-20(24)17-10-6-9-16-11-12-18(22-19(16)17)15-7-4-3-5-8-15/h3-12H,13-14H2,1-2H3,(H,21,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO/c12-11-10-7-3-5-8-4-1-2-6-9(8)10/h1-7,11-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9NO/c17-13-8-11-5-4-9-2-1-3-10-6-7-12(16-13)15(11)14(9)10/h1-8H,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H18O3/c1-9-4-3-5-11-12-6-7-13-16(15(12)10(2)8-14(9)11)19-20(23-19)18(22)17(13)21/h3-8,17-22H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H21NO/c1-3-4-5-15-6-10-17(11-7-15)19-14-16-8-12-18(20-2)13-9-16/h6-14H,3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14N/c1-13-9-7-12(8-10-13)11-5-3-2-4-6-11/h2-7,9H,8,10H2,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11Cl2N3O2/c9-1-3-13(4-2-10)6-5-11-8(15)12-7(6)14/h5H,1-4H2,(H2,11,12,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H4Cl5NO2S2/c11-7(9(13)14)8(12)10(15)20-19-6-4-2-1-3-5(6)16(17)18/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO4/c9-7(10)5-2-1-3-6(4-5)8(11)12/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H18N2O2/c1-26-19-14-17(12-13-18(19)25)22-23-20(15-8-4-2-5-9-15)21(24-22)16-10-6-3-7-11-16/h2-14,25H,1H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4N2O4/c11-7-5-3-4(10(13)14)1-2-6(5)9-8(7)12/h1-3H,(H,9,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O3S/c1-13-8-7-5(10(11)12)3-2-4-6(7)14-9-8/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N2O4/c1-5(9)12-4-6(10)3-8(2)7-11/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O6S2/c1-13(7,8)11-5-3-4-6-12-14(2,9)10/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H22O2/c1-3-4-5-6-7-8-9-10-11-12-13-17-14-15(2)16/h4-13,15-16H,3,14H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19N3O2/c1-20(2)12-11-19-18(23)21-15-9-5-3-7-13(15)17(22)14-8-4-6-10-16(14)21/h3-10H,11-12H2,1-2H3,(H,19,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3N3O6/c10-7(11)4-1-5(8(12)13)3-6(2-4)9(14)15/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5BrO/c3-1-2-4/h4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O4S/c1-18-10-4-2-3-9(6-10)13-12(15)8-5-11(14(16)17)19-7-8/h2-7H,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N4O4/c7-8-5-2-1-4(9(11)12)3-6(5)10(13)14/h1-3,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2Cl2O/c4-3(5)1-2-6/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O3/c1-8-5-10-7-9-3-2-4-11(16)13(9)15(18)14(10)12(17)6-8/h2-7,16-18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N/c1-14-12-8-4-2-6-10(12)11-7-3-5-9-13(11)14/h2-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H26O6/c1-8-18(9-22-15(19)12(2)3,10-23-16(20)13(4)5)11-24-17(21)14(6)7/h2,4,6,8-11H2,1,3,5,7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N2O3/c1-5(9)3-8(7-11)4-6(2)10/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9N/c1-2-6-11-10(5-1)9-14-13-8-4-3-7-12(11)13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O2/c1-5(2)4(6-3)7-5/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6Cl2/c1-3(5)2-4/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CCl3NO2/c2-1(3,4)5(6)7">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10N2O2/c1-8-13-9-4-2-3-5-10(9)18-16(13)14-11(19)6-7-12(20)15(14)17-8/h2-7,18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O/c16-10-15-13-7-3-1-5-11(13)9-12-6-2-4-8-14(12)15/h1-9,16H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H25NO4/c1-11(2)9-14-15(19(14,3)4)18(23)24-10-20-16(21)12-7-5-6-8-13(12)17(20)22/h9,14-15H,5-8,10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7Br/c1-3(2)4/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2O3S/c1-2-9-3-5-11(6-4-9)14-13(16)10-7-12(15(17)18)19-8-10/h3-8H,2H2,1H3,(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H28N2/c1-4-5-6-10-23-14-16-12-20-18(11-15(2)13-22(20)3)17-8-7-9-19(23)21(16)17/h7-9,11,14,18,20H,4-6,10,12-13H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O/c1-2-4-9(5-3-1)6-7-10-8-11-10/h1-5,10H,6-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H15N5/c1-6-5-15-10-9(16-6)7(2)8(3)12-11(10)17-13(14)18(12)4/h5H,1-4H3,(H2,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3O2/c13-9-3-1-8(2-4-9)11-6-5-10(14)7-12(11)15(16)17/h1-7H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12O5/c1-4-8-5(2)13-7(11)9(8,14-8)6(10)12-3/h5H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O2/c7-4-1-2-5(8)6(3-4)9(10)11/h1-3H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO4/c9-5-1-2-6-3-4-7(12-6)8(10)11/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3/c13-8-5-6-11-12(7-8)15-10-4-2-1-3-9(10)14-11/h1-7H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c1-5-6(8(10)11)3-2-4-7(5)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H29NO7/c1-6-17(19(27)30-5)13-15(3)12-14(2)8-7-9-16(4)18(26)23-20(31-23)22(29,10-11-25)24-21(23)28/h6-9,12-13,20,25,29H,10-11H2,1-5H3,(H,24,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O5/c15-9-5-8-10(14(19)13(9)18)12(17)7-4-2-1-3-6(7)11(8)16/h1-5,15,18-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16N2O4/c1-2-3-4-9-13-11(15)7-5-10-6-8-12(18-10)14(16)17/h5-8H,2-4,9H2,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO/c1-3-4(2)5-6/h6H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c1-2-6-13-12(4-1)10-16-18-14(13)9-8-11-5-3-7-15(17(11)18)19-20(16)21-19/h1-10,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H5N3O6/c14-11(15)8-2-1-6-4-9(12(16)17)10(13(18)19)5-7(6)3-8/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O4/c1-8-3-9-5-10-6-11(20-2)7-13(18)15(10)16(19)14(9)12(17)4-8/h3-7,17-19H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO2/c11-10(12)9-5-4-7-2-1-3-8(7)6-9/h1-2,4-6H,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-12-15-7-3-4-8-16(15)18-11-10-14-6-2-5-9-17(14)19(13)18/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CBrCl3/c2-1(3,4)5">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O3/c19-17-13-7-3-9-2-6-12-14(18(20)21)8-4-10-1-5-11(13)15(9)16(10)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO2/c12-10(9-7-13-9)11-6-8-4-2-1-3-5-8/h1-5,9H,6-7H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H20N2O/c1-18(2)15-9-5-13(6-10-15)17(20)14-7-11-16(12-8-14)19(3)4/h5-12H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H15N3O5/c1-5(2)8(10-6(3)13)9(16)12(11-17)4-7(14)15/h5,8H,4H2,1-3H3,(H,10,13)(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9N/c1-3-10-7-8-11-4-2-6-13-15(11)14(10)12(5-1)9-16-13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1(5-3-7-5)2-6-4-8-6/h5-6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3ClO/c3-1-2-4/h2H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N3/c1-12-11-14(18(2)3)9-10-15(12)17-16-13-7-5-4-6-8-13/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2O2S/c1-6-2-4-7(5-3-6)12(10,11)9-8/h2-5,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO/c1-18-9-8-14-16(18)7-5-12-3-2-11-4-6-13(19)10-15(11)17(12)14/h2-7,10,19H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-4-8-9(14-5-7(2)15-8)10-11(6)17(3)12(13)16-10/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO4/c1-16-11-6-9-10(7-12(11)17-2)15-14-8(4-5-19-14)13(9)18-3/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2/c1-3-7-11-8(4-1)14-16(18-14)10-6-2-5-9(12(10)11)15-13(7)17-15/h1-6,13-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O2/c1-4-2(5)6-3/h3H2,1H3,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4N4O2/c3-1(7)5-6-2(4)8/h(H2,3,7)(H2,4,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-6-15-12-19-17-10-4-8-13-7-3-9-16(20(13)17)18(19)11-14(15)5-1/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20Cl2N4O/c1-25-16-6-5-14-18(24-16)17(22-9-2-8-21-10-7-19)13-4-3-12(20)11-15(13)23-14/h3-6,11,21H,2,7-10H2,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl2NO5/c1-13-6(10)4-2(7)3(8)5(14-4)9(11)12/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14/c1-10-7-8-14-13-6-4-3-5-12(13)11(2)15(14)9-10/h3-9,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15N/c1-12-6-5-9-15-13(2)16-11-10-14-7-3-4-8-17(14)19(16)20-18(12)15/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClNO/c7-4-1-2-6(9)5(8)3-4/h1-3,9H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O/c1-2-15-18-14-8-6-11-4-3-10-5-7-12(20)9-13(10)16(11)17(14)19-15/h3-9,20H,2H2,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12/c1-10-11-6-2-4-8-13(11)14-9-5-3-7-12(10)14/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2O3S/c1-2-9-5-3-4-6-11(9)14-13(16)10-7-12(15(17)18)19-8-10/h3-8H,2H2,1H3,(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O4/c1-5-3-6(2)8(10(13)14)4-7(5)9(11)12/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O2/c1-5-2-3-6(8)4-7(5)9(10)11/h2-4H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15NO5/c1-2-3-4-9-17-12(14)8-6-10-5-7-11(18-10)13(15)16/h5-8H,2-4,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H16N2/c1-5(2)8(7)6(3)4/h5-6H,7H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO4/c1-17-10-6-5-8-7-12(14(15)16)18-11-4-2-3-9(10)13(8)11/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16Cl3N3O6S/c13-9(14)10(15)25-4-6(11(22)17-3-8(20)21)18-7(19)2-1-5(16)12(23)24/h5-6H,1-4,16H2,(H,17,22)(H,18,19)(H,20,21)(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12/c1-2-6-14-10-18-12-16-8-4-3-7-15(16)11-17(18)9-13(14)5-1/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14NO5P/c1-6(5-7(9)8-2)13-14(10,11-3)12-4/h5H,1-4H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15NO/c1-17-15-4-2-3-13(11-15)6-5-12-7-9-14(16)10-8-12/h2-11H,16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N3O4/c7-4-1-5(8(10)11)3-6(2-4)9(12)13/h1-3H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10BrNO/c1-7(10)9(12)11-8-5-3-2-4-6-8/h2-7H,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2Br2O2/c3-1(4)2(5)6/h1H,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22N4O3/c1-22(2)12-6-11-20-18-13-7-4-5-8-14(13)21-19-16(26-3)10-9-15(17(18)19)23(24)25/h4-5,7-10H,6,11-12H2,1-3H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11N3O2/c1-4-8(6-10)5(9)7(2)3/h4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2O3/c1-3(2,4-6)5(7)8/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O4/c1-3-5(8)6(9)4(7)2-10-3/h3,5,8H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11O4P/c14-18(16-12-7-2-1-3-8-12)15-10-11-6-4-5-9-13(11)17-18/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12O4/c1-4-6-5(2)13-9(11)7(6)8(10)12-3/h5H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H13NO2/c1-9-5-3-4-7(6-9)8(10)11-2/h4H,3,5-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7N3O5/c1-4(5(7)8)2-3-11-6(9)10/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-16-11-19-17-6-2-1-4-14(17)10-15-9-8-13-5-3-7-18(16)20(13)21(15)19/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10Cl2N2/c13-11-5-7(15)1-3-9(11)10-4-2-8(16)6-12(10)14/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2OS/c6-4-5-1-2-7-3-5/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-15-8-5-4-7-3-2-6-13-9(7)10(8)14-11(15)12/h2-6H,1H3,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2BrClO2/c3-1(4)2(5)6/h1H,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N4/c1-9-5-3-4-6-13(9)17-18-14-7-10(2)11(15)8-12(14)16/h3-8H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N/c14-11-6-5-10-7-9-3-1-2-4-12(9)13(10)8-11/h1-6,8H,7,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-12-6-7-14-11-15-9-8-13-4-2-3-5-16(13)18(15)19-17(14)10-12/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2O3/c1-12-7(10)6-3-2-4-9(5-6)8-11/h3H,2,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO3/c8-6-3-1-2-5(4-6)7(9)10/h1-4,8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15O4PS2/c1-4-13(8)6-5-12-11(7,9-2)10-3/h4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c1-2-5-12-9-16-13(8-11(12)4-1)10-17-18-14(16)6-3-7-15(18)19-20(17)21-19/h1-10,19-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClFO/c8-7(10)5-3-1-2-4-6(5)9/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O/c1-7-5-11(15)8(2)13-10-6-9(17)3-4-12(10)16-14(7)13/h3-6,16-17H,15H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16/c1-2-16-18-10-6-4-8-15(18)13-20-17-9-5-3-7-14(17)11-12-19(16)20/h3-13H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H4Cl2O4/c11-7-8(12)10(16)6-4(14)2-1-3(13)5(6)9(7)15/h1-2,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N4O/c1-12(21)20(3)16-10-8-15(9-11-16)19-18-14-6-4-13(17-2)5-7-14/h4-11,17H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c1-8-6-7-11-10-5-3-2-4-9(8)10/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5ClN2O2/c7-5-3-4(9(10)11)1-2-6(5)8/h1-3H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4N2O4/c11-7-5-2-1-4(10(13)14)3-6(5)8(12)9-7/h1-3H,(H,9,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HCl3O/c3-2(4,5)1-6/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H19N3O5/c1-8-11(17-3-4-17)14(20)10(9(22-2)7-23-15(16)21)12(13(8)19)18-5-6-18/h7,19-20H,3-6H2,1-2H3,(H2,16,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N3O2/c1-4-2-6(9)7(10(11)12)3-5(4)8/h2-3H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O2/c11-10(12)6-2-1-5-4-8-9-7(5)3-6/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H21N3O/c1-11(5-3-7-16)18-14-10-13(19-2)9-12-6-4-8-17-15(12)14/h4,6,8-11,18H,3,5,7,16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-2-10-8-5-3-7(9)4-6-8/h3-6H,2,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO/c22-14-7-8-16-13(11-14)6-10-18-20(16)19-15-4-2-1-3-12(15)5-9-17(19)21-18/h1-11,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2N4O2/c5-8-2-1-6-4(10)7-3(2)9/h1H,(H,7,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O4/c1(3-11-5-9-7-13-9)2-4-12-6-10-8-14-10/h9-10H,1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3/c1-7-6-13-10-5-4-9(12-3)8(2)11(10)14-7/h4-6,12H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O4/c1-7-5-9-13(11(17)6-7)15(19)12-8(14(9)18)3-2-4-10(12)16/h2-6,16-17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-3-4-7(9)5-8(6)10-2/h3-5H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14N2/c1-5-4-6(2)9(11)7(3)8(5)10/h4H,10-11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2O2/c12-10-8-5-6-11(13)9-4-2-1-3-7(8)9/h1-6,10,12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8Cl3O4P/c1-10-12(9,11-2)3(8)4(5,6)7/h3,8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H12N2O/c5-1-2-6-3-4-7/h6-7H,1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-2-4-18-14(3-1)5-7-16-11-17-8-6-15-9-10-22-13-21(15)20(17)12-19(16)18/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12ClNO/c1-10(18)17(16)13-6-7-15-12(9-13)8-11-4-2-3-5-14(11)15/h2-7,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO2/c18-17(19)14-8-12-6-4-10-2-1-3-11-5-7-13(9-14)16(12)15(10)11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3/c1-7-6-13-11-8(2)9(12-3)4-5-10(11)14-7/h4-6,12H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO2/c1-9(17)16-12-5-6-13-11(8-12)7-10-3-2-4-14(18)15(10)13/h2-6,8,18H,7H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10N2O2/c22-21(23)17-10-6-11-5-9-16-19-13(7-8-14(17)18(11)19)12-3-1-2-4-15(12)20-16/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11NO/c8-7-6-4-2-1-3-5-6/h8H,1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N4O4/c14-9-10-4-1-5-12(9)11-6-7-2-3-8(17-7)13(15)16/h2-3,6H,1,4-5H2,(H,10,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H24O3/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-20-16-17(19)15-18/h3-14,17-19H,2,15-16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4BrCl/c1-3(4)2-5/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13ClN6O2/c1-6-12-4-7(8(11)14-6)5-13-9(17)16(15-18)3-2-10/h4H,2-3,5H2,1H3,(H,13,17)(H2,11,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4FN/c6-5-3-1-2-4-7-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15NO2/c22-20(14-6-2-1-3-7-14)21(23)17-10-11-19-16(13-17)12-15-8-4-5-9-18(15)19/h1-11,13,23H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4O2/c6-4-5-2-1-3-7-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6N4O2/c15-14(16)7-5-8-10(11-6-7)13-4-2-1-3-9(13)12-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-4-2-7-17-18-11-10-15-6-3-5-14-8-9-16(12-19(13)17)21(18)20(14)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15ClN4O4S/c1-11(2)17(15,16)6-4-9-7(13)12(10-14)5-3-8/h3-6H2,1-2H3,(H,9,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H13N3O4S/c1-3-16(14,15)5-4-10-7(2)9-6-8(10)11(12)13/h6H,3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N2O4/c12-9(15)11(10(13)16)8(17-11)7(14)6-4-2-1-3-5-6/h1-5,8H,(H2,12,15)(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO3/c1-15-8-3-4-11-10(7-8)12(16-2)9-5-6-17-13(9)14-11/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N2/c1-9-7-11(3-5-13(9)15)12-4-6-14(16)10(2)8-12/h3-8H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N3/c1-3-5-7-6-4-2/h3-4H2,1-2H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O4/c15-9-5-1-3-7-11(9)14(18)8-4-2-6-10(16)12(8)13(7)17/h1-6,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13NO3/c1-3-14-10-6-4-9(5-7-10)11(13)8(2)12/h4-7,13H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H17N5O7/c1-36-21-10-9-17(29(34)35)13-20(21)26-27-22-18-8-3-2-5-14(18)11-19(23(22)30)24(31)25-15-6-4-7-16(12-15)28(32)33/h2-13,30H,1H3,(H,25,31)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NO3/c4-2-1-3(5)6/h1,4H,2H2,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4BrNO2/c5-6-3(7)1-2-4(6)8/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N4O3/c10-5(7-11)1-4-2-9(8-12)3-6-4/h2-3,11H,1H2,(H,7,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7N3O2/c4-6-5-1-3(8)2-7/h3,7-8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO/c1-6-2-4-7(5-3-6)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2O/c13-9-1-5-11(6-2-9)15-12-7-3-10(14)4-8-12/h1-8H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16ClNO/c1-3-9-6-5-7-10(4-2)12(9)14-11(15)8-13/h5-7H,3-4,8H2,1-2H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3NS/c1-2-5-3-4-1/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6ClNO2/c1-3(2,4)5(6)7/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N3/c1-12-5-4-6-14(11-12)17-16-13-7-9-15(10-8-13)18(2)3/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10Br2N2/c13-9-5-7(1-3-11(9)15)8-2-4-12(16)10(14)6-8/h1-6H,15-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2OS/c1-11-8-5-3-2-4-6(9)7(5)12-10-8/h2-4H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12FN3O/c1-7-10(12(14)16(2)15-7)11(17)8-5-3-4-6-9(8)13/h3-6H,14H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-3-7(2)5-8(4-6)9-10/h3-5,9-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O3/c1-18-13-7-3-11(4-8-13)15-16(17)12-5-9-14(19-2)10-6-12/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6N2O4/c13-11(14)9-5-1-3-7-8(9)4-2-6-10(7)12(15)16/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-2-4-9(5-3-1)6-11-7-10-8-12-10/h1-5,10H,6-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H22O4/c1-19(2,3)15-9-11(21)7-13(17(15)23)14-8-12(22)10-16(18(14)24)20(4,5)6/h7-10H,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24O2/c1-2-3-4-5-6-7-8-9-10-14-17-22-18-20(21)19-15-12-11-13-16-19/h3-17,20-21H,2,18H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO2/c1-7-5-3-4-6-9(7)10(12)8(2)11/h3-6,12H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O4S/c1-18-10-5-3-2-4-9(10)13-12(15)8-6-11(14(16)17)19-7-8/h2-7H,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O4S/c1-8-2-4-10(5-3-8)15(11,12)14-7-9-6-13-9/h2-5,9H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O5/c1-14-7-3-2-5(8(10)11)4-6(7)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22O3/c1-6-7-13-8-9-14(21-13)11-20-17(19)16-15(10-12(2)3)18(16,4)5/h1,8-10,15-16H,7,11H2,2-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl3O3/c6-2-1(3(7)8)4(9)11-5(2)10/h3-4,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20ClN3/c19-10-13-20-11-5-12-21-18-14-6-1-3-8-16(14)22-17-9-4-2-7-15(17)18/h1-4,6-9,20H,5,10-13H2,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10/c1-3-10-7-8-11-4-2-6-13-9-12(5-1)14(10)15(11)13/h1-8H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4O2/c4-1-3-2-5-3/h1,3H,2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12Cl2N2/c14-10-6-8(1-3-12(10)16)5-9-2-4-13(17)11(15)7-9/h1-4,6-7H,5,16-17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5Cl2NS/c8-4-2-1-3-5(9)6(4)7(10)11/h1-3H,(H2,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H18O2/c1-13(2,3)10-4-6-11(7-5-10)14-8-12-9-15-12/h4-7,12H,8-9H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO4/c1-17-9-3-4-10-8(6-9)2-5-12-11(10)7-13(18-12)14(15)16/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2/c1-3(5)2-4/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H27NO9/c1-10-21(29)15(27)7-17(35-10)36-16-9-26(34,11(2)28)8-14-18(16)25(33)20-19(24(14)32)22(30)12-5-3-4-6-13(12)23(20)31/h3-6,9-10,15,17,21,29-34H,7-8,27H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O/c1-2-3-4-6-5-7-6/h2,6H,1,3-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13Br/c20-12-18-16-7-3-2-6-14(16)11-15-10-9-13-5-1-4-8-17(13)19(15)18/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO2/c22-21(23)18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h1,3,5-11H,2,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7ClO/c13-8-5-6-10-9-3-1-2-4-11(9)14-12(10)7-8/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2/c1-2-4-10(5-3-1)8-12-7-6-11-9-12/h1-7,9H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14O4S/c20-24(21,22)23-12-15-11-14-6-2-3-7-16(14)18-10-9-13-5-1-4-8-17(13)19(15)18/h1-11H,12H2,(H,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H13N3O3/c1-11-6-8-14(15(10-11)20(22)23)18-19-17-13-5-3-2-4-12(13)7-9-16(17)21/h2-10,21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O2/c13-9-6-11-8(5-12(9)15(16)17)7-3-1-2-4-10(7)14-11/h1-6,14H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15Cl2NO3/c13-5-7-15(8-6-14)10-1-3-11(4-2-10)18-9-12(16)17/h1-4H,5-9H2,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N8O/c9-7-6-8(12-3-11-7)16(4-13-6)2-5(17)1-14-15-10/h3-5,17H,1-2H2,(H2,9,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H17N5/c1-6-7(2)13-12(18-14(15)19(13)5)11-10(6)16-8(3)9(4)17-11/h1-5H3,(H2,15,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-12-14-7-4-5-9-17(14)19-18-15(12)11-10-13-6-2-3-8-16(13)18/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11FO2/c16-12-8-6-10(7-9-12)13(17)15-14(18-15)11-4-2-1-3-5-11/h1-9,14-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O2/c9-6-5-7-3-1-2-4-8(7)10(11)12/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O5/c1-5(2)6-9(3)10(15-9,7(11)13-4)8(12)14-6/h5-6H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO2/c16-15(17)14-6-5-12-7-10-3-1-2-4-11(10)8-13(12)9-14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13Cl/c20-12-19-16-8-4-2-6-14(16)11-18-15-7-3-1-5-13(15)9-10-17(18)19/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5Br3/c4-1-3(6)2-5/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO3/c9-2-1-5-3-7(11)8(12)4-6(5)10/h3-4,10-12H,1-2,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3O/c16-15-12-8-6-11(7-9-12)14-13-10-4-2-1-3-5-10/h1-9,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H5N3O7/c17-13-9-3-6(14(18)19)1-2-8(9)12-10(13)4-7(15(20)21)5-11(12)16(22)23/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO7/c1-5(11)15-9(16-6(2)12)7-3-4-8(17-7)10(13)14/h3-4,9H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O/c1-9-8-6-4-2-3-5-7-8/h2-6H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9N3/c12-10-6-5-8-7-3-1-2-4-9(7)13-11(8)14-10/h1-6H,(H3,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10BrNO/c10-6-9(12)11-7-8-4-2-1-3-5-8/h1-5H,6-7H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO5/c1-11-6(8)4-2-3-5(12-4)7(9)10/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16/c1-13-6-7-15-12-20-17-5-3-2-4-14(17)8-9-18(20)19-11-10-16(13)21(15)19/h2-9,12H,10-11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO5/c1-6(9(11)14-2)5-7-3-4-8(15-7)10(12)13/h3-5H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N3/c13-10-6-8-12(9-7-10)15-14-11-4-2-1-3-5-11/h1-9H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N3/c1-7-10(13-4)5-6-11-12(7)15-9(3)8(2)14-11/h5-6,13H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl3O/c8-4-2-1-3-5(9)6(4)7(10)11/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO2/c11-9(8-6-12-8)10-7-4-2-1-3-5-7/h1-5,8H,6H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N4O3/c17-11(14-8-10-4-2-1-3-5-10)9-15-7-6-13-12(15)16(18)19/h1-7H,8-9H2,(H,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-2-6-12-11(5-1)9-10-15-16(12)13-7-3-4-8-14(13)17-18(15)19-17/h1-10,17-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6OS2/c1-5-6-2-13-4-8(6)10-9(11-10)7(5)3-12-1/h1-4,9-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH3Br/c1-2/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13F3O3/c19-18(20,21)13-7-12-8(3-5-14(12)22)9-1-2-11-10(16(9)13)4-6-15(23)17(11)24/h1-2,4,6-7,15,17,23-24H,3,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO/c1-16-12-6-4-10-2-3-11-5-7-13(17)9-15(11)14(10)8-12/h2-9,16-17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H22O2/c1-13(2)5-10-4-11(7-16)15(9-17)8-14(15,3)12(10)6-13/h4,9-10,12,16H,5-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5ClO2/c6-2-4-1-5(7)8-3-4/h1H,2-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H20O5P2S2/c1-5-9-14(16,10-6-2)13-15(17,11-7-3)12-8-4/h5-8H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H16N2/c1-3-7-13-11(5-1)15-9-18-16(10-17(15)21-19(13)23-21)12-6-2-4-8-14(12)20-22(18)24-20/h1-10,19-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-17-8-4-3-7-15(17)12-16-11-10-14-6-2-5-9-18(14)19(13)16/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N2O4/c14-10(11(15)16)5-7-6-13(12-17)9-4-2-1-3-8(7)9/h1-4,6,10,14H,5H2,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9N3O3/c1-5-7-4-6(9(11)12)8(5)2-3-10/h4,10H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8Cl6O/c13-8-9(14)3-1-4-5(2(3)7-6(1)19-7)11(9,16)12(17,18)10(4,8)15/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4BrNO2/c7-5-2-1-3-6(4-5)8(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H6N2O5/c16-13-11-5-7(14(17)18)1-3-9(11)10-4-2-8(15(19)20)6-12(10)13/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO3/c1-21-13-9-10-7-8-19-16-14(10)15(18(13)22-2)11-5-3-4-6-12(11)17(16)20/h3-9H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18N2O2/c1-2-3-6-10(9-12)7-4-5-8-11/h11H,2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6O4S/c1-5-7(3,4)6-2/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O3/c5-1-3(6)4-2-7-4/h3-6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9Cl/c17-14-9-7-12-5-4-10-2-1-3-11-6-8-13(14)16(12)15(10)11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O/c1-2-7-14-11(4-1)5-3-6-12(14)8-9-13-10-15-13/h1-7,13H,8-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H4Cl3NO4/c13-5-1-9-10(2-6(5)14)20-12-4-8(16(17)18)7(15)3-11(12)19-9/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H20Cl2O3/c1-21(2)17(12-18(22)23)19(21)20(24)25-13-14-7-6-10-16(11-14)26-15-8-4-3-5-9-15/h3-12,17,19H,13H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N2O3S/c14-11(12-9-4-2-1-3-5-9)8-6-10(13(15)16)17-7-8/h1-7H,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-17-7-3-5-13-9-10-15-14-6-2-1-4-12(14)8-11-16(15)18(13)17/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N2/c1-3-12(4-2)10-7-5-9(11)6-8-10/h5-8H,3-4,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-5-14-8-4-9-11(7(2)10(8)15-6)17(3)12(13)16-9/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO3/c10-6-5-7-3-1-2-4-8(7)9(11)12/h1-4,10H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O/c1-11-10-16-14(8-9-17(16)19)15-7-6-12-4-2-3-5-13(12)18(11)15/h2-7,10H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-14-7-10-16-13(11-14)6-9-17-15-4-2-1-3-12(15)5-8-18(16)17/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12/c1-11-6-7-14-9-12-4-2-3-5-13(12)10-15(14)8-11/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H20ClNO2/c1-4-11-7-6-8-12(5-2)14(11)16(10-18-3)13(17)9-15/h6-8H,4-5,9-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13N/c1-3-7-15-13(5-1)9-11-17-19(15)20-16-8-4-2-6-14(16)10-12-18(20)21-17/h1-12,21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O/c1-3-4(2)5/h3H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N4O8/c17-13(18)7-1-3-9(11(5-7)15(21)22)10-4-2-8(14(19)20)6-12(10)16(23)24/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17NO2/c1-19-7-6-12-9-15-18(21-10-20-15)17-13-5-3-2-4-11(13)8-14(19)16(12)17/h2-5,9,14H,6-8,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-16-7-2-3-8-18(16)19-12-10-15-6-4-5-14-9-11-17(13)21(19)20(14)15/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O4/c1-4(7)9-3-5(8)2-6/h5-6,8H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H46O3/c1-17(2)7-6-8-18(3)21-9-10-22-25-23(12-14-27(21,22)5)26(4)13-11-20(28)15-19(26)16-24(25)30-29/h16-18,20-25,28-29H,6-15H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2O/c1-2(6)3(4)5/h3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10N2O4/c23-21(24)16-10-8-15-19-13(5-2-6-14(16)19)12-4-1-3-11-7-9-17(22(25)26)20(15)18(11)12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12/c1-3-13-7-9-15-11-12-16-10-8-14-4-2-6-18-17(5-1)19(13)21(15)22(16)20(14)18/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H7NO4/c15-13-10-4-2-1-3-9(10)11-7-8(14(16)17)5-6-12(11)18-13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO2/c1-11(16)15-12-7-9-14(10-8-12)17-13-5-3-2-4-6-13/h2-10H,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H30O8/c1-9-6-20(28-17-15(25)14(24)13(23)11(8-21)27-17)7-10(2)19(4-5-19)18(3,26)16(20)12(9)22/h7,9,11,13-17,21,23-26H,4-6,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O2/c1-2-6-12(7-3-1)14-8-4-5-9-15(14)17-11-13-10-16-13/h1-9,13H,10-11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14BrNO3S/c1-6(11)10-7(8(12)13-2)5-14-4-3-9/h7H,3-5H2,1-2H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H17N/c1-11-6-7-12-10-17-14-4-2-3-5-15(14)20-21(22-20)19(17)16-9-8-13(11)18(12)16/h2-7,10,20-22H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O3S/c1-4(2)7-8(3,5)6/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N/c1-8-4-6-9(7-5-8)10(2)3/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO2/c1-15-14(16)17-13-9-7-12(8-10-13)11-5-3-2-4-6-11/h2-10H,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H18/c1-3-9-17-15(7-1)13-22-19-11-5-6-12-20(19)23-18-10-4-2-8-16(18)14-21(17)24(22)23/h1,3,5-7,9,11-14H,2,4,8,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-14-7-3-6-12-11-5-2-1-4-10(11)8-9-13(12)14/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11Br4O4P/c7-1-5(9)3-13-15(11,12)14-4-6(10)2-8/h5-6H,1-4H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO3/c14-13(15)10-6-8-12(9-7-10)16-11-4-2-1-3-5-11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2O2/c1-8-3-4-9(2)14-13(8)11-7-10(16(17)18)5-6-12(11)15-14/h3-7,15H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12ClN/c1-8-2-4-9(5-3-8)11-7-6-10/h2-5,11H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO/c12-11-10-6-5-8-3-1-2-4-9(8)7-10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-15-9-3-2-7-4-5-13-6-8(7)10(9)14-11(15)12/h2-6H,1H3,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12/c1-2-7-15-12-18-16(11-14(15)6-1)10-9-13-5-3-4-8-17(13)18/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H15Cl2N2O2P/c8-2-5-11(6-3-9)14(12)10-4-1-7-13-14/h12H,1-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO3/c15-13-11-4-2-1-3-9(11)10-6-5-8(14(16)17)7-12(10)13/h1-7,13,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO2S/c1-2-10-7(4-11-14-10)3-8(1)12-5-9-6-13-9/h1-4,9H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H6N4O3S/c16-13-10-9(12-11-14(10)5-6-19-11)7-1-3-8(4-2-7)15(17)18/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10/c1-3-11-7-9-13-5-2-6-14-10-8-12(4-1)15(11)16(13)14/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO3/c1-11(19)18(21-12(2)20)15-7-8-17-14(10-15)9-13-5-3-4-6-16(13)17/h3-8,10H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c7-5-2-1-4(8(10)11)3-6(5)9/h1-3,9H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O5/c1-18-8-3-4-12-10(5-8)15(17)14-11(16)6-9(19-2)7-13(14)20-12/h3-7,16H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6O3/c11-7-4-5-9(13)10-6(7)2-1-3-8(10)12/h1-5,12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O4/c1-7-6-10(16)11-12(13(7)17)15(19)9-5-3-2-4-8(9)14(11)18/h2-6,18-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6ClNO/c1-5(2)3(4)6/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13N3O/c1-17-13-9-11(7-8-12(13)14)16-15-10-5-3-2-4-6-10/h2-9H,14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16O4/c1-10(2)5-15(17)19-8-12-7-18-9-14-11(6-16)3-4-13(12)14/h3-4,6-7,9-10H,5,8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16O2/c1-14(22)23-13-20-18-8-4-3-7-16(18)12-17-11-10-15-6-2-5-9-19(15)21(17)20/h2-12H,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O3/c1-12-7-4-5(9(10)11)2-3-6(7)8/h2-4H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c1-3-7-11-9(5-1)10-6-2-4-8-12(10)14-13(11)15-14/h1-8,13-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12NO3PS2/c1-6-5(7)4-12-10(11,8-2)9-3/h4H2,1-3H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-6-4-2-3-5-7(6)8-9/h2-5,8-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO/c22-14-8-5-13-7-10-18-20(16(13)11-14)19-15-4-2-1-3-12(15)6-9-17(19)21-18/h1-11,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2O2/c1-3-6(10)8-5-9-7(11)4-2/h3-4H,1-2,5H2,(H,8,10)(H,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO3/c1-2-12-8-5-3-7(4-6-8)9(10)11/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H25NO3/c1-20(2,3)21(12-15-7-5-4-6-8-15)13-19(24)16-9-10-18(23)17(11-16)14-22/h4-11,22-23H,12-14H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H7NO4/c15-13-11-4-2-1-3-9(11)10-6-5-8(14(16)17)7-12(10)18-13/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7ClN2O3S/c12-8-3-1-2-4-9(8)13-11(15)7-5-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6FN3O2/c7-3-1-5(9)6(10(11)12)2-4(3)8/h1-2H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O7/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,15-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16ClN3/c1-19(2)15-8-6-13(7-9-15)17-18-14-5-3-4-12(10-14)11-16/h3-10H,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7Br2Cl/c1-3(5)4(6)2-7/h3-4H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11N5/c1-6-5-7-9(15-11(12)16(7)2)10-8(6)13-3-4-14-10/h3-5H,1-2H3,(H2,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14/c1-2-6-15-12(4-1)8-10-14-11-9-13-5-3-7-16(13)17(14)15/h1-2,4,6,8-11H,3,5,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22N2O/c1-19-9-12(11-21-3)7-15-14-5-4-6-16-18(14)13(8-17(15)19)10-20(16)2/h4-7,10,12,17H,8-9,11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7N3O6/c16-13(17)9-6-10(14(18)19)12(11(7-9)15(20)21)8-4-2-1-3-5-8/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9N/c1-3-7-12-10(5-1)9-11-6-2-4-8-13(11)14-12/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17FN4O3/c1-2-19-8-10(15(22)23)12(21)9-7-11(16)14(18-13(9)19)20-5-3-17-4-6-20/h7-8,17H,2-6H2,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12ClNO3S/c1-5(10)9-6(7(11)12)4-13-3-2-8/h6H,2-4H2,1H3,(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6Cl2/c8-7(9)6-4-2-1-3-5-6/h1-5,7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10ClNO2/c15-13-3-1-2-12(10-13)5-4-11-6-8-14(9-7-11)16(17)18/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6N4O8/c17-13(18)8-2-3-9(11(6-8)15(21)22)7-1-4-10(14(19)20)12(5-7)16(23)24/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18N2O/c1-3-5-7-10(9-11)8-6-4-2/h3-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O4/c1-9-7(11)4-2-6-3-5-8(14-6)10(12)13/h2-5H,1H3,(H,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H19N3O3S/c1-27-20-13-14(24-28(2,25)26)11-12-19(20)23-21-15-7-3-5-9-17(15)22-18-10-6-4-8-16(18)21/h3-13,24H,1-2H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N3O/c1-13-7-11-9(10(13)12-14)8-5-3-2-4-6-8/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10N2O2/c22-21(23)17-10-6-11-5-7-13-12-3-1-2-4-15(12)20-16-9-8-14(17)18(11)19(13)16/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H7N/c14-8-11-7-10-5-1-3-9-4-2-6-12(11)13(9)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N3/c14-8-5-6-12-10(7-8)13(15)9-3-1-2-4-11(9)16-12/h1-7H,14H2,(H2,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO/c8-7-6-4-2-1-3-5-6/h1-5,7-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClN/c10-8-3-4-9-7(6-8)2-1-5-11-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H14/c1-2-8-18-16(6-1)14-17-13-12-15-7-5-11-20-19-9-3-4-10-21(19)24(18)23(17)22(15)20/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO5/c1-3-8(2)16-11(13)7-5-9-4-6-10(17-9)12(14)15/h4-8H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-14-8-4-10-1-5-11-13(17(19)20)7-3-9-2-6-12(14)16(10)15(9)11/h1-8,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8Cl2S/c10-6-9(11)12-7-8-4-2-1-3-5-8/h1-6H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2S4/c1-3-7-11-9(5-1)15-13(17-11)19-20-14-16-10-6-2-4-8-12(10)18-14/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H15N/c1-2-6-15-13(5-1)9-10-14-11-19-16-7-3-4-8-17(16)21-22(23-21)20(19)12-18(14)15/h1-12,21-23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N2O/c1-8(14)13-10-6-2-4-9-5-3-7-12-11(9)10/h2-7H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N5O/c1-10-2-8-4-5(7)11(12)3-9-6(4)10/h12H,2,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5ClO/c1-2-4(5)3-6/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8ClN7O/c7-2-4(9)13-3(8)1(12-2)5(15)14-6(10)11/h(H4,8,9,13)(H4,10,11,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11N5/c1-6-5-13-7-3-4-8-10(9(7)14-6)15-11(12)16(8)2/h3-5H,1-2H3,(H2,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13NO4/c1-16-8-6-10-12(11(7-8)17-2)15-14-9(4-5-19-14)13(10)18-3/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O4/c1-4(7)10-3-5(2)6(8)9/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3Cl2NO2/c1-2(3,4)5(6)7/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2S4/c1-7(2)5(9)11-12-6(10)8(3)4/h1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N/c17-14-8-12-6-4-10-2-1-3-11-5-7-13(9-14)16(12)15(10)11/h1-9H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NS/c13-10-6-8-12(9-7-10)14-11-4-2-1-3-5-11/h1-9H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O3/c1-9-11-5-3-2-4-10(11)8-14-12(9)6-7-13-15(14)18-19(22-18)17(21)16(13)20/h2-8,16-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6Cl2N4O4S/c9-5(10)6(15)12-1-2-13(8(12)16)7-11-3-4(19-7)14(17)18/h3,5H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2OS/c1-11-8-6-4-5(9)2-3-7(6)12-10-8/h2-4H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10N2O4/c23-21(24)17-10-6-11-5-7-16-19-13(8-9-15(17)18(11)19)12-3-1-2-4-14(12)20(16)22(25)26/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H29N5O4/c1-25(2)11-5-10-23-21-16-6-3-4-7-17(16)24-22-19(26(12-14-28)13-15-29)9-8-18(20(21)22)27(30)31/h3-4,6-9,28-29H,5,10-15H2,1-2H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O3S/c1-8-2-4-10(5-3-8)13-12(15)9-6-11(14(16)17)18-7-9/h2-7H,1H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3HCl3O/c4-2(1-7)3(5)6/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO3/c1-15-10-5-3-4-8-11(10)14-13-9(6-7-17-13)12(8)16-2/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16O8/c1-23-10-7-11-13(8-4-5-26-20(8)27-11)18-15(10)16(22)14-9(21)6-12(24-2)17(25-3)19(14)28-18/h4-8,20-21H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9ClN2O2/c13-9-1-3-10(4-2-9)14-11-5-7-12(8-6-11)15(16)17/h1-8,14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2/c14-12-5-1-10(2-6-12)9-11-3-7-13(15)8-4-11/h1-8H,9,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H19N5O10S/c17-9(16(26)27)2-4-13(22)19-10(15(25)18-6-14(23)24)7-32-12-3-1-8(20(28)29)5-11(12)21(30)31/h1,3,5,9-10H,2,4,6-7,17H2,(H,18,25)(H,19,22)(H,23,24)(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6Cl5NO2S/c8-3(5(10)11)4(9)6(12)16-1-2(13)7(14)15/h2H,1,13H2,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H11N5O2/c1-8-6-5(11(2)4-9-6)7(13)12(3)10-14/h4,8H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-3-5-13-7-8-14-6-4-12(2)10-16(14)15(13)9-11/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H20N6O3S/c1-13-5-4-6-17-21(13)25-19-11-14(26-28-23)7-9-16(19)22(17)24-18-10-8-15(12-20(18)31-2)27-32(3,29)30/h4-12,27H,1-3H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24ClN3/c1-2-24(15-12-21)14-7-13-22-20-16-8-3-5-10-18(16)23-19-11-6-4-9-17(19)20/h3-6,8-11H,2,7,12-15H2,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H15N5O/c1-6(14)5-13(2)8-4-3-7(10-9)11-12-8/h3-4,6,14H,5,9H2,1-2H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-6-7-15-11-16-9-8-14-4-2-3-5-18(14)19(16)12-17(15)10-13/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c1-5(2)3-7-4(5)6/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2O3/c1-5(9)3-8(7-11)4-6(2)10/h5-6,9-10H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7ClO/c1-3(4)2-5/h3,5H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N4/c1-9-3-5-11(7-13(9)15)17-18-12-6-4-10(2)14(16)8-12/h3-8H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2Cl4O/c4-2(5)1(8)3(6)7/h2-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8O4/c1-14-12-10-8(4-5-15-10)6-7-2-3-9(13)16-11(7)12/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O2/c1-11-8-17-14(6-7-18(20)19(17)21)16-10-13-5-3-2-4-12(13)9-15(11)16/h2-10,18-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2/c11-9-5-6-10(12)8-4-2-1-3-7(8)9/h1-6H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO/c22-21-18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N4O/c1-8-7-11-10(5-4-6-15-11)12-13(8)18(3)14(17-12)16-9(2)19/h4-7H,1-3H3,(H,16,17,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N2/c1-2-7-12-10(5-1)9-4-3-6-11-8-9/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO3/c1-11(19)18-14-9-7-13(8-10-14)16-17(21-16)15(20)12-5-3-2-4-6-12/h2-10,16-17H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H15Br/c1-13-15-7-4-5-9-18(15)19(12-21)20-16(13)11-10-14-6-2-3-8-17(14)20/h2-11H,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5N3O2/c7-2-4-1-5-3(8)6-2/h1H2,(H3,4,5,6,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N2O3/c1-5(12)11-7-4-2-3-6(10)8(7)9(13)14/h2-4H,10H2,1H3,(H,11,12)(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O/c1-2-4-8(5-3-1)6-9-7-10-9/h1-5,9H,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O5/c15-12-10(13(16)17)6-9(7-11(12)14(18)19)8-4-2-1-3-5-8/h1-7,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N2/c1-16-12-8-4-2-6-10(12)14(15)11-7-3-5-9-13(11)16/h2-9,15H,1H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO3/c1-2-12-8-6-4-3-5-7(8)9(10)11/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H21N/c1-2-3-8-13-20-18-16-11-6-4-9-14(16)15-10-5-7-12-17(15)19(18)20/h4-7,9-12,18-19H,2-3,8,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-12-6-9-17-15(10-12)11-14-8-7-13-4-2-3-5-16(13)18(14)19-17/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-7-8-12(2)16-14(11)10-9-13-5-3-4-6-15(13)16/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H14/c1-3-7-19-15(5-1)13-17-9-10-18-14-16-6-2-4-8-20(16)22-12-11-21(19)23(17)24(18)22/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O/c1-2-4-6-5(3-1)7-6/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO5/c1-13-8(10)5-3-6-2-4-7(14-6)9(11)12/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N3O/c17-9-5-6-13-14(7-9)20-15-8-12(18)10-3-1-2-4-11(10)16(15)19-13/h1-8,17H,18H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N3O4/c7-6-4(8(10)11)2-1-3-5(6)9(12)13/h1-3H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O6/c1-19-8-6-11(21-3)14-12(7-8)22-16-10(20-2)5-4-9(17)13(16)15(14)18/h4-7,17H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8O/c14-12-8-7-10-4-1-3-9-5-2-6-11(12)13(9)10/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H19N3/c1-5-10-11(6-2)17-14-9(3)12(15-4)7-8-13(14)16-10/h7-8,15H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O2/c11-10(12)5-1-2-6-7(3-5)9-4-8-6/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-9(2)7-4-3-5-8(10)6-7/h3-6,10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N3/c8-10-9-6-7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4N2O3/c8-6-3-1-5(2-4-6)7(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15N/c1-12-11-17-13(2)15-8-5-6-10-18(15)20-19(17)16-9-4-3-7-14(12)16/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H18N6O3S/c1-30-20-12-14(26-31(2,28)29)8-10-18(20)24-21-15-5-3-4-6-17(15)23-19-11-13(25-27-22)7-9-16(19)21/h3-12,26H,1-2H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2O2/c3-1-2-4/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14N2/c1-7-4-9(3)14-12-6-11(13)8(2)5-10(7)12/h4-6H,13H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H17NO5/c1-22-19-13(5-4-11-8-16-17(9-14(11)19)27-10-26-16)12-6-7-15(24-2)20(25-3)18(12)21(22)23/h4-9H,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O3/c1-12(2)5-11-13(3)8-14(13,9-17)10(6-16)4-15(11,18)7-12/h4,6,9,11,18H,5,7-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H23NO6/c1-3-12-8-11(2)18(23,10-20)17(22)24-9-13-4-6-19-7-5-14(15(13)19)25-16(12)21/h3-4,14-15,20,23H,2,5-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-6(11)10-8-4-2-7(9)3-5-8/h2-5H,9H2,1H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl4N/c7-5-3-1-2-4(11-5)6(8,9)10/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12O3S/c1-3-12-13(10,11)9-6-4-8(2)5-7-9/h4-7H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)18-11-10-16-14-7-2-5-12-4-1-6-13(19(12)14)15-8-3-9-17(18)20(15)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4O3/c1-8(16)13-12-6-9-7-14(17)10-4-2-3-5-11(10)15(9)18/h2-7H,1H3,(H,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H26ClN3/c1-4-22(5-2)12-6-7-14(3)21-17-10-11-20-18-13-15(19)8-9-16(17)18/h8-11,13-14H,4-7,12H2,1-3H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO2/c15-14(16)11-5-6-13-10(8-11)7-9-3-1-2-4-12(9)13/h1-6,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10S/c1-2-6-13-12(4-1)10-16-18-14(13)9-8-11-5-3-7-15(19-16)17(11)18/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO4/c21-18-15(25-11-6-2-1-3-7-11)10-14(22)16-17(18)20(24)13-9-5-4-8-12(13)19(16)23/h1-10,22H,21H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H17NO2/c24-23(25)18-9-10-20-15(11-18)7-8-17-12-21-16(13-22(17)20)6-5-14-3-1-2-4-19(14)21/h1-4,9-13H,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6O2/c11-9-5-6-10(12)8-4-2-1-3-7(8)9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N4/c11-7-5-8-10(12-6-7)14-4-2-1-3-9(14)13-8/h1-6H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7FN2O3S/c12-8-1-3-9(4-2-8)13-11(15)7-5-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c7-4-1-2-6(9)5(3-4)8(10)11/h1-3,9H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12/c1-11-5-6-14-8-7-12-3-2-4-13-9-10-15(11)17(14)16(12)13/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-6-2-4-7(8-9)5-3-6/h2-5,8-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11N/c15-14-6-5-12-7-10-3-1-2-4-11(10)8-13(12)9-14/h1-9H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O2/c21-17-10-16-13-9-8-11-4-1-2-5-12(11)18(13)14-6-3-7-15(19(14)16)20(17)22/h1-10,17,20-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4HCl2NO2/c5-1-2(6)4(9)7-3(1)8/h(H,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H21N3O3/c13-4-1-10-7-11(2-5-14)9-12(8-10)3-6-15/h13-15H,1-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4S/c1-14-7-3-2-5(8(10)11)4-6(7)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H15N3/c20-13-9-11-14(12-10-13)21-19-15-5-1-3-7-17(15)22-18-8-4-2-6-16(18)19/h1-12H,20H2,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO2/c22-21(23)20-16-7-2-1-6-14(16)15-10-8-12-4-3-5-13-9-11-17(20)19(15)18(12)13/h1-8,10H,9,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N4O3S/c19-8-7-15-13-9-3-1-2-4-10(9)16-14(17-13)11-5-6-12(22-11)18(20)21/h1-6,19H,7-8H2,(H,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6Cl2/c5-3-1-2-4-6/h1-2H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11Cl/c18-10-11-8-12-4-3-7-15-13-5-1-2-6-14(13)16(9-11)17(12)15/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N5O/c1-11-3-9-4-5(10-12)7-2-8-6(4)11/h2-3,12H,1H3,(H,7,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6O2/c9-6-8(10)7-4-2-1-3-5-7/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)11-3-5-13-9(7-11)1-2-10-8-12(16(19)20)4-6-14(10)13/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H17NO2/c16-9-7-15(8-10-17)14-6-5-12-3-1-2-4-13(12)11-14/h1-6,11,16-17H,7-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2O/c1-2/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2/c1-10(2)8-5-3-7(9)4-6-8/h3-6H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-15-9-3-2-7-6-13-5-4-8(7)10(9)14-11(15)12/h2-6H,1H3,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-16-11-15-10-14-4-1-2-6-17(14)19-9-8-13-5-3-7-18(16)20(13)21(15)19/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2O2/c1-10-2-4-11(5-3-10)14-12-6-8-13(9-7-12)15(16)17/h2-9,14H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H24O3/c1-3-4-5-6-7-8-15(18)11-9-14-10-12-16(19)17(13-14)20-2/h7-8,10,12-13,19H,3-6,9,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O/c1-15(11-16-15)14-9-7-13(8-10-14)12-5-3-2-4-6-12/h2-10H,11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14NO3PS/c1-7-6-8(4-5-9(7)10)13-14(15,11-2)12-3/h4-6H,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N2O4/c1-2-10-8(12)5-3-7-4-6-9(15-7)11(13)14/h3-6H,2H2,1H3,(H,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O2/c21-17-10-9-14-15(20(17)22)8-7-13-12-5-1-3-11-4-2-6-16(18(11)12)19(13)14/h1-10,17,20-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H29NO3/c1-14(2)8-6-4-5-7-9-18(21)19-13-15-10-11-16(20)17(12-15)22-3/h10-12,14,20H,4-9,13H2,1-3H3,(H,19,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16O2/c19-18(14-13-17-10-5-2-6-11-17)20-15-7-12-16-8-3-1-4-9-16/h1-14H,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4/c1-15-9-5-4-8-7(3-2-6-13-8)10(9)14-11(15)12/h2-6H,1H3,(H2,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H6ClN3OS/c12-8-3-1-7(2-4-8)9-10(14-16)15-5-6-17-11(15)13-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-11-10-5-3-2-4-8(10)6-9-7-12-9/h2-5,9H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H11NO2/c22-21(23)20-16-7-2-1-6-14(16)15-10-8-12-4-3-5-13-9-11-17(20)19(15)18(12)13/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H17NO3/c1-15(24)23(26-22(25)16-7-3-2-4-8-16)19-11-12-21-18(14-19)13-17-9-5-6-10-20(17)21/h2-12,14H,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO3/c1-6(10)7-3-2-4-8(5-7)9(11)12/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6FN/c10-8-3-4-9-7(6-8)2-1-5-11-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-14-8-13(17(19)20)11-6-4-9-2-1-3-10-5-7-12(14)16(11)15(9)10/h1-8,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15N/c1-3-7-16-14(5-1)9-11-20-18(16)13-19-17-8-4-2-6-15(17)10-12-21(19)22-20/h1-3,5-7,9-13H,4,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO2/c15-10-14(16)13-8-6-12(7-9-13)11-4-2-1-3-5-11/h1-10,16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12N2O3/c1-8-13-9-5-3-4-6-10(9)19-15(13)14-11(20)7-12(22-2)17(21)16(14)18-8/h3-7,19H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H16N4O/c27-21-15-10-16-6-4-5-9-20(16)22(21)26-25-19-13-11-18(12-14-19)24-23-17-7-2-1-3-8-17/h1-15,27H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4O/c1-15-8-4-3-7-6(2-5-9(16)13-7)10(8)14-11(15)12/h2-5H,1H3,(H2,12,14)(H,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2O/c4-1-3(6)2-5/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11Cl2N2O2P/c5-1-3-8(4-2-6)11(7,9)10/h1-4H2,(H3,7,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N3O2/c1-10-5-6-3-2-4-7(11(12)13)8(6)9-10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6FN/c10-8-5-6-11-9-4-2-1-3-7(8)9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H8O/c16-15-11-5-1-3-9-7-8-10-4-2-6-12(15)14(10)13(9)11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4Cl2O2/c6-1-3-2-9-5(8)4(3)7/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10/c1-3-7-13-11(5-1)9-10-12-6-2-4-8-14(12)13/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO/c1-6-4-2-3-5-7(6)8-9/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13NO/c22-18-7-3-6-15-14(18)9-11-17-20(15)19-13-5-2-1-4-12(13)8-10-16(19)21-17/h1-11,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2/c1-3(5)4(2)6/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-6-3-4-8(9-10)5-7(6)2/h3-5,9-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7BrN2O3S/c12-8-1-3-9(4-2-8)13-11(15)7-5-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H9NO3/c20-19(21)16-9-14-13-7-6-11-3-1-2-10-4-5-12(8-15(14)22-16)18(13)17(10)11/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10Cl2N2O/c1-13(2)9(14)12-6-3-4-7(10)8(11)5-6/h3-5H,1-2H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13N/c1-9-7-8-10(2)14-13(9)11-5-3-4-6-12(11)15-14/h3-8,15H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO4/c14-13(15)8-5-6-11-12(7-8)17-10-4-2-1-3-9(10)16-11/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N4O4/c7-6(11)9-8-3-4-1-2-5(14-4)10(12)13/h1-3H,(H3,7,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H15N5/c1-6-5-9-11(17-13(14)18(9)4)12-10(6)15-7(2)8(3)16-12/h5H,1-4H3,(H2,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5NS/c1-2-3-5-4-6/h2H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CN4O8/c6-2(7)1(3(8)9,4(10)11)5(12)13">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1-2-6(5-8-6)4-7-3-1/h1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7ClO/c13-8-5-6-12-10(7-8)9-3-1-2-4-11(9)14-12/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O/c21-18-10-7-12-5-8-16-15-4-2-1-3-13(15)11-14-6-9-17(18)19(12)20(14)16/h1-11,21H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N3O4/c1-4-6(8)2-5(9(11)12)3-7(4)10(13)14/h2-3H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O/c15-14(12-9-5-2-6-10-12)13-11-7-3-1-4-8-11/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO/c8-7(9)6-4-2-1-3-5-6/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O5/c1-18-8-5-10(16)13-12(6-8)19-11-3-2-7(15)4-9(11)14(13)17/h2-6,15-16H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H4Cl2O2/c11-7-8(12)10(14)6-4-2-1-3-5(6)9(7)13/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H9NO3/c18-14-8-10-3-1-2-9-4-5-11-13(17(19)20)7-6-12(14)16(11)15(9)10/h1-8,18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO3/c1-15-8-3-4-9-11(7-8)14-13-10(5-6-17-13)12(9)16-2/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NS/c1-2-5-3-4-1/h4H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13N/c1-2-4-18-14(3-1)5-7-16-12-20-17(11-19(16)18)8-6-15-9-10-22-13-21(15)20/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c1-8-6-9-4-2-3-5-10(9)11-7-8/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4BrNO2/c7-5-3-1-2-4-6(5)8(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO5/c1-11(2,3)17-10(13)7-5-8-4-6-9(16-8)12(14)15/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7N7O2S/c1-15-4-14-7(16(17)18)9(15)19-8-5-6(11-2-10-5)12-3-13-8/h2-4H,1H3,(H,10,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10N2O2/c17-13-7-3-9-1-2-10-4-8-14(18(19)20)12-6-5-11(13)15(9)16(10)12/h1-8H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N/c11-10-7-3-5-8-4-1-2-6-9(8)10/h1-7H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Br/c22-12-19-16-7-2-1-6-15(16)17-10-8-13-4-3-5-14-9-11-18(19)21(17)20(13)14/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5NO3/c4-3(5)7-2-1-6-2/h2H,1H2,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2O2/c1-2-5(3-6)4-7/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11N5O/c1-6-5-12-7-3-4-8-10(9(7)13-6)14-11(15-17)16(8)2/h3-5,17H,1-2H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10Cl2O2/c14-10-1-3-12(16)8(6-10)5-9-7-11(15)2-4-13(9)17/h1-4,6-7,16-17H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11N3O2/c1-2-3-4-8(7-10)5(6)9/h2-4H2,1H3,(H2,6,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14N2O4/c1-11(2,3)12-9(14)6-4-8-5-7-10(17-8)13(15)16/h4-7H,1-3H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8N2O4/c16-14(17)10-4-5-11-9(7-10)6-8-2-1-3-12(13(8)11)15(18)19/h1-5,7H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N4O4/c1-19-11(16)13-12-6-8-7-14(17)9-4-2-3-5-10(9)15(8)18/h2-7H,1H3,(H,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2/c13-11-5-1-9(2-6-11)10-3-7-12(14)8-4-10/h1-8H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8N2O/c1-3-5(2)4-6/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O4/c17-15(18)11-3-5-13-9(7-11)1-2-10-8-12(16(19)20)4-6-14(10)13/h3-8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO2/c1-2-11-8-5-3-7(9-10)4-6-8/h3-6,9-10H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N6O/c4-8-6-1-3(10)2-7-9-5/h3,10H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5F2N/c7-4-1-2-6(9)5(8)3-4/h1-3H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H17N/c1-13-11-19-21(17-9-5-3-7-15(13)17)22-18-10-6-4-8-16(18)14(2)12-20(22)23-19/h3-12,23H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O2/c15-14(16)8-5-6-12-10(7-8)9-3-1-2-4-11(9)13-12/h1-7,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2O4/c1-5(10)2-8(7-12)3-6(11)4-9/h5-6,9-11H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-5-2-3-6(8)4-7(5)9/h2-4,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10N2O4/c23-21(24)17-10-6-11-5-7-13-12-3-1-2-4-14(12)20(22(25)26)16-9-8-15(17)18(11)19(13)16/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10ClN3/c1-12(2)11-10-8-5-3-7(9)4-6-8/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H13N/c21-18-10-7-12-5-6-14-11-13-3-1-2-4-15(13)16-8-9-17(18)19(12)20(14)16/h1-11H,21H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N2O3/c1-19(2)11-10-18-17(20)12-6-5-9-15-16(12)22-14-8-4-3-7-13(14)21-15/h3-9H,10-11H2,1-2H3,(H,18,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H25NO2/c1-2-18-23(19-12-6-3-7-13-19,20-14-8-4-9-15-20)26-22(25)24-21-16-10-5-11-17-21/h3-4,6-9,12-15,21H,5,10-11,16-17H2,1H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H13NO/c1-18-9-8-13-5-4-12-3-2-11-6-7-14(19)10-15(11)16(12)17(13)18/h2-10,19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10Cl2/c16-9-14-10-5-1-3-7-12(10)15(17)13-8-4-2-6-11(13)14/h1-8H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c9-7(8-10)6-4-2-1-3-5-6/h1-5,10H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5N3O2/c1-6-3-2-5-4(6)7(8)9/h2-3H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14/c1-13-6-7-15-12-19-16(11-17(15)10-13)9-8-14-4-2-3-5-18(14)19/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13NO2/c1-10(20)19-15-9-16(21)14-8-6-12-4-2-3-11-5-7-13(15)18(14)17(11)12/h2-9,21H,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7N/c1-2-6-9-8(4-1)5-3-7-10-9/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO2S/c8-7(9)5-1-3-6(10)4-2-5/h1-4,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16/c1-13-16-8-5-6-9-17(16)14(2)20-18(13)12-11-15-7-3-4-10-19(15)20/h3-12H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18FN3O3/c1-2-19-9-11(16(22)23)15(21)10-7-12(17)14(8-13(10)19)20-5-3-18-4-6-20/h7-9,18H,2-6H2,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11Cl/c18-10-12-9-8-11-4-3-7-15-13-5-1-2-6-14(13)17(12)16(11)15/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N4O3S/c11-5-7-1-2-9(5)6-8-3-4(14-6)10(12)13/h3H,1-2H2,(H,7,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N4/c1-7-3-4-10-14(13(7)16)18-12-6-9(15)8(2)5-11(12)17-10/h3-6H,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-4-8-10(16-12(13)17(8)3)11-9(6)14-5-7(2)15-11/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2/c11-9-5-1-3-7-8(9)4-2-6-10(7)12/h1-6H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15N5/c1-10-8-13-15(21-17(18)22(13)2)16-14(10)19-9-12(20-16)11-6-4-3-5-7-11/h3-9H,1-2H3,(H2,18,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N/c1-15-13-8-4-2-6-11(13)10-12-7-3-5-9-14(12)15/h2-10H,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O4/c9-6-2-1-5(3-7(6)10)4-8(11)12/h1-3,9-10H,4H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11N3/c1-6-3-4-8-7(5-6)11-9(10)12(8)2/h3-5H,1-2H3,(H2,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7Cl2O4P/c1-8-11(7,9-2)10-3-4(5)6/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19NO2/c1-19-8-7-12-10-15(20)18(21-2)17-13-6-4-3-5-11(13)9-14(19)16(12)17/h3-6,10,14,20H,7-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6Br2O/c4-1-3(5)2-6/h3,6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H10N2O4/c19-17(20)13-5-9-1-2-10-6-14(18(21)22)8-12-4-3-11(7-13)15(9)16(10)12/h1-2,5-8H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6O2/c13-11-8-5-1-3-7-4-2-6-9(10(7)8)12(11)14/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11Cl/c18-10-14-7-6-13-5-4-11-2-1-3-12-8-9-15(14)17(13)16(11)12/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3NO4/c7-3-4-1-2-5(10-4)6(8)9/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13N3/c1-7-12-11(8(2)15-13(7)14)9-5-3-4-6-10(9)16-12/h3-6,16H,1-2H3,(H2,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8O2/c17-13-7-3-9-1-2-10-4-8-14(18)12-6-5-11(13)15(9)16(10)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15N3/c1-11-13(17-2)8-9-14-16(11)19-15(10-18-14)12-6-4-3-5-7-12/h3-10,17H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O/c1-10(17)16-14-8-4-12(5-9-14)11-2-6-13(15)7-3-11/h2-9H,15H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c1-2-6-3-4-7-9(11-7)8(6)10-5-1/h1-5,7,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O/c1-3-5(2)4-6/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11N3/c1-6-7(2)13-10-5-8(11)3-4-9(10)12-6/h3-5H,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14N4O7S/c23-21(24)14-7-9-15(17(11-14)22(25)26)20-13-6-8-16(18(10-13)30(27,28)29)19-12-4-2-1-3-5-12/h1-11,19-20H,(H,27,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N3O/c1-18(2)15-9-7-14(8-10-15)17-16-13-5-3-12(11-19)4-6-13/h3-11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H17N3O4/c1-12-10-3-2-9(8-11(10)14(17)18)13(4-6-15)5-7-16/h2-3,8,12,15-16H,4-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10O/c20-19-15-7-3-5-11-8-9-14-13-6-2-1-4-12(13)10-16(19)18(14)17(11)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H22N4O4/c1-23(2)12-6-11-21-18-13-7-4-5-8-15(13)22-19-14(20(25)28-3)9-10-16(17(18)19)24(26)27/h4-5,7-10H,6,11-12H2,1-3H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl3O2/c6-3-2(4(7)8)1-10-5(3)9/h4H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N3O2/c1-4-5(2)8(10)7(11(12)13)3-6(4)9/h3H,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H28N2/c1-14-10-18-17-8-5-9-19-21(17)15(11-20(18)22(2)12-14)13-23(19)16-6-3-4-7-16/h5,8-9,13-14,16,18,20H,3-4,6-7,10-12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O4/c1-5-4-6(8(10)11)2-3-7(5)9(12)13/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O/c1-10-18-17-15(19(10)2)8-6-12-4-3-11-5-7-13(20)9-14(11)16(12)17/h3-9,20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO5/c12-10(16-6-9-5-15-9)7-1-3-8(4-2-7)11(13)14/h1-4,9H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO2/c14-13(15)12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-5-3-2-4-6(8)7(5)9/h2-4H,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-8-14(18(21)22)12-7-5-10-3-1-2-9-4-6-11(13)16(12)15(9)10/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H17N3/c1-21-14-10-12-15(13-11-14)22-20-16-6-2-4-8-18(16)23-19-9-5-3-7-17(19)20/h2-13,21H,1H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO/c1-5(8)6-3-2-4-7-6/h2-4,7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H13NO2/c24-23(25)18-9-10-20-15(11-18)7-8-17-12-21-16(13-22(17)20)6-5-14-3-1-2-4-19(14)21/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H7FN2O3S/c12-8-2-1-3-9(5-8)13-11(15)7-4-10(14(16)17)18-6-7/h1-6H,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H7NO3/c14-13(15)8-5-6-10-9-3-1-2-4-11(9)16-12(10)7-8/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11BrO/c15-10-14(16)13-8-6-12(7-9-13)11-4-2-1-3-5-11/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H3NO2/c6-3-1-2-4(7)5-3/h1-2H,(H,5,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N3O2/c1-10-3-8-15(20)14(9-10)18-17-13-6-4-12(5-7-13)16-11(2)19/h3-9,20H,1-2H3,(H,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N3O/c1-18(2)14-9-7-13(8-10-14)16-17-15-6-4-3-5-12(15)11-19/h3-10,19H,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N4O4/c13-9-3-1-7(5-11(9)15(17)18)8-2-4-10(14)12(6-8)16(19)20/h1-6H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O3/c8-6-2-1-5(4-10)7(3-6)9(11)12/h1-3,10H,4,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8N2O4/c19-17(20)13-7-5-11-9-3-1-2-4-10(9)12-6-8-14(18(21)22)16(13)15(11)12/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16N2/c1-4-10-16(11-5-1)19-20(17-12-6-2-7-13-17)23-21(22-19)18-14-8-3-9-15-18/h1-15H,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O/c1-2(5)4-3/h3H2,1H3,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9NO/c1-3(5)2-4/h3,5H,2,4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O2/c1-11-8-12-4-2-3-5-14(12)17-9-13-6-7-18(20)19(21)16(13)10-15(11)17/h2-10,18-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8N4/c11-8-5-4-7-10(13-8)14-6-2-1-3-9(14)12-7/h1-6H,(H2,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O3/c8-7-3-6(9(11)12)2-1-5(7)4-10/h1-3,10H,4,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H10O2/c21-19-15-7-3-5-11-8-9-14-13-6-2-1-4-12(13)10-16(20(19)22)18(14)17(11)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O2/c19-13-4-8-15(9-5-13)21-17-2-1-3-18(12-17)22-16-10-6-14(20)7-11-16/h1-12H,19-20H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12/c1-3-13-7-9-18-12-16-6-2-4-14-8-10-17-11-15(5-1)19(13)21(18)22(17)20(14)16/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H11Cl/c18-10-12-6-3-8-14-13-7-1-4-11-5-2-9-15(16(11)13)17(12)14/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7N3O2/c1-4-6-3-5(7(4)2)8(9)10/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N4O/c1-22(2)11-10-20-18(23)14-8-5-7-13-16(19)12-6-3-4-9-15(12)21-17(13)14/h3-9H,10-11H2,1-2H3,(H2,19,21)(H,20,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O4/c1-6(11)9(12)7-2-4-8(5-3-7)10(13)14/h2-5,12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H17N/c1-3-7-16-14(5-1)9-11-20-18(16)13-19-17-8-4-2-6-15(17)10-12-21(19)22-20/h1,3,5,7,9-13H,2,4,6,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O2/c12-11(13)8-3-4-9-7(6-8)2-1-5-10-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1(3-7-5-9-7)2-4-8-6-10-8/h7-8H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H6O3/c11-8-5-9(12)10(13)7-4-2-1-3-6(7)8/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5/c1-6-4-8-10(16-12(13)17(8)3)11-9(6)15-7(2)5-14-11/h4-5H,1-3H3,(H2,13,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6N2O3/c12-10-6-5-9(11(13)14)7-3-1-2-4-8(7)10/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O2/c21-18-9-8-14-16(20(18)22)7-6-13-15-5-4-11-2-1-3-12(19(11)15)10-17(13)14/h1-10,18,20-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N3O2/c7-4-1-2-6(9(10)11)5(8)3-4/h1-3H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11N5O2/c22-11-7-5-10(6-8-11)9-17-21-16(23)15-14(19-20-21)12-3-1-2-4-13(12)18-15/h1-9,18,22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2O2/c1-4(7)3-6(2)5-8/h4,7H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12/c1-7-5-4-6-8(2)9(7)3/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N4/c1-7-2-9-4-8(1)5-10(3-7)6-9/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N3O2/c1-9-14-10-4-2-3-5-11(10)20-16(14)15-13(22)8-12(21-6-7-21)18(23)17(15)19-9/h2-5,8,20H,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H20N2O/c1-21(2)11-10-20-19(22)17-9-5-8-16-12-14-6-3-4-7-15(14)13-18(16)17/h3-9,12-13H,10-11H2,1-2H3,(H,20,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14/c1-13-11-16-7-4-6-14-9-10-18-17-8-3-2-5-15(17)12-19(13)21(18)20(14)16/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO4/c17-13(10-6-8-12(9-7-10)16(18)19)15-14(20-15)11-4-2-1-3-5-11/h1-9,14-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O/c15-14-9-10-5-1-2-6-11(10)12-7-3-4-8-13(12)14/h1-9,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2Br2/c3-1-2-4/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H26O7/c1-4-5-6-7-14(23)27-15-18(2,3)9-13-20-11-19(20,16(24)28-17(20)25)12(10-22)8-21(13,15)26/h6-8,10,13,15-16,24,26H,4-5,9,11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H5Cl2NO4/c13-7-4-11-12(5-8(7)14)19-10-3-6(15(16)17)1-2-9(10)18-11/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H26N6O2/c11-5-3-8-13-7-1-2-9-15(10-4-6-12)16(18)14-17/h13,18H,1-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16O/c1-11-13-7-3-4-8-14(13)12(2)18-17(11)15-9-5-6-10-16(15)19-20(18)21-19/h3-10,19-20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H6N4O4S/c16-14(17)8-3-1-7(2-4-8)9-10(15(18)19)13-5-6-20-11(13)12-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10BrN3/c1-12(2)11-10-8-5-3-7(9)4-6-8/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO2/c15-14(16)11-6-5-10-7-9-3-1-2-4-12(9)13(10)8-11/h1-6,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N3O4/c6-5(7-9)3-1-2-4(12-3)8(10)11/h1-2,9H,(H2,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9N/c1-2-5-11-10(4-1)7-8-13-12(11)6-3-9-14-13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2O2/c15-14(16)11-7-3-5-9-8-4-1-2-6-10(8)13-12(9)11/h1-7,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c10-8-5-1-3-7-4-2-6-11-9(7)8/h1-6H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H19N3/c1-2-24-20-13-16(23)9-11-18(20)17-10-8-15(22)12-19(17)21(24)14-6-4-3-5-7-14/h3-13,23H,2,22H2,1H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O2/c9-7-8(10)6-4-2-1-3-5-6/h1-5,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N3/c1-8-3-10-5-11-4-9(2)13(17)7-15(11)18-14(10)6-12(8)16/h3-7H,16-17H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2O/c7-4-1-2-6(9)5(8)3-4/h1-3,9H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2/c14-13-9-5-1-3-7-11(9)15-12-8-4-2-6-10(12)13/h1,3,5,7H,2,4,6,8H2,(H2,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C31H42N3/c1-7-32(8-2)28-19-13-25(14-20-28)31(26-15-21-29(22-16-26)33(9-3)10-4)27-17-23-30(24-18-27)34(11-5)12-6/h13-24H,7-12H2,1-6H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H21N3/c1-19(2)15-9-5-13(6-10-15)17(18)14-7-11-16(12-8-14)20(3)4/h5-12,18H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O7S2/c1-10-3-6-15(11(2)7-10)19-20-17-14-5-4-13(28(22,23)24)8-12(14)9-16(18(17)21)29(25,26)27/h3-9,21H,1-2H3,(H,22,23,24)(H,25,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16ClN4/c10-2-1-3-14-7-11-4-12(8-14)6-13(5-11)9-14/h1-2H,3-9H2/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H28Cl3N3O/c1-16(4-3-11-29(12-9-24)13-10-25)27-23-19-7-5-17(26)14-22(19)28-21-8-6-18(30-2)15-20(21)23/h5-8,14-16H,3-4,9-13H2,1-2H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H18N4/c1-12-8-17-19(10-15(12)21)24(14-6-4-3-5-7-14)20-11-16(22)13(2)9-18(20)23-17/h3-11H,1-2H3,(H3,21,22)/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12ClN/c1-7(2)5-3-4-6/h3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17N3/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N3S/c1-18(2)11-5-7-13-15(9-11)20-16-10-12(19(3)4)6-8-14(16)17-13/h5-10H,1-4H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22ClNO/c1-16(15-21-18-10-6-3-7-11-18)20(13-12-19)14-17-8-4-2-5-9-17/h2-11,16H,12-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H19N3/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19N3/c1-19(2)14-7-5-12-9-13-6-8-15(20(3)4)11-17(13)18-16(12)10-14/h5-11H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H30ClN3O/c1-5-27(6-2)13-7-8-16(3)25-23-19-11-9-17(24)14-22(19)26-21-12-10-18(28-4)15-20(21)23/h9-12,14-16H,5-8,13H2,1-4H3,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClN/c7-5-6-3-1-2-4-8-6/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClN/c7-4-6-2-1-3-8-5-6/h1-3,5H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H30N2O3/c1-5-29(6-2)19-13-15-23-25(17-19)33-26-18-20(30(7-3)8-4)14-16-24(26)27(23)21-11-9-10-12-22(21)28(31)32/h9-18H,5-8H2,1-4H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13N3/c1-17-13-7-11(15)4-2-9(13)6-10-3-5-12(16)8-14(10)17/h2-8H,1H3,(H3,15,16)/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16N3S/c1-9-6-13-15(8-11(9)16)19-14-7-10(18(2)3)4-5-12(14)17-13/h4-8H,16H2,1-3H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7N3O4/c6-3(5(10)11)2-12-4(9)1-8-7/h1,3H,2,6H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3N3O2S/c4-3-5-1-2(9-3)6(7)8/h1H,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H46O2/c1-17(2)7-6-8-18(3)21-9-10-22-20-15-24-27(29-24)16-19(28)11-14-26(27,5)23(20)12-13-25(21,22)4/h17-24,28H,6-16H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11N5O3/c1-2-3-4-9(8-11)5(6)7-10(12)13/h2-4H2,1H3,(H2,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H18Cl2N2O2/c14-5-7-17(8-6-15)11-3-1-10(2-4-11)9-12(16)13(18)19/h1-4,12H,5-9,16H2,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2OS/c1-11-5-2-3-6-7(4-5)12-8(9)10-6/h2-4H,1H3,(H2,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H15N3O7/c1-11(10-18)8(17)9-4(2-12)6(15)7(16)5(14)3-13/h2,4-7,13-16H,3H2,1H3,(H,9,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O4/c1-5-3-15(10(18)12-9(5)17)8-2-6(13-14-11)7(4-16)19-8/h3,6-8,16H,2,4H2,1H3,(H,12,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N4O5/c9-7-10-2-12(8(16)11-7)6-5(15)4(14)3(1-13)17-6/h2-6,13-15H,1H2,(H2,9,11,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11Br/c19-18-7-3-5-13-10-16-14(11-17(13)18)9-8-12-4-1-2-6-15(12)16/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H5N3O4/c12-7-5-2-1-4(11(14)15)3-6(5)8(13)10-9-7/h1-3H,(H,9,12)(H,10,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7N5O3/c1-2-7(6-9)3(4)5-8(10)11/h2H2,1H3,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N6O/c1-12(2)11-10-6-4(5(7)13)8-3-9-6/h3H,1-2H3,(H2,7,13)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3N3O2/c7-2-1-4-6-3(8)5-2/h1H,(H2,5,6,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12Br2O4/c7-1-3(9)5(11)6(12)4(10)2-8/h3-6,9-12H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H18N4O5/c1-5-9(16)12(21)8-6(4-24-14(17)22)15(23-2)13-7(18-13)3-19(15)10(8)11(5)20/h4,7,13,18,20-21H,3,16H2,1-2H3,(H2,17,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N4O4S/c15-1-4-6(16)7(17)10(18-4)14-3-13-5-8(14)11-2-12-9(5)19/h2-4,6-7,10,15-17H,1H2,(H,11,12,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO4/c10-6(9(13)14)3-5-1-2-7(11)8(12)4-5/h1-2,4,6,11-12H,3,10H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O/c8-7(9-10)6-4-2-1-3-5-6/h1-5,10H,(H2,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9NO3S/c1-3(7)6-4(2-10)5(8)9/h4,10H,2H2,1H3,(H,6,7)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13NO/c1-9-8-11(14)4-7-13(9)10-2-5-12(15)6-3-10/h2-8,15H,14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3O2S/c8-7-9-5-2-1-4(10(11)12)3-6(5)13-7/h1-3H,(H2,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11F3N2O5/c11-10(12,13)4-2-15(9(19)14-8(4)18)7-1-5(17)6(3-16)20-7/h2,5-7,16-17H,1,3H2,(H,14,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5N5O3/c1-6(5-8)2(3)4-7(9)10/h1H3,(H2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N5O/c6-4-3-5(8-1-7-3)9-2-10(4)11/h1-2H,6H2,(H,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O3/c11-8-7-9(13-3-12-8)15(4-14-7)10-6(17)1-5(2-16)18-10/h3-6,10,16-17H,1-2H2,(H2,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4N2S/c4-3-5-1-2-6-3/h1-2H,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6BrNO2/c8-5-6-1-3-7(4-2-6)9(10)11/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3N/c1-2-3-4/h2H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14NO6P/c1-3-15-18(14,16-4-2)17-10-7-5-9(6-8-10)11(12)13/h5-8H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5Br2Cl/c4-1-3(5)2-6/h3H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4Cl2/c3-1-2-4/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O3/c1-8-10-9(7-13(2,3)12(10)17)11(16)14(4,18)15(8)5-6-15/h7,12,17-18H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O4/c1-8-10-9(6-13(2,7-16)12(10)18)11(17)14(3,19)15(8)4-5-15/h6,12,16,18-19H,4-5,7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9N5O3/c1-2-3-8(9(11)12)4(5)6-7-10/h2-3H2,1H3,(H2,5,6,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13N5O3/c1-2-3-4-5-10(9-12)6(7)8-11(13)14/h2-5H2,1H3,(H2,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O4/c1-14(2,16)12-6-9-5-8-3-4-13(15)18-10(8)7-11(9)17-12/h3-5,7,12,16H,6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N3S/c1-11-6-4-2-3-5-7(6)12-8(11)10-9/h2-5H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15N3O5/c11-6(4-14)10(18)13-12-3-5-1-2-7(15)9(17)8(5)16/h1-2,6,12,14-17H,3-4,11H2,(H,13,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H13N/c1-3-7-11(8-4-1)13-14(15-13)12-9-5-2-6-10-12/h1-10,13-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H32O8/c1-12(2)6-18(24)26-9-15-10-27-21(30-19(25)7-13(3)4)20-16(15)8-17(29-14(5)23)22(20)11-28-22/h10,12-13,16-17,20-21H,6-9,11H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N6O2S/c1-11-3(12(13)14)2-8-4(11)5-9-10-6(7)15-5/h2H,1H3,(H2,7,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12/c1-2-8-15-13(6-1)12-14-7-5-11-17-16-9-3-4-10-18(16)20(15)19(14)17/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8N6O2/c12-9-8-11(14-5-13-9)16-10(15-8)6-1-3-7(4-2-6)17(18)19/h1-5H,(H3,12,13,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H18O8/c1-8(22)21(28)6-10-13(11(23)7-21)19(26)16-15(18(10)25)17(24)9-4-3-5-12(29-2)14(9)20(16)27/h3-5,24-28H,6-7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H14O7/c1-22-10-4-3-9(20)14-16(21)15-11(23-2)7-12-13(18(15)26-17(10)14)8-5-6-24-19(8)25-12/h3-8,19-20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9N3O6S/c10-6(9(13)14)4-19-8-2-1-5(11(15)16)3-7(8)12(17)18/h1-3,6H,4,10H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12Cl2NO4P/c8-1-3-10(4-2-9)15(12)13-5-7(11)6-14-15/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N2/c1-15-12-8-4-2-6-10(12)14-11-7-3-5-9-13(11)15/h2-9H,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O8S2/c1-15(9,10)13-3-5(7)6(8)4-14-16(2,11)12/h5-8H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18N6/c1-7(2,5(9)10)13-14-8(3,4)6(11)12/h1-4H3,(H3,9,10)(H3,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11Cl2NO/c1-8(9,4-2-6)5-3-7/h2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N4/c9-11-8-7-4-2-1-3-6(7)5-10-12-8/h1-5,7,9-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8ClN3O3S/c8-3-4-9-7(12)10-5-1-2-6(15-5)11(13)14/h1-2H,3-4H2,(H2,9,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O5/c16-1-4-6(17)7(18)10(20-4)15-3-13-5-8(14-19)11-2-12-9(5)15/h2-4,6-7,10,16-19H,1H2,(H,11,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12N4O2/c1-2-17-11(16)15-14-10-9-6-4-3-5-8(9)7-12-13-10/h3-7H,2H2,1H3,(H,13,14)(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24Cl2N4O/c1-3-26(12-9-21)11-4-10-23-19-15-6-5-14(22)13-17(15)24-16-7-8-18(27-2)25-20(16)19/h5-8,13H,3-4,9-12H2,1-2H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H25ClN4/c1-2-28(16-12-24)15-6-14-26-22-18-8-3-4-9-20(18)27-23-19(22)11-10-17-7-5-13-25-21(17)23/h3-5,7-11,13H,2,6,12,14-16H2,1H3,(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H23NO5/c1-4-12-9-11(2)18(3,22)17(21)23-10-13-5-7-19-8-6-14(15(13)19)24-16(12)20/h4-5,14-15,22H,2,6-10H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c9-6-8(11)10-7-4-2-1-3-5-7/h1-5H,6,9H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11N5O3/c1-4(2)3-9(8-11)5(6)7-10(12)13/h4H,3H2,1-2H3,(H2,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N2/c1-10-6-13-12-4-3-5-14-16(12)11(8-17-14)7-15(13)18(2)9-10/h3-6,8,13,15,17H,7,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H20N2/c1-10-6-13-12-4-3-5-14-16(12)11(8-17-14)7-15(13)18(2)9-10/h3-5,8,10,13,15,17H,6-7,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N3S/c13-7-1-3-9-11(5-7)16-12-6-8(14)2-4-10(12)15-9/h1-6H,13-14H2/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2/c1-2-16-13-6-4-3-5-11(13)12-9-10(15)7-8-14(12)16/h3-9H,2,15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N3/c1-5-2-3-6-7(4-5)11-8(9)10-6/h2-4H,1H3,(H3,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H33N2/c1-5-28(6-2)25-18-14-23(15-19-25)27(22-12-10-9-11-13-22)24-16-20-26(21-17-24)29(7-3)8-4/h9-21H,5-8H2,1-4H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11N3O/c16-10-5-6-11-9(7-10)8-18-14(11)17-13-4-2-1-3-12(13)15(18)19/h1-7H,8,16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12O/c1-2-7-13-10(4-1)5-3-6-11(13)8-12-9-14-12/h1-7,12H,8-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H17N3O6S/c11-5(10(18)19)1-2-7(14)13-6(4-20)9(17)12-3-8(15)16/h5-6,20H,1-4,11H2,(H,12,17)(H,13,14)(H,15,16)(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O2/c16-13(11-7-3-1-4-8-11)15-14(17-15)12-9-5-2-6-10-12/h1-10,14-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15NO4/c1-16-10-5-4-8-11(13(10)18-3)15-14-9(6-7-19-14)12(8)17-2/h4-5H,6-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N4/c9-11-8-7-4-2-1-3-6(7)5-10-12-8/h1-5,7H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7NO2/c5-4(6)1-3-2-7-3/h3H,1-2H2,(H2,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-3-4(2)7-5-6/h4H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">true</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N4O5S/c1-10(5-13-3-2-11-12-13)8(9(16)17)14-6(15)4-7(14)20(10,18)19/h2-3,7-8H,4-5H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H13NO2/c1-4-7(9)10-6-5-8(2)3/h4H,1,5-6H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl4/c7-3-1-4(8)6(10)2-5(3)9/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O5/c1-2-22-19(21)12-23-14-8-9-15-16(20)11-17(24-18(15)10-14)13-6-4-3-5-7-13/h3-11H,2,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H30/c1-2-3-4-5-6-7-8-9-10-12-15-18-16-13-11-14-17-18/h11,13-14,16-17H,2-10,12,15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O2/c1-4-9-7(8)5-6(2)3/h6H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16O2/c1-4-5-6-7-11-9(10)8(2)3/h2,4-7H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H22O/c1-10-6-5-8-11(2)7-3-4-9-12(10,11)13/h10,13H,3-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O4/c1-7(2)9(11)13-5-6-14-10(12)8(3)4/h1,3,5-6H2,2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO/c8-7-4-2-1-3-6(7)5-9/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl3NO3/c7-2-1-3(8)6(11)5(4(2)9)10(12)13/h1,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H19NO/c1-5-16-11-6-7-13-12(8-11)10(2)9-14(3,4)15-13/h6-9,15H,5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H38O4/c1-5-9-13-19(7-3)17-27-23(25)21-15-11-12-16-22(21)24(26)28-18-20(8-4)14-10-6-2/h11-12,15-16,19-20H,5-10,13-14,17-18H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H22Cl2O3/c1-3-5-6-12(4-2)10-21-16(19)11-20-15-8-7-13(17)9-14(15)18/h7-9,12H,3-6,10-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H35NO3/c1-5-25(6-2)19-13-18-23(3,4)28-22(26)24(27,20-14-9-7-10-15-20)21-16-11-8-12-17-21/h7,9-10,14-15,21,27H,5-6,8,11-12,16-17,19H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1-5-7(9)10-6-8(2,3)4/h5H,1,6H2,2-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3HCl2F5/c4-1(6)2(7,8)3(5,9)10/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N7/c13-9-7(6-4-2-1-3-5-6)16-8-10(14)18-12(15)19-11(8)17-9/h1-5H,(H6,13,14,15,17,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10O4/c1-13-9(11)7-3-5-8(6-4-7)10(12)14-2/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClN/c10-8-5-7-3-1-2-4-9(7)11-6-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H20O4/c1-10(2)12(14)16-8-6-5-7-9-17-13(15)11(3)4/h1,3,5-9H2,2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22O4/c1-11(7-13-3-5-15(19)17(21)9-13)12(2)8-14-4-6-16(20)18(22)10-14/h3-6,9-12,19-22H,7-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8Cl2O2S/c13-7-1-3-9(15)11(5-7)17-12-6-8(14)2-4-10(12)16/h1-6,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO2/c1-8-5-3-4-6-10(8)12-11(14)7-9(2)13/h3-6H,7H2,1-2H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O/c1-2-4-5-3-1/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N5O/c1-2-21-9-8-12-13(11-6-4-3-5-7-11)19-15(16)20-14(12)17-10-18-20/h3-7,10H,2,8-9H2,1H3,(H2,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H7NS/c3-1-2-4/h4H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C25H37NO3/c1-23(2,3)26-21(27)20-9-8-18-17-7-6-16-14-15(22(28)29)10-12-24(16,4)19(17)11-13-25(18,20)5/h6,14,17-20H,7-13H2,1-5H3,(H,26,27)(H,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O2/c13-11-5-1-9(2-6-11)10-3-7-12(14)8-4-10/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Br/c1-6-2-4-7(8)5-3-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9Cl/c15-14-7-3-6-12-8-10-4-1-2-5-11(10)9-13(12)14/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10O5/c1-15-10-7-3-4-9(14)18-12(7)13(16-2)11-8(10)5-6-17-11/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10/c1-3-7-12-10(5-1)9-11-6-2-4-8-13(11)12/h1-8H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22O5/c1-12-6-5-9-14(19)8-4-2-3-7-13-10-15(20)11-16(21)17(13)18(22)23-12/h3,7,10-12,20-21H,2,4-6,8-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9NO4/c6-3(5(9)10)1-2-4(7)8/h3H,1-2,6H2,(H,7,8)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18N2O2/c1-7(2)9(13)10-11(4,5)6-8(3)12/h8,12H,1,6H2,2-5H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O3/c1-3-7-5(6)8-4-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-16-8-6-13-5-7-15-11-14-3-1-2-4-17(14)19-10-9-18(16)20(13)21(15)19/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H36O6/c1-2-6-18-17(5-1)23-13-9-21-11-15-25-19-7-3-4-8-20(19)26-16-12-22-10-14-24-18/h17-20H,1-16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5NO3/c6-3-1-2-4(7)5(3)8/h8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H18N2/c1-3-9(4-2)7-5-6-8/h3-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O2/c1-6(2)4-5-9-7(3)8/h6H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H20N2/c1-9-5-13(6-10(2)15(9)17)14-7-11(3)16(18)12(4)8-14/h5-8H,17-18H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O2/c1-2-3-4-5-6-7(8)9/h2-6H2,1H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H26O/c1-10(2)17-12(4)18(6,7)16-8-11(3)14(13(5)19)9-15(16)17/h8-10,12,17H,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O7/c7-3(8)1-6(13,5(11)12)2-4(9)10/h13H,1-2H2,(H,7,8)(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2I2/c2-1-3/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9BrO2/c1-12-8-4-2-3-7(5-8)9(11)6-10/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15NO/c1-3-7(4-2)5-6-8/h8H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H19NO6/c1-11-9-13-7-8-14(17(22)16(13)20(26)27-11)18(23)21-15(19(24)25)10-12-5-3-2-4-6-12/h2-8,11,15,22H,9-10H2,1H3,(H,21,23)(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O/c1-2-3-4-6-5-7-6/h6H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12O2/c1-3-6-5-7-4-2/h3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O3/c1-5(2)6(8)9-4-3-7/h7H,1,3-4H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O5/c1-20-11-4-2-9(3-5-11)12-8-21-14-7-10(17)6-13(18)15(14)16(12)19/h2-8,17-18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O6/c7-1-2(8)5-3(9)4(10)6(11)12-5/h2,7-11H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O2/c1-7-3-5-8(6-4-7)9(10)11-2/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl3/c7-4-1-5(8)3-6(9)2-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4N2O/c2-1(3)4/h(H4,2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9Cl/c1-2-3-4-5/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO2/c8-7(9)6-4-2-1-3-5-6/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N4O2/c1-10-3-8-5-4(10)6(12)9-7(13)11(5)2/h3H,1-2H3,(H,9,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N/c1-6-2-4-7-5-3-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11NO2/c13-11(14)6-5-8-7-12-10-4-2-1-3-9(8)10/h1-4,7,12H,5-6H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H27NO4/c1-17(2,3)18-9-12(19)10-22-16-6-4-5-11-7-14(20)15(21)8-13(11)16/h4-6,12,14-15,18-21H,7-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O4/c11-6(10(15)16)4-8(14)5-2-1-3-7(13)9(5)12/h1-3,6,13H,4,11-12H2,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H12N2/c1-4(6)2-3-5/h4H,2-3,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9NO3S/c1-3(10)5(9)6-2-4(7)8/h3,10H,2H2,1H3,(H,6,9)(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c7-5-3-1-2-4-6-8/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H26O3/c1-4-6-7-15(5-2)14-21-18(19)13-10-16-8-11-17(20-3)12-9-16/h8-13,15H,4-7,14H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18N2O2/c1-11(2)4-10(14-9-16)5-12(3,6-11)7-13-8-15/h10H,4-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2O2/c1-7-12-9(6-11(14-7)13(16)17)8-4-2-3-5-10(8)15-12/h2-5,7,11,14-15H,6H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N2O3PS/c1-3-15-18(19,16-4-2)17-12-9-13-10-7-5-6-8-11(10)14-12/h5-9H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H51O4P/c1-7-13-16-22(10-4)19-26-29(25,27-20-23(11-5)17-14-8-2)28-21-24(12-6)18-15-9-3/h22-24H,7-21H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O3S/c1-7(12)11-8-3-5-9(6-4-8)15(13,14)10-2/h3-6,10H,1-2H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl3O/c7-4-1-3(10)2-5(8)6(4)9/h1-2,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N2O3/c1-3-20-15-9-5-13(6-10-15)17-18(19)14-7-11-16(12-8-14)21-4-2/h5-12H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14/c1-3-7-15(8-4-1)17-11-13-18(14-12-17)16-9-5-2-6-10-16/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H19NOS/c1-2-3-4-5-6-7-9-12-11(13)8-10-14-12/h8,10H,2-7,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO3/c8-4-1-2-6(9)5(3-4)7(10)11/h1-3,9H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4ClN5/c4-1-7-2(5)9-3(6)8-1/h(H4,5,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H30O2S/c1-13-9-17(23)15(21(3,4)5)11-19(13)25-20-12-16(22(6,7)8)18(24)10-14(20)2/h9-12,23-24H,1-8H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N/c14-13-11-7-3-1-5-9(11)10-6-2-4-8-12(10)13/h1-8,13H,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NO2/c1-5-2(3)4/h1H3,(H2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9FN2O3/c9-5-4-11(6-2-1-3-14-6)8(13)10-7(5)12/h4,6H,1-3H2,(H,10,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18N2O5S/c1-16(2)12(15(21)22)18-13(20)11(14(18)24-16)17-10(19)8-23-9-6-4-3-5-7-9/h3-7,11-12,14H,8H2,1-2H3,(H,17,19)(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O/c1-3-8-4-6-9(10-2)7-5-8/h3-7H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O/c1-9(13)11-7-6-10-4-2-3-5-12(10)8-11/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O4/c11-8-5-9(13-2-12-8)15(3-14-5)10-7(18)6(17)4(1-16)19-10/h3-4,6,10,13,16-17H,1-2H2,(H2,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H8O5/c16-7-1-3-9-11(5-7)19-14-10-4-2-8(17)6-12(10)20-15(18)13(9)14/h1-6,16-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H26O3/c1-3-4-5-6-7-8-15(18)11-9-14-10-12-16(19)17(13-14)20-2/h10,12-13,19H,3-9,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H22O3/c1-11-8-12(10-16(2,3)9-11)19-15(18)13-6-4-5-7-14(13)17/h4-7,11-12,17H,8-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O4/c11-9(12)7-5-3-1-2-4-6-8-10(13)14/h1-8H2,(H,11,12)(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9O2PS2/c1-5-6(4,7-2)8-3/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O5/c5-2(4(8)9)1-3(6)7/h2,5H,1H2,(H,6,7)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16O2/c1-7(2)8(10)11-6-9(3,4)5/h1,6H2,2-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H23NO2/c1-4-7-13-8-5-6-9-15(13)18-11-14(17)10-16-12(2)3/h4-6,8-9,12,14,16-17H,1,7,10-11H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H28O7/c1-2-16-5-6-18-9-10-20-13-14-21-12-11-19-8-7-17-4-3-15-1/h1-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N/c1-2-7-3-5-8-6-4-7/h2-6H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H26N4O4S/c1-17(29-23(31)15-21-16-28-18(2)30-24(21)27)22(35-26(33)20-11-7-4-8-12-20)13-14-34-25(32)19-9-5-3-6-10-19/h3-12,16H,13-15H2,1-2H3,(H,29,31)(H2,27,28,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8Cl2O3/c1-13-9(12)5-14-8-3-2-6(10)4-7(8)11/h2-4H,5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3ClO/c1-2(3)4/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO3/c1-2-12-8-5-3-4-7(6-8)9(10)11/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6N2/c1-4-5-2-3-6-4/h2-3H,1H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O3S/c1-10(17)16-12-4-8-14(9-5-12)20(18,19)13-6-2-11(15)3-7-13/h2-9H,15H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10BrNO3/c1-2-11-6(10)4-8-5(9)3-7/h2-4H2,1H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4O4/c5-3(6)1-2-4(7)8/h1-2H,(H,5,6)(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13ClF3N3O4S3/c1-18-10(4-23-5-11(13,14)15)17-7-2-6(12)8(24(16,19)20)3-9(7)25(18,21)22/h2-3,10,17H,4-5H2,1H3,(H2,16,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H26N2/c14-12-5-1-10(2-6-12)9-11-3-7-13(15)8-4-11/h10-13H,1-9,14-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9N/c1-2-3-4-5-6/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H20N4/c1-19(2)15-9-5-13(6-10-15)17-18-14-7-11-16(12-8-14)20(3)4/h5-12H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO2/c1-15(11-7-3-2-4-8-11)14(17)12-9-5-6-10-13(12)16(15)18/h2-10,18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c1-5-3-8-6(2)4-7-5/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H20O2/c1-4-11(12)13-9-7-5-6-8-10(2)3/h4,10H,1,5-9H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c8-6-4-2-1-3-5(6)7(9)10/h1-4H,8H2,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O/c7-6-4-2-1-3-5-6/h1-5,7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2O/c14-13(16)15(11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H,(H2,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H26S/c1-2-3-4-5-6-7-8-9-10-11-12-13/h13H,2-12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14N2/c1-6(2)8-5-9-7(3)4/h6-7H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H23N3O/c1-19(2)12-13-20(17-6-4-5-11-18-17)14-15-7-9-16(21-3)10-8-15/h4-11H,12-14H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H41N3O3/c1-27(2,19-23-13-9-7-10-14-23)29(5)25(33)21-31(17-18-32)22-26(34)30(6)28(3,4)20-24-15-11-8-12-16-24/h7-16,32H,17-22H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11Cl3NO3PS/c1-3-14-17(18,15-4-2)16-9-7(11)5-6(10)8(12)13-9/h5H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O/c1-5(2)4-6(3)7/h5H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O/c10-8-4-7-9-5-2-1-3-6-9/h1-7,10H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Cl2N/c7-4-1-5(8)3-6(9)2-4/h1-3H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H21N/c1-22-14-12-18(13-15-22)21-19-8-4-2-6-16(19)10-11-17-7-3-5-9-20(17)21/h2-11H,12-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8O2/c1-9-7-4-2-6(8)3-5-7/h2-5,8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12Cl2O4/c1-3-7(2)13(18)8-4-5-9(12(15)11(8)14)19-6-10(16)17/h4-5H,2-3,6H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6O2S/c1-5(2,3)4/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N4/c1-7(2,5-9)11-12-8(3,4)6-10/h1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2/c1-2-3(4)5/h2H2,1H3,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H27N/c1-10(2)7-13(8-11(3)4)9-12(5)6/h10-12H,7-9H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O5/c16-9-6-10(17)12-11(7-9)20-15(14(19)13(12)18)8-4-2-1-3-5-8/h1-7,15-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O5/c10-4-5-6(8(11)12)2-1-3-7(5)9(13)14/h1-3,10H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H32O2/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18(19)20/h6-7,9-10H,2-5,8,11-17H2,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18N2O4/c1-8-10(15(17)18)6-9-11(12(8)16(19)20)14(4,5)7-13(9,2)3/h6H,7H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H24O/c1-2-3-4-5-6-7-8-9-10-12-11-13-12/h12H,2-11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H15O4P/c19-23(20-16-10-4-1-5-11-16,21-17-12-6-2-7-13-17)22-18-14-8-3-9-15-18/h1-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl4O/c7-2-1-3(8)6(11)5(10)4(2)9/h1,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8ClNO3/c9-6-1-3-7(4-2-6)10(13)8(12)5-11/h1-4,11,13H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H24N9P3/c1-7-16(8-2)13-17(9-3,10-4)15-18(11-5,12-6)14-16/h7-12H,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2/c1-7(2,5-9)8(3,4)6-10/h1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12N2O3S/c1-11(7,10)3-2-4(6)5(8)9/h4,7H,2-3,6H2,1H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H21N3O2/c1-4-24(5-2)15-11-10-14-12-16(21(25)26-19(14)13-15)20-22-17-8-6-7-9-18(17)23(20)3/h6-13H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12N2O3/c12-9(11(15)16)3-6-5-13-10-2-1-7(14)4-8(6)10/h1-2,4-5,9,13-14H,3,12H2,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15NO2/c16-14-9-5-4-8-13(14)15(17)18-11-10-12-6-2-1-3-7-12/h1-9H,10-11,16H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO4/c11-9(12)6-5-7-3-1-2-4-8(7)10(13)14/h1-6H,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14/c1-10-3-5-14-12(7-10)9-13-8-11(2)4-6-15(13)14/h3-8H,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O2/c7-5(9)3-1-2-4-6(8)10/h1-4H2,(H2,7,9)(H2,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c8-7(10)5-3-1-2-4-6(5)9/h1-4,9H,(H2,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8ClNO2S/c6-1-2-10-3-4(7)5(8)9/h1-2,4H,3,7H2,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO2/c1-2-4-5(10-3-1)7-9(12-7)8-6(4)11-8/h1-3,6-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N5/c1-15-7-5-6-3-2-4-12-8(6)13-9(7)14-10(15)11/h2-5H,1H3,(H2,11,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O/c1-7-4-2-3-5-8(7)6-9/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H33N/c1-4-7-10-13-16(14-11-8-5-2)15-12-9-6-3/h4-15H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9NO2/c1-8(13)14-10-6-2-4-9-5-3-7-12-11(9)10/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8O3/c12-10-6-8-4-2-1-3-7(8)5-9(10)11(13)14/h1-6,12H,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H35N/c1-5-9-11-15(7-3)13-17-14-16(8-4)12-10-6-2/h15-17H,5-14H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10ClN5/c1-3(2)9-6-11-4(7)10-5(8)12-6/h3H,1-2H3,(H3,8,9,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4N2/c1-2-5-3-4-1/h1-3H,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11Cl2NO6/c13-6-1-2-9(7(14)3-6)21-5-10(16)15-8(12(19)20)4-11(17)18/h1-3,8H,4-5H2,(H,15,16)(H,17,18)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6OS/c3-1-2-4/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O2S/c5-7(6)3-1-2-4-7/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C25H22ClNO3/c1-17(2)24(18-11-13-20(26)14-12-18)25(28)30-23(16-27)19-7-6-10-22(15-19)29-21-8-4-3-5-9-21/h3-15,17,23-24H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N/c1-3-4(2)5/h4H,3,5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18N4O3/c1-3-4-9-15-13(19)18-11-8-6-5-7-10(11)16-12(18)17-14(20)21-2/h5-8H,3-4,9H2,1-2H3,(H,15,19)(H,16,17,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O/c1-3-7-11(8-4-1)13-12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H21N3O3/c1-13(2,3)15-7-11(18)8-4-5-10(17)9(6-8)16-12(14)19/h4-6,11,15,17-18H,7H2,1-3H3,(H3,14,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13ClN2O2/c1-18-13-8-7-11(17)9-14(13)19(16(21)10-15(18)20)12-5-3-2-4-6-12/h2-9H,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H13NO2/c1-6(2-4-7)3-5-8/h7-8H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO/c1-5-3-2-4-6(9)7(5)8/h2-4,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO3/c1-2-4(3-6)5(7)8/h6H,2-3H2,1H3,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6HCl3F8O2/c7-3(12,2(10,11)1(18)19)5(14,15)4(8,13)6(9,16)17/h(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14O7/c1-5(2)16-7(12)4-9(15,8(13)14)3-6(10)11/h5,15H,3-4H2,1-2H3,(H,10,11)(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O5/c1-9(2,3)14-7(11)13-8(12)15-10(4,5)6/h1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3Cl3N3O3/c4-7-1(10)8(5)3(12)9(6)2(7)11">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO/c14-12-8-4-7-11(9-12)13-10-5-2-1-3-6-10/h1-9,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N4O5/c1-9-11(5-3-7-13(9)17(20)21)15-16(19)12-6-4-8-14(10(12)2)18(22)23/h3-8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH3NO/c2-1-3/h1H,(H2,2,3)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11ClO/c14-12-6-7-13(15)11(9-12)8-10-4-2-1-3-5-10/h1-7,9,15H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O/c1-4(3)2-5/h2H,3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N3/c1-5-2-3-6-7(4-5)9-10-8-6/h2-4H,1H3,(H,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O2/c1-2-3-4-5-6-7-8(9)10/h2-7H2,1H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO2/c1-7-3-5-9(6-4-7)10(12)8(2)11/h3-6,12H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2O/c1-5-3-7(10)8(11-2)4-6(5)9/h3-4H,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O3/c1-11-8(10)6-2-4-7(9)5-3-6/h2-5,9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O6/c7-4(8)1-3(6(11)12)2-5(9)10/h1H,2H2,(H,7,8)(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N3O/c6-5(9)4-3-7-1-2-8-4/h1-3H,(H2,6,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N/c1-2-16(15-11-7-4-8-12-15)13-14-9-5-3-6-10-14/h3-12H,2,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14N2O2S/c1-7(2,12-4)5-9-11-6(10)8-3/h5H,1-4H3,(H,8,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O/c16-10-15-13-7-3-1-5-11(13)9-12-6-2-4-8-14(12)15/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2/c1-2-5-3-4-1/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3BrO2/c1-2(4)3(5)6/h1H2,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10/c1-3-9-7-5-6-8-10(9)4-2/h3-8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O3S/c7-10(8,9)6-4-2-1-3-5-6/h1-5H,(H,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H30Cl2N2O5/c1-3-4-5-11-25(12-6-13-30-2)21(29)18(9-10-19(26)27)24-20(28)15-7-8-16(22)17(23)14-15/h7-8,14,18H,3-6,9-13H2,1-2H3,(H,24,28)(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O4/c1-3-9(11)13-7-5-6-8-14-10(12)4-2/h3-4H,1-2,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O/c1-3-7-13(8-4-1)11-15-12-14-9-5-2-6-10-14/h1-10H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8Br4O3/c9-3-1-2(8(14)15-7(1)13)4(10)6(12)5(3)11">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O3S/c1-7(2)12-10(13)8-5-3-4-6-9(8)11-16(12,14)15/h3-7,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15ClNO4PS2/c1-3-16-19(20,17-4-2)21-8-14-10-6-5-9(13)7-11(10)18-12(14)15/h5-7H,3-4,8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H15N/c1-4-7-10(8-5-2)9-6-3/h4-6H,1-3,7-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-2-9-8-6-4-3-5-7-8/h3-7,9H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c7-6-4(8(10)11)2-1-3-5(6)9/h1-3,9H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9N3O9/c1-5(2-15-6(9)10,3-16-7(11)12)4-17-8(13)14/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15ClO4/c1-17(2,16(20)21)22-14-9-5-12(6-10-14)15(19)11-3-7-13(18)8-4-11/h3-10H,1-2H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H19NO4/c1-2-22-17(20)14-10-12-9-11-5-3-7-19-8-4-6-13(15(11)19)16(12)23-18(14)21/h9-10H,2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H8BrNO2/c1-15-11(14)9(7-13)6-8-4-2-3-5-10(8)12/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H20N2O2/c1-2-3-14-17-18(22)20(15-10-6-4-7-11-15)21(19(17)23)16-12-8-5-9-13-16/h4-13,17H,2-3,14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18O2/c1-7(2,3)9-10-8(4,5)6/h1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO/c1-6-4-2-3-5-7(6)8(9)10/h2-5H,1H3,(H2,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22O2/c1-17(2,15-11-7-5-8-12-15)19-20-18(3,4)16-13-9-6-10-14-16/h5-14H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O2/c1-3-5-7-10-8(9)6-4-2/h3-7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18O/c1-3-5-7-9-8-6-4-2/h3-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-3-4(2)5(6)7/h3H2,1-2H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H22N6O4/c17-14(24)12-2-1-5-22(12)16(26)11(6-9-7-18-8-19-9)21-15(25)10-3-4-13(23)20-10/h7-8,10-12H,1-6H2,(H2,17,24)(H,18,19)(H,20,23)(H,21,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O/c1-3-5-6-8(4-2)7-9/h6-7H,3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N/c1-7-2-4-8(6-9)5-3-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2/c1-2-4-8-6-10-9-5-7(8)3-1/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O/c8-6-2-1-3-7(9)5(6)4-10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O3/c1-6(10)7-3-4-8(11)9(5-7)12-2/h3-5,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1-6(2)5-10-8(9)7(3)4/h6H,3,5H2,1-2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O2/c1-10(2,3)8-6-7(11)4-5-9(8)12/h4-6,11-12H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2/c7-5-2-1-3-6(8)4-5/h5-6H,1-4,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15NO2/c1-2-3-8-14-11(13)9-4-6-10(12)7-5-9/h4-7H,2-3,8,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20/c1-8(2)10-6-4-9(3)5-7-10/h8-10H,4-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H10N2/c4-2-1-3-5/h1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O2/c1-9-6-7-12-13(8-9)15(17)11-5-3-2-4-10(11)14(12)16/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13NO/c18-16-9-7-14(8-10-16)17-15-6-5-12-3-1-2-4-13(12)11-15/h1-11,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O2/c1-3-5-6-7(4-2)8(9)10/h7H,3-6H2,1-2H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6Cl2/c1-2-4(6)3-5/h2,4H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20O2/c1-8(2)5-6-12-10(11)7-9(3)4/h8-9H,5-7H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NO2/c3-1-2(4)5/h1,3H2,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7FO/c8-7-3-1-6(5-9)2-4-7/h1-4,9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H17NO2S/c1-2-3-4-11-5-6-12-7-8-13-9-10/h2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15NO2S/c16-13-11-8-4-5-9-12(11)14(17)15(13)18-10-6-2-1-3-7-10/h4-5,8-10H,1-3,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12Cl2N4/c1-10-21-22-16-9-20-17(12-4-2-3-5-14(12)19)13-8-11(18)6-7-15(13)23(10)16/h2-8H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O2/c16-14-9-6-12(7-10-14)8-11-15(17)13-4-2-1-3-5-13/h1-11,16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c9-6-8(10)7-4-2-1-3-5-7/h1-6,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4ClNO2/c7-5-2-1-3-6(4-5)8(9)10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11N3O3/c19-14-9-16-15(10-4-2-1-3-5-10)12-8-11(18(20)21)6-7-13(12)17-14/h1-8H,9H2,(H,17,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O6/c5-1(3(7)8)2(6)4(9)10/h1-2,5-6H,(H,7,8)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2S/c1-3-6(2,4)5/h3H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O/c1-5(2)4-6(3)7/h5-7H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O/c10-8-4-7-9-5-2-1-3-6-9/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H19N/c1-7(2)5-9-6-8(3)4/h7-9H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9Br/c13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11ClN4O2S/c15-11-2-1-3-12-14(11)17-8-13(18-12)19-22(20,21)10-6-4-9(16)5-7-10/h1-8H,16H2,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N4O2/c1-10-5-4(8-3-9-5)6(12)11(2)7(10)13/h3H,1-2H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O2/c1-4-2-3/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2O4/c3-1(4)2(5)6/h(H,3,4)(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2Cl6/c3-1(4,5)2(6,7)8">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14Cl3NO4S/c1-22-3-2-10(13(19)20)17-12(18)6-21-11-5-8(15)7(14)4-9(11)16/h4-5,10H,2-3,6H2,1H3,(H,17,18)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H38O/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19/h19H,2-18H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9NO6/c8-4(9)1-7(2-5(10)11)3-6(12)13/h1-3H2,(H,8,9)(H,10,11)(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H19NOS/c1-4-7-10(8-5-2)9(11)12-6-3/h4-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO2/c1-7-2-3-8(6-9(7)12)10-4-5-11/h2-3,6,10-12H,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O/c1-2-3/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H15NO3/c1-8(2)5-6(7(11)12)9(3,4)10(8)13/h5,13H,1-4H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2O3/c2-1(3)4/h(H2,2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O/c1-2-3-4-5-6-8-7-9-8/h8H,2-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H30O8/c1-3-5-7-9-16(27)11-15-12-17(28)13-20-22(15)26(32)34-21-14-19(29)23(25(30)31)18(24(21)33-20)10-8-6-4-2/h12-14,28-29H,3-11H2,1-2H3,(H,30,31)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O2/c1-4-5-9-6-7-10(12-2)11(8-9)13-3/h4,6-8H,1,5H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17O4P/c1-16-9-8-14-19(15-16)23-24(20,21-17-10-4-2-5-11-17)22-18-12-6-3-7-13-18/h2-15H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6Cl3NO3/c13-7-5-10(14)12(11(15)6-7)19-9-3-1-8(2-4-9)16(17)18/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H6O3/c12-10-4-2-7-1-3-9-8(5-6-13-9)11(7)14-10/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O4/c1-6(11)7-4-8(13-2)10(12)9(5-7)14-3/h4-5,12H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C25H40O2S/c1-23-13-10-19-17(7-6-16-14-20-21(28-20)15-24(16,19)2)18(23)8-9-22(23)27-25(26-3)11-4-5-12-25/h16-22H,4-15H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9O6P/c4-1-3(5)2-9-10(6,7)8/h3-5H,1-2H2,(H2,6,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H27N/c1-3-5-7-9-11-13-12-10-8-6-4-2/h13H,3-12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8OS/c1-6-4-2-3-5/h3H,2,4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O3/c5-1-3-7-4-2-6/h5-6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H25N3/c1-25(2)21-13-7-18(8-14-21)23(17-5-11-20(24)12-6-17)19-9-15-22(16-10-19)26(3)4/h5-16,24H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c10-7-5-3-1-2-4-6(5)8(11)9-7/h1-2,5-6H,3-4H2,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9NO/c1-6-4-2-3-5(6)7/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7N/c1-2-7-5-3-4-6-8-7/h2-6H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H27O4P/c1-3-5-12-18(4-2)17-22-25(21,23-19-13-8-6-9-14-19)24-20-15-10-7-11-16-20/h6-11,13-16,18H,3-5,12,17H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O4/c15-7-1-3-9-11(5-7)14(18)10-4-2-8(16)6-12(10)13(9)17/h1-6,15-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H44O8/c1-2-6-22-21(5-1)29-17-13-25-9-10-27-15-19-31-23-7-3-4-8-24(23)32-20-16-28-12-11-26-14-18-30-22/h21-24H,1-20H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H42N/c1-4-5-6-7-8-9-10-11-12-13-14-18-21-24(2,3)22-23-19-16-15-17-20-23/h15-17,19-20H,4-14,18,21-22H2,1-3H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14N4O5/c9-1-5(13)10-2-6(14)11-3-7(15)12-4-8(16)17/h1-4,9H2,(H,10,13)(H,11,14)(H,12,15)(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO2/c15-11-7-3-1-5-9(11)13-14-10-6-2-4-8-12(10)16-13/h1-8,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15O3P/c1-4-8-10(7,6-3)9-5-2/h4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O3/c1-9(2)7-8-12-13(16)10-5-3-4-6-11(10)14(17)15(12)18/h3-7,12H,8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6Br2/c8-5-6-1-3-7(9)4-2-6/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O2/c1-5-3-7(9)4-6(2)8(5)10/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H25BrN2/c1-12-5-16-17-7-15(21)8-19-20(17)14(6-18(16)22(2)9-12)11-23(19)10-13-3-4-13/h7-8,11-13,16,18H,3-6,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H22O6/c1-11(2)13(15)19-9-7-17-5-6-18-8-10-20-14(16)12(3)4/h1,3,5-10H2,2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H12O4P/c5-1-9(2-6,3-7)4-8/h5-8H,1-4H2/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8O7S2/c11-7-2-1-6-3-8(18(12,13)14)5-10(9(6)4-7)19(15,16)17/h1-5,11H,(H,12,13,14)(H,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H27ClO5/c1-12(24)22(28-13(2)25)8-6-16-14-9-18(23)17-10-19(26)27-11-20(17,3)15(14)5-7-21(16,22)4/h9-10,14-16H,5-8,11H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H12N2/c1-2-8-14-13(7-1)21-20-19(15-9-3-5-11-17(15)23-21)16-10-4-6-12-18(16)24-22(14)20/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14N2O/c1-12-6-9-14(10-7-12)18-19-17-15-5-3-2-4-13(15)8-11-16(17)20/h2-11,20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H21ClFNO3/c1-16-23(30)15-21(17-7-5-4-6-8-17)29(26(16)18-9-11-19(28)12-10-18)22-13-20(31-2)14-24(32-3)25(22)27/h4-15H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H21ClO3/c1-25-19-10-4-16(5-11-19)22(17-6-12-20(26-2)13-7-17)23(24)18-8-14-21(27-3)15-9-18/h4-15H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Cl2/c9-5-7-3-1-2-4-8(7)6-10/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22O8P2/c1-3-17(13-5-9-15(10-6-13)25-27(19,20)21)18(4-2)14-7-11-16(12-8-14)26-28(22,23)24/h5-12H,3-4H2,1-2H3,(H2,19,20,21)(H2,22,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3O3S/c1-7-8(2)13-17-11(7)14-18(15,16)10-5-3-9(12)4-6-10/h3-6,14H,12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H36O/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-18-17-19-18/h18H,2-17H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N2O6/c1-9-13(16(20)24-3)15(14(10(2)18-9)17(21)25-4)11-7-5-6-8-12(11)19(22)23/h5-8,15,18H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O/c1-2-3-8-4-6-9(10)7-5-8/h2,4-7,10H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2/c7-5-2-1-3-6(8)4-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O3/c1-5-2-3-6(9(11)12)4-7(5)8-10/h2-4,8,10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H32O3/c1-19-11-13(12-22)18(23)10-14(19)4-5-15-16(19)6-8-20(2)17(15)7-9-21(20,3)24/h12-17,24H,4-11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H19ClN4O2S/c1-10-4-3-5-11(2)15(10)20-13-8-12(17)19-16(21-13)24-9-14(23)18-6-7-22/h3-5,8,22H,6-7,9H2,1-2H3,(H,18,23)(H,19,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO2/c1-2-12-9(11)7-5-3-4-6-8(7)10/h3-6H,2,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O2/c1-2-3-4(5)6/h2-3H2,1H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O5/c11-9-13-7-6(8(18)14-9)12-10(19)15(7)5-1-3(17)4(2-16)20-5/h3-5,16-17H,1-2H2,(H,12,19)(H3,11,13,14,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8Cl4N2O2/c17-9-5-13(19)15(21-7-9)23-11-1-2-12(4-3-11)24-16-14(20)6-10(18)8-22-16/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O3/c1-8(12)3-4-9-5-6-10(13)11(7-9)14-2/h5-7,13H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2O2S/c13-9-1-5-11(6-2-9)17(15,16)12-7-3-10(14)4-8-12/h1-8H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O/c8-6-3-1-5(2-4-6)7(9)10/h1-4H,8H2,(H2,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NO2/c1-2-3(4)5/h2H,1H3,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9Cl2NO3/c11-7-2-1-6(5-8(7)12)13-9(14)3-4-10(15)16/h1-2,5H,3-4H2,(H,13,14)(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H24N2O4/c1-5-6-12(4,7-17-10(13)15)8-18-11(16)14-9(2)3/h9H,5-8H2,1-4H3,(H2,13,15)(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16O2/c1-11(16)3-4-12-5-6-14-10-15(17-2)8-7-13(14)9-12/h5-10H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H5Cl3O3/c9-4-1-6(11)7(2-5(4)10)14-3-8(12)13/h1-2H,3H2,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15NO3/c8-4-1-7(2-5-9)3-6-10/h8-10H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14Cl2O/c17-14-7-3-12(4-8-14)16(19,11-1-2-11)13-5-9-15(18)10-6-13/h3-11,19H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8ClNO2/c1-6(11)10(12)8-4-2-7(9)3-5-8/h2-5,12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl3/c7-4-2-1-3-5(8)6(4)9/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H30NO3/c1-16(2)24(5,17(3)4)14-15-26-23(25)22-18-10-6-8-12-20(18)27-21-13-9-7-11-19(21)22/h6-13,16-17,22H,14-15H2,1-5H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2/c7-5-1-2-6(8)4-3-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10O4/c1-14-9-6-7(2-4-8(9)11)3-5-10(12)13/h2-6,11H,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H21N/c1-2-3-4-5-6-16-7-11-18(12-8-16)19-13-9-17(15-20)10-14-19/h7-14H,2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12F2N2O3/c1-2-21-8-11(17(23)24)16(22)10-7-12(18)13(14(19)15(10)21)9-3-5-20-6-4-9/h3-8H,2H2,1H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6O/c1-5-3-2-4-6-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15ClN2O5/c12-2-1-6-4-14(11(18)13-10(6)17)9-3-7(16)8(5-15)19-9/h4,7-9,15-16H,1-3,5H2,(H,13,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H3Cl2N3/c5-2-1-3(6)9-4(7)8-2/h1H,(H2,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12O3/c15-13-9-5-4-8-12(13)14(16)17-10-11-6-2-1-3-7-11/h1-9,15H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N3/c1-2-8-3-7-5-10-9-4-6(1)7/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11FO/c16-14-9-6-12(7-10-14)8-11-15(17)13-4-2-1-3-5-13/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O2/c9-7(11)5-3-1-2-4-6(5)8(10)12/h1-4H,(H2,9,11)(H2,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16N2O/c1-11(18)17-15-8-4-13(5-9-15)10-12-2-6-14(16)7-3-12/h2-9H,10,16H2,1H3,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO3/c1-15-13(16)9-5-3-4-8-6-7-10(18-2)12(11(8)9)14(15)17/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O2/c1-3-5-6-9-7(8)4-2/h4H,2-3,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4O2/c5-4-2-1-3-6-4/h1-2H,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H18N2O/c29-28(22-10-12-26-20(16-22)14-18-6-2-4-8-24(18)26)27-21-9-11-25-19(15-21)13-17-5-1-3-7-23(17)25/h1-12,15-16H,13-14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20S2/c1-7-3-4-9(5-10(7)12)8(2)6-11/h7-12H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O4/c1-4-3-6(10)7(5(2)9)8(11)12-4/h3,7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5N3O3/c4-3(9)6-5-1-2(7)8/h1H,(H,7,8)(H3,4,6,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16FN3O3/c1-2-3-4-5-6-13-10(17)15-7-8(12)9(16)14-11(15)18/h7H,2-6H2,1H3,(H,13,17)(H,14,16,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2N2/c4-2-1-3-5/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H40O3/c1-15(4-9-22(26)27)19-7-8-20-18-6-5-16-14-17(25)10-12-23(16,2)21(18)11-13-24(19,20)3/h15-21,25H,4-14H2,1-3H3,(H,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4F3NO2/c8-7(9,10)5-3-1-2-4-6(5)11(12)13/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl4NO3/c1-15-7-4(10)2(8)6(12(13)14)3(9)5(7)11/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H20N2/c1-3-5-7-10(9)8-6-4-2/h3-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H28N2O4/c1-4-15-14-25-11-9-16(15)12-21(25)22(29-23(26)28-5-2)18-8-10-24-20-7-6-17(27-3)13-19(18)20/h4,6-8,10,13,15-16,21-22H,1,5,9,11-12,14H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9Br/c13-12-8-6-11(7-9-12)10-4-2-1-3-5-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8Cl4/c6-1-5(2-7,3-8)4-9/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8ClNO/c14-10-7-5-9(6-8-10)13-15-11-3-1-2-4-12(11)16-13/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3HCl2F5/c4-1(5)2(6,7)3(8,9)10/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H19N3S/c1-16(2)8-9-17(11-13-6-10-18-12-13)14-5-3-4-7-15-14/h3-7,10,12H,8-9,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N4O5/c1-9-3-5-11(17(20)21)7-13(9)15-16(19)14-8-12(18(22)23)6-4-10(14)2/h3-8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19NO3/c19-17(18-10-4-1-5-11-18)7-3-2-6-14-8-9-15-16(12-14)21-13-20-15/h2-3,6-9,12H,1,4-5,10-11,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15NO2/c1-5(8)3-7-4-6(2)9/h5-9H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O2/c1-3-12(4-2)8-5-6-9(11-14)10(13)7-8/h5-7,13H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O2/c1-9-7-3-5-8(10-2)6-4-7/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO6S/c8-3-1-4(7(10)11)6(9)5(2-3)15(12,13)14/h1-2,9H,8H2,(H,10,11)(H,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO4S/c7-5-3-4(12(9,10)11)1-2-6(5)8/h1-3,8H,7H2,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H22NO3PS/c1-6-16-18(15,14-10(2)3)17-12-7-8-13(19-5)11(4)9-12/h7-10,15H,6H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11FO/c16-14-9-7-13(8-10-14)15(17)11-6-12-4-2-1-3-5-12/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9Br/c1-7(9)8-5-3-2-4-6-8/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2O/c9-6-5-8-3-1-7-2-4-8/h7,9H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H17NO5/c1-23-14-7-3-12(4-8-14)18-16(11-17(21)22)25-20-19(18)13-5-9-15(24-2)10-6-13/h3-10H,11H2,1-2H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H6Cl5NO3/c14-4-1-6(16)11(20)8(2-4)19-13(22)9-10(18)5(15)3-7(17)12(9)21/h1-3,20-21H,(H,19,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO3/c17-15(13-7-2-1-3-8-13)11-10-12-6-4-5-9-14(12)16(18)19/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O2/c8-7(9)6-4-2-1-3-5-6/h1-5H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H24N2S/c16-13(14-11-7-3-1-4-8-11)15-12-9-5-2-6-10-12/h11-12H,1-10H2,(H2,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Br2NO/c8-5-1-4(3-10)2-6(9)7(5)11/h1-2,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H17NO3/c1-8(2)5-6(7(11)12)9(3,4)10(8)13/h6,13H,5H2,1-4H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl3O/c7-3-1-4(8)6(9)5(10)2-3/h1-2,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H30O3/c1-22-6-3-12(25)9-17(22)13-10-14(13)20-16(22)4-7-23(2)21(20)15-11-18(15)24(23)8-5-19(26)27-24/h14-16,18,20-21H,3-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13ClN2O/c1-19-14-8-7-12(17)9-13(14)16(18-10-15(19)20)11-5-3-2-4-6-11/h2-9H,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H18/c1-15-6-7-17-8-9-20-22-11-10-18-16(2)4-3-5-19(18)21(22)12-13-23(20)24(17)14-15/h3-14H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1-3-5-6-7-10-8(9)4-2/h4H,2-3,5-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H20O2/c1-2-3-12-23-20-13-18-16(10-11-19(18)22)17-9-8-14-6-4-5-7-15(14)21(17)20/h4-9,13H,2-3,10-12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N2O2/c1-3-2(5)4-6/h6H,1H3,(H2,3,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12/c1-7-4-8(2)6-9(3)5-7/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO3/c1-10-5-9(13)6-2-3-7(11)8(12)4-6/h2-4,9-13H,5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO/c1-2-6-10(7-3-1)13-14-11-8-4-5-9-12(11)15-13/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H38O4/c1-3-5-7-9-11-15-19-27-23(25)21-17-13-14-18-22(21)24(26)28-20-16-12-10-8-6-4-2/h13-14,17-18H,3-12,15-16,19-20H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8O/c8-6-7-4-2-1-3-5-7/h1-5,8H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15N/c1-4-7(5-2)6-3/h4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11BrO/c16-14-9-7-13(8-10-14)15(17)11-6-12-4-2-1-3-5-12/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14N2O3/c21-11-5-7-15-17(9-11)25-18-10-12(22)6-8-16(18)19(15)13-3-1-2-4-14(13)20(23)24/h1-10,21H,22H2,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Br2/c9-5-7-2-1-3-8(4-7)6-10/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2O/c7-4-2-1-3-5(9)6(4)8/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9NO/c1-4-2-3-5/h4-5H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H26O4/c21-19(23-15-9-3-1-4-10-15)17-13-7-8-14-18(17)20(22)24-16-11-5-2-6-12-16/h7-8,13-16H,1-6,9-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H20Cl2N6O3/c1-28(2)21(32)20-26-17(11-25-18(30)10-24)29(27-20)16-8-7-12(22)9-14(16)19(31)13-5-3-4-6-15(13)23/h3-9H,10-11,24H2,1-2H3,(H,25,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H22O4/c1-11(2)13(15)17-9-7-5-6-8-10-18-14(16)12(3)4/h1,3,5-10H2,2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20O/c1-9(2)5-4-6-10(3)7-8-11/h5,10-11H,4,6-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5ClOS/c1-2-6-3(4)5/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Cl2NO/c7-3-1-4(8)6(10)5(9)2-3/h1-2,10H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3HCl2N3O3/c4-7-1(9)6-2(10)8(5)3(7)11/h(H,6,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2O2/c1-8(2,3)7-5-4-6(9)10/h7H,4-5H2,1-3H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO3/c12-9-5-8(10(13)14)11-7-4-2-1-3-6(7)9/h1-5H,(H,11,12)(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6Cl6O3S/c10-5-6(11)8(13)4-2-18-19(16)17-1-3(4)7(5,12)9(8,14)15/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-8-4-3-7-2-1-5-10-9(7)6-8/h1-6,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO3/c1-6(10)7-4-2-3-5-8(7)9(11)12/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO2S/c1-3-10-13(11,12)9-6-4-8(2)5-7-9/h4-7,10H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2O2/c1-3(4,5)2(6)7/h1H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14/c1-3-8-15(9-4-1)17-12-7-13-18(14-17)16-10-5-2-6-11-16/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6Cl2O3/c1-13-7-5(10)3-2-4(9)6(7)8(11)12/h2-3H,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1-4-8-6(7)5(2)3/h2,4H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9N3/c6-2-1-5-3-7-4-8-5/h3-4H,1-2,6H2,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H24O6/c1-26(17-30-23(27)20-11-5-2-6-12-20,18-31-24(28)21-13-7-3-8-14-21)19-32-25(29)22-15-9-4-10-16-22/h2-16H,17-19H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6O4/c9-7(10)5-1-2-6(4-3-5)8(11)12/h1-4H,(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10O/c14-10-11-5-4-8-13(9-11)12-6-2-1-3-7-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H16N2/c7-5-3-1-2-4-6-8/h1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO2/c1-4-2-3(5)6/h4H,2H2,1H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O3/c7-4-1-5(8)3-6(9)2-4/h1-3,7-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O3/c1-7(13)8-2-3-10-9(6-8)11(14)12(15-10)4-5-12/h2-3,6H,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H20O4/c1-9(2)11(14)16-7-13(5,6)8-17-12(15)10(3)4/h1,3,7-8H2,2,4-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3N3O8/c10-5-2(7(12)13)1-3(8(14)15)6(11)4(5)9(16)17/h1,10-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O/c1-3-5(2)4-6/h4-5H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClF3N/c8-5-2-1-4(3-6(5)12)7(9,10)11/h1-3H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9N/c1-4(2)3/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N/c1-8(2)10-9-6-4-3-5-7-9/h3-8,10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10N2O5/c17-12-6-5-10(7-11(12)14(20)21)16-15-9-3-1-8(2-4-9)13(18)19/h1-7,17H,(H,18,19)(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O4S/c13-9-1-5-11(6-2-9)17(15,16)12-7-3-10(14)4-8-12/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-9(2)8-6-4-3-5-7-8/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4ClN/c6-5-1-3-7-4-2-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CCl3F/c2-1(3,4)5">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H11NO3S2/c1-7(2)6(11)8-4(5(9)10)3-12-13-7/h4H,3H2,1-2H3,(H,8,11)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14/c1-2-7-17-14-22-18(13-16(17)6-1)10-12-20-19-8-4-3-5-15(19)9-11-21(20)22/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO/c1-10-6-8-11(9-7-10)14-15-12-4-2-3-5-13(12)16-14/h2-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H36N2O3/c1-5-8-9-10-13-16-25-20-15-12-11-14-19(20)22-21(24)26-18(4)17-23(6-2)7-3/h11-12,14-15,18H,5-10,13,16-17H2,1-4H3,(H,22,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H40O4/c1-14(4-7-21(27)28)17-5-6-18-22-19(9-11-24(17,18)3)23(2)10-8-16(25)12-15(23)13-20(22)26/h14-20,22,25-26H,4-13H2,1-3H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16ClO5PS/c1-4-17-21(22,18-5-2)20-10-6-7-11-9(3)13(15)14(16)19-12(11)8-10/h6-8H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6Cl2F4/c7-1-3(9)2(8)5(11)6(12)4(1)10">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9ClO/c1-10-8-4-2-7(6-9)3-5-8/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O3/c7-4-2-1-3-5(6(4)9)8(10)11/h1-3,9H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10N2O4/c16-10-6-5-9(11(17)14-10)15-12(18)7-3-1-2-4-8(7)13(15)19/h1-4,9H,5-6H2,(H,14,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2/c8-7(9)6-4-2-1-3-5-6/h1-5H,(H3,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O/c1-7(2)9-5-4-8(3)10(11)6-9/h4,9H,1,5-6H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N4/c1-17(2)13-7-5-11(6-8-13)15-16-12-4-3-9-14-10-12/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO/c9-6-8(10)7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H19N3O4/c10-6(8(13)14)3-1-2-4-12-5-7(11)9(15)16/h6-7,12H,1-5,10-11H2,(H,13,14)(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O4/c5-3(6)1-2-4(7)8/h1-2H2,(H,5,6)(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22O2/c1-18-9-8-14-13-5-3-12(19)10-11(13)2-4-15(14)16(18)6-7-17(18)20/h2,8-9,15-17,20H,3-7,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO2/c8-6(9)5-2-1-3-7-4-5/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O/c1-7-2-4-8(6-9)5-3-7/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-7(2)9-5-4-8(3)10(11)6-9/h4,9-11H,1,5-6H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H22O/c1-2-4-6-8-10-12-11(13-12)9-7-5-3-1/h11-12H,1-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N/c1-4(2)3-5/h4H,3,5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O2/c1-7(9)4-5-8-3-2-6-10-8/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15NO/c1-2-9-4-3-5-11-10(6-7-14)8-13-12(9)11/h3-5,8,13-14H,2,6-7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H26O/c1-11-8-16-15(9-14(11)13(3)19)17(4,5)10-12(2)18(16,6)7/h8-9,12H,10H2,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H33NO3/c1-2-3-4-5-6-7-8-9-10-11-16(20)17(12-14-18)13-15-19/h18-19H,2-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H26N4O8S/c1-21(2)15(20(32)33)25-18(31)14(19(25)34-21)24(17(30)11(23-3)8-12(27)28)13(16(22)29)9-4-6-10(26)7-5-9/h4-7,11,13-15,19,23,26H,8H2,1-3H3,(H2,22,29)(H,27,28)(H,32,33)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H19Cl2NO3/c1-22(2)17(12-19(23)24)20(22)21(26)28-18(13-25)14-7-6-10-16(11-14)27-15-8-4-3-5-9-15/h3-12,17-18,20H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N6/c6-3-2-4(9-1-8-2)11-5(7)10-3/h1H,(H5,6,7,8,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9NO6/c8-3-1-11-6-4(13-7(9)10)2-12-5(3)6/h3-6,8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1-4-5-10-8(9)6-7(2)3/h4,7H,1,5-6H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O2/c1-2-6-10(11)12-9-7-4-3-5-8-9/h9H,2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O5/c1-7-3-8(16)4-12-13(7)10-5-9(19-2)6-11(17)14(10)15(18)20-12/h3-6,16-17H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4HCl3N2/c5-2-1-3(6)9-4(7)8-2/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O2/c15-14(16)12-9-5-4-8-11(12)13-10-6-2-1-3-7-10/h1-9,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O2/c21-18(22)15-10-13-12-8-4-5-9-14(12)19-17(13)16(20-15)11-6-2-1-3-7-11/h1-9,15-16,19-20H,10H2,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5NO/c4-2-1-3-5/h5H,1,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16Cl3NO4/c1-7(2)3-11(14(20)21)18-13(19)6-22-12-5-9(16)8(15)4-10(12)17/h4-5,7,11H,3,6H2,1-2H3,(H,18,19)(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13NO2/c14-12(15)7-3-4-9-8-13-11-6-2-1-5-10(9)11/h1-2,5-6,8,13H,3-4,7H2,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9O3PS/c1-5-7(4,6-2)8-3/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C30H50O4/c1-3-5-7-9-11-13-15-17-21-25-33-29(31)27-23-19-20-24-28(27)30(32)34-26-22-18-16-14-12-10-8-6-4-2/h19-20,23-24H,3-18,21-22,25-26H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O3/c16-8-9-5-6-12-13(7-9)15(18)11-4-2-1-3-10(11)14(12)17/h1-7,16H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O/c1-7-4-3-5-8(2)6(7)9/h3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H23ClFNO2/c22-18-7-5-17(6-8-18)21(26)11-14-24(15-12-21)13-1-2-20(25)16-3-9-19(23)10-4-16/h3-10,26H,1-2,11-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O/c8-6-2-1-5(4-10)7(9)3-6/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N/c1-6-3-2-4-7(8)5-6/h2-5H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-9(2)7-4-5-10(9,3)8(11)6-7/h7-8,11H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11BrO/c16-14-9-6-12(7-10-14)8-11-15(17)13-4-2-1-3-5-13/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O2/c1-3-5-8-6(7)4-2/h3-4H,1-2,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13NO2/c1-2-3-4-5-6-7(8)9/h6H,2-5H2,1H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H19O6PS2/c1-5-15-9(11)7-8(10(12)16-6-2)19-17(18,13-3)14-4/h8H,5-7H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4O3S/c1-5(2,3)4/h1H3,(H,2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O2/c19-17-15-8-4-3-7-13(15)14-10-9-11-5-1-2-6-12(11)16(14)18(17)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O2/c1-6(2)5-7-8(9(11)12)10(7,3)4/h5,7-8H,1-4H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c10-8-3-4-9-7(6-8)2-1-5-11-9/h1-6H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H39O7P/c1-4-7-10-20-13-16-23-26(19,24-17-14-21-11-8-5-2)25-18-15-22-12-9-6-3/h4-18H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O2/c16-14-9-7-13(8-10-14)15(17)11-6-12-4-2-1-3-5-12/h1-11,16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c9-5-6-2-1-3-7(4-6)8(10)11/h1-4,9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9N3O2S2/c10-7-1-3-8(4-2-7)16(13,14)12-9-11-5-6-15-9/h1-6H,10H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O2/c11-8(6-9-12)10-7-4-2-1-3-5-7/h1-6,12H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C30H40O/c1-24(13-8-9-14-25(2)16-11-18-27(4)23-31)15-10-17-26(3)20-21-29-28(5)19-12-22-30(29,6)7/h8-11,13-18,20-21,23H,12,19,22H2,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O/c1-7(2)9-5-4-8(3)10(11)6-9/h4-7,11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O2/c1-5(7)3-4-6(2)8/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO3/c12-7-1-2-9-8(4-7)6(5-11-9)3-10(13)14/h1-2,4-5,11-12H,3H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H27NO2/c1-3-5-12-19(4-2)18-27-24(26)22(17-25)23(20-13-8-6-9-14-20)21-15-10-7-11-16-21/h6-11,13-16,19H,3-5,12,18H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10O4/c1-5(8)4-6(9)2-3-7(10)11/h2-4H2,1H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O4/c10-7-3-1-6(5-8(7)11)2-4-9(12)13/h1-5,10-11H,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H5ClINO/c10-6-4-7(11)9(13)8-5(6)2-1-3-12-8/h1-4,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17ClN2O2/c1-15(2,3)13(19)14(18-9-8-17-10-18)20-12-6-4-11(16)5-7-12/h4-10,14H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12/c1-11-5-4-8-14-9-12-6-2-3-7-13(12)10-15(11)14/h2-10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O4/c8-6-3-4-5(11-6)1-2-10-7(4)9/h1,3,7,9H,2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O5/c1-6-2-7(15)5-11-12(6)9-3-8(16)4-10(17)13(9)14(18)19-11/h2-5,15-17H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18O5/c1-9(2)11(13)16-7-5-15-6-8-17-12(14)10(3)4/h1,3,5-8H2,2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O/c1-3-5-6-8(4-2)7-9/h7-8H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16N2O5/c1-2-6-4-13(11(17)12-10(6)16)9-3-7(15)8(5-14)18-9/h4,7-9,14-15H,2-3,5H2,1H3,(H,12,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8ClN3O4S2/c8-4-1-5-7(2-6(4)16(9,12)13)17(14,15)11-3-10-5/h1-2,10-11H,3H2,(H2,9,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O/c1-7(2)9-5-4-8(3)6-10(9)11/h4-7,11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl2N/c6-4-1-5(7)3-8-2-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12ClN3O3S/c1-2-9-13-7-4-6(11)8(18(12,16)17)3-5(7)10(15)14-9/h3-4,9,13H,2H2,1H3,(H,14,15)(H2,12,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO/c1-12(2)11-7-5-10(6-8-11)4-3-9-13/h3-9H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H21NO2/c1-12(2)17-10-14(18)11-19-16-9-5-7-13-6-3-4-8-15(13)16/h3-9,12,14,17-18H,10-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O/c8-6-7-4-2-1-3-5-7/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11NO3S/c1-8(11(14)15)9-2-4-10(5-3-9)16-12-13-6-7-17-12/h2-8H,1H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H4Cl4/c11-7-5-3-1-2-4-6(5)8(12)10(14)9(7)13/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H31NO3/c1-4-23-17-11-16-21(2,3)26-20(24)22(25,18-12-7-5-8-13-18)19-14-9-6-10-15-19/h5,7-8,12-13,19,23,25H,4,6,9-10,14-15,17H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16O/c22-21(20-9-5-2-6-10-20)16-13-17-11-14-19(15-12-17)18-7-3-1-4-8-18/h1-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24N2O2/c1-3-13-12-22-9-7-14(13)10-19(22)20(23)16-6-8-21-18-5-4-15(24-2)11-17(16)18/h3-6,8,11,13-14,19-20,23H,1,7,9-10,12H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Cl2/c9-5-7-2-1-3-8(4-7)6-10/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5NS/c1-2-4-3-5/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2/c7-5-1-2-6(8)4-3-5/h5-6H,1-4,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O2/c13-11-7-3-1-5-9(11)10-6-2-4-8-12(10)14/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2F4/c3-1-2(4,5)6/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5F3/c8-7(9,10)6-4-2-1-3-5-6/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O7S2/c19-15-8-1-10-9-13(27(23,24)25)6-7-14(10)16(15)18-17-11-2-4-12(5-3-11)26(20,21)22/h1-9,19H,(H,20,21,22)(H,23,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-9(2)5-4-6-10(3)7-8-11/h5,8,10H,4,6-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12Cl3N/c7-1-4-10(5-2-8)6-3-9/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6BrCl/c8-7-3-1-6(5-9)2-4-7/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20O/c1-2-3-4-5-6-7-8-10-9-11-10/h10H,2-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2/c5-4-2-1-3-6-4/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12Cl8O2/c13-1-2(14)6(18)10-9(5(1)17)21-11-7(19)3(15)4(16)8(20)12(11)22-10">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O3/c1-3-8-5(7)4(2)6/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H20/c1-3-5-7-9-8-6-4-2/h3-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H14N2O4/c24-18-9-10-19(25)22(18)16-5-1-14(2-6-16)13-15-3-7-17(8-4-15)23-20(26)11-12-21(23)27/h1-12H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11FO2/c16-12-8-6-11(7-9-12)14-15(18-14)13(17)10-4-2-1-3-5-10/h1-9,14-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12/c1-3-9-6-4-8(2)5-7-9/h4-7H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12O2/c1-2-6-8(10-6)4-3-7-5(1)9-7/h5-8H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Br/c1-6-3-2-4-7(8)5-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H17NOS/c1-2-12-9(11)10-7-5-3-4-6-8-10/h2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N/c1-10(2)8-9-6-4-3-5-7-9/h3-7H,8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10/c1-7-4-3-5-8(2)6-7/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H15O3P/c1-4-10-16(11-5-1)19-22(20-17-12-6-2-7-13-17)21-18-14-8-3-9-15-18/h1-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2Cl2/c3-1-2-4/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6S2/c1-3-4-2/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2N2/c5-3-1-2-4-6/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2O4S2/c1-14-10(18)12-5-7-3-2-4-8(17)9(7)15(12)11(19)13(14,6-16)21-20-12/h2-4,8-9,16-17H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O4/c7-5(8)3-1-2-4-6(9)10/h1-4H,(H,7,8)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H16N2O/c1-2-13(16)15-10-8-14(9-11-15)12-6-4-3-5-7-12/h2-7H,1,8-11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O2/c1-10-8-4-2-7(6-9)3-5-8/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10Cl2S/c14-11-3-1-10(2-4-11)9-16-13-7-5-12(15)6-8-13/h1-8H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6Cl6/c7-1-2(8)4(10)6(12)5(11)3(1)9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13NO2S/c1-9-11(16-8-7-15-9)12(14)13-10-5-3-2-4-6-10/h2-6H,7-8H2,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H17O4PS2/c1-4-16-12(13)11(10-8-6-5-7-9-10)19-17(18,14-2)15-3/h5-9,11H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H21N2O3PS/c1-6-15-18(19,16-7-2)17-11-8-10(5)13-12(14-11)9(3)4/h8-9H,6-7H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11N3O4S2/c1-16-10(13(18)15-9-4-2-3-6-14-9)11(17)12-8(5-7-21-12)22(16,19)20/h2-7,10H,1H3,(H,14,15,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H17O2PS3/c1-4-8-10(11,9-5-2)13-7-12-6-3/h4-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18O3/c1-2-3-5-10-7-8-11-6-4-9/h9H,2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O2/c1-10-8-4-2-7(6-9)3-5-8/h2-5,9H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O3/c15-10-5-1-3-8-7-9-4-2-6-11(16)13(9)14(17)12(8)10/h1-7,15-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H18N2O4/c1-7-8(2)11(14(16)17)10(13(4,5)6)12(9(7)3)15(18)19/h1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O2/c1-3-5-6-7-8(9)10-4-2/h3-7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7N/c1-6-4-2-3-5-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO/c9-6-8(10)7-4-2-1-3-5-7/h1-5,8,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15NO5S/c1-5(14)7-10(15)13-8(12(16)17)9(19-11(7)13)6-3-2-4-18-6/h5-7,11,14H,2-4H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16O/c1-4-11(2,3)9-5-7-10(12)8-6-9/h5-8,12H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O6/c7-1-3(9)5(11)6(12)4(10)2-8/h3-12H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO/c8-7-3-1-6(5-9)2-4-7/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6ClF5/c7-1-2(8)4(10)6(12)5(11)3(1)9">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO4/c17-13(10-4-2-1-3-5-10)15-14(20-15)11-6-8-12(9-7-11)16(18)19/h1-9,14-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2O/c16-13(14-11-7-3-1-4-8-11)15-12-9-5-2-6-10-12/h1-10H,(H2,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C30H42O2/c1-27(2,3)21-15-19(16-22(25(21)31)28(4,5)6)13-14-20-17-23(29(7,8)9)26(32)24(18-20)30(10,11)12/h13-18H,1-12H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H21NO4/c1-3-17(9-14(20)21)16-13(7-8-22-17)12-6-4-5-11(10(2)19)15(12)18-16/h4-6,10,18-19H,3,7-9H2,1-2H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO3/c8-7(9)4-3-6-2-1-5-10-6/h1-3,5H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H24/c1-10(2)13-8-6-12(4)14-7-5-11(3)9-15(13)14/h5-6,10,13-15H,7-9H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6BrNO2/c8-5-6-3-1-2-4-7(6)9(10)11/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16/c1-7-4-5-8-6-9(7)10(8,2)3/h8-9H,1,4-6H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5N/c8-6-7-4-2-1-3-5-7/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO5S/c8-7(9)5-3-1-2-4-6(5)13(10,11)12/h1-4H,(H,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H42O4/c1-5-9-13-19(7-3)17-25-21(23)15-11-12-16-22(24)26-18-20(8-4)14-10-6-2/h19-20H,5-18H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO3/c1-7(12)11-9-4-2-8(3-5-9)6-10(13)14/h2-5H,6H2,1H3,(H,11,12)(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H20FN3O6S/c1-10-16(31-21(29)30-10)9-23-3-5-24(6-4-23)15-8-14-12(7-13(15)22)18(26)17(20(27)28)19-25(14)11(2)32-19/h7-8,11H,3-6,9H2,1-2H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H22O3/c1-2-3-4-5-6-7-12-18-14-10-8-13(9-11-14)15(16)17/h8-11H,2-7,12H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H26N2/c1-24(2)21-14-10-19(11-15-21)23(18-8-6-5-7-9-18)20-12-16-22(17-13-20)25(3)4/h5-17,23H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6N4/c7-1-5(2-8)6(3-9)4-10">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N/c1-6-3-2-4-7-5-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8N2O4/c17-15(18)13-9-5-1-2-6-10(9)14(16(19)20)12-8-4-3-7-11(12)13/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O2/c1-2-6-4-3-5/h5H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N4O2/c1-13(23)21(3)17-9-5-15(6-10-17)19-20-16-7-11-18(12-8-16)22(4)14(2)24/h5-12H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H26O2/c1-12(2)10-8-6-5-7-9-11-16-14(15)13(3)4/h12H,3,5-11H2,1-2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NO3/c1-3-5(4(2)7)6(8)9/h4,7H,3H2,1-2H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H28O2/c1-3-20-11-9-17-16-8-6-15(22)13-14(16)5-7-18(17)19(20)10-12-21(20,23)4-2/h2,13,16-19,23H,3,5-12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO/c12-7-8-5-6-11-10-4-2-1-3-9(8)10/h1-6,12H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-8-3-4-9-7(6-8)2-1-5-10-9/h1-6,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO2/c1-2-7-13-10(12)8-5-3-4-6-9(8)11/h2-6H,1,7,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N2/c6-5-3-1-2-4-7-5/h1-4H,(H2,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O/c1-2-3-4-5/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H15NO2/c1-5-8(12)10-9(3,4)6-7(2)11/h5H,1,6H2,2-4H3,(H,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12ClO2PS2/c1-3-7-9(10,8-4-2)11-5-6/h3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O/c8-6-3-1-2-5(4-10)7(6)9/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H42/c1-3-5-7-9-11-13-15-17-19-20-18-16-14-12-10-8-6-4-2/h3-20H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H32O2/c1-17(9-7-10-18(2)14-16-24-20(4)23)12-13-21-19(3)11-8-15-22(21,5)6/h7,9-10,12-14H,8,11,15-16H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H26O4/c1-11(2)9-17-13(15)7-5-6-8-14(16)18-10-12(3)4/h11-12H,5-10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO2/c8-6-3-1-5(2-4-6)7(9)10/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H22N2/c1-9(2,11)8-4-6-10(3,12)7-5-8/h8H,4-7,11-12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H46O4/c1-3-5-7-9-11-13-15-17-19-21-23(25)27-28-24(26)22-20-18-16-14-12-10-8-6-4-2/h3-22H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O7S2/c1-10-7-11(2)16(28(22,23)24)8-14(10)19-20-15-9-17(29(25,26)27)12-5-3-4-6-13(12)18(15)21/h3-9,21H,1-2H3,(H,22,23,24)(H,25,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H16N2O2/c1-9(16)14-6-5-10-8-15-13-4-3-11(17-2)7-12(10)13/h3-4,7-8,15H,5-6H2,1-2H3,(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16ClN5/c1-5(2)11-8-13-7(10)14-9(15-8)12-6(3)4/h5-6H,1-4H3,(H2,11,12,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16O2/c1-10(2)9-14-12(13)8-11-6-4-3-5-7-11/h3-7,10H,8-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1-6(2)7(9)10-8(3,4)5/h1H2,2-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O2/c1-6(8)5-7(2,3)9-4/h5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O/c1-8-11(9-2-4-14-5-3-9)6-10(7-13)12(16)15-8/h2-6H,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14BrCl2O4P/c1-3-17-20(16,18-4-2)19-12(8-13)10-6-5-9(14)7-11(10)15/h5-8H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O2/c1-11(10-12)7-8-3-5-9(13-2)6-4-8/h3-6H,7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H21O2PS3/c1-6-10-12(13,11-7-2)15-8-14-9(3,4)5/h6-8H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9F/c13-12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7Cl/c11-10-6-5-8-3-1-2-4-9(8)7-10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7NO2S/c6-4(7)3-1-8-2-5-3/h3,5H,1-2H2,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NOS/c9-7-5-3-1-2-4-6(5)10-8-7/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O3/c8-6-2-1-3-7(9(11)12)5(6)4-10/h1-3,10H,4,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4N2/c9-5-7-2-1-3-8(4-7)6-10/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H19N5O3S/c1-2-22-11(21)7-15-10(20)5-3-4-6-23-14-12-13(17-8-16-12)18-9-19-14/h8-9H,2-7H2,1H3,(H,15,20)(H,16,17,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18O4/c1-3-17-10-11-18-14(15)9-6-12-4-7-13(16-2)8-5-12/h4-9H,3,10-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H22/c1-3-5-7-9-11-10-8-6-4-2/h3H,1,4-11H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O2/c1-5(7)4-6(2,3)8/h8H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8ClN5/c1-2-8-5-10-3(6)9-4(7)11-5/h2H2,1H3,(H3,7,8,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-9(2)5-4-6-10(3)7-8-11/h5,7,11H,4,6,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H50O4/c1-5-9-17-23(7-3)21-29-25(27)19-15-13-11-12-14-16-20-26(28)30-22-24(8-4)18-10-6-2/h23-24H,5-22H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O/c1-7-2-4-8(6-9)5-3-7/h2-5,9H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O/c1-5-6(2,3)7-4/h5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2/c7-5-3-1-2-4-6(5)8/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO/c1-2-10-8-6-4-3-5-7(8)9/h3-6H,2,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O/c18-10-11-8-12-4-3-7-15-13-5-1-2-6-14(13)16(9-11)17(12)15/h1-9,18H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13BrN2O5/c12-2-1-6-4-14(11(18)13-10(6)17)9-3-7(16)8(5-15)19-9/h1-2,4,7-9,15-16H,3,5H2,(H,13,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9BrO4/c1-7(14)16-9-2-3-10-8(6-13)4-12(15)17-11(10)5-9/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H20N2O/c1-3-18(15-11-7-5-8-12-15)17(20)19(4-2)16-13-9-6-10-14-16/h5-14H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO/c1-7(10)9-8-5-3-2-4-6-8/h2-6H,1H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H21O4P/c1-16-7-4-10-19(13-16)23-26(22,24-20-11-5-8-17(2)14-20)25-21-12-6-9-18(3)15-21/h4-15H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H29N3O4/c1-6-19-17(24)21-13-7-8-16(15(9-13)12(2)22)25-11-14(23)10-20-18(3,4)5/h7-9,14,20,23H,6,10-11H2,1-5H3,(H2,19,21,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18O7/c1-4-11(16)19-8-14(7-15,9-20-12(17)5-2)10-21-13(18)6-3/h4-6,15H,1-3,7-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl4/c7-3-1-4(8)6(10)5(9)2-3/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H38O4/c1-14(4-7-21(27)28)17-5-6-18-22-19(9-11-24(17,18)3)23(2)10-8-16(25)12-15(23)13-20(22)26/h14-19,22,25H,4-13H2,1-3H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O2/c1-4-5-6-7-8-12-10(11)9(2)3/h2,4-8H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8ClNO2/c11-7-1-3-8(4-2-7)12-9(13)5-6-10(12)14/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c8-6-4(7(10)11)2-1-3-5(6)9/h1-3,9H,8H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H27O4P/c1-4-7-10-14-17(13,15-11-8-5-2)16-12-9-6-3/h4-12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N/c1-13-9-7-12(8-10-13)11-5-3-2-4-6-11/h2-10H,1H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8Cl2O3/c1-5(9(12)13)14-8-3-2-6(10)4-7(8)11/h2-5H,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H11NO3/c15-14(16)12-8-6-11(7-9-12)10-17-13-4-2-1-3-5-13/h1-9H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O3/c1-10-7-4-5(8)2-3-6(7)9/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H14N2/c1-7(2)5-3-4-6/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O/c9-8-5-6-1-3-7-4-2-6/h1-5,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO4/c10-8(11)5-6-2-1-3-7(4-6)9(12)13/h1-4H,5H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H20O/c1-9(2)8-5-6-10(9,3)11(4,12)7-8/h8,12H,5-7H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H15N/c1-4-10-16(11-5-1)19(17-12-6-2-7-13-17)18-14-8-3-9-15-18/h1-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7Br2Cl/c1-4(6,2-5)3-7/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16O2/c1-11(2,3)9-7-8(13-4)5-6-10(9)12/h5-7,12H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H23N/c1-3-5-7-9-11-10-8-6-4-2/h11H,3-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2O4/c5-1-2(6)4(8)3(1)7/h1,5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7F3O/c9-8(10,11)7-3-1-6(5-12)2-4-7/h1-4,12H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14N2O4S/c23-18-12-10-13-5-1-3-7-15(13)19(18)22-21-17-11-9-14-6-2-4-8-16(14)20(17)27(24,25)26/h1-12,23H,(H,24,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O3/c1-2-7-3-4(5)6/h2-3H2,1H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H16/c1-2-17-18-9-5-4-8-15(18)13-16-12-11-14-7-3-6-10-19(14)20(16)17/h3-13H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8/c1-4(2)3/h1H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O5/c9-6-4(7(10)11)2-1-3-5(6)8(12)13/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H17ClO6/c1-8-5-9(19)6-12(23-4)17(8)16(20)13-10(21-2)7-11(22-3)14(18)15(13)24-17/h6-8H,5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH3NO2/c1-2(3)4/h1H2,(H,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H19N/c1-4-7-8-9(5-2)6-3/h4-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N3O5/c12-9(11(16)17)5-6-10(15)13-7-1-3-8(4-2-7)14(18)19/h1-4,9H,5-6,12H2,(H,13,15)(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14NO4P/c1-9-12(8,10-2)7-3-5-11-6-4-7/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O5/c1-4-6(9(13)14)2-5(8(11)12)3-7(4)10/h2-3,10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N/c1-2-4-8-7(3-1)5-6-9-8/h1-6,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H20O4/c1-2-3-13-22-18(20)16-11-7-8-12-17(16)19(21)23-14-15-9-5-4-6-10-15/h4-12H,2-3,13-14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClF3/c8-6-3-1-2-5(4-6)7(9,10)11/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H10O6/c18-8-2-1-3-9-13(8)16(20)14-11(22-9)6-10-12(15(14)19)7-4-5-21-17(7)23-10/h1-7,17-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15N/c1-5(2)4-6(3)7/h5-6H,4,7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H13NO3/c1-5(9)3-8-4-6(2)11-7(8)10/h5-6,9H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO3S/c1-5-2-3-6(8)7(4-5)12(9,10)11/h2-4H,8H2,1H3,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10BrNO/c1-7-2-4-8(5-3-7)11-9(12)6-10/h2-5H,6H2,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2/c1-2-4-7-6(3-1)8-5-9-7/h1-5H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18O2/c1-3-5-6-7-8-9(10)11-4-2/h3-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8N2/c1-3-9-5-6-10-4-2-8-14-12(10)11(9)13-7-1/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N2O2/c1-12(20)18-16-7-3-14(4-8-16)11-15-5-9-17(10-6-15)19-13(2)21/h3-10H,11H2,1-2H3,(H,18,20)(H,19,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N/c1-7-3-2-4-8(5-7)6-9/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2/c13-14(11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H,13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H17NO/c1-18(2)16-11-8-14(9-12-16)10-13-17(19)15-6-4-3-5-7-15/h3-13H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9NO/c1-2-7-5-3-4-6(7)8/h2H,1,3-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H31O4P/c1-20(2)14-8-4-3-5-13-19-24-27(23,25-21-15-9-6-10-16-21)26-22-17-11-7-12-18-22/h6-7,9-12,15-18,20H,3-5,8,13-14,19H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16/c1-9-5-7-10(8-6-9)11(2,3)4/h5-8H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15N5/c17-15(18)10-3-1-9(2-4-10)13-7-11-5-6-12(16(19)20)8-14(11)21-13/h1-8,21H,(H3,17,18)(H3,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H22O4/c1-3-5-8-12(4-2)11-20-16(19)14-10-7-6-9-13(14)15(17)18/h6-7,9-10,12H,3-5,8,11H2,1-2H3,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H33N3O4/c1-7-23(8-2)19(26)22-15-9-10-18(17(11-15)14(3)24)27-13-16(25)12-21-20(4,5)6/h9-11,16,21,25H,7-8,12-13H2,1-6H3,(H,22,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H26/c1-3-5-7-9-11-13-12-10-8-6-4-2/h3H,1,4-13H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H12N2S/c16-13(14-11-7-3-1-4-8-11)15-12-9-5-2-6-10-12/h1-10H,(H2,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O2/c1-2-21-18-11-16-14(9-10-17(16)20)15-8-7-12-5-3-4-6-13(12)19(15)18/h3-8,11H,2,9-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H30/c1-3-5-7-9-11-13-15-14-12-10-8-6-4-2/h3H,1,4-15H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6O4/c9-7(10)5-3-1-2-4-6(5)8(11)12/h1-4H,(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O3/c1-6(11)9-7-2-4-8(5-3-7)10(12)13/h2-5H,1H3,(H,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H22N6OP/c1-15(2)20(16(3)4,17(5)6)19-18-12-10-8-7-9-11(12)13-14-18/h7-10H,1-6H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5N/c1-4(2)3-5/h1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13NO2S/c1-2-10-4-3-5(7)6(8)9/h5H,2-4,7H2,1H3,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2O3/c1-8(2)7-5(9)3-4-6(10)11/h3-4H2,1-2H3,(H,7,9)(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NOS/c1-5(2,8-3)4-6-7/h4,7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H25N3O4/c1-21-20(25)15-5-4-6-16(12-15)23-13-19(24)22-10-9-14-7-8-17(26-2)18(11-14)27-3/h4-8,11-12,23H,9-10,13H2,1-3H3,(H,21,25)(H,22,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4O3/c6-5(7)4-2-1-3-8-4/h1-3H,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8Cl2N2O2/c9-5-6(10)8(14)4(2-12)3(1-11)7(5)13">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N/c1-7-4-2-3-5-8(7)6-9/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12N2S/c1-6(2)5(8)7(3)4/h1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3ClO2/c7-5-3-4(8)1-2-6(5)9/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H24O/c1-2-3-4-5-6-7-8-9-14-10-12-15(16)13-11-14/h10-13,16H,2-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H17Cl3N2O2/c1-14(25-9-8-24-13-25)20(18-7-4-16(22)12-19(18)23)27-11-10-26-17-5-2-15(21)3-6-17/h2-9,12-13H,10-11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-5-4-8-6(2)7(3)9-5/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClNO/c7-5-1-3-6(8-9)4-2-5/h1-4,8-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16N4O2/c1-11(19-15(21)13-5-3-7-17-10-13)8-18-14(20)12-4-2-6-16-9-12/h2-7,9-11H,8H2,1H3,(H,18,20)(H,19,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7ClO2/c1-2-7-4(6)3-5/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2O/c7-4-1-2-5(8)6(9)3-4/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H40O3/c1-17(6-13-25(29)20-8-9-20)23-11-12-24-19(5-4-14-27(23,24)3)7-10-21-15-22(28)16-26(30)18(21)2/h6-7,10,13,17,20,22-26,28-30H,2,4-5,8-9,11-12,14-16H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c1-5-6(2)8-4-3-7-5/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H20O2/c1-6-14-11(13)10-9(7-8(2)3)12(10,4)5/h7,9-10H,6H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11ClN2O2/c16-10-6-7-12-11(8-10)13(9-4-2-1-3-5-9)18-15(20)14(19)17-12/h1-8,15,20H,(H,17,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H7NO3S/c3-1-2-7(4,5)6/h1-3H2,(H,4,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C25H24N6O/c1-30-10-12-31(13-11-30)18-5-9-21-23(15-18)29-25(27-21)17-4-8-20-22(14-17)28-24(26-20)16-2-6-19(32)7-3-16/h2-9,14-15,32H,10-13H2,1H3,(H,26,28)(H,27,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO3/c1-3(2-5)4(6)7/h5H,2H2,1H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H22N2O2/c1-12(2)19-10-13(21)11-22-17-9-5-8-16-18(17)14-6-3-4-7-15(14)20-16/h3-9,12-13,19-21H,10-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O3/c1-2-5(7)8-4-3-6/h2,6H,1,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H19NO2/c1-8(2,3)9(4-6-10)5-7-11/h10-11H,4-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H19N5/c1-3-14(19-21-7-8-22-19)4-2-13(1)17-11-15-5-6-16(12-18(15)25-17)20-23-9-10-24-20/h1-6,11-12,25H,7-10H2,(H,21,22)(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O/c1-2-3-4-5/h5H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18N2O2/c1-10-5-3-6-11(2)14(10)15-12(17)9-16-8-4-7-13(16)18/h3,5-6H,4,7-9H2,1-2H3,(H,15,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H34N2O3/c1-2-3-8-16-26-19-11-9-10-18(17-19)23-22(25)27-21-13-5-4-12-20(21)24-14-6-7-15-24/h9-11,17,20-21H,2-8,12-16H2,1H3,(H,23,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO/c1-7-4-3-5-9(6-7)10-8(2)11/h3-6H,1-2H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2O/c10-7-5-3-1-2-4-6(5)8-9-7/h1-4H,(H2,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14F3NO2/c1-3-18(4-2)9-5-6-10-11(14(15,16)17)8-13(19)20-12(10)7-9/h5-8H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20N2O4S/c1-22-8-7-12(16-10-18)14(19)17-13(15(20)21)9-11-5-3-2-4-6-11/h2-6,10,12-13H,7-9H2,1H3,(H,16,18)(H,17,19)(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H39NO3/c1-28-18-25(19-5-8-21(9-6-19)30(2)3)27-23-12-10-22(32)17-20(23)7-11-24(27)26(28)13-15-29(28,33)14-4-16-31/h5-9,24-26,31,33H,4,10-18H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9N3O2S/c17-16(18)13-7-5-12(6-8-13)15-11-3-1-10(2-4-11)14-9-19/h1-8,15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H32O2/c1-14-9-16(20(24)18(11-14)22(3,4)5)13-17-10-15(2)12-19(21(17)25)23(6,7)8/h9-12,24-25H,13H2,1-8H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H24N6O4S/c1-9-15(25)22-12(7-28-9)16(26)21-11(5-10-6-19-8-20-10)17(27)23-4-2-3-13(23)14(18)24/h6,8-9,11-13H,2-5,7H2,1H3,(H2,18,24)(H,19,20)(H,21,26)(H,22,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N2O3/c1-11(19)17-13-3-7-15(8-4-13)21-16-9-5-14(6-10-16)18-12(2)20/h3-10H,1-2H3,(H,17,19)(H,18,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11BrN2O2/c1-12(14-2)9(13)11-8-5-3-7(10)4-6-8/h3-6H,1-2H3,(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O6/c1-10(17)21-14-9-5-3-7-12(14)16(20)22-13-8-4-2-6-11(13)15(18)19/h2-9H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H27O4P/c1-16-7-10-22(19(4)13-16)26-29(25,27-23-11-8-17(2)14-20(23)5)28-24-12-9-18(3)15-21(24)6/h7-15H,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10N2O3/c7-5(10)3-8-2-4(9)1-6(8)11/h4,9H,1-3H2,(H2,7,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NS/c1-2(3)4/h1H3,(H2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2/c1-2-6-5-7-3-4-8-6/h3-5H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H13NO3S2/c1-7(2,13)6(11)8-4(3-12)5(9)10/h4,12-13H,3H2,1-2H3,(H,8,11)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H16N2/c15-16(11-13-7-3-1-4-8-13)12-14-9-5-2-6-10-14/h1-10H,11-12,15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7N5O3/c15-8(9(16)17)10-6-3-1-2-5(4-6)7-11-13-14-12-7/h1-4H,(H,10,15)(H,16,17)(H,11,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H15N3O6/c13-4-1-10-7(16)11(2-5-14)9(18)12(3-6-15)8(10)17/h13-15H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16/c1-8(2)10-6-4-9(3)5-7-10/h4,10H,1,5-7H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6Cl5NO2/c7-1-2(8)4(10)6(12(13)14)5(11)3(1)9">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO/c8-7-3-1-2-6(4-7)5-9/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO3S/c7-5-2-1-3-6(4-5)11(8,9)10/h1-4H,7H2,(H,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12/c1-3-7-13(8-4-1)11-12-14-9-5-2-6-10-14/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4O3/c9-7-5-3-1-2-4-6(5)8(10)11-7/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-11-8(10)6-4-2-3-5-7(6)9/h2-5H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O4S/c12-7-2-1-5(10-7)8(13)11-4-16-3-6(11)9(14)15/h5-6H,1-4H2,(H,10,12)(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11N3OS/c1-11-9(14)13(2)10-12-7-5-3-4-6-8(7)15-10/h3-6H,1-2H3,(H,11,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H24O4/c1-2-3-13-21-17(19)15-11-7-8-12-16(15)18(20)22-14-9-5-4-6-10-14/h7-8,11-12,14H,2-6,9-10,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8O2/c1-5-3-2-4/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H28O/c1-2-3-4-5-6-7-8-9-10-11-12-14-13-15-14/h14H,2-13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8N2O/c1-4-3(6)5-2/h1-2H3,(H2,4,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H15NO2/c1-16-13-7-3-11(4-8-13)15-12-5-9-14(17-2)10-6-12/h3-10,15H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H11NO2/c20-19(21)18-15-8-4-2-6-13(15)11-17-14-7-3-1-5-12(14)9-10-16(17)18/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O3/c1-2-3-4-9-5-6(7)8/h2-5H2,1H3,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClN/c7-5-3-1-2-4-6(5)8/h1-4H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12N2/c1-7-4-2-6-3-5-7/h6H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O3/c1-4(6)3-5(7)8-2/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HBrClF3/c3-1(4)2(5,6)7/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14/c1-5-6(2,3)4/h5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H16O/c22-21(16-11-17-7-3-1-4-8-17)20-14-12-19(13-15-20)18-9-5-2-6-10-18/h1-16H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O2/c1-4(2)7-5(3)6/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H23NO3/c1-21(2)19(22(21,3)4)20(24)26-18(14-23)15-9-8-12-17(13-15)25-16-10-6-5-7-11-16/h5-13,18-19H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H24O/c1-11(18)14-9-12(16(2,3)4)10-15-13(14)7-8-17(15,5)6/h9-10H,7-8H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N4O9S2/c17-11-3-1-8-5-10(30(24,25)26)7-13(21)15(8)16(11)19-18-12-4-2-9(20(22)23)6-14(12)31(27,28)29/h1-7,21H,17H2,(H,24,25,26)(H,27,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4N2/c1-2-6-4-3-5-1/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4F3NO2/c8-7(9,10)5-2-1-3-6(4-5)11(12)13/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H21NO3/c1-19-8-7-18-11-4-5-13(20)17(18)22-16-14(21-2)6-3-10(15(16)18)9-12(11)19/h3-6,11-13,17,20H,7-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6S/c1-5-3-2-4-6-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H18O3/c1-8-4-5-10-9(2)14(17)18-13(10)15(3)11(8)6-7-12(15)16/h6,8,10,13H,2,4-5,7H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO3/c8-6-4-2-1-3-5(6)7(9)10/h1-4,8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl3N/c7-4-1-3(10)2-5(8)6(4)9/h1-2H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13N/c1-2-9-14(10-3-1)17-16-12-6-8-13-7-4-5-11-15(13)16/h1-12,17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO3/c14-12-7-6-10(8-11(12)13(15)16)9-4-2-1-3-5-9/h1-8,14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N4O2/c3-1(7)5-6-2(4)8/h(H3,3,5,7)(H3,4,6,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3ClF3NO2/c8-5-2-1-4(7(9,10)11)3-6(5)12(13)14/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H19N3/c1-3-19(4-2)16-12-10-15(11-13-16)18-17-14-8-6-5-7-9-14/h5-13H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH3NO/c1-2-3/h3H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-9-5-6-10-8-4-2-1-3-7(8)9/h1-6H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15N3/c7-1-4-9-5-2-8-3-6-9/h8H,1-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8O/c14-13-11-7-3-1-5-9(11)10-6-2-4-8-12(10)13/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16O4/c1-5-9(12)14-7-11(3,4)8-15-10(13)6-2/h5-6H,1-2,7-8H2,3-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12BrNO/c1-10(2,11)9(13)12-8-6-4-3-5-7-8/h3-7H,1-2H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H25NO2/c1-11(2)13-9-8-12(3)10-16(13)20-17(19)14-6-4-5-7-15(14)18/h4-7,11-13,16H,8-10,18H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8Br3NO2/c14-7-1-3-9(4-2-7)17-13(19)10-5-8(15)6-11(16)12(10)18/h1-6,18H,(H,17,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H15P/c1-4-10-16(11-5-1)19(17-12-6-2-7-13-17)18-14-8-3-9-15-18/h1-15H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13N3O2S/c1-20-15(19)18-14-16-12-8-7-11(9-13(12)17-14)21-10-5-3-2-4-6-10/h2-9H,1H3,(H2,16,17,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O/c15-13-14(11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H18N2O2/c16-12-10-7-4-8-11(10)14-13(17)15(12)9-5-2-1-3-6-9/h9H,1-8H2,(H,14,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15NO2/c17-15-11-5-4-10-14(15)16(18)19-12-6-9-13-7-2-1-3-8-13/h1-11H,12,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8OS/c1-3-6-4-2-5-1/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O/c16-15(14-9-5-2-6-10-14)12-11-13-7-3-1-4-8-13/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H14O6/c1-9-5-12-19(16(25)6-9)17(26)8-13(21(12)27)18-10(2)7-11-14(23)3-4-15(24)20(11)22(18)28/h3-8,25,28H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10N2O/c1-8-7-10(13)12(11-8)9-5-3-2-4-6-9/h2-6H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6F3N/c8-7(9,10)5-2-1-3-6(11)4-5/h1-4H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N4O3/c15-14(19)12-4-7-17(8-5-12)10-21-11-18-6-2-1-3-13(18)9-16-20/h1-9H,10-11H2,(H-,15,19)/p+2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7N/c1-2-3-4/h2H,1,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Cl3NO3PS/c1-12-15(16,13-2)14-7-5(9)3-4(8)6(10)11-7/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H26O/c1-11-14-10-16-15(9-13(14)7-8-19-11)17(3,4)12(2)18(16,5)6/h9-12H,7-8H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2O3S/c7-4-1-2-5(8)6(3-4)12(9,10)11/h1-3H,7-8H2,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O/c1-2-7-5-3-4-6-8(7)9/h3-6,9H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16O2/c1-3-5-6-7-9(10)11-8-4-2/h4H,2-3,5-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H12N4O5/c1-9-3-5-11(7-13(9)17(20)21)15-16(19)12-6-4-10(2)14(8-12)18(22)23/h3-8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O2/c9-10-7(11)5-3-1-2-4-6(5)8(10)12/h1-4H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO/c1-6(9)7-4-2-3-5-8-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O6/c1-21-11-7-12-13(8-5-6-22-18(8)24-12)17-15(11)16(20)14-9(19)3-2-4-10(14)23-17/h2-4,7-8,18-19H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H20ClNO2/c1-4-12-8-6-7-11(3)14(12)16(10-18-5-2)13(17)9-15/h6-8H,4-5,9-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H5NO/c1-2(3)4/h1H3,(H2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO3/c9-6-1-3-7(4-2-6)12-5-8(10)11/h1-4H,5H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Cl2N/c7-5-2-1-4(9)3-6(5)8/h1-3H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4ClN/c6-5-2-1-3-7-4-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4N2O2/c6-2-1-4-3(7)5-2/h1H2,(H2,4,5,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18O2/c1-3-5-8(10)7(4-2)6-9/h7-10H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H24N2O3/c1-10(18)13-7-11(16)5-6-14(13)20-9-12(19)8-17-15(2,3)4/h5-7,12,17,19H,8-9,16H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H11NO/c8-6-7(9)4-2-1-3-5-7/h9H,1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O2/c15-13(11-7-3-1-4-8-11)14(16)12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H22O7/c1-3-13(15)20-11-9-18-7-5-17-6-8-19-10-12-21-14(16)4-2/h3-4H,1-2,5-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O/c1-4(2)3-5/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NO2/c14-13(15)12-9-5-4-8-11(12)10-6-2-1-3-7-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7ClOS/c1-10(9)7-4-2-6(8)3-5-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N3O5/c10-8-5(15)2-12(9(16)11-8)7-1-4(14)6(3-13)17-7/h4,6-7,13-14H,1-3H2,(H2,10,11,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HCl3O2/c3-2(4,5)1(6)7/h(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-2-7-5-3-4-6-8(7)9(10)11/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15N5/c11-9(12)15-10(13)14-7-6-8-4-2-1-3-5-8/h1-5H,6-7H2,(H6,11,12,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N/c1-9-8-12(2,3)13-11-7-5-4-6-10(9)11/h4-8,13H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12NO4PS2/c1-10-12(13,11-2)14-5-6(9)7-3-4-8/h4H,3,5H2,1-2H3,(H,7,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12Cl2O3/c1-7(2)16-11(14)6-15-10-4-3-8(12)5-9(10)13/h3-5,7H,6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H26FNO4/c1-15(2)26-21-6-4-3-5-20(21)24(16-7-9-17(25)10-8-16)22(26)12-11-18(27)13-19(28)14-23(29)30/h3-12,15,18-19,27-28H,13-14H2,1-2H3,(H,29,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O/c1-5-7-6(2,3)4/h5H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H28/c1-3-5-7-9-11-13-14-12-10-8-6-4-2/h3H,1,4-14H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H22/c1-3-5-7-9-10-8-6-4-2/h3-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20O5/c1-2-12-5-6-14-9-10-15-8-7-13-4-3-11-1/h1-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13N/c1-8-11(2,3)9-6-4-5-7-10(9)12-8/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20O2/c1-2-3-4-5-6-7-8-9-10(11)12/h2-9H2,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O/c1-2-3-4/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H26O3/c1-2-3-4-5-6-7-8-9-10-11-12-14-13-15(17)19-16(14)18/h10-11,14H,2-9,12-13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H22O6/c1-11(2)16-8-14-15(28-16)6-5-12-22(24)21-13-7-18(25-3)19(26-4)9-17(13)27-10-20(21)29-23(12)14/h5-7,9,16,20-21H,1,8,10H2,2-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H14O3/c1-11(2,3)8-5-7(14-4)6-9(12)10(8)13/h5-6H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H28N2O4/c1-16(22)25-15-19(23)20-9-6-12-24-18-8-5-7-17(13-18)14-21-10-3-2-4-11-21/h5,7-8,13H,2-4,6,9-12,14-15H2,1H3,(H,20,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Br/c1-6-4-2-3-5-7(6)8/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O/c1-12(13)7-3-5-10(12)9-4-2-6-11-8-9/h2,4,6,8,10H,3,5,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H20N4O3S/c1-11(2)18-16(21)20-24(22,23)15-10-17-8-7-14(15)19-13-6-4-5-12(3)9-13/h4-11H,1-3H3,(H,17,19)(H2,18,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H30N2O3/c1-6-29-23-15-25-21(13-17(23)4)27(19-11-9-10-12-20(19)28(31)32-8-3)22-14-18(5)24(30-7-2)16-26(22)33-25/h9-16,29H,6-8H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H14N2O2S2/c31-23-18-12-14-20-26(34-28(30-20)16-9-5-2-6-10-16)22(18)24(32)17-11-13-19-25(21(17)23)33-27(29-19)15-7-3-1-4-8-15/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O3/c1-9-8-13-15(18-19(22-18)17(21)16(13)20)12-7-6-10-4-2-3-5-11(10)14(9)12/h2-8,16-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14N2O2/c1-5(2)3-6-8(12)9-4-7(11)10-6/h5-6H,3-4H2,1-2H3,(H,9,12)(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-8-5-7-3-1-2-4-9(7)10-6-8/h1-6,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H32N2O5/c1-3-33-26(32)23(14-13-19-9-5-4-6-10-19)27-18(2)25(31)28(17-24(29)30)22-15-20-11-7-8-12-21(20)16-22/h4-12,18,22-23,27H,3,13-17H2,1-2H3,(H,29,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H23NO/c1-3-5-7-11(9-10-12)8-6-4-2/h12H,3-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3Cl3N6/c4-10-1-7-2(11-5)9-3(8-1)12-6/h(H3,7,8,9,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22FN3O3/c1-10-8-22(6-5-21-10)15-7-14-16(11(2)17(15)20)18(24)13(19(25)26)9-23(14)12-3-4-12/h7,9-10,12,21H,3-6,8H2,1-2H3,(H,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8O3/c4-1-3(6)2-5/h3-6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO/c1-9-8(10)7-5-3-2-4-6-7/h2-6H,1H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11N/c1-2-7-5-3-4-6-8(7)9/h3-6H,2,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H4O5/c10-7(11)4-1-2-5-6(3-4)9(13)14-8(5)12/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H24N2/c1-14(2)13-15(3)19-17-9-11-18(12-10-17)20-16-7-5-4-6-8-16/h4-12,14-15,19-20H,13H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H6O3/c12-11-2-1-7-5-8-3-4-13-9(8)6-10(7)14-11/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Cl2N/c7-4-1-2-5(8)6(9)3-4/h1-3H,9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H20O4/c1-3-5-9-15-11(13)7-8-12(14)16-10-6-4-2/h7-8H,3-6,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H8N2/c1-3-4-2/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8O2/c13-10-6-7-12(14)11(8-10)9-4-2-1-3-5-9/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H10N2/c1-3(5)2-4/h3H,2,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11NO/c1-2-13-10-7-3-5-9-6-4-8-12-11(9)10/h3-8H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO/c1-10-6-2-3-7-11(10)14-15-12-8-4-5-9-13(12)16-14/h2-9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4N2S/c2-1(3)4/h(H4,2,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Br2/c9-5-7-1-2-8(6-10)4-3-7/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2O5/c4-1(2(5)6)3(7)8/h(H,5,6)(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H8O7/c16-6-3-8-12(10(18)4-6)14(20)11-7(13(8)19)1-5(15(21)22)2-9(11)17/h1-4,16-18H,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClN/c7-5-6-1-3-8-4-2-6/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15N/c1-9(11(2)3)10-7-5-4-6-8-10/h4-9H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15FN2O4/c1-7-6-23-14-11(16(18)2-3-16)10(17)4-8-12(14)19(7)5-9(13(8)20)15(21)22/h4-5,7H,2-3,6,18H2,1H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N2O2/c15-14(16)12-8-6-11(7-9-12)13-10-4-2-1-3-5-10/h1-9,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10O4/c15-13(11-7-3-1-4-8-11)17-18-14(16)12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H21NO/c1-4-11-7-6-8-12-13-9-10-18-16(3,5-2)15(13)17-14(11)12/h6-8,17H,4-5,9-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O3/c1-9(14(15)16)10-3-4-12-8-13(17-2)6-5-11(12)7-10/h3-9H,1-2H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O/c1-12-9(4-5-10(12)13)8-3-2-6-11-7-8/h2-3,6-7,9H,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-2-3-4-5-6-7-8-9-10-11/h6-10H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O7/c1-22-11-4-7(2-3-9(11)18)16-15(21)14(20)13-10(19)5-8(17)6-12(13)23-16/h2-6,16-19H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12O/c1-5(2,3)6-4/h1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O2/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O2/c1-2-3-4-5-6(7)8/h2-5H,1H3,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N2O2S/c1-3-12(4-2)15(13,14)10-7-5-9(11)6-8-10/h5-8H,3-4,11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7NO2/c1-2-4(7)5-3-6/h2,6H,1,3H2,(H,5,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-9(2)5-4-6-10(3)7-8-11/h5,7-8H,4,6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2/c1-7-6-10-8-4-2-3-5-9(8)11-7/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12O3/c1-7(10)2-3-9(11)8-4-5-12-6-8/h4-7,10H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO/c1-4(6)5(2)3/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NO/c1-6-2-4-7-5-3-6/h2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c1-4(2)7-5(3)6/h1H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O3/c1-3-9-6(8)4-5(2)7/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO5S/c8-7(9)5-2-1-3-6(4-5)13(10,11)12/h1-4H,(H,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H15NO3S2/c1-8(2,14-3)7(12)9-5(4-13)6(10)11/h5,13H,4H2,1-3H3,(H,9,12)(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H5Cl3N4/c10-5-3-1-2-4-6(5)13-9-15-7(11)14-8(12)16-9/h1-4H,(H,13,14,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20FN3O4/c1-10-9-26-17-14-11(16(23)12(18(24)25)8-22(10)14)7-13(19)15(17)21-5-3-20(2)4-6-21/h7-8,10H,3-6,9H2,1-2H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO3/c1-12-9(11)7(6-10)5-8-3-2-4-13-8/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8/c1-4-5(2)3/h4H,1-2H2,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6/c1-2-4-6-5-3-1/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H25NO/c1-3-5-7-11(4-2)10-13-9-6-8-12/h11H,3-10,12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6BrNO2/c8-5-6-2-1-3-7(4-6)9(10)11/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13ClN2/c1-8-6-9(11)4-5-10(8)12-7-13(2)3/h4-7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H20N2O7/c1-10(22)9-28-19(24)16-12(3)20-11(2)15(18(23)27-4)17(16)13-7-5-6-8-14(13)21(25)26/h5-8,17,20H,9H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H23NO3/c18-11-13-3-8-15(9-4-13)17(21)14-6-1-12(2-7-14)5-10-16(19)20/h1-2,6-7,13,15H,3-5,8-11,18H2,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H30N2O5/c1-6-23-17(22)14-13(24-14)16(21)19-12(9-11(4)5)15(20)18-8-7-10(2)3/h10-14H,6-9H2,1-5H3,(H,18,20)(H,19,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8O4/c1-5-2-9(13)14-8-4-6(11)3-7(12)10(5)8/h2-4,11-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17N3/c1-12-6-4-5-7-15(12)17-16-13-8-10-14(11-9-13)18(2)3/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO5/c1-11(19)18-13-7-9-14(10-8-13)23-17(21)15-5-3-4-6-16(15)22-12(2)20/h3-10H,1-2H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O/c1-2-4-7(5-3-1)6-8-7/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2S/c1-2-3-6-4(5)7/h2H,1,3H2,(H3,5,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H40O4/c1-14(4-9-22(27)28)18-7-8-19-17-6-5-15-12-16(25)10-11-23(15,2)20(17)13-21(26)24(18,19)3/h14-21,25-26H,4-13H2,1-3H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H13N3O3S/c1-10(17)15-11-5-7-12(8-6-11)20(18,19)16-13-4-2-3-9-14-13/h2-9H,1H3,(H,14,16)(H,15,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H34O5/c1-3-4-9-13-21(2,26)14-12-17-16(18(22)15-19(17)23)10-7-5-6-8-11-20(24)25/h5,7,12,14,16-17,19,23,26H,3-4,6,8-11,13,15H2,1-2H3,(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10/c1-8(2)9-6-4-3-5-7-9/h3-7H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O2/c8-5-1-3-7-4-2-6-9-7/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H36O2/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18(19)20/h2-17H2,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H35N/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17/h2-17H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12ClN5/c1-3-9-6-11-5(8)12-7(13-6)10-4-2/h3-4H2,1-2H3,(H2,9,10,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9O3PS/c1-4-7(8,5-2)6-3/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6HCl5/c7-2-1-3(8)5(10)6(11)4(2)9/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-2-3-4-5(6)7/h4H,2-3H2,1H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9N/c1-8-7-5-3-2-4-6-7/h2-6,8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4O2/c1-2-3(4)5/h2H,1H2,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H39N/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19/h2-19H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9BrO3/c1-14-8-2-3-9-7(6-12)4-11(13)15-10(9)5-8/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5N/c1-2-3-4/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12/c1-2-8-5-7-3-4-9(8)6-7/h2-4,7,9H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14/c1-5(2)6(3)4/h5-6H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O3/c1-6-2-3(4)5/h2H2,1H3,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-9-8(11)10-7-5-3-2-4-6-7/h2-6H,1H3,(H2,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8OS/c1-3-7-11-9(5-1)13-10-6-2-4-8-12(10)14-11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O4/c1-3-7(9)11-5-6-12-8(10)4-2/h3-4H,1-2,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H19NO2S/c1-11-7-9-13(10-8-11)17(15,16)14-12-5-3-2-4-6-12/h7-10,12,14H,2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H24N2/c1-5-11(3)15-13-7-9-14(10-8-13)16-12(4)6-2/h7-12,15-16H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H21ClO4/c1-13(2)24-19(23)20(3,4)25-17-11-7-15(8-12-17)18(22)14-5-9-16(21)10-6-14/h5-13H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2O/c7-5-2-1-4(9)3-6(5)8/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H15NO2/c1-4-14-11-7-12-10(5-9(11)3)8(2)6-13(15)16-12/h5-7,14H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14Cl3O4P/c1-3-17-20(16,18-4-2)19-12(8-13)10-6-5-9(14)7-11(10)15/h5-8H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3HCl2N3O/c4-1-6-2(5)8-3(9)7-1/h(H,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O2/c1-18-15-10-8-14(9-11-15)16(17)12-7-13-5-3-2-4-6-13/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O8S2/c1-10-7-14(16(28-2)9-17(10)30(25,26)27)19-20-18-13-5-4-12(29(22,23)24)8-11(13)3-6-15(18)21/h3-9,21H,1-2H3,(H,22,23,24)(H,25,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13NO2/c1-8-3-5-10(6-4-8)12-11(14)7-9(2)13/h3-6H,7H2,1-2H3,(H,12,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15N/c1-3-5-6-7-4-2/h7H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11ClN2O5S/c13-9-5-10(15-6-7-2-1-3-20-7)8(12(16)17)4-11(9)21(14,18)19/h1-5,15H,6H2,(H,16,17)(H2,14,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H22N2O3/c1-10(2)15-8-13(18)9-19-14-6-4-12(5-7-14)16-11(3)17/h4-7,10,13,15,18H,8-9H2,1-3H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3F3/c1-2(3,4)5/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18O/c1-2-3-4-5-6-7-8-9-10/h9H,2-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10/c1-3-7-11(8-4-1)12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClF3/c8-6-4-2-1-3-5(6)7(9,10)11/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18O/c1-7(2)5-9(10)6-8(3)4/h7-8H,5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18O/c1-2-3-5-10-14(12-15)11-13-8-6-4-7-9-13/h4,6-9,11-12H,2-3,5,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-5(2)3-4(6)7/h3H2,1-2H3,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9ClO3/c1-2-10-6(9)3-5(8)4-7/h2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O3/c9-8(10)6-11-7-4-2-1-3-5-7/h1-5H,6H2,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9Br/c13-12-8-4-7-11(9-12)10-5-2-1-3-6-10/h1-9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10/c1-7-5-3-4-6-8(7)2/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H18/c1-3-16-19-11-7-6-9-17(19)14(2)21-18-10-5-4-8-15(18)12-13-20(16)21/h4-13H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H46O4/c1-21(2)15-9-5-7-13-19-27-23(25)17-11-12-18-24(26)28-20-14-8-6-10-16-22(3)4/h21-22H,5-20H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O2/c7-5-3-1-2-4-6(5)8/h1-4,7-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H17NO2/c14-12-9-5-4-8-11(12)13(15)16-10-6-2-1-3-7-10/h4-5,8-10H,1-3,6-7,14H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9N/c1-2-4-5-3-1/h5H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H27N/c1-4-7-10-13(11-8-5-2)12-9-6-3/h4-12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18N2O/c1-10(2)13-11(3)15(4)16(14(13)17)12-8-6-5-7-9-12/h5-10H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14S/c1-3-7-13(8-4-1)11-15-12-14-9-5-2-6-10-14/h1-10H,11-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O3/c1-8-6(7)5-3-2-4-9-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3IN2O3/c8-5-1-4(3-9)2-6(7(5)11)10(12)13/h1-2,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O3/c1-11-8-4-3-7(6-10)5-9(8)12-2/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H8O2/c15-13-11-7-3-1-5-9(11)10-6-2-4-8-12(10)14(13)16/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6O/c1-2-3/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO2/c1-6(10)9-7-2-4-8(11)5-3-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H34O4/c1-17(2,3)21-23-19(7,8)15-12-11-13-16(14-15)20(9,10)24-22-18(4,5)6/h11-14H,1-10H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7ClS/c1-9-7-4-2-6(8)3-5-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H12O2/c25-23-17-7-3-1-5-13(17)15-9-11-20-22-16(10-12-19(23)21(15)22)14-6-2-4-8-18(14)24(20)26/h1-12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O4/c21-15-9-5-13(6-10-15)20(14-7-11-16(22)12-8-14)18-4-2-1-3-17(18)19(23)24-20/h1-12,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Cl2/c9-5-7-1-2-8(6-10)4-3-7/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4N2S3/c7-4-6-2-1-5-3(6)8-9-4/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O2/c1-3(5)4(2)6/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H7NO/c3-1-2-4/h4H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14ClN5/c1-4-10-7-12-6(9)13-8(14-7)11-5(2)3/h5H,4H2,1-3H3,(H2,10,11,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10ClNO3/c11-7-1-3-8(4-2-7)12-9(13)5-6-10(14)15/h1-4H,5-6H2,(H,12,13)(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2O3/c16-6-11-12-8(5-10(14-11)13(17)18)7-3-1-2-4-9(7)15-12/h1-4,10-11,14-16H,5-6H2,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2/c1-3-4(5)6-2/h3H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H18N2/c1-12(2)16-14-8-10-15(11-9-14)17-13-6-4-3-5-7-13/h3-12,16-17H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18O2/c1-4-5-9(10)11-7-6-8(2)3/h8H,4-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C25H24N2O6/c1-16-21(24(28)32-3)23(19-12-7-13-20(15-19)27(30)31)22(17(2)26-16)25(29)33-14-8-11-18-9-5-4-6-10-18/h4-13,15,23,26H,14H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2O/c1-3-5-6(7)4-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15NO3/c1-12(2)7-8-5-4-6-9(10(8)16-12)15-11(14)13-3/h4-6H,7H2,1-3H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2/c1-9(2)7-3-5-8-6-4-7/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H29NO2/c1-2-3-4-5-6-7-8-9-10-11-14(17)15-12-13-16/h16H,2-13H2,1H3,(H,15,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2/c1-3(2)4(5)6/h1H2,2H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16N2O/c1-12-9-13(2)11-15(10-12)19-20-18-16-6-4-3-5-14(16)7-8-17(18)21/h3-11,21H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H20O2/c1-2-3-4-5-6-7-10-8-9-11(12)13-10/h10H,2-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c8-4-1-2-6(9)5(3-4)7(10)11/h1-3,9H,8H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11N2O2P/c1-4-9-10(8,5-6)7(2)3/h4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C30H44O2/c1-27(2,3)21-15-19(16-22(25(21)31)28(4,5)6)13-14-20-17-23(29(7,8)9)26(32)24(18-20)30(10,11)12/h13-18,31-32H,1-12H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl3N/c7-3-1-4(8)6(10)5(9)2-3/h1-2H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O2S/c3-2(4)1-5/h5H,1H2,(H,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O2/c1-4-7(8)9-5-6(2)3/h4,6H,1,5H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H22N2/c1-9(2)4-8(12)5-10(3,6-9)7-11/h8H,4-7,11-12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8N2O3/c1-5-2-3-6(8-10)4-7(5)9(11)12/h2-4,8,10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8Cl8/c9-2-1(4(11)8(15)16)3(10)6(13)7(14)5(2)12">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-9-8(10)11-7-5-3-2-4-6-7/h2-6H,1H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9NO2/c10-8-4-1-7(2-5-8)3-6-9(11)12/h1-6H,10H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6O4/c10-7-5-3-1-2-4-6(5)8(11)9(7,12)13/h1-4,12-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H15N7/c1-8-7-9(2)22(21-8)15-13-12(14(18-16)19-20-15)10-5-3-4-6-11(10)17-13/h3-7,17H,16H2,1-2H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N6/c4-1-7-2(5)9-3(6)8-1/h(H6,4,5,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14/c1-7-5-6-8(2)10(4)9(7)3/h5-6H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N2/c1-5-6(2)10(12)8(4)7(3)9(5)11/h11-12H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15NO2/c1-8(2)7-14-11(13)9-5-3-4-6-10(9)12/h3-6,8H,7,12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H19NO3/c1-2-15-12-5-3-4-6-13(12)17-10-11-9-14-7-8-16-11/h3-6,11,14H,2,7-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-6-2-4-7(5-3-6)10-8(9)11/h2-5H,1H3,(H3,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3ClO2/c3-1-2(4)5/h1H2,(H,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H15NO4S2/c15-10-4-2-1-3-8(10)12-14(11(16)5-6-19)9(7-20-12)13(17)18/h1-4,9,12,15,19H,5-7H2,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NS/c1-6-9-7-4-2-3-5-8(7)10-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9N3O4S/c15-14(16)9-4-6-10(7-5-9)19(17,18)13-11-3-1-2-8-12-11/h1-8H,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H19NO/c1-8(2)6-5-7-9(3,4)10(8)11/h11H,5-7H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H26O3/c1-2-3-4-5-6-7-8-9-10-11-12-14-13-15(17)19-16(14)18/h11-12,14H,2-10,13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11Cl3NO4P/c1-3-15-18(14,16-4-2)17-9-7(11)5-6(10)8(12)13-9/h5H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O3/c1-2(4)3(5)6/h2,4H,1H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H31N3O5/c22-13-5-4-9-16(19(25)24-14-6-10-18(24)21(28)29)23-17(20(26)27)12-11-15-7-2-1-3-8-15/h1-3,7-8,16-18,23H,4-6,9-14,22H2,(H,26,27)(H,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O6S2/c15-11-5-3-9(13(7-11)23(17,18)19)1-2-10-4-6-12(16)8-14(10)24(20,21)22/h1-8H,15-16H2,(H,17,18,19)(H,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12N2OS2/c1-2-4-10-9(3-1)12-11(15-10)16-13-5-7-14-8-6-13/h1-4H,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18Cl2O4/c1-2-3-6-18-7-8-19-14(17)10-20-13-5-4-11(15)9-12(13)16/h4-5,9H,2-3,6-8,10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H34N2O5/c1-3-31-24(30)19(14-13-17-9-5-4-6-10-17)25-16(2)22(27)26-20-12-8-7-11-18(20)15-21(26)23(28)29/h4-6,9-10,16,18-21,25H,3,7-8,11-15H2,1-2H3,(H,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O2/c8-5-6-3-1-2-4-7(6)9/h1-5,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl2N/c6-4-1-2-5(7)8-3-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9Cl2NO/c1-2-9(13)12-6-3-4-7(10)8(11)5-6/h3-5H,2H2,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9N3/c7-3-1-5-9-6-2-4-8/h9H,1-2,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H17ClO3/c1-17(2,16(19)20-3)21-15-10-6-13(7-11-15)12-4-8-14(18)9-5-12/h4-11H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15N/c1-3-5-7-6-4-2/h7H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H38O4/c1-4-5-6-13-16-20(25-19(2)22)17-14-11-9-7-8-10-12-15-18-21(23)24-3/h11,14,20H,4-10,12-13,15-18H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H2ClF3N2O4/c8-6-4(12(14)15)1-3(7(9,10)11)2-5(6)13(16)17/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H19O6PS2/c1-5-15-9(11)7-8(10(12)16-6-2)19-17(13,14-3)18-4/h8H,5-7H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11N3O4/c10-5-1-2-12-8-7(16-9(12)11-5)6(14)4(3-13)15-8/h1-2,4,6-8,10,13-14H,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16Cl2N2O8/c16-14(17)15(24)18-10(7-27-12(22)6-5-11(20)21)13(23)8-1-3-9(4-2-8)19(25)26/h1-4,10,13-14,23H,5-7H2,(H,18,24)(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O3/c1-14(2,3)13(17)10-11(15)8-6-4-5-7-9(8)12(10)16/h4-7,10H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O3S/c1-6(11)10-14(12,13)8-4-2-7(9)3-5-8/h2-5H,9H2,1H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H20N2O8/c1-9(2)11(17)21-5-7-23-13(19)15-16-14(20)24-8-6-22-12(18)10(3)4/h1,3,5-8H2,2,4H3,(H,15,19)(H,16,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22FN3O/c20-17-8-6-16(7-9-17)18(24)4-3-11-22-12-14-23(15-13-22)19-5-1-2-10-21-19/h1-2,5-10H,3-4,11-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9NO3S/c1-4-2-3-8(5,6)7/h4H,2-3H2,1H3,(H,5,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O2/c8-5-6-3-1-2-4-7(6)9(10)11/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7N/c1-3-5(2)4-6/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14N4O5S/c23-16-9-6-13(11-15(16)18(24)25)21-20-12-4-7-14(8-5-12)28(26,27)22-17-3-1-2-10-19-17/h1-11,23H,(H,19,22)(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H50O3/c1-4-7-9-10-12-15-19-24-25(29-24)20-16-13-11-14-17-21-26(27)28-22-23(6-3)18-8-5-2/h23-25H,4-22H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10O/c14-13(11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6Br2/c4-2-1-3-5/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H24O5/c1-7-20(3,4)15-9-13-8-14-10-18(21(5,6)26-12(2)22)24-16(14)11-17(13)25-19(15)23/h7-9,11,18H,1,10H2,2-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13NO/c23-21-7-3-6-15-16(21)9-11-20-18(15)12-17-14-5-2-1-4-13(14)8-10-19(17)22-20/h1-12,23H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H19NO3/c1-18-7-6-17-10-3-5-13(20)16(17)21-15-12(19)4-2-9(14(15)17)8-11(10)18/h2-5,10-11,13,16,19-20H,6-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6F3N/c8-7(9,10)5-3-1-2-4-6(5)11/h1-4H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18ClN3S/c1-17(2)9-10-18(14-5-3-4-8-16-14)11-12-6-7-13(15)19-12/h3-8H,9-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H20O5/c1-2-4-14-13(3-1)18-11-9-16-7-5-15-6-8-17-10-12-19-14/h1-4H,5-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6S/c1-3-2-4-3/h3H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H38O4/c1-14(4-9-22(27)28)18-7-8-19-17-6-5-15-12-16(25)10-11-23(15,2)20(17)13-21(26)24(18,19)3/h14-20,25H,4-13H2,1-3H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2O2/c7-3-1-5(9)4(8)2-6(3)10/h1-2,9-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H21NO7/c12-2-5(3-13)11-6-1-10(18,4-14)9(17)8(16)7(6)15/h5-9,11-18H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O3S/c1-6(11)10-7-2-4-8(5-3-7)14(9,12)13/h2-5H,1H3,(H,10,11)(H2,9,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H43N/c1-3-5-7-9-11-13-15-25-17-21-27(22-18-25)29-28-23-19-26(20-24-28)16-14-12-10-8-6-4-2/h17-24,29H,3-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO2/c1-3-9-6(8)5(2)4-7/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O2/c1-5-4-6(8)2-3-7(5)9/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H26O3/c1-18-7-6-15-14-4-3-13(21)10-12(14)2-5-16(15)19(18)8-9-20(18,23)17(22)11-19/h3-4,10,15-17,21-23H,2,5-9,11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14O2/c19-17-15-8-4-3-7-13(15)14-10-9-11-5-1-2-6-12(11)16(14)18(17)20/h1-10,17-20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18O4/c1-9(2)11(13)15-7-5-6-8-16-12(14)10(3)4/h1,3,5-8H2,2,4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO2/c8-6-3-1-2-5(4-6)7(9)10/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2O2/c4-1-2(5)3(6)7/h2H,1H2,(H,6,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H10N2O2S/c1-9-12(10,11)7-4-2-6(8)3-5-7/h2-5,9H,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15N/c1-5(2)7-6(3)4/h5-7H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl4O/c7-2-1-3(11)5(9)6(10)4(2)8/h1,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2BrN/c3-1-2-4/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6ClNO2/c4-1-3(7)5-2-6/h6H,1-2H2,(H,5,7)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H34O2/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18(19)20/h9-10H,2-8,11-17H2,1H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8ClNO3S/c1-4-2-6(9)7(3-5(4)8)13(10,11)12/h2-3H,9H2,1H3,(H,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO3/c8-6-3-1-5(2-4-6)7(9)10/h1-4,8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2O3/c4-3(8)5-1-2(6)7/h1H2,(H,6,7)(H3,4,5,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14N2/c1-7-3-5-8(2)6-4-7/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11N3O2/c1-12(2)11-10-8-5-3-7(4-6-8)9(13)14/h3-6H,1-2H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11ClO3/c1-6-5-8(11)3-4-9(6)14-7(2)10(12)13/h3-5,7H,1-2H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4Cl2N2/c9-7-8(10)12-6-4-2-1-3-5(6)11-7/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H16N2/c1-7(2)5-6-8(3)4/h5-6H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH2O2/c2-1-3/h1H,(H,2,3)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H16O2/c1-3-5-6-7-8-11-9(10)4-2/h4H,2-3,5-8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O4/c1-5-4-6(10)8(12-2)9(13-3)7(5)11/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H18O10/c1-23-11-5-9(19(21)25-3)13(17-15(11)27-7-29-17)14-10(20(22)26-4)6-12(24-2)16-18(14)30-8-28-16/h5-6H,7-8H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10/c1-3-9-4-2-6-11-8-7-10(5-1)12(9)11/h1-6H,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O2/c9-6(10)2-1-5-3-7-4-8-5/h1-4H,(H,7,8)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H18O2/c1-9(2)8-11-4-6-12(7-5-11)10(3)13(14)15/h4-7,9-10H,8H2,1-3H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12FN3O3/c1-23-16(22)20-15-18-12-7-4-10(8-13(12)19-15)14(21)9-2-5-11(17)6-3-9/h2-8H,1H3,(H2,18,19,20,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10F3NO2/c15-14(16,17)9-4-3-5-10(8-9)18-12-7-2-1-6-11(12)13(19)20/h1-8,18H,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9N/c1-3(2)4/h3H,4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O2/c6-4-5-2-1-3-7-5/h5-6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O2/c1-3(5)4(2)6/h3,5H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H22O/c1-9-13(2,3)10-7-6-8-11(15)12(10)14(9,4)5/h9H,6-8H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H24O/c1-10-8-14-15(9-13(10)11(2)18)17(6,7)12(3)16(14,4)5/h8-9,12H,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14/c1-3-5-6-4-2/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12S2/c1-3-5-7-8-6-4-2/h3H,1,4-6H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N5/c1-15-8-4-6-5-12-3-2-7(6)13-9(8)14-10(15)11/h2-5H,1H3,(H2,11,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2O2S/c7-5-1-3-6(4-2-5)11(8,9)10/h1-4H,7H2,(H2,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6ClNO4S/c7-3-1-4(8)6(9)5(2-3)13(10,11)12/h1-2,9H,8H2,(H,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Cl/c7-6-4-2-1-3-5-6/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O2/c1-10-8(9)7-5-3-2-4-6-7/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16/c1-12-11-14-6-4-8-15(14)17-10-9-13-5-2-3-7-16(13)18(12)17/h2-3,5,7,9-11H,4,6,8H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N/c1-3-5-4-2/h5H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20O2/c1-3-17(13-5-9-15(19)10-6-13)18(4-2)14-7-11-16(20)12-8-14/h5-12,19-20H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H16N2O4S/c1-11(19)17-13-3-7-15(8-4-13)23(21,22)16-9-5-14(6-10-16)18-12(2)20/h3-10H,1-2H3,(H,17,19)(H,18,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5ClO2/c1-6-3(5)2-4/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O/c1-4(2)5(3)6/h1H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H17NO/c1-12(2)17-15-10-8-14(9-11-15)16-13-6-4-3-5-7-13/h3-12,16H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O2/c1-5-3-8(10)6(2)4-7(5)9/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O2/c19-15-13-7-3-1-5-11(13)9-17-16(20)14-8-4-2-6-12(14)10-18(15)17/h1-8H,9-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H22O2/c1-4-5-6-7-8-9-10-14-12(13)11(2)3/h2,4-10H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H9ClO2/c1-4(2)8-5(7)3-6/h4H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7NO/c1-4(2,6)3-5/h6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H9ClO3/c1-6-4-7(10)2-3-8(6)13-5-9(11)12/h2-4H,5H2,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H23NO4/c1-10(2)16-7-13(18)9-19-14-5-3-4-11-6-12(17)8-20-15(11)14/h3-5,10,12-13,16-18H,6-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10N6O2/c19-18(20)9-3-1-8(2-4-9)5-13-11-10-12(15-6-14-10)17-7-16-11/h1-4,6-7H,5H2,(H2,13,14,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O3/c1-3(5)7-4(2)6/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11Br/c1-5(2,3)4-6/h4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6Cl2O3/c9-5-1-2-7(6(10)3-5)13-4-8(11)12/h1-3H,4H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N3O/c11-9-5-8(6-13-10(9)14)7-1-3-12-4-2-7/h1-6H,11H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H24O/c1-10-8-11(14(2,3)4)13(16)12(9-10)15(5,6)7/h8-9,16H,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8Br2/c9-5-7-3-1-2-4-8(7)6-10/h1-4H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10FO2P/c1-4(2)7-8(3,5)6/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H8O2/c17-15-11-5-1-3-9-7-8-10-4-2-6-12(16(15)18)14(10)13(9)11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H26S/c1-10(2,3)8-12(7,13)9-11(4,5)6/h13H,8-9H2,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14O4/c1-3-9-17-13(15)11-7-5-6-8-12(11)14(16)18-10-4-2/h3-8H,1-2,9-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O6/c16-8-4-11(19)15-12(20)6-13(21-14(15)5-8)7-1-2-9(17)10(18)3-7/h1-6,16-19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H13N5O3/c18-4-8-7(19)3-9(20-8)17-6-14-10-11-13-1-2-16(11)5-15-12(10)17/h1-2,5-9,18-19H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H18N3OP/c1-7(2)11(10,8(3)4)9(5)6/h1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10N2O/c1-8(14)13-10-6-9-4-2-3-5-11(9)12-7-10/h2-7H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O/c1-7(9)8-5-3-2-4-6-8/h2-7,9H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4N2O2/c8-5-6-1-3-7(4-2-6)9(10)11/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H13N3/c5-1-3-7-4-2-6/h7H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O4/c1-3(5(8)9)2-4(6)7/h3H,2H2,1H3,(H,6,7)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H30O2/c1-2-3-4-5-6-7-8-9-10-11-12-16-13-15-14-17-15/h15H,2-14H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6O2/c6-4-5-2-1-3-7-5/h1-3,6H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14O/c1-2-3-4-5-6-7-8-9-10/h3-4,7-9H,2,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N/c1-13-9-7-12(8-10-13)11-5-3-2-4-6-11/h2-7H,8-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H2ClN/c3-1-2-4/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8HCl4F11O2/c9-3(15,2(13,14)1(24)25)6(18,19)4(10,16)7(20,21)5(11,17)8(12,22)23/h(H,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11NO/c1-6-4-2-3-5/h2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9NS/c1-3-7-11-9(5-1)13-10-6-2-4-8-12(10)14-11/h1-8,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H19N3O4S/c1-16(2)11(15(22)23)19-13(21)10(14(19)24-16)18-12(20)9(17)8-6-4-3-5-7-8/h3-7,9-11,14H,17H2,1-2H3,(H,18,20)(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO2/c1-4(2,3)5(6)7/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H44O3/c1-17(2)25(29)13-8-18(3)23-11-12-24-20(7-6-14-27(23,24)5)9-10-21-15-22(28)16-26(30)19(21)4/h9-10,17-18,22-26,28-30H,4,6-8,11-16H2,1-3,5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO2/c9-7-4-2-1-3-6(7)5-8(10)11/h1-4H,5H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H14O2S2/c21-17-5-1-15-11-19(7-3-13(15)9-17)23-24-20-8-4-14-10-18(22)6-2-16(14)12-20/h1-12,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10O4/c1-7(11)12-5-8-2-3-9-10(4-8)14-6-13-9/h2-4H,5-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2/c1-5(2)3-4/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H38O4/c1-5-9-11-19(7-3)17-27-23(25)21-13-15-22(16-14-21)24(26)28-18-20(8-4)12-10-6-2/h13-16,19-20H,5-12,17-18H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4O3/c5-3-1-2-4(6)7-3/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O3/c1-12-9(11)8-4-2-7(6-10)3-5-8/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H10O3/c1-8(12)2-3-9-4-5-10-11(6-9)14-7-13-10/h2-6H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c1-11-7-4-2-3-6(5-7)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H25N5O6/c29-9-17-19(31)20(32)23(34-17)28-12-27-18-21(25-11-26-22(18)28)24-8-14(30)10-33-16-7-3-5-13-4-1-2-6-15(13)16/h1-7,11-12,14,17,19-20,23,29-32H,8-10H2,(H,24,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16/c1-4-10-16(11-5-1)19(17-12-6-2-7-13-17)18-14-8-3-9-15-18/h1-15,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-8-4-6-9(7-5-8)10(2,3)11/h4,9,11H,5-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H25N3O4/c1-28-19-7-3-16(14-20(19)29-2)22(27)25-11-9-24(10-12-25)17-5-6-18-15(13-17)4-8-21(26)23-18/h3,5-7,13-14H,4,8-12H2,1-2H3,(H,23,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H24N4O2/c20-18(21)14-4-8-16(9-5-14)24-12-2-1-3-13-25-17-10-6-15(7-11-17)19(22)23/h4-11H,1-3,12-13H2,(H3,20,21)(H3,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c9-5-6-3-1-2-4-7(6)8(10)11/h1-4,9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO2/c1-9(17)16-14-7-11-6-10-4-2-3-5-12(10)13(11)8-15(14)18/h2-5,7-8,18H,6H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H33N3O4/c1-13(24)16-10-14(22-18(26)23-20(5,6)7)8-9-17(16)27-12-15(25)11-21-19(2,3)4/h8-10,15,21,25H,11-12H2,1-7H3,(H2,22,23,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8BrNO/c9-6-8(11)10-7-4-2-1-3-5-7/h1-5H,6H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18O/c1-2-4-6-8-10-12-11(13-12)9-7-5-3-1/h3-6,11-12H,1-2,7-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-6(10)9-7-3-2-4-8(11)5-7/h2-5,11H,1H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11N/c1-3-5-7-6-4-2/h3-4,7H,1-2,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N4O2/c1-10-4-9-6-5(10)7(13)12(3)8(14)11(6)2/h4H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O/c8-6-2-1-5(4-10)3-7(6)9/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H22N2O6/c1-10(2)16-7-12(18)8-21-14-5-3-4-11-6-13(23-17(19)20)9-22-15(11)14/h3-5,10,12-13,16,18H,6-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8N2O/c1-3-5-6(2)4-7/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9NO2/c1-8-6-9-4-2-3-5-10(9)7-11(8)12(13)14/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H44O2/c1-26(2,3)20-14-18(15-21(24(20)30)27(4,5)6)13-19-16-22(28(7,8)9)25(31)23(17-19)29(10,11)12/h14-17,30-31H,13H2,1-12H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2/c1-2-4-10(5-3-1)12-8-6-11-7-9-12/h1-5,11H,6-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3F2N/c6-4-2-1-3-5(7)8-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H32O/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-16-15-17-16/h16H,2-15H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl3/c7-4-1-2-5(8)6(9)3-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10N2/c1-2-6-4-3-5-1/h5-6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H25NO7/c1-3-12-8-11(2)18(23,10-20)17(22)25-9-13-4-6-19(24)7-5-14(15(13)19)26-16(12)21/h3-4,11,14-15,20,23H,5-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Cl/c1-6-4-2-3-5-7(6)8/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H20/c1-3-16-19-11-7-8-12-20(19)17(4-2)22-18-10-6-5-9-15(18)13-14-21(16)22/h5-14H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15O3PS2/c1-4-12-6-5-9-10(11,7-2)8-3/h4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9ClO3/c1-3-10-6(9)5(7)4(2)8/h5H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O3/c1-9-8-14-12(11-5-3-2-4-10(9)11)6-7-13-15(14)18-19(22-18)17(21)16(13)20/h2-8,16-21H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6BrN/c7-5-1-3-6(8)4-2-5/h1-4H,8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H16O4/c1-2-10-5-6-12-8-7-11-4-3-9-1/h1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H11NO/c8-6-4-2-1-3-5-7-6/h1-5H2,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6HCl4NO2/c7-2-1-3(11(12)13)5(9)6(10)4(2)8/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N3O6/c10-7-3(14)1-12(9(17)11-7)8-6(16)5(15)4(2-13)18-8/h4-6,8,13,15-16H,1-2H2,(H2,10,11,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12O/c10-8-4-7-9-5-2-1-3-6-9/h1-3,5-6,10H,4,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16N2O2S/c1-7-6-8(2)13-9(12-7)16-10(14)15-11(3,4)5/h6H,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O2/c10-9(11)7-6-8-4-2-1-3-5-8/h1-7H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H16NO5P/c1-3-16-20(15,17-4-2)19-13-10-12(18-14-13)11-8-6-5-7-9-11/h5-10H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O2/c1-2(3)4/h1H3,(H,3,4)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N/c9-7-6-8-4-2-1-3-5-8/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6Cl2N2O2/c1-5(2)3(10)8(6)4(11)9(5)7/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O/c1-3-4(2)5/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6HBr5O/c7-1-2(8)4(10)6(12)5(11)3(1)9/h12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H17NO2/c1-4-15(5-2)11-6-7-12-10(3)8-14(16)17-13(12)9-11/h6-9H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H17N3/c7-3-1-5-9-6-2-4-8/h9H,1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O3/c1-2-12-9-5-7(6-10)3-4-8(9)11/h3-6,11H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H12N2O/c1-9-8-11(14)13(12(9)2)10-6-4-3-5-7-10/h3-8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O4/c1-12-8-5-10(14-3)9(13-2)4-7(8)6-11/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13ClN2O3S/c1-2-7-12-10(14)13-17(15,16)9-5-3-8(11)4-6-9/h3-6H,2,7H2,1H3,(H2,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H11Cl2NO4/c1-6(11(16)17)14-10(15)5-18-9-3-2-7(12)4-8(9)13/h2-4,6H,5H2,1H3,(H,14,15)(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9N5/c1-15-8-5-7-6(3-2-4-12-7)13-9(8)14-10(15)11/h2-5H,1H3,(H2,11,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO3S/c11-14(12,13)8-5-1-3-7-4-2-6-10-9(7)8/h1-6H,(H,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2/c1-6-9-5-7-3-2-4-8(7)10-6/h5H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H25FN6O/c1-29(23-26-13-10-22(32)28-23)19-11-14-30(15-12-19)24-27-20-4-2-3-5-21(20)31(24)16-17-6-8-18(25)9-7-17/h2-10,13,19H,11-12,14-16H2,1H3,(H,26,28,32)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O5/c16-9-3-1-8(2-4-9)13-7-12(19)15-11(18)5-10(17)6-14(15)20-13/h1-6,13,16-18H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O2/c1-7(10)9(11)8-5-3-2-4-6-8/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13NO3S/c18-15(20-11-12-6-2-1-3-7-12)10-17-13-8-4-5-9-14(13)21-16(17)19/h1-9H,10-11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5Cl6/c6-1-2(7)4(9)5(10,11)3(1)8">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7BrO/c9-6-8(10)7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14O/c1-2-3-4-5-6-7-8/h7H,2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8O/c1-3-7-11-9(5-1)10-6-2-4-8-12(10)13-11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6O2/c1-5-2-3-6(4-7)8-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O/c1-2-4-6-8-7(9-8)5-3-1/h7-8H,1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H9NO/c1-3-6-4-2-5-1/h5H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO2/c9-7-8-5-3-1-2-4-6(5)10-7/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13N3/c17-15-11-10-12-6-4-5-9-14(12)16(15)19-18-13-7-2-1-3-8-13/h1-11H,17H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO/c9-6-8-7-4-2-1-3-5-7/h1-6H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15O2PS3/c1-4-11-5-6-12-9(10,7-2)8-3/h4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10NO3PS/c1-4(6)5-9(7,8-2)10-3/h7H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H34O4/c1-13(2,3)17-19-15(7,8)11-12-16(9,10)20-18-14(4,5)6/h11-12H2,1-10H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClNO2/c1-5-2-3-6(8)4-7(5)9(10)11/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14O3/c1-3-14-11(13)10-12(2,15-10)9-7-5-4-6-8-9/h4-8,10H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O4/c1-9-5(7)3-4-6(8)10-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H34N2O3/c1-2-3-4-5-11-17-25-20-13-8-7-12-19(20)22-21(24)26-18-16-23-14-9-6-10-15-23/h7-8,12-13H,2-6,9-11,14-18H2,1H3,(H,22,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-6(2)8-5-9(11)7(3)4-10(8)12/h4-5,11-12H,1H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6O/c1-2-4-8-7(3-1)5-6-9-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O/c1-7(9)8-5-3-2-4-6-8/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H17NO2S/c1-2-3-5-12-6-4-7(9)8(10)11/h7H,2-6,9H2,1H3,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO3/c9-5-6-1-3-7(4-2-6)8(10)11/h1-4,9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2O3/c1-13(2,3)17-12(16)18-15-11(9-14)10-7-5-4-6-8-10/h4-8H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O2/c1-4-5-9-7(8)6(2)3/h2,4-5H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N2O/c1-5(8)7-3-2-6-4-7/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO4/c12-7-3-1-2-5-8(13)4-6(10(14)15)11-9(5)7/h1-4,12H,(H,11,13)(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4N2O2/c5-3-1-2-4-6/h1-2,5-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4N2/c5-3-1-2-4-6/h1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO3S/c7-5-1-3-6(4-2-5)11(8,9)10/h1-4H,7H2,(H,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O3/c20-17-6-3-7-18-16(17)11-15(19(21)22-18)14-9-8-12-4-1-2-5-13(12)10-14/h1-7,11,14,20H,8-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO2/c1-6-4-10(12)13-9-5-7(11)2-3-8(6)9/h2-5H,11H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H13NO2/c1-9(17)16-14-7-6-12-11-5-3-2-4-10(11)8-13(12)15(14)18/h2-7,18H,8H2,1H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H32N2O4/c1-11(17)7-15(8-12(2)18)5-6-16(9-13(3)19)10-14(4)20/h11-14,17-20H,5-10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H30O5/c1-3-5-7-20-8-9-21-10-11-22-14-17-13-19-18(23-15-24-19)12-16(17)6-4-2/h12-13H,3-11,14-15H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O3/c1-7(11)12-9-4-2-8(6-10)3-5-9/h2-5,10H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4O/c1-2/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O3/c1-7-3-5-9-6-4-8-2/h3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c1-3-5(7)4(2)6/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18N2O2/c1-8(2)5-6(7(10)12)9(3,4)11(8)13/h6,13H,5H2,1-4H3,(H2,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H13ClO3/c1-8-7-9(12)4-5-10(8)15-6-2-3-11(13)14/h4-5,7H,2-3,6H2,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2O3/c5-3-1-2-4(6)7-3/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H19N/c1-3-5-6-8(4-2)7-9/h8H,3-7,9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14N2O4/c1-7(2)8-3-4-12-9(5-8)13(19)10-6-11(16(20)21)14(17)18-15(10)22-12/h3-7H,1-2H3,(H2,17,18)(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4ClF3/c8-6-3-1-5(2-4-6)7(9,10)11/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N4O2S2/c1-6-11-12-9(16-6)13-17(14,15)8-4-2-7(10)3-5-8/h2-5H,10H2,1H3,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18N2O3S/c1-4-14(5-2)18(16,17)12-8-6-11(7-9-12)13-10(3)15/h6-9H,4-5H2,1-3H3,(H,13,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O3/c8-5-1-2-6-7(3-5)10-4-9-6/h1-3,8H,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H16O/c1-4-6(2)7(3)5-8/h6-8H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4N2O5/c7-1-4(10,11)2(8)6-3(9)5-1/h10-11H,(H2,5,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7NO4/c5-2(4(8)9)1-3(6)7/h2H,1,5H2,(H,6,7)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O2/c1-5(2)7(8)9-6(3)4/h6H,1H2,2-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O2/c1-3-7-4-5-8(10)9(6-7)11-2/h3-6,10H,1H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H24/c1-3-5-7-9-11-10-8-6-4-2/h3-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8O4/c1-6(10)13-8-5-3-2-4-7(8)9(11)12/h2-5H,1H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15NO2/c1-2-3-8-14-11(13)9-6-4-5-7-10(9)12/h4-7H,2-3,8,12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14/c1-11-7-8-14-10-9-13-5-3-4-6-15(13)16(14)12(11)2/h3-10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O/c7-6(9)5-2-1-3-8-4-5/h1-4H,(H2,7,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-9(2)7-3-4-10(6-11-10)8(9)5-7/h7-8H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5Br/c7-6-4-2-1-3-5-6/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H28O2/c1-2-3-4-5-6-7-8-9-10-11-12-13-14(15)16/h2-13H2,1H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4N4/c5-1-3(7)4(8)2-6/h3,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6ClN/c10-9-6-5-7-3-1-2-4-8(7)11-9/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H9N3O4/c16-10-5-6-11(12(17)7-10)14-13-8-1-3-9(4-2-8)15(18)19/h1-7,16-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H10O2/c19-17-10-9-15-14-6-5-11-3-1-2-4-12(11)13(14)7-8-16(15)18(17)20/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11NO5/c1-8-2-4-9(5-3-8)13(17)10-6-11(15(19)20)14(18)12(16)7-10/h2-7,16,18H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H37NO3/c1-28-18-25(19-5-8-21(9-6-19)30(2)3)27-23-12-10-22(32)17-20(23)7-11-24(27)26(28)13-15-29(28,33)14-4-16-31/h4-9,14,24-26,31,33H,10-13,15-18H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H38O2/c1-10-11-18(19-14-21(25(4,5)6)23(27)12-16(19)2)20-15-22(26(7,8)9)24(28)13-17(20)3/h12-15,18,27-28H,10-11H2,1-9H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11NO/c1-5(2)3-4-6/h6H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2O/c7-4-1-2-6(9)5(8)3-4/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO2/c12-10(13)8-5-1-3-7-4-2-6-11-9(7)8/h1-6H,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N/c1-2-4-6-5-3-1/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O/c9-8-5-6-3-1-2-4-7-6/h1-5,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7Cl3O2/c9-5-3-7(11)8(4-6(5)10)13-2-1-12/h3-4,12H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6O2/c3-1-2-4/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O7S/c9-7(10)4-1-2-6(16(13,14)15)5(3-4)8(11)12/h1-3H,(H,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4N2O5/c9-6-2-1-4(7(10)11)3-5(6)8(12)13/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H17NO/c1-3-13(4-2)12(14)10-11-8-6-5-7-9-11/h5-9H,3-4,10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14N2O8/c11-4-2-18-8(16,7(15)6(4)14)3-10(9-17)1-5(12)13/h4,6-7,11,14-16H,1-3H2,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H14N2/c1-13-7-3-11(4-8-13)12-5-9-14(2)10-6-12/h3-10H,1-2H3/q+2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H14O7/c1-20-9-6-10-12(8-3-5-22-17(8)23-10)14-11(9)7-2-4-21-15(18)13(7)16(19)24-14/h6,8,17H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C28H46O4/c1-23(2)17-11-7-5-9-15-21-31-27(29)25-19-13-14-20-26(25)28(30)32-22-16-10-6-8-12-18-24(3)4/h13-14,19-20,23-24H,5-12,15-18,21-22H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O2/c1-8(10)11-7-9-5-3-2-4-6-9/h2-6H,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7NO/c10-7-1-2-8-6(5-7)3-4-9-8/h1-5,9-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4Br2/c1-2(3)4/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H22Cl2N2O6/c1-9(2)30-19(26)16-13(8-29-20(23)27)24-10(3)14(18(25)28-4)15(16)11-6-5-7-12(21)17(11)22/h5-7,9,15,24H,8H2,1-4H3,(H2,23,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H12O4/c6-1-5(2-7,3-8)4-9/h6-9H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl2O/c7-4-1-5(8)3-6(9)2-4/h1-3,9H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8ClN/c1-5-2-3-6(9)4-7(5)8/h2-4H,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H26O2/c1-4-5-6-7-8-9-10-11-12-16-14(15)13(2)3/h2,4-12H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9Cl2NO4/c1-19-10-5-9(16(17)18)6-11(7-10)20-13-3-2-8(14)4-12(13)15/h2-7H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9Cl3N2O/c14-8-1-3-9(4-2-8)17-13(19)18-10-5-6-11(15)12(16)7-10/h1-7H,(H2,17,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12/c1-2-8-6-4-3-5-7-8/h2-4,8H,1,5-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O/c11-4-3-7-6-12-10-2-1-8(13)5-9(7)10/h1-2,5-6,12-13H,3-4,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8O3/c1-11-8-4-6(5-9)2-3-7(8)10/h2-5,10H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9Cl4O4P/c1-16-19(15,17-2)18-10(5-11)6-3-8(13)9(14)4-7(6)12/h3-5H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10O/c1-9(8-11)7-10-5-3-2-4-6-10/h2-8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H18/c1-12(2)14-7-10-17-15(11-14)8-9-16-13(3)5-4-6-18(16)17/h4-12H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20O2/c19-16-8-4-14(5-9-16)18(12-2-1-3-13-18)15-6-10-17(20)11-7-15/h4-11,19-20H,1-3,12-13H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O4/c1-5(2)8(11)6(12-3)4-7(9)10/h4H,1H2,2-3H3,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O5/c1-3-9(11)14-7-5-13-6-8-15-10(12)4-2/h3-4H,1-2,5-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18O4/c1-3-11(13)15-9-7-5-6-8-10-16-12(14)4-2/h3-4H,1-2,5-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O2/c3-1-2-4/h1,4H,2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO/c1-4(2)3-5/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H16O7/c1-22-10-4-3-9(20)14-16(21)15-11(23-2)7-12-13(18(15)26-17(10)14)8-5-6-24-19(8)25-12/h3-4,7-8,19-20H,5-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H42O4/c1-21(2)15-9-5-7-13-19-29-25(27)23-17-11-12-18-24(23)26(28)30-20-14-8-6-10-16-22(3)4/h11-12,17-18,21-22H,5-10,13-16,19-20H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H24O6/c1-2-14-5-6-16-9-10-18-12-11-17-8-7-15-4-3-13-1/h1-12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H30N2O/c1-18-10-8-11-19(2)24(18)17-9-15-22(25,20-12-4-3-5-13-20)21-14-6-7-16-23-21/h3-7,12-14,16,18-19,25H,8-11,15,17H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H22O4/c1-11(2)9-19-15(17)13-7-5-6-8-14(13)16(18)20-10-12(3)4/h5-8,11-12H,9-10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H25Cl/c1-2-3-4-5-6-7-8-9-10-11-12-13/h2-12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H14N2O/c1-15-14(17)16(12-8-4-2-5-9-12)13-10-6-3-7-11-13/h2-11H,1H3,(H,15,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O2/c1-2-3-4-5-6(7)8/h2-5H2,1H3,(H,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H51O3P/c1-7-13-16-22(10-4)19-25-28(26-20-23(11-5)17-14-8-2)27-21-24(12-6)18-15-9-3/h22-24H,7-21H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-9-6-5-7-3-1-2-4-8(7)10-9/h1-6H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Cl3O/c7-3-1-2-4(10)6(9)5(3)8/h1-2,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7BrO/c8-7-3-1-6(5-9)2-4-7/h1-4,9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N/c1-6-4-2-3-5-7-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12O6/c1-21-16-11(19)7-13-14(15(16)20)10(18)6-12(22-13)8-2-4-9(17)5-3-8/h2-7,17,19-20H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H23NO3/c1-4-9-18-14-7-5-6-8-15(14)19-11-13(17)10-16-12(2)3/h4-8,12-13,16-17H,1,9-11H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16O2/c1-2-3-4-5-9-6-10(12)8-11(13)7-9/h6-8,12-13H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16O4/c1-3-10(12)14-8-6-5-7-9-15-11(13)4-2/h3-4H,1-2,5-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H7NO2/c1-3(5-7)4(2)6/h7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H19NO3/c1-3-16(10-14(18)19)15-12(8-9-20-16)11-6-4-5-7-13(11)17(15)2/h4-7H,3,8-10H2,1-2H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H17NO5/c1-9(2)4-5-10-12-13(14(20)17-16(10)23-8-24-17)19-18-11(6-7-22-18)15(12)21-3/h4,6-7,20H,5,8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H26N2O4/c1-27-16-8-14-15(9-17(16)28-2)25-20(26)10-18-21-13-7-19-23(14,22(21)25)4-5-24(19)11-12(13)3-6-29-18/h3,8-9,13,18-19,21-22H,4-7,10-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H10O3/c13-12(14)8-15-11-6-5-9-3-1-2-4-10(9)7-11/h1-7H,8H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H7N/c1-2-3-4-5-6/h3-4H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2/c1-5-6(2)8(10)4-3-7(5)9/h3-4H,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H9NO/c17-15-12-7-6-10-3-1-2-9-4-5-11(8-16-15)14(12)13(9)10/h1-8H,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H28N4O5S2/c1-20-11-16-7-8-17(28-16)13-29-10-9-21-19(23-30(2,26)27)22-12-18(25)14-3-5-15(24)6-4-14/h3-8,18,20,24-25H,9-13H2,1-2H3,(H2,21,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H19N3O/c1-9(2)15-12(16)11-6-4-10(5-7-11)8-14-13-3/h4-7,9,13-14H,8H2,1-3H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H15Cl2N/c1-10-2-4-11(5-3-10)14(8-6-12)9-7-13/h2-5H,6-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11Cl2FN2O2S2/c1-13(2)18(15,16)14(17-9(10,11)12)8-6-4-3-5-7-8/h3-7H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11NO2/c6-3-1-5-2-4-7/h5-7H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H20O/c1-10(2,3)9-4-6-11(7-5-9)8-12-11/h9H,4-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H4Cl2F2O/c1-8-3(6,7)2(4)5/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H5Cl2NO/c10-6-4-7(11)9(13)8-5(6)2-1-3-12-8/h1-4,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O/c1-2-3-4-5-6/h5H,2-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H20O/c1-10-6-5-9-13(3,4)12(10)8-7-11(2)14/h7-8H,5-6,9H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10O3S/c1-6-3-4-8(5-7(6)2)12(9,10)11/h3-5H,1-2H3,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H23NO2/c1-5-11-7-6-8-12-9-14(19-15(11)12)13(18)10-17-16(2,3)4/h6-9,13,17-18H,5,10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H23NO2/c1-5-17(4,12-8-9-13(2)3)20-16(19)14-10-6-7-11-15(14)18/h5-7,9-11H,1,8,12,18H2,2-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H13N/c1-12-5-4-7-14-11-15-10-9-13-6-2-3-8-16(13)18(15)19-17(12)14/h2-11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13Cl/c22-12-19-16-7-2-1-6-15(16)17-10-8-13-4-3-5-14-9-11-18(19)21(17)20(13)14/h1-11H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O4/c16-10-3-1-9(2-4-10)13-8-19-14-7-11(17)5-6-12(14)15(13)18/h1-8,16-17H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12N2O2/c18-13-15(17-14(19)16-13,11-7-3-1-4-8-11)12-9-5-2-6-10-12/h1-10H,(H2,16,17,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H30O4/c1-3-5-7-11-15-23-19(21)17-13-9-10-14-18(17)20(22)24-16-12-8-6-4-2/h9-10,13-14H,3-8,11-12,15-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5N/c1-2-4-5-3-1/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H26N2/c1-5-14-9-16(20)7-12(3)18(14)11-19-13(4)8-17(21)10-15(19)6-2/h7-10H,5-6,11,20-21H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3NO/c3-1-2-4/h4H,2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O2/c1-4(6)3-5(2)7/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO2/c12-10(13)5-7-6-11-9-4-2-1-3-8(7)9/h1-4,6,11H,5H2,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H16N4O4/c16-8-4-14(5-9(17)12-8)2-1-3-15-6-10(18)13-11(19)7-15/h1-7H2,(H,12,16,17)(H,13,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H18O3S/c1-9(2)12-6-5-10(3)15-13(8-12)11(4)7-14(15)19(16,17)18/h5-9H,1-4H3,(H,16,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H18N2O5/c1-7-10(9(3)17)8(2)13(16(20)21)11(14(4,5)6)12(7)15(18)19/h1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11Cl7/c11-2-8(3-12)5-1-10(16,17)9(8,4-13)7(15)6(5)14/h5-7H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl4/c7-3-1-2-4(8)6(10)5(3)9/h1-2H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8O2/c1-9-7-5-3-2-4-6(7)8/h2-5,8H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6ClF3/c9-5-6-1-3-7(4-2-6)8(10,11)12/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O2/c10-9(11)7-6-8-4-2-1-3-5-8/h1-5H,6-7H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H23NO4/c1-20-7-6-19-10-14(21)16(24-3)9-12(19)13(20)8-11-4-5-15(23-2)18(22)17(11)19/h4-5,9,12-13,22H,6-8,10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7NO2/c12-9-6-5-7-3-1-2-4-8(7)10(9)11-13/h1-6,12H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14N2O/c1-8-13-11(5-6-14-8)10-4-3-9(16-2)7-12(10)15-13/h3-4,7,15H,5-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO2/c1-10-8-6-4-3-5-7(8)9(11)12-2/h3-6,10H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10Cl2O3/c11-7-3-4-9(8(12)6-7)15-5-1-2-10(13)14/h3-4,6H,1-2,5H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10Cl4/c15-10-7-5-9(6-8-10)13(14(17)18)11-3-1-2-4-12(11)16/h1-8,13-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18O/c1-3-5-6-8(4-2)7-9/h8-9H,3-7H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-5-10(4,11)8-6-7-9(2)3/h5,7,11H,1,6,8H2,2-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H16BrNO/c1-12(2,3)10(13)11(15)14-9-7-5-4-6-8-9/h4-8,10H,1-3H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5NO5S/c8-7(9)5-1-3-6(4-2-5)13(10,11)12/h1-4H,(H,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7ClO2S/c1-11(9,10)7-4-2-6(8)3-5-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H21NO3/c1-3-11-6-5-7-12-13-8-9-21-17(4-2,10-14(19)20)16(13)18-15(11)12/h5-7,18H,3-4,8-10H2,1-2H3,(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H34O8/c1-5-8-11-25-17(22)14-20(28-16(4)21,19(24)27-13-10-7-3)15-18(23)26-12-9-6-2/h5-15H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H17NO/c1-11(15)13(7-9-14-10-8-13)12-5-3-2-4-6-12/h2-6,14H,7-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20N2S4/c1-5-11(6-2)9(13)15-16-10(14)12(7-3)8-4/h5-8H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c8-6-3-1-5(2-4-6)7(9)10/h1-4H,8H2,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O3/c1-11(16(18)19)13-8-5-9-14(10-13)15(17)12-6-3-2-4-7-12/h2-11H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7Cl/c1-2-7-5-3-4-6-8(7)9/h2-6H,1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H13N3/c1-7(2)5(6)8(3)4/h6H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H23N3O7S/c1-10-12(31-20(28)30-10)9-29-19(27)15-21(2,3)32-18-14(17(26)24(15)18)23-16(25)13(22)11-7-5-4-6-8-11/h4-8,13-15,18H,9,22H2,1-3H3,(H,23,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2N2S2/c4-1-6-3-7-2-5/h3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O2/c8-4-1-2-6(9)5(3-4)7(10)11/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H20O2/c1-4-7-8-10(5-2)9-13-11(12)6-3/h6,10H,3-5,7-9H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O4/c7-5(8)3-1-2-4-6(9)10/h1-4H2,(H,7,8)(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6Br2O/c9-5-8(11)6-1-3-7(10)4-2-6/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12/c1-2-6-10-8-4-3-7-9(10)5-1/h1-2,5-6H,3-4,7-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H29NO/c1-4-25(21-11-7-5-8-12-21)26(22-13-9-6-10-14-22)23-15-17-24(18-16-23)28-20-19-27(2)3/h5-18H,4,19-20H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O/c1-8(2)10-5-3-9(7-11)4-6-10/h3,7,10H,1,4-6H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2F6O/c4-2(5,6)1(10)3(7,8)9/h1,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H10O/c1-5(2)3-4-6/h4-5H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H5Cl7/c11-4-2-1-3-5(4)9(15)7(13)6(12)8(3,14)10(9,16)17/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8O/c1-3-5(2)4-6-5/h3H,1,4H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H36N2/c1-15(2)7-9-17(5)21-19-11-13-20(14-12-19)22-18(6)10-8-16(3)4/h11-18,21-22H,7-10H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O2/c1-3(4)5-2/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N/c1-4(2,3)5/h5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H7N/c1-3-2/h3H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-6-4-9(11)8-5-7(6)10(8,2)3/h4,7-9,11H,5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11ClN2O/c1-12(2)9(13)11-8-5-3-7(10)4-6-8/h3-6H,1-2H3,(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H15O4P/c1-4-8-11(7,9-5-2)10-6-3/h4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7Cl3O3/c1-4(9(13)14)15-8-3-6(11)5(10)2-7(8)12/h2-4H,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14N3O8P/c10-5-1-2-12(9(15)11-5)8-7(14)6(13)4(20-8)3-19-21(16,17)18/h1-2,4,6-8,13-14H,3H2,(H2,10,11,15)(H2,16,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8O/c1-3(2)4/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14O/c1-7-4-8(10)6-9(2,3)5-7/h4H,5-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H19NO4S/c1-3-9-14(10-4-2)19(17,18)12-7-5-11(6-8-12)13(15)16/h5-8H,3-4,9-10H2,1-2H3,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O2/c8-4-2-1-3-5(9)6(4)7(10)11/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10/c1-7-3-5-8(2)6-4-7/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8O/c1-2-3-4/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4S/c1-2-4-5-3-1/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H6O2S/c5-7(6)3-1-2-4-7/h1-2H,3-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H6N2O6S/c7-4-1-3(8(10)11)2-5(6(4)9)15(12,13)14/h1-2,9H,7H2,(H,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10O8/c1-3(11)15-7-5-6(18-9(7)13)8(10(14)17-5)16-4(2)12/h5-8H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6ClN/c9-5-7-1-3-8(6-10)4-2-7/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N2O8/c13-7(14)3-11(4-8(15)16)1-2-12(5-9(17)18)6-10(19)20/h1-6H2,(H,13,14)(H,15,16)(H,17,18)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20/c1-3-5-7-9-10-8-6-4-2/h3H,1,4-10H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H4Cl4O2/c13-5-1-9-10(2-6(5)14)18-12-4-8(16)7(15)3-11(12)17-9/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12N2O3/c18-12-8-6-11(7-9-12)15(10-4-2-1-3-5-10)13(19)16-14(20)17-15/h1-9,18H,(H2,16,17,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14/c1-3-9-15(10-4-1)17-13-7-8-14-18(17)16-11-5-2-6-12-16/h1-14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9Cl/c1-7-2-4-8(6-9)5-3-7/h2-5H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N4O/c12-7(10-3-1-8-5-10)11-4-2-9-6-11/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H11NO2/c1-8(12)7-10(13)11-9-5-3-2-4-6-9/h2-6H,7H2,1H3,(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H13IN5O2/c20-15-6-8-16(9-7-15)23-21-19(14-4-2-1-3-5-14)22-24(23)17-10-12-18(13-11-17)25(26)27/h1-13H/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O/c1-3-8(2)9-6-4-5-7-10(9)11/h4-8,11H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12N2/c1-2-8-5-3-7(1)4-6-8/h1-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H10BrCl2O4P/c1-15-18(14,16-2)17-10(6-11)8-4-3-7(12)5-9(8)13/h3-6H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14O3/c1-5(7)3-9-4-6(2)8/h5-8H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12NO5PS/c1-7-6-8(4-5-9(7)10(11)12)15-16(17,13-2)14-3/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H24O2/c1-2-3-4-5-6-7-8-9-10-11-12(13)14/h2-11H2,1H3,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO/c8-7(9)6-4-2-1-3-5-6/h1-5H,(H2,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H5ClO/c1-3(5)2-4/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10FNO2/c10-7-3-1-6(2-4-7)5-8(11)9(12)13/h1-4,8H,5,11H2,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O2/c1-18-15-10-7-13(8-11-15)9-12-16(17)14-5-3-2-4-6-14/h2-12H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H5ClN2/c9-8-7-4-2-1-3-6(7)5-10-11-8/h1-5H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10/c1-2-8-6-4-3-5-7-8/h3-7H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H20O6/c1-26-20-11-14(5-9-18(20)24)3-7-16(22)13-17(23)8-4-15-6-10-19(25)21(12-15)27-2/h3-12,24-25H,13H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9N3O2/c1-6(12)10-11-8(13)7-4-2-3-5-9-7/h2-5H,1H3,(H,10,12)(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H16N2O3/c1-8(16)14-4-3-9-7-15-11-6-12(17)13(18-2)5-10(9)11/h5-7,15,17H,3-4H2,1-2H3,(H,14,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12Br4/c9-4-8(12)5-1-2-6(10)7(11)3-5/h5-8H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6N2/c4-2-1-3-5/h1-2,4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H14O5/c16-10-4-1-9(2-5-10)3-6-12(18)15-13(19)7-11(17)8-14(15)20/h1-2,4-5,7-8,16-17,19-20H,3,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4Cl2/c1-2(3)4/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9NO/c15-13-9-5-1-3-7-11(9)14-12-8-4-2-6-10(12)13/h1-8H,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H15NO2/c23-20-15-8-4-3-7-14(15)17-11-16-13-6-2-1-5-12(13)9-10-18(16)22-19(17)21(20)24/h1-11,20-21,23-24H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2S/c1-2-7-5-6(8(9)11)3-4-10-7/h3-5H,2H2,1H3,(H2,9,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10/c1-3-4-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7ClO2/c10-8-4-1-7(2-5-8)3-6-9(11)12/h1-6H,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11N/c1-2-3-4-5/h2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H31N3O/c1-7-21(3,4)15-13-16(22(5,6)8-2)20(26)19(14-15)25-23-17-11-9-10-12-18(17)24-25/h9-14,23-24,26H,7-8H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7NO/c7-5-1-3-6(8)4-2-5/h1-4,8H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O/c7-6-4-2-1-3-5-6/h6-7H,1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H11NO3/c17-15(13-6-2-1-3-7-13)10-9-12-5-4-8-14(11-12)16(18)19/h1-11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H9O3P/c1-5-7(3,4)6-2/h1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H26O/c1-2-3-4-5-6-7-8-9-10-11-12-13/h13H,2-12H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8Cl4O3/c9-3-1-2(8(14)15-7(1)13)4(10)6(12)5(3)11">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6S3/c10-9-11-6-8(12-9)7-4-2-1-3-5-7/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H9F3N2O2/c14-13(15,16)8-3-1-4-9(7-8)18-11-10(12(19)20)5-2-6-17-11/h1-7H,(H,17,18)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12/c1-6-4-2-3-5-6/h6H,2-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10O2/c10-7-5-8-3-1-2-4-9(8,6-7)11-8/h1-4,7,10H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H12O2/c1-5-6(8)9-7(2,3)4/h5H,1H2,2-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6S/c1-5-2-3-6-4-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H9Cl4O5P/c1-13-16(12,14-2)5(6(8,9)10)15-4(11)3-7/h5H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7ClO/c8-7-3-1-6(5-9)2-4-7/h1-4,9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5Cl4O2/c6-1-2(7)4(11)5(8,9)3(1)10">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H51O4P/c1-4-7-10-13-16-19-22-26-29(25,27-23-20-17-14-11-8-5-2)28-24-21-18-15-12-9-6-3/h4-24H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O/c1-2-6-4-3-5-7-6/h3-5H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H12O/c19-17-11-13-6-2-3-7-14(13)16-10-9-12-5-1-4-8-15(12)18(16)17/h1-11,19H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H9NO3S/c1-5-4-6(12(9,10)11)2-3-7(5)8/h2-4H,8H2,1H3,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H17NO/c1-4-13(5-2)12(14)11-8-6-7-10(3)9-11/h6-9H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12ClNO2/c1-8(15(18)19)9-2-4-11-12-7-10(16)3-5-13(12)17-14(11)6-9/h2-8,17H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H24O11/c13-1-4(16)7(18)11(5(17)2-14)23-12-10(21)9(20)8(19)6(3-15)22-12/h4-21H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H7N/c1-2-3/h2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H8N2O2S/c10-14(12,13)8-5-1-3-7-4-2-6-11-9(7)8/h1-6H,(H2,10,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14/c1-7-5-9(3)10(4)6-8(7)2/h5-6H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H34O4/c1-3-5-15-21-17(19)13-11-9-7-8-10-12-14-18(20)22-16-6-4-2/h3-16H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H18O2/c1-2-3-4-5-6-10-7-8-11(13)9-12(10)14/h7-9,13-14H,2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H21NO3/c1-7(11)4-10(5-8(2)12)6-9(3)13/h7-9,11-13H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10Cl2N2O2/c16-10-6-5-9(12(17)7-10)8-19-13-4-2-1-3-11(13)14(18-19)15(20)21/h1-7H,8H2,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H3Br3O/c7-3-1-4(8)6(10)5(9)2-3/h1-2,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H5N5/c6-5-7-1-3-4(10-5)9-2-8-3/h1-2H,(H3,6,7,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N/c1-3-7-11(8-4-1)13-12-9-5-2-6-10-12/h1-10,13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15ClO3/c1-4-15-11(14)12(2,3)16-10-7-5-9(13)6-8-10/h5-8H,4H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O2/c5-3-1-2-4-6/h5-6H,1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H23O4P/c1-3-5-12-16-19(15,17-13-6-4-2)18-14-10-8-7-9-11-14/h7-11H,3-6,12-13H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H20N2O5S/c21-18-15(28(25,26)27)10-14(22-11-6-2-1-3-7-11)16-17(18)20(24)13-9-5-4-8-12(13)19(16)23/h4-5,8-11,22H,1-3,6-7,21H2,(H,25,26,27)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4BrNO/c3-1-2(4)5/h1H2,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6Cl4N2O/c13-9-3-1-7(5-11(9)15)17-18(19)8-2-4-10(14)12(16)6-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2HF5/c3-1(4)2(5,6)7/h1H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H26O/c1-8-11-9-12(15(2,3)4)14(17)13(10-11)16(5,6)7/h9-10,17H,8H2,1-7H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H8O2/c16-15-11-5-1-3-9-7-8-10-4-2-6-12(17-15)14(10)13(9)11/h1-8H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4INO/c3-1-2(4)5/h1H2,(H2,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2S3/c1-5-7(12-13-8(5)11)6-4-9-2-3-10-6/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H4Cl3N/c7-3-1-2-4(10)6(9)5(3)8/h1-2H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N3O6/c1-6-9(13(16)17)7(2)11(15(20)21)8(12(3,4)5)10(6)14(18)19/h1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H12O/c16-15-13-7-3-1-5-11(13)9-10-12-6-2-4-8-14(12)15/h1-8H,9-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12/c1-7-4-5-8(2)9(3)6-7/h4-6H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO2/c9-8(10)11-6-7-4-2-1-3-5-7/h1-5H,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O6/c18-8-2-1-3-10-13(8)15(20)14-9(19)6-11-12(16(14)22-10)7-4-5-21-17(7)23-11/h1-3,6-7,17-19H,4-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5ClO4/c5-2(4(8)9)1-3(6)7/h2H,1H2,(H,6,7)(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6O2/c1-4-2-3-5(6)7-4/h2H,3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H4Cl2N2/c9-7-5-3-1-2-4-6(5)8(10)12-11-7/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H12O/c18-10-11-8-9-16-14-5-2-1-4-13(14)15-7-3-6-12(11)17(15)16/h1-9,18H,10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H8N2O4/c1-5-3-7(9(11)12)4-8(6(5)2)10(13)14/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O2/c1-2-6-4-3-5-1/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O/c1-5-3-4-6(2)7-5/h3-4H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8O2/c8-5-6-1-3-7(9)4-2-6/h1-4,8-9H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H9NO3/c16-14-11-7-3-1-5-9(11)13(15(17)18)10-6-2-4-8-12(10)14/h1-8H,(H,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H38O5/c1-16(29)31-21-12-20-23(4)10-7-9-22(2,3)19(23)8-11-24(20,5)26(30)13-17(14-27)18(15-28)25(21,26)6/h14-15,19-21,30H,7-13H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H20O6/c1-9(5-7-13(18)19)4-6-11-15(20)14-12(8-23-17(14)21)10(2)16(11)22-3/h4,20H,5-8H2,1-3H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13NO/c1-8(2)10(12)11-9-6-4-3-5-7-9/h3-8H,1-2H3,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7ClO2/c9-7-3-1-6(2-4-7)5-8(10)11/h1-4H,5H2,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7N/c1-2-4-9-7-10-6-5-8(9)3-1/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H6O8/c15-5-1-3-7-8-4(14(20)22-11(7)9(5)17)2-6(16)10(18)12(8)21-13(3)19/h1-2,15-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H2Cl4O/c7-2-1-3(8)5(10)6(11)4(2)9/h1,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H8/c1-7-5-3-2-4-6-7/h2-6H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Cl2N/c8-6-2-1-3-7(9)5(6)4-10/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16O3/c1-12(2)21-14-8-9-15-17(10-14)20-11-16(18(15)19)13-6-4-3-5-7-13/h3-12H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO/c11-10-7-3-5-8-4-1-2-6-9(8)10/h1-7H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H22ClN3O/c1-3-24(4-2)13-14-11-16(6-8-20(14)25)23-18-9-10-22-19-12-15(21)5-7-17(18)19/h5-12,25H,3-4,13H2,1-2H3,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H16N2S2/c1-2-6-10(7-3-1)15-17-13-14-11-8-4-5-9-12(11)16-13/h4-5,8-10,15H,1-3,6-7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H10N2O/c1-2-10(9-11)8-6-4-3-5-7-8/h3-7H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H2O3/c5-2-1-3(6)4(2)7/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H16O2/c1-15(2,11-3-7-13(16)8-4-11)12-5-9-14(17)10-6-12/h3-10,16-17H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H15NO2/c1-13(19)18-16-10-8-15(9-11-16)17(20)12-7-14-5-3-2-4-6-14/h2-12H,1H3,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4O3/c1-2(3)5-4/h4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20N2O4S/c1-11(18)12-7-9-14(10-8-12)22(20,21)17-15(19)16-13-5-3-2-4-6-13/h7-10,13H,2-6H2,1H3,(H2,16,17,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O/c1-4(2,3)5/h5H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14Cl2O3/c1-12(2,11(16)17)18-9-5-3-8(4-6-9)10-7-13(10,14)15/h3-6,10H,7H2,1-2H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c1-6-3-2-4-7(5-6)8(9)10/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7NO2/c1-2-3-4(5)6/h3H,2H2,1H3,(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O3/c1-4-2-6-3-5-1/h1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H18/c1-3-16-20-11-7-6-9-17(20)14(2)18-13-12-15-8-4-5-10-19(15)21(16)18/h4-13H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H8O2/c1-3-6-4(2)5/h3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O2/c1-2-13-8-5-3-7(4-6-8)11-9(10)12/h3-6H,2H2,1H3,(H3,10,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H6O/c1-3(2)4/h1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7Cl/c1-6-2-4-7(8)5-3-6/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H21NO/c1-3-5-7-11(4-2)10-13-9-6-8-12/h11H,3-7,9-10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6Cl2/c8-5-6-1-3-7(9)4-2-6/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H10O3/c14-12-9-5-4-8-11(12)13(15)16-10-6-2-1-3-7-10/h1-9,14H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H2ClN/c1-3(4)2-5/h1H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O5/c1-3-9-5(7)11-6(8)10-4-2/h3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H20N2/c1-8(10(4)5)6-7-9(2)3/h8H,6-7H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-5-6(2)10(12)8(4)7(3)9(5)11/h1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H15N3O3/c1-4-7-13-10(16)14(8-5-2)12(18)15(9-6-3)11(13)17/h4-6H,1-3,7-9H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2O2/c15-12(16)10-5-8-7-3-1-2-4-9(7)14-11(8)6-13-10/h1-4,10,13-14H,5-6H2,(H,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H13N/c1-2-3-4-5-6/h2-6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H8N4O12/c10-6(11)18-1-5(2-19-7(12)13,3-20-8(14)15)4-21-9(16)17/h1-4H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H18O8/c1-23-10-7-11-13(8-4-5-26-20(8)27-11)18-15(10)16(22)14-9(21)6-12(24-2)17(25-3)19(14)28-18/h6-8,20-21H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClO2/c8-6-4-2-1-3-5(6)7(9)10/h1-4H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H10O/c7-6-4-2-1-3-5-6/h1-5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H21O4P/c1-16-10-12-19(13-11-16)23-26(22,24-20-8-4-6-17(2)14-20)25-21-9-5-7-18(3)15-21/h4-15H,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H10ClNO4/c15-8-5-6-10(14(19)20)12(7-8)16-11-4-2-1-3-9(11)13(17)18/h1-7,16H,(H,17,18)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H13NO/c1-2-3-4-5-6(7)8/h2-5H2,1H3,(H2,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H28O5S/c1-2-3-4-5-6-7-8-9-10-11-14(15)19-12-13-20(16,17)18/h2-13H2,1H3,(H,16,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6Cl4O2S/c13-5-1-7(15)11(17)9(3-5)19-10-4-6(14)2-8(16)12(10)18/h1-4,17-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H13NO/c23-22-20-11-9-14-5-1-3-7-16(14)18(20)13-19-17-8-4-2-6-15(17)10-12-21(19)22/h1-13H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H6Cl4O2S/c13-7-1-3-8(4-2-7)19(17,18)12-6-10(15)9(14)5-11(12)16/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H16ClO2P/c1-6(7(2,3)4)10-11(5,8)9/h6H,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H7Cl2NO2/c11-6-3-7(12)5-8(4-6)13-9(14)1-2-10(13)15/h3-5H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H12N2/c9-5-7-2-1-3-8(4-7)6-10/h1-4H,5-6,9-10H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H8Cl2O4S/c14-11-7(13(18)9-2-1-5-20-9)3-4-8(12(11)15)19-6-10(16)17/h1-5H,6H2,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H10O/c20-19-14-5-1-3-11-7-9-13-10-8-12-4-2-6-15(19)17(12)18(13)16(11)14/h1-10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N2/c1-5-4-6-2-3-7-5/h2-4H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H11NO/c1-2-4(6)3-5/h4,6H,2-3,5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H16O7/c1-6-14(22)12(8(3)20)16-13(15(6)23)18(4)10(25-16)5-9(21)11(7(2)19)17(18)24/h5,11,22-23H,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3NOS2/c5-2-1-7-3(6)4-2/h1H2,(H,4,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6FN/c10-8-5-7-3-1-2-4-9(7)11-6-8/h1-6H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O5/c16-9-3-1-8(2-4-9)13-7-12(19)15-11(18)5-10(17)6-14(15)20-13/h1-7,16-18H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O5/c8-4-1-3(7(11)12)2-5(9)6(4)10/h1-2,8-10H,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6O2/c1-3-5(6)7-4-2/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H18Cl3O4P/c1-7(4-10)14-17(13,15-8(2)5-11)16-9(3)6-12/h7-9H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14O2/c1-9(2)6-4-5-10(9,3)8(12)7(6)11/h6H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N2O4/c18-14-6-2-12(3-7-14)16(20)22-10-1-11-23-17(21)13-4-8-15(19)9-5-13/h2-9H,1,10-11,18-19H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12O2/c1-3-4-8-5-6-9(11)10(7-8)12-2/h3-7,11H,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H17Cl2NO4/c1-8(2)5-11(14(19)20)17-13(18)7-21-12-4-3-9(15)6-10(12)16/h3-4,6,8,11H,5,7H2,1-2H3,(H,17,18)(H,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H4Cl2O2/c8-5-1-4(7(10)11)2-6(9)3-5/h1-3H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O2/c1-3-4-5-8-6(2)7/h3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18/c1-2-6-10-8-4-3-7-9(10)5-1/h9-10H,1-8H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H9NO2/c1-2-7-3-5-8(6-4-7)9(10)11/h3-6H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H3Br5/c1-2-3(8)5(10)7(12)6(11)4(2)9/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N/c1-11(2,3)9-10-7-5-4-6-8-10/h4-8H,9H2,1-3H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3N/c1-2-3/h1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H42NO2/c1-26(2,3)22-27(4,5)24-13-15-25(16-14-24)30-20-19-29-18-17-28(6,7)21-23-11-9-8-10-12-23/h8-16H,17-22H2,1-7H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H50N/c1-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-22-25-28(2,3)26-27-23-20-19-21-24-27/h19-21,23-24H,4-18,22,25-26H2,1-3H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H18O4S/c1-3-5-6-8(4-2)7-12-13(9,10)11/h8H,3-7H2,1-2H3,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H26F3N3OS/c23-22(24,25)17-6-7-21-19(16-17)28(18-4-1-2-5-20(18)30-21)9-3-8-26-10-12-27(13-11-26)14-15-29/h1-2,4-7,16,29H,3,8-15H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H16O11/c24-11(9-31-14-3-1-5-16-20(14)12(25)7-18(33-16)22(27)28)10-32-15-4-2-6-17-21(15)13(26)8-19(34-17)23(29)30/h1-8,11,24H,9-10H2,(H,27,28)(H,29,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O4S/c19-15-9-6-11-10-13(23(20,21)22)7-8-14(11)16(15)18-17-12-4-2-1-3-5-12/h1-10,19H,(H,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O7S2/c19-13-7-6-10-8-12(26(20,21)22)9-14(27(23,24)25)15(10)16(13)18-17-11-4-2-1-3-5-11/h1-9,19H,(H,20,21,22)(H,23,24,25)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H22N2/c1-18(2)13-14-19(17-11-7-4-8-12-17)15-16-9-5-3-6-10-16/h3-12H,13-15H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H20O/c1-7(2)9-5-4-8(3)6-10(9)11/h7-11H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H19NO2/c1-17-14(16)13(11-7-3-2-4-8-11)12-9-5-6-10-15-12/h2-4,7-8,12-13,15H,5-6,9-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H24N2O3/c1-13(7-8-14-5-3-2-4-6-14)21-12-18(23)15-9-10-17(22)16(11-15)19(20)24/h2-6,9-11,13,18,21-23H,7-8,12H2,1H3,(H2,20,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H13N3O7S2/c17-12-8-11(27(21,22)23)6-9-7-13(28(24,25)26)15(16(20)14(9)12)19-18-10-4-2-1-3-5-10/h1-8,20H,17H2,(H,21,22,23)(H,24,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H25NO4/c1-17-21(26)19-11-8-12-20(23(19)29-22(17)18-9-4-2-5-10-18)24(27)28-16-15-25-13-6-3-7-14-25/h2,4-5,8-12H,3,6-7,13-16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H20N2S/c1-13(18(2)3)12-19-14-8-4-6-10-16(14)20-17-11-7-5-9-15(17)19/h4-11,13H,12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H50O2/c1-20(2)12-9-13-21(3)14-10-15-22(4)16-11-18-29(8)19-17-26-25(7)27(30)23(5)24(6)28(26)31-29/h20-22,30H,9-19H2,1-8H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H11NO2/c1-6(2,3)4-5(7)8/h4H2,1-3H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH5NO/c1-3-2/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N2O4S/c19-15-10-5-11-3-1-2-4-14(11)16(15)18-17-12-6-8-13(9-7-12)23(20,21)22/h1-10,19H,(H,20,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H17N4OS/c1-8-11(3-4-17)18-7-16(8)6-10-5-14-9(2)15-12(10)13/h5,7,17H,3-4,6H2,1-2H3,(H2,13,14,15)/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3N3O3/c7-1-4-2(8)6-3(9)5-1/h(H3,4,5,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H7NO2/c11-8-5-1-3-7-4-2-6-10(12)9(7)8/h1-6,11H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H4Cl6O4/c10-3-4(11)8(13)2(6(18)19)1(5(16)17)7(3,12)9(8,14)15/h1-2H,(H,16,17)(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O/c11-8-7-4-2-1-3-6(7)5-9-10-8/h1-5H,(H,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H11N5/c1-2-4-9(5-3-1)6-13-11-10-12(15-7-14-10)17-8-16-11/h1-5,7-8H,6H2,(H2,13,14,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H25NO5/c1-4-12-9-11(2)18(3,22)17(21)23-10-13-5-7-19-8-6-14(15(13)19)24-16(12)20/h4-5,11,14-15,22H,6-10H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H4N6O/c5-4-6-2-1(3(11)7-4)8-10-9-2/h(H4,5,6,7,8,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H38O7/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-18(24)28-16-17(23)21-19(25)20(26)22(27)29-21/h17,23,25-27H,2-16H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H38O4/c1-5-9-11-16-21(7-3)27-23(25)19-14-13-15-20(18-19)24(26)28-22(8-4)17-12-10-6-2/h13-15,18,21-22H,5-12,16-17H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O2/c11-7-5-3-1-2-4-6(5)8(12)10-9-7/h1-4H,(H,9,11)(H,10,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NS2/c9-7-8-5-3-1-2-4-6(5)10-7/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O4/c5-1-3(7)4(8)2-6/h3-8H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-9(2)6-4-7(9)10(3)8(5-6)11-10/h6-8H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H20N2O3/c1-9(23)14-18(24)17-16-11-8-21-13-6-4-5-10(15(11)13)7-12(16)20(2,3)22(17)19(14)25/h4-6,8,12,16,21,24-25H,7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H32O9/c1-11(2)7-17(26)30-15-9-22(32-14(5)25)16(8-12(15)3)31-20-18(27)19(29-13(4)24)21(22,6)23(20)10-28-23/h8,11,15-16,18-20,27H,7,9-10H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H26O7/c1-10-5-6-18(8-23-11(2)20)13(7-10)26-16-14(22)15(25-12(3)21)17(18,4)19(16)9-24-19/h7,13-16,22H,5-6,8-9H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H22O8/c1-7-4-9-16(5-18,12(22)10(7)20)15(3)13(24-8(2)19)11(21)14(25-9)17(15)6-23-17/h7,9,11,13-14,18,21H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O7/c1-6-3-7-14(4-16,11(20)8(6)17)13(2)10(19)9(18)12(22-7)15(13)5-21-15/h6-7,9-10,12,16,18-19H,3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H3N3S2/c3-1-4-5-2(6)7-1/h(H2,3,4)(H,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H6Cl8/c10-1-3-4(2-11)8(15)6(13)5(12)7(3,14)9(8,16)17/h3-4H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H11ClN4/c17-12-6-7-14-13(8-12)16(11-4-2-1-3-5-11)18-9-15-20-19-10-21(14)15/h1-10,20H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12/c1-2-8-5-7-3-4-9(8)6-7/h2-4,7-9H,1,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H8Cl6/c13-8-9(14)11(16)7-5-2-1-4(3-5)6(7)10(8,15)12(11,17)18/h1-2,4-7H,3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H23NO6/c1-9-13(18)23-11-5-7-17-6-4-10(12(11)17)8-22-14(19)16(3,21)15(9,2)20/h4,9,11-12,20-21H,5-8H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H18O9/c17-9-3-1-8(5-10(9)18)2-4-13(20)25-12-7-16(24,15(22)23)6-11(19)14(12)21/h1-5,11-12,14,17-19,21,24H,6-7H2,(H,22,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H23N3/c1-14-6-8-18(16(3)10-14)21-12-20-13-22(5)19-9-7-15(2)11-17(19)4/h6-13H,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O6/c11-9-13-6-3(7(19)14-9)12-10(20)15(6)8-5(18)4(17)2(1-16)21-8/h2,4-5,8,16-18H,1H2,(H,12,20)(H3,11,13,14,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H34O4/c1-17(11-21)15-4-3-13-9-14-10-19(13,7-8-20(14,24)12-22)18(15,2)6-5-16(17)23/h13-16,21-24H,3-12H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H6N4O2/c1-4-2(3)5-6(7)8/h1H3,(H3,3,4,5)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H29ClO4/c1-12(26)24(29-13(2)27)8-6-16-14-10-20(25)19-11-21(28)15-9-18(15)23(19,4)17(14)5-7-22(16,24)3/h10-11,14-18H,5-9H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H18O/c1-9(2)8-4-6-10(3,11-9)7-5-8/h8H,4-7H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H30O3/c1-13-11-19-9-5-14-17(2,7-4-8-18(14,3)16(21)22)15(19)6-10-20(13,23)12-19/h14-15,23H,1,4-12H2,2-3H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H25NO5/c1-22-15-8-6-12-10-18(25-3)20(26-4)21(27-5)19(12)13-7-9-17(24-2)16(23)11-14(13)15/h7,9-10,22H,6,8,11H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H28O5/c1-19-7-5-13(23)9-12(19)3-4-14-15-6-8-21(26,17(25)11-22)20(15,2)10-16(24)18(14)19/h5,7,9,11,14-18,24-26H,3-4,6,8,10H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H24O3/c1-18-7-6-13-12-5-3-11(19)8-10(12)2-4-14(13)15(18)9-16(20)17(18)21/h3,5,8,13-17,19-21H,2,4,6-7,9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H24O2/c1-18-9-8-14-13-5-3-12(19)10-11(13)2-4-15(14)16(18)6-7-17(18)20/h3,5,10,14-17,19-20H,2,4,6-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2O5/c1-5-3-12(10(16)11-9(5)15)8-2-6(14)7(4-13)17-8/h3,6-8,13-14H,2,4H2,1H3,(H,11,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H3FN2O2/c5-2-1-6-4(9)7-3(2)8/h1H,(H2,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H28O3/c1-4-22(25-14(2)23)12-10-20-19-7-5-15-13-16(24)6-8-17(15)18(19)9-11-21(20,22)3/h1,18-20H,5-13H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H42O3/c1-16-7-12-27(29-15-16)17(2)24-23(30-27)14-22-20-6-5-18-13-19(28)8-10-25(18,3)21(20)9-11-26(22,24)4/h5,16-17,19-24,28H,6-15H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H20O6/c1-7-3-9-14(5-16,11(19)10(7)18)13(2)4-8(17)12(21-9)15(13)6-20-15/h7-9,12,16-17H,3-6H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H14O6/c17-10-2-1-8-13-9-4-12(19)11(18)3-7(9)5-16(13,21)6-22-15(8)14(10)20/h1-4,13,17-21H,5-6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H22O8/c1-25-16-4-10(5-17(26-2)21(16)27-3)18-11-6-14-15(30-9-29-14)7-12(11)20(23)13-8-28-22(24)19(13)18/h4-7,13,18-20,23H,8-9H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H14O5/c1-5-7(3)18-4-8-9(5)6(2)11(14)10(12(8)15)13(16)17/h4-5,7,10H,1-3H3,(H,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H7N3O2/c9-5-3-1-2-4-6(5)8(13)11-10-7(4)12/h1-3H,9H2,(H,10,12)(H,11,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H28O2/c1-18-9-7-13(20)11-12(18)3-4-14-15-5-6-17(21)19(15,2)10-8-16(14)18/h3,13-16,20H,4-11H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N2/c1-12-7-3-5-10(12)9-4-2-6-11-8-9/h2,4,6,8,10H,3,5,7H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11IN2O5/c10-4-2-12(9(16)11-8(4)15)7-1-5(14)6(3-13)17-7/h2,5-7,13-14H,1,3H2,(H,11,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16O/c1-6(2)10-4-8(10)7(3)9(11)5-10/h6-8H,4-5H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13NO4/c1-10(11,9(14)15)5-6-2-3-7(12)8(13)4-6/h2-4,12-13H,5,11H2,1H3,(H,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N2OS/c1-3-2-4(8)7-5(9)6-3/h2H,1H3,(H2,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H24O2/c1-3-20(22)11-9-18-17-6-4-13-12-14(21)5-7-15(13)16(17)8-10-19(18,20)2/h1,5,7,12,16-18,21-22H,4,6,8-11H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C21H30O2/c1-13(22)17-6-7-18-16-5-4-14-12-15(23)8-10-20(14,2)19(16)9-11-21(17,18)3/h4,16-19H,5-12H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O4/c11-8-5-9(13-2-12-8)15(3-14-5)10-7(18)6(17)4(1-16)19-10/h2-4,6-7,10,16-18H,1H2,(H2,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16N2O3S/c13-8(14)4-2-1-3-7-9-6(5-16-7)11-10(15)12-9/h6-7,9H,1-5H2,(H,13,14)(H2,11,12,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClN3O4S2/c8-4-1-5-7(2-6(4)16(9,12)13)17(14,15)11-3-10-5/h1-3H,(H,10,11)(H2,9,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6N2S/c10-7-8-5-3-1-2-4-6(5)9-7/h1-4H,(H2,8,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11BrN2O5/c10-4-2-12(9(16)11-8(4)15)7-1-5(14)6(3-13)17-7/h2,5-7,13-14H,1,3H2,(H,11,15,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H19N7O6/c20-19-25-15-14(17(30)26-19)23-11(8-22-15)7-21-10-3-1-9(2-4-10)16(29)24-12(18(31)32)5-6-13(27)28/h1-4,8,12,21H,5-7H2,(H,24,29)(H,27,28)(H,31,32)(H3,20,22,25,26,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H6N2OS/c1-3-2-6-5(9)7-4(3)8/h2H,1H3,(H2,6,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H24O5/c1-5-6-16(21)24-14-8-15-19(10-22-19)18(14,4)17(3)9-12(20)11(2)7-13(17)23-15/h5-7,11,14-15H,8-10H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H44O/c1-19(2)8-6-9-21(4)25-15-16-26-22(10-7-17-27(25,26)5)12-13-23-18-24(28)14-11-20(23)3/h12-13,19,21,24-26,28H,3,6-11,14-18H2,1-2,4-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H11NO2/c10-8(9(11)12)6-7-4-2-1-3-5-7/h1-5,8H,6,10H2,(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H26O2/c1-3-20(22)11-9-18-17-6-4-13-12-14(21)5-7-15(13)16(17)8-10-19(18,20)2/h1,4,15-18,22H,5-12H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H34O4/c1-14-12-18-19(22(4)9-6-17(27)13-21(14)22)7-10-23(5)20(18)8-11-24(23,15(2)25)28-16(3)26/h18-20H,6-13H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H22O6/c1-9-7-17-8-18(9,24)5-3-10(17)19-6-4-11(20)16(2,15(23)25-19)13(19)12(17)14(21)22/h4,6,10-13,20,24H,1,3,5,7-8H2,2H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12/c1-2-9-7-4-5-8(6-7)10(9)3-1/h1-2,4-5,7-10H,3,6H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16/c1-7-4-5-8-6-9(7)10(8,2)3/h4,8-9H,5-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H43NO/c1-16-5-8-23-17(2)25-24(28(23)15-16)14-22-20-7-6-18-13-19(29)9-11-26(18,3)21(20)10-12-27(22,25)4/h6,16-17,19-25,29H,5,7-15H2,1-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H40O5/c1-13(4-7-21(28)29)16-5-6-17-22-18(12-20(27)24(16,17)3)23(2)9-8-15(25)10-14(23)11-19(22)26/h13-20,22,25-27H,4-12H2,1-3H3,(H,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8N2O8/c9-7(10)15-3-1-13-6-4(16-8(11)12)2-14-5(3)6/h3-6H,1-2H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H24/c1-11-6-5-7-12(2)13-10-15(3,4)14(13)9-8-11/h6,13-14H,2,5,7-10H2,1,3-4H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H5N3O2/c1-2-3(8)5-4(9)7-6-2/h1H3,(H2,5,7,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12N2O5/c12-4-6-5(13)3-8(16-6)11-2-1-7(14)10-9(11)15/h1-2,5-6,8,12-13H,3-4H2,(H,10,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O3/c11-9-8-10(13-3-12-9)15(4-14-8)7-1-5(17)6(2-16)18-7/h3-7,16-17H,1-2H2,(H2,11,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H12O2/c1-3-5-6(7)8-4-2/h3-5H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO/c1-6(9)7-2-4-8-5-3-7/h2-5H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H3Cl2N/c6-4-2-1-3-5(7)8-4/h1-3H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H8O2/c1-3(5)2-4/h3-5H,2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C4H10O/c1-4(2)3-5/h4-5H,3H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H8O2/c1-4-2-3-5(7)6(4)8/h4H,2-3H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8O3/c1-6-4-10(12)13-9-5-7(11)2-3-8(6)9/h2-5,11H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H15N/c1-3-11(4-2)10-8-6-5-7-9-10/h5-9H,3-4H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H14O2/c1-4-5-6-10-8(9)7(2)3/h2,4-6H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N2O2/c1-10(2)9(12)13-8-5-4-6-11(3)7-8/h4-7H,1-3H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H24N2O2/c1-3-9(7-13)11-5-6-12-10(4-2)8-14/h9-14H,3-8H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H14O/c1-3-7-4-5-9(2)8(6-7)10-9/h3,7-8H,1,4-6H2,2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H9NO/c11-10-8-4-2-1-3-7(8)5-6-9(10)12/h1-6,12H,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20N2S/c1-19-11-10-14(12-19)13-20-15-6-2-4-8-17(15)21-18-9-5-3-7-16(18)20/h2-9,14H,10-13H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H38O4/c1-4-5-6-7-24(29)30-26(17(2)27)15-13-23-22-10-8-18-16-19(28)9-11-20(18)21(22)12-14-25(23,26)3/h21-23H,4-16H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5NO3S/c9-7-5-3-1-2-4-6(5)12(10,11)8-7/h1-4H,(H,8,9)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H8O7S2/c11-9-4-6-1-2-8(18(12,13)14)3-7(6)5-10(9)19(15,16)17/h1-5,11H,(H,12,13,14)(H,15,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H7N/c7-6-4-2-1-3-5-6/h1-5H,7H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H20ClN3O6S2/c1-16-14(24)22-13-17(26,12(23)18(22,30-29-16)15(25)21(16)3)7-6-8(19)10(27-4)11(28-5)9(7)20(13)2/h6,12-13,23,26H,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H26O4S/c1-2-3-4-5-6-7-8-9-10-11-12-16-17(13,14)15/h2-12H2,1H3,(H,13,14,15)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C14H11Cl2NO2/c15-10-5-3-6-11(16)14(10)17-12-7-2-1-4-9(12)8-13(18)19/h1-7,17H,8H2,(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N5O5/c11-7-4-8(14-10(19)13-7)15(2-12-4)9-6(18)5(17)3(1-16)20-9/h2-3,5-6,9,16-18H,1H2,(H3,11,13,14,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H23NO5/c1-23-17-7-11(8-18(24-2)19(17)25-3)6-14-13-10-16(22)15(21)9-12(13)4-5-20-14/h7-10,14,20-22H,4-6H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H12N4O9S2/c21-15-13(18-17-9-1-5-11(6-2-9)30(24,25)26)14(16(22)23)19-20(15)10-3-7-12(8-4-10)31(27,28)29/h1-8,13H,(H,22,23)(H,24,25,26)(H,27,28,29)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H24N2O9/c1-21(32)7-5-4-6-8(25)9(7)15(26)10-12(21)17(28)13-14(24(2)3)16(27)11(20(23)31)19(30)22(13,33)18(10)29/h4-6,10-14,17,25,28,32-33H,1-3H3,(H2,23,31)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H15N5O/c1-4-9-6-11-7(10-5(2)3)13-8(14)12-6/h5H,4H2,1-3H3,(H3,9,10,11,12,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H7Cl2N3O/c4-6-1-7(5)3-8(9)2-6/h9H,1-3H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H14NO/c1-7(2)3-5-8-6-4-7/h3-6H2,1-2H3/q+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H15Cl3N2O/c19-14-3-1-13(2-4-14)11-24-18(10-23-8-7-22-12-23)16-6-5-15(20)9-17(16)21/h1-9,12,18H,10-11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C6H5N3O/c10-9-6-4-2-1-3-5(6)7-8-9/h1-4,10H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H15ClN2/c1-19-10-9-18-16(12-5-3-2-4-6-12)14-11-13(17)7-8-15(14)19/h2-8,11H,9-10H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C24H36O4/c1-14(4-9-22(27)28)18-7-8-19-17-6-5-15-12-16(25)10-11-23(15,2)20(17)13-21(26)24(18,19)3/h14-15,17-20H,4-13H2,1-3H3,(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13NO2S/c11-9(10(12)13)7-14-6-8-4-2-1-3-5-8/h1-5,9H,6-7,11H2,(H,12,13)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H14N2O3/c1-2-9-6(10)4-3-5(8)7(11)12/h5H,2-4,8H2,1H3,(H,9,10)(H,11,12)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H40N2O4/c1-6-18-17-31-10-8-20-14-27(33-3)29(35-5)16-23(20)25(31)12-21(18)11-24-22-15-28(34-4)26(32-2)13-19(22)7-9-30-24/h13-16,18,21,24-25,30H,6-12,17H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H5ClF3N/c8-6-2-1-4(12)3-5(6)7(9,10)11/h1-3H,12H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H30N2/c1-3-23(4-2)15-10-16-24(21-13-6-5-7-14-21)22-17-19-11-8-9-12-20(19)18-22/h5-9,11-14,22H,3-4,10,15-18H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N2O9P/c12-5-1-2-11(9(15)10-5)8-7(14)6(13)4(20-8)3-19-21(16,17)18/h1-2,4,6-8,13-14H,3H2,(H,10,12,15)(H2,16,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2/c11-6-5-8-7-12-10-4-2-1-3-9(8)10/h1-4,7,12H,5-6,11H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H28N2O4/c1-5-6-18(23)20-14-7-8-17(16(9-14)13(4)21)24-11-15(22)10-19-12(2)3/h7-9,12,15,19,22H,5-6,10-11H2,1-4H3,(H,20,23)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClF/c8-5-6-1-3-7(9)4-2-6/h1-4H,5H2">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H24N5O8P/c1-3-5-11(24)22-16-13-17(20-8-19-16)23(9-21-13)18-15(30-12(25)6-4-2)14-10(29-18)7-28-32(26,27)31-14/h8-10,14-15,18H,3-7H2,1-2H3,(H,26,27)(H,19,20,22,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C5H4FN/c6-5-2-1-3-7-4-5/h1-4H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H38O3/c1-4-6-7-8-9-25(29)30-27(5-2)17-15-24-23-12-10-19-18-20(28)11-13-21(19)22(23)14-16-26(24,27)3/h2,18,21-24H,4,6-17H2,1,3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H18N6O6/c24-6-11-13(25)14(26)17(29-11)22-8-21-12-15(19-7-20-16(12)22)18-5-9-1-3-10(4-2-9)23(27)28/h1-4,7-8,11,13-14,17,24-26H,5-6H2,(H,18,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H12N2O6/c13-3-5-2-12(10(17)11-9(5)16)8-1-6(15)7(4-14)18-8/h2-3,6-8,14-15H,1,4H2,(H,11,16,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N4O8P/c15-6-4(1-21-23(18,19)20)22-10(7(6)16)14-3-13-5-8(14)11-2-12-9(5)17/h2-4,6-7,10,15-16H,1H2,(H,11,12,17)(H2,18,19,20)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H6N2O/c11-8-6-3-1-2-4-7(6)9-5-10-8/h1-5H,(H,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H38N2O4/c1-6-18-17-31-10-8-20-14-27(33-3)29(35-5)16-23(20)25(31)12-21(18)11-24-22-15-28(34-4)26(32-2)13-19(22)7-9-30-24/h13-16,24-25,30H,6-12,17H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H30O2/c1-13(2)14-6-8-16-15(12-14)7-9-17-19(16,3)10-5-11-20(17,4)18(21)22/h7,12-13,16-17H,5-6,8-11H2,1-4H3,(H,21,22)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H12O5/c21-11-5-7-15-17(9-11)24-18-10-12(22)6-8-16(18)20(15)14-4-2-1-3-13(14)19(23)25-20/h1-10,21-22H">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H10O7/c16-7-3-9(17)8-5-12(20)15(22-13(8)4-7)6-1-10(18)14(21)11(19)2-6/h1-5H,(H5-,16,17,18,19,20,21)/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H34O3/c1-2-3-4-11-14-17(19)15-12-9-7-5-6-8-10-13-16-18(20)21/h9,12,17,19H,2-8,10-11,13-16H2,1H3,(H,20,21)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H7NO2/c1-8-4-2-3-6(5-8)7(9)10/h2-5H,1H3/p+1">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6O3/c8-6-4-2-1-3-5(6)7(9)10/h1-4,8H,(H,9,10)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C7H6ClN3/c8-4-1-2-5-6(3-4)11-7(9)10-5/h1-3H,(H3,9,10,11)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C23H29NO3/c1-3-18-26-23(19-10-6-4-7-11-19,20-12-8-5-9-13-20)22(25)27-21-14-16-24(2)17-15-21/h4-13,21H,3,14-18H2,1-2H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H14N5O8P/c11-10-13-7-4(8(18)14-10)12-2-15(7)9-6(17)5(16)3(23-9)1-22-24(19,20)21/h2-3,5-6,9,16-17H,1H2,(H2,19,20,21)(H3,11,13,14,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H21N3O2/c1-15-7-8-17(3)13(15)18(4)12-6-5-10(9-11(12)15)20-14(19)16-2/h5-6,9,13H,7-8H2,1-4H3,(H,16,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C27H46/c1-19(2)9-8-10-20(3)23-14-15-24-22-13-12-21-11-6-7-17-26(21,4)25(22)16-18-27(23,24)5/h12,19-20,22-25H,6-11,13-18H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C20H32O2/c1-12-11-20(3)13(10-17(12)21)4-5-14-15-6-7-18(22)19(15,2)9-8-16(14)20/h12-16,18,22H,4-11H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C8H11NO3/c1-5-8(12)7(4-11)6(3-10)2-9-5/h2,10-12H,3-4H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C18H14N2O6S/c1-10-6-7-14(15(8-10)27(24,25)26)19-20-16-12-5-3-2-4-11(12)9-13(17(16)21)18(22)23/h2-9,21H,1H3,(H,22,23)(H,24,25,26)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH5N/c1-2/h2H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C15H25NO2/c1-11-7-6-8-14(12(11)2)18-10-13(17)9-16-15(3,4)5/h6-8,13,16-17H,9-10H2,1-5H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/CH4N2O2/c1-2-3(4)5/h2H,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/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">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C19H28N4O5/c1-12(2)8-15(19(27)28)23-18(26)14(9-13-6-4-3-5-7-13)22-17(25)11-21-16(24)10-20/h3-7,12,14-15H,8-11,20H2,1-2H3,(H,21,24)(H,22,25)(H,23,26)(H,27,28)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C12H12N2O/c1-7-12-10(4-5-13-7)9-3-2-8(15)6-11(9)14-12/h2-3,6,14-15H,4-5H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C29H48O2/c1-19(2)8-7-9-20(3)25-12-13-26-24-11-10-22-18-23(31-21(4)30)14-16-28(22,5)27(24)15-17-29(25,26)6/h10,19-20,23-27H,7-9,11-18H2,1-6H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13NO2/c1-10-6-9(12)7-3-2-4-8(11)5-7/h2-5,9-12H,6H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C2H4N4/c3-2-4-1-5-6-2/h1H,(H3,3,4,5,6)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H12IN3O4/c10-4-2-13(9(16)12-8(4)11)7-1-5(15)6(3-14)17-7/h2,5-7,14-15H,1,3H2,(H2,11,12,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H10N2O5/c10-6(9(13)14)3-5-1-2-8(12)7(4-5)11(15)16/h1-2,4,6,12H,3,10H2,(H,13,14)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C16H22N4O/c1-19(2)11-12-20(16-17-9-4-10-18-16)13-14-5-7-15(21-3)8-6-14/h4-10H,11-13H2,1-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H24N2O8/c1-21(31)8-5-4-6-11(25)12(8)16(26)13-9(21)7-10-15(24(2)3)17(27)14(20(23)30)19(29)22(10,32)18(13)28/h4-6,9-10,13-15,25,31-32H,7H2,1-3H3,(H2,23,30)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C22H25NO6/c1-12(24)23-16-8-6-13-10-19(27-3)21(28-4)22(29-5)20(13)14-7-9-18(26-2)17(25)11-15(14)16/h7,9-11,16H,6,8H2,1-5H3,(H,23,24)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C17H21NO4/c1-18-13-7-11(8-14(18)16-15(13)22-16)21-17(20)12(9-19)10-5-3-2-4-6-10/h2-6,11-16,19H,7-9H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C13H22N4O3S/c1-14-13(9-17(18)19)15-6-7-21-10-12-5-4-11(20-12)8-16(2)3/h4-5,9H,6-8,10H2,1-3H3,(H,14,15)(H,18,19)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C9H13N3O5/c10-5-1-2-12(9(16)11-5)8-7(15)6(14)4(3-13)17-8/h1-2,4,6-8,13-15H,3H2,(H2,10,11,16)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C3H3N3O2/c7-2-4-1-5-3(8)6-2/h1H,(H2,4,5,6,7,8)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H16/c1-7-8-4-5-9(6-8)10(7,2)3/h8-9H,1,4-6H2,2-3H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C26H54O8/c1-2-3-4-5-6-7-8-9-10-11-13-28-15-17-30-19-21-32-23-25-34-26-24-33-22-20-31-18-16-29-14-12-27/h27H,2-26H2,1H3">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C10H13N3O4/c11-7-1-2-13(10(17)12-7)6-3-5(4-14)8(15)9(6)16/h1-3,6,8-9,14-16H,4H2,(H2,11,12,17)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+ <rdf:Description rdf:about="http://localhost:4000/InChI=1S/C11H9N3O3S/c15-8(12-6-4-2-1-3-5-6)7-9(16)13-11(18)14-10(7)17/h1-5,7H,(H,12,15)(H2,13,14,16,17,18)">
+ <ns0:jm040835a xmlns:ns0="http://dx.doi.org/10.1021/">false</ns0:jm040835a>
+ </rdf:Description>
+</rdf:RDF>
diff --git a/features/dataset.feature b/features/dataset.feature
index af667ea..d6af70d 100644
--- a/features/dataset.feature
+++ b/features/dataset.feature
@@ -1,39 +1,13 @@
@rest
Feature: Dataset
- Scenario Outline: Create dataset
- Given name is <name>
- When I post the parameters to the dataset webservice
+ Scenario Outline: Create a dataset
+ Given Content-Type is application/rdf+xml
+ When I post <data> to the dataset webservice
Then I should receive a valid URI
- And the URI should contain <name>
+ And the URI response should be <data>
Examples:
- |name|
- |Test|
- |Rodent Carcinogenicity|
-
-
- Scenario Outline: Add data to a dataset
- Given name is <name>
- And compound_format is smiles
- And a file <filename>
- When I post the parameters to the dataset webservice
- And I put the file to the dataset URI
- Then I should receive a valid URI
- And the URI should return a YAML representation
-
- Examples:
- |name|filename|
- |Hamster Carcinogenicity|hamster_carcinogenicity.csv|
-
- Scenario Outline: Add YAML data
- Given name is <name>
- Given a file <filename>
- When I post the parameters to the dataset webservice
- And I put YAML data to the dataset URI
- Then I should receive a valid URI
- And the URI should return a YAML representation
-
- Examples:
- |name|filename|
- |Hamster Carcinogenicity BBRC features|hamster_carcinogenicity_bbrc_features.yaml|
+ |data|
+ |file: hamster_carcinogenicity.rdf|
+ |file: kazius.rdf|
diff --git a/features/dataset_large.feature b/features/dataset_large.feature
deleted file mode 100644
index d847522..0000000
--- a/features/dataset_large.feature
+++ /dev/null
@@ -1,15 +0,0 @@
-@rest
-Feature: Dataset
-
- Scenario Outline: Add data to a dataset
- Given name is <name>
- And compound_format is smiles
- And a file <filename>
- When I post the parameters to the dataset webservice
- And I put the file to the dataset URI
- Then I should receive a valid URI
- And the URI should return a YAML representation
-
- Examples:
- |name|filename|
- |Salmonella mutagenicity|kazius.csv|
diff --git a/features/feature.feature b/features/feature.feature
deleted file mode 100644
index cf8b35e..0000000
--- a/features/feature.feature
+++ /dev/null
@@ -1,13 +0,0 @@
-@rest
-Feature: Create feature URI
-
- Scenario Outline: Create URIs
- Given name is <name>
- And <property> is <value>
- When I post the parameters to the feature webservice
- Then I should receive a valid URI
- And the URI should contain <result>
-
- Examples:
- |name |property |value |result|
- |Rodent carcinogenicity|classification|active|Rodent carcinogenicity/classification/active|
diff --git a/features/fminer.feature b/features/fminer.feature
index 0b66b51..e712449 100644
--- a/features/fminer.feature
+++ b/features/fminer.feature
@@ -1,16 +1,14 @@
@rest
Feature: Fminer
- Scenario Outline: Add data to a dataset
- Given name is <name>
- And compound_format is smiles
- And a file <filename>
- When I apply fminer
+ Scenario Outline: Create fminer features
+ Given Content-Type is application/rdf+xml
+ And I post <data> to the dataset webservice
+ When I apply fminer for <feature>
Then I should receive a valid URI
- And the URI should return a YAML representation
Examples:
- |name |filename |
- |Hamster Carcinogenicity|hamster_carcinogenicity.csv|
- #|Salmonella mutagenicity|kazius.csv|
+ |feature |data |
+ |http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster|file: hamster_carcinogenicity.rdf|
+ #|http://dx.doi.org/10.1021/jm040835a|file: data/kazius.rdf|
diff --git a/features/lazar.feature b/features/lazar.feature
index 0a2ff45..0e28c51 100644
--- a/features/lazar.feature
+++ b/features/lazar.feature
@@ -5,13 +5,13 @@ Feature: Create a model and predict an unknown compound
In order to predict the toxicity of a compound
Scenario Outline:
- Given name is <name>
- And compound_format is smiles
- And a file <filename>
- When I create a lazar model
+ Given Content-Type is application/rdf+xml
+ And I post <data> to the dataset webservice
+ When I create a lazar model for <feature>
Then I should receive a valid URI
And the model should predict <prediction> for <smiles>
Examples:
- |name |filename |smiles |prediction|
- |Hamster Carcinogenicity|hamster_carcinogenicity.csv|c1ccccc1NN|true |
+ |feature |data |smiles |prediction|
+ |http://www.epa.gov/ncct/dsstox/CentralFieldDef.html#ActivityOutcome_CPDBAS_Hamster|file: hamster_carcinogenicity.rdf|c1ccccc1NN|true |
+
diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb
index e0437f5..41985b3 100644
--- a/features/step_definitions/common_steps.rb
+++ b/features/step_definitions/common_steps.rb
@@ -1,10 +1,15 @@
-Given /^(.*) is (.*)$/ do |name,value|
- @params = {} unless @params
- @params[name] = value
+Given /^Content-Type is (.*)/ do |content_type|
+ @content_type = content_type
end
-When /^I post the parameters to the (.*) webservice$/ do |component|
- @uri = RestClient.post @@config[:services]["opentox-#{component}"], @params
+When /^I post (.*) to the (.*) webservice$/ do |data,component|
+ #puts @@config[:services]["opentox-#{component}"]
+ case data
+ when /^file:/
+ data = File.read(File.join(File.dirname(File.expand_path(__FILE__)),"../data",data.sub(/file:\s+/,'')))
+ @data = data
+ end
+ @uri = RestClient.post @@config[:services]["opentox-#{component}"], data, :content_type => @content_type
@resources << @uri unless /compound|feature/ =~ component
end
@@ -18,7 +23,11 @@ Then /^the URI should contain (.+)$/ do |result|
assert regexp =~ @uri, true
end
-Then /^the URI response should be (\S+)$/ do |result|
- assert result == @response, true
+Then /^the URI response should be (.+)$/ do |data|
+ case data
+ when /^file:/
+ data = @data
+ end
+ assert data == @response, true
end
diff --git a/features/step_definitions/dataset_steps.rb b/features/step_definitions/dataset_steps.rb
index 0ba0f96..e69de29 100644
--- a/features/step_definitions/dataset_steps.rb
+++ b/features/step_definitions/dataset_steps.rb
@@ -1,26 +0,0 @@
-Given /^a file (.*)$/ do |filename|
- @filename = File.join(File.dirname(__FILE__),'..','data', filename)
-end
-
-When /^I put the file to the dataset URI$/ do
- call = "curl -X PUT -F 'file=@#{@filename};type=text/csv' -F compound_format=#{@params['compound_format']} #{@uri + '/import'}"
- @uri = `#{call}`
-end
-
-Then /^the URI should return a YAML representation$/ do
- valid_yaml = false
- begin
- @yaml_string = RestClient.get(@uri)
- yaml = YAML.load(@yaml_string)
- valid_yaml = true
- rescue
- end
- assert valid_yaml, true
- #puts @yaml_string
-end
-
-When /^I put YAML data to the dataset URI$/ do
- yaml = File.read(@filename)
- RestClient.put @uri, :features => yaml
-end
-
diff --git a/features/step_definitions/fminer_step.rb b/features/step_definitions/fminer_step.rb
index 5c39906..62696f5 100644
--- a/features/step_definitions/fminer_step.rb
+++ b/features/step_definitions/fminer_step.rb
@@ -1,8 +1,5 @@
-When /^I apply fminer$/ do
- @training_uri = RestClient.post @@config[:services]["opentox-dataset"], @params
- @resources << @training_uri
- call = "curl -X PUT -F 'file=@#{@filename};type=text/csv' -F compound_format=#{@params['compound_format']} #{@training_uri + '/import'}"
- `#{call}`
- @uri = RestClient.post File.join(@@config[:services]["opentox-algorithm"], "fminer"), :dataset_uri => @training_uri
+When /^I apply fminer for (.*)$/ do |feature_uri|
+ dataset_uri = @uri
+ @uri = RestClient.post File.join(@@config[:services]["opentox-algorithm"], "fminer"), :dataset_uri => dataset_uri, :feature_uri => feature_uri
@resources << @uri
end
diff --git a/features/step_definitions/lazar_steps.rb b/features/step_definitions/lazar_steps.rb
index 402f8db..bc84159 100644
--- a/features/step_definitions/lazar_steps.rb
+++ b/features/step_definitions/lazar_steps.rb
@@ -1,18 +1,17 @@
-When /^I create a lazar model$/ do
- @training_uri = RestClient.post @@config[:services]["opentox-dataset"], @params
- @resources << @training_uri
- call = "curl -X PUT -F 'file=@#{@filename};type=text/csv' -F compound_format=#{@params['compound_format']} #{@training_uri + '/import'}"
- `#{call}`
- @feature_uri = RestClient.post File.join(@@config[:services]["opentox-algorithm"], "fminer"), :dataset_uri => @training_uri
- @resources << @feature_uri
- @uri = RestClient.post File.join(@@config[:services]["opentox-algorithm"], "lazar_classification"), :activity_dataset_uri => @training_uri, :feature_dataset_uri => @feature_uri
+When /^I create a lazar model for (.*)$/ do |feature_uri|
+ training_uri = @uri
+ feature_uri = RestClient.post File.join(@@config[:services]["opentox-algorithm"], "fminer"), :dataset_uri => training_uri, :feature_uri => feature_uri
+ @resources << feature_uri
+ @uri = RestClient.post File.join(@@config[:services]["opentox-model"], "lazar"), :activity_dataset_uri => training_uri, :feature_dataset_uri => feature_uri
@resources << @uri
end
Then /^the model should predict (.*) for (.*)$/ do |activity,smiles|
compound_uri = OpenTox::Compound.new(:smiles => smiles).uri
- prediction_uri = RestClient.post @uri, :compound_uri => compound_uri
- prediction = RestClient.get prediction_uri
- assert_equal activity.to_s, YAML.load(prediction)[:values]['classification'].to_s
+ puts @uri
+ prediction = RestClient.post @uri, :compound_uri => compound_uri
+ puts prediction
+ #prediction = RestClient.get prediction_uri
+ #assert_equal activity.to_s, YAML.load(prediction)[:values]['classification'].to_s
end