@prefix : <http://sweetontology.net/matrOrganicCompound/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix somaem: <http://sweetontology.net/matrElementalMolecule/> .
@prefix soma: <http://sweetontology.net/matr/> .
@prefix somac: <http://sweetontology.net/matrCompound/> .
@prefix somael: <http://sweetontology.net/matrElement/> .
@prefix somaoc: <http://sweetontology.net/matrOrganicCompound/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sostrb: <http://sweetontology.net/stateRoleBiological/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sostrc: <http://sweetontology.net/stateRoleChemical/> .
@base <http://sweetontology.net/matrOrganicCompound> .

<http://sweetontology.net/matrOrganicCompound> rdf:type owl:Ontology ;
                                                owl:imports <http://sweetontology.net/matr> ,
                                                            <http://sweetontology.net/matrCompound> ,
                                                            <http://sweetontology.net/matrElement> ,
                                                            <http://sweetontology.net/matrElementalMolecule> ,
                                                            <http://sweetontology.net/rela> ,
                                                            <http://sweetontology.net/relaChemical> ,
                                                            <http://sweetontology.net/stateRoleBiological> ,
                                                            <http://sweetontology.net/stateRoleChemical> ;
                                                rdfs:label "SWEET Ontology Material Organic Compound" ;
                                                dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                owl:versionInfo "3.6.0" .

#################################################################
#    Object Properties
#################################################################

###  http://sweetontology.net/relaChemical/hasChemical
sorelch:hasChemical rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaChemical/hasChemical_1
sorelch:hasChemical_1 rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaChemical/hasChemical_2
sorelch:hasChemical_2 rdf:type owl:ObjectProperty .


###  http://sweetontology.net/rela/hasRole
sorel:hasRole rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaChemical/hasSubstance
sorelch:hasSubstance rdf:type owl:ObjectProperty .


#################################################################
#    Classes
#################################################################

###  http://sweetontology.net/matr/InorganicSubstance
soma:InorganicSubstance owl:disjointWith somaoc:OrganicSubstance .


###  http://sweetontology.net/matrOrganicCompound/Alkane
somaoc:Alkane rdf:type owl:Class ;
            rdfs:subClassOf somaoc:Hydrocarbon ;
            rdfs:label "alkane"@en .


###  http://sweetontology.net/matrOrganicCompound/Alkene
somaoc:Alkene rdf:type owl:Class ;
            rdfs:subClassOf somaoc:Hydrocarbon ;
            rdfs:label "alkene"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC
somaoc:CFC rdf:type owl:Class ;
         owl:equivalentClass somaoc:Chlorofluorocarbon ;
         rdfs:subClassOf somaoc:OrganicCompound ;
         rdfs:label "cfc"@en .


###  http://sweetontology.net/matrOrganicCompound/ChlorinatedHydrocarbon
somaoc:ChlorinatedHydrocarbon rdf:type owl:Class ;
                            rdfs:subClassOf somaoc:Organochloride ;
                            rdfs:label "chlorinated hydrocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/Chlorofluorocarbon
somaoc:Chlorofluorocarbon rdf:type owl:Class ;
                        rdfs:label "chlorofluorocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/Chlorophyll
somaoc:Chlorophyll rdf:type owl:Class ;
                 rdfs:subClassOf somaoc:OrganicCompound ;
                 rdfs:label "chlorophyll"@en .


###  http://sweetontology.net/matrOrganicCompound/ClathrateHydrate
somaoc:ClathrateHydrate rdf:type owl:Class ;
                      owl:equivalentClass somaoc:GasHydrate ;
                      rdfs:subClassOf somac:Clathrate ;
                      rdfs:label "clathrate hydrate"@en .


###  http://sweetontology.net/matrOrganicCompound/GasHydrate
somaoc:GasHydrate rdf:type owl:Class ;
                rdfs:label "gas hydrate"@en .


###  http://sweetontology.net/matrOrganicCompound/HC
somaoc:HC rdf:type owl:Class ;
        owl:equivalentClass somaoc:Hydrocarbon ;
        rdfs:label "hc"@en .


###  http://sweetontology.net/matrOrganicCompound/HCFC
somaoc:HCFC rdf:type owl:Class ;
          owl:equivalentClass somaoc:Hydrochlorofluorocarbon ;
          rdfs:subClassOf somaoc:CFC ;
          rdfs:label "hcfc"@en .


###  http://sweetontology.net/matrOrganicCompound/Halon
somaoc:Halon rdf:type owl:Class ;
           rdfs:subClassOf somaoc:OrganicCompound ;
           rdfs:label "halon"@en .


###  http://sweetontology.net/matrOrganicCompound/Hydrocarbon
somaoc:Hydrocarbon rdf:type owl:Class ;
                 rdfs:subClassOf somaoc:OrganicCompound ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelch:hasChemical_1 ;
                                   owl:hasValue somaem:Cx
                                 ] ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelch:hasChemical_2 ;
                                   owl:hasValue somaem:Hx
                                 ] ;
                 rdfs:label "hydrocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/Hydrochlorofluorocarbon
somaoc:Hydrochlorofluorocarbon rdf:type owl:Class ;
                             rdfs:label "hydrochlorofluorocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/MethaneClathrate
somaoc:MethaneClathrate rdf:type owl:Class ;
                      owl:equivalentClass somaoc:MethaneHydrate ,
                                          somaoc:MethaneIce ;
                      rdfs:subClassOf somaoc:ClathrateHydrate ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelch:hasSubstance ;
                                        owl:hasValue somaoc:Methane
                                      ] ;
                      rdfs:label "methane clathrate"@en .


###  http://sweetontology.net/matrOrganicCompound/MethaneHydrate
somaoc:MethaneHydrate rdf:type owl:Class ;
                    rdfs:label "methane hydrate"@en .


###  http://sweetontology.net/matrOrganicCompound/MethaneIce
somaoc:MethaneIce rdf:type owl:Class ;
                rdfs:label "methane ice"@en .


###  http://sweetontology.net/matrOrganicCompound/NMVOC
somaoc:NMVOC rdf:type owl:Class ;
           owl:equivalentClass somaoc:NonMethaneVolatileOrganicCompound ;
           rdfs:label "nmvoc"@en .


###  http://sweetontology.net/matrOrganicCompound/NonMethaneVolatileOrganicCompound
somaoc:NonMethaneVolatileOrganicCompound rdf:type owl:Class ;
                                       rdfs:subClassOf somaoc:VOC ;
                                       rdfs:label "non methane volatile organic compound"@en .


###  http://sweetontology.net/matrOrganicCompound/OrganicCompound
somaoc:OrganicCompound rdf:type owl:Class ;
                     rdfs:subClassOf somac:Compound ,
                                     somaoc:OrganicSubstance ;
                     rdfs:label "organic compound"@en .


###  http://sweetontology.net/matrOrganicCompound/OrganicSubstance
somaoc:OrganicSubstance rdf:type owl:Class ;
                      rdfs:subClassOf soma:Substance ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelch:hasChemical ;
                                        owl:hasValue somael:C
                                      ] ;
                      rdfs:label "organic substance"@en .


###  http://sweetontology.net/matrOrganicCompound/Organochloride
somaoc:Organochloride rdf:type owl:Class ;
                    rdfs:subClassOf somaoc:OrganicCompound ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelch:hasChemical ;
                                      owl:hasValue somael:Cl
                                    ] ;
                    rdfs:label "organochloride"@en .


###  http://sweetontology.net/matrOrganicCompound/VOC
somaoc:VOC rdf:type owl:Class ;
         owl:equivalentClass somaoc:VolatileOrganicCompound ;
         rdfs:label "voc"@en .


###  http://sweetontology.net/matrOrganicCompound/VolatileOrganicCompound
somaoc:VolatileOrganicCompound rdf:type owl:Class ;
                             rdfs:subClassOf somaoc:OrganicCompound ;
                             rdfs:label "volatile organic compound"@en .


#################################################################
#    Individuals
#################################################################

###  http://sweetontology.net/matrOrganicCompound/Acenaphthene
somaoc:Acenaphthene rdf:type owl:NamedIndividual ,
                           somaoc:Hydrocarbon ;
                  owl:sameAs somaoc:C12H10 ;
                  rdfs:label "acenaphthene"@en .


###  http://sweetontology.net/matrOrganicCompound/Acenaphthylene
somaoc:Acenaphthylene rdf:type owl:NamedIndividual ,
                             somaoc:Hydrocarbon ;
                    owl:sameAs somaoc:C12H8 ;
                    rdfs:label "acenaphthylene"@en .


###  http://sweetontology.net/matrOrganicCompound/Acetonitrile
somaoc:Acetonitrile rdf:type owl:NamedIndividual ,
                           somaoc:OrganicCompound ;
                  owl:sameAs somaoc:CH3CN ;
                  rdfs:label "acetonitrile"@en .


###  http://sweetontology.net/matrOrganicCompound/Acrolein
somaoc:Acrolein rdf:type owl:NamedIndividual ,
                       somaoc:OrganicCompound ;
              owl:sameAs somaoc:C3H4O ;
              rdfs:label "acrolein"@en .


###  http://sweetontology.net/matrOrganicCompound/Acrylonitrile
somaoc:Acrylonitrile rdf:type owl:NamedIndividual ,
                            somaoc:OrganicCompound ;
                   owl:sameAs somaoc:CH2CHCN ;
                   rdfs:label "acrylonitrile"@en .


###  http://sweetontology.net/matrOrganicCompound/Aldrin
somaoc:Aldrin rdf:type owl:NamedIndividual ,
                     somaoc:OrganicCompound ;
            sorel:hasRole sostrb:Pesticide ;
            rdfs:label "aldrin"@en .


###  http://sweetontology.net/matrOrganicCompound/Benzene
somaoc:Benzene rdf:type owl:NamedIndividual ,
                      somaoc:Hydrocarbon ;
             owl:sameAs somaoc:C6H6 ;
             rdfs:label "benzene"@en .


###  http://sweetontology.net/matrOrganicCompound/Benzol
somaoc:Benzol rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            owl:sameAs somaoc:C6H6 ;
            rdfs:label "benzol"@en .


###  http://sweetontology.net/matrOrganicCompound/Butane
somaoc:Butane rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            owl:sameAs somaoc:C4H10 ;
            rdfs:label "butane"@en .


###  http://sweetontology.net/matrOrganicCompound/C10H16
somaoc:C10H16 rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            rdfs:label "c10h16"@en .


###  http://sweetontology.net/matrOrganicCompound/C12H10
somaoc:C12H10 rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            rdfs:label "c12h10"@en .


###  http://sweetontology.net/matrOrganicCompound/C12H8
somaoc:C12H8 rdf:type owl:NamedIndividual ,
                    somaoc:Hydrocarbon ;
           rdfs:label "c12h8"@en .


###  http://sweetontology.net/matrOrganicCompound/C2Br2F4
somaoc:C2Br2F4 rdf:type owl:NamedIndividual ,
                      somaoc:Halon ;
             owl:sameAs somaoc:C2F4Br2 ,
                        somaoc:Dibromotetrafluoroethane ,
                        somaoc:Halon2402 ;
             rdfs:label "c2br2f4"@en .


###  http://sweetontology.net/matrOrganicCompound/C2F4Br2
somaoc:C2F4Br2 rdf:type owl:NamedIndividual ,
                      somaoc:Halon ;
             rdfs:label "c2f4br2"@en .


###  http://sweetontology.net/matrOrganicCompound/C2H3NO5
somaoc:C2H3NO5 rdf:type owl:NamedIndividual ,
                      somaoc:OrganicCompound ;
             owl:sameAs somaoc:PAN ,
                        somaoc:PeroxyacetylNitrate ;
             rdfs:label "c2h3no5"@en .


###  http://sweetontology.net/matrOrganicCompound/C2H4
somaoc:C2H4 rdf:type owl:NamedIndividual ,
                   somaoc:Alkene ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:Ethene ;
          rdfs:label "c2h4"@en .


###  http://sweetontology.net/matrOrganicCompound/C2H6
somaoc:C2H6 rdf:type owl:NamedIndividual ,
                   somaoc:Alkane ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:Ethane ;
          rdfs:label "c2h6"@en .


###  http://sweetontology.net/matrOrganicCompound/C2H6O
somaoc:C2H6O rdf:type owl:NamedIndividual ,
                    somaoc:OrganicCompound ;
           owl:sameAs somaoc:Ethanol ;
           sorel:hasRole sostrc:Solvent ;
           rdfs:label "c2h6o"@en .


###  http://sweetontology.net/matrOrganicCompound/C2H6S
somaoc:C2H6S rdf:type owl:NamedIndividual ,
                    somaoc:OrganicCompound ;
           owl:sameAs somaoc:DMS ,
                      somaoc:DimethylSulfide ;
           rdfs:label "c2h6s"@en .


###  http://sweetontology.net/matrOrganicCompound/C3H4O
somaoc:C3H4O rdf:type owl:NamedIndividual ,
                    somaoc:OrganicCompound ;
           rdfs:label "c3h4o"@en .


###  http://sweetontology.net/matrOrganicCompound/C3H6
somaoc:C3H6 rdf:type owl:NamedIndividual ,
                   somaoc:Alkene ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:Propene ;
          rdfs:label "c3h6"@en .


###  http://sweetontology.net/matrOrganicCompound/C3H8
somaoc:C3H8 rdf:type owl:NamedIndividual ,
                   somaoc:Alkane ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:Propane ;
          rdfs:label "c3h8"@en .


###  http://sweetontology.net/matrOrganicCompound/C4H10
somaoc:C4H10 rdf:type owl:NamedIndividual ,
                    somaoc:Alkane ,
                    somaoc:Hydrocarbon ;
           rdfs:label "c4h10"@en .


###  http://sweetontology.net/matrOrganicCompound/C5H12O
somaoc:C5H12O rdf:type owl:NamedIndividual ,
                     somaoc:OrganicCompound ;
            owl:sameAs somaoc:MTBE ,
                       somaoc:MethylTertButylEther ;
            rdfs:label "c5h12o"@en .


###  http://sweetontology.net/matrOrganicCompound/C5H8
somaoc:C5H8 rdf:type owl:NamedIndividual ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:Isoprene ;
          rdfs:label "c5h8"@en .


###  http://sweetontology.net/matrOrganicCompound/C6H6
somaoc:C6H6 rdf:type owl:NamedIndividual ,
                   somaoc:Hydrocarbon ;
          rdfs:label "c6h6"@en .


###  http://sweetontology.net/matrOrganicCompound/C7H8
somaoc:C7H8 rdf:type owl:NamedIndividual ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:Toluene ;
          rdfs:label "c7h8"@en .


###  http://sweetontology.net/matrOrganicCompound/C8H10
somaoc:C8H10 rdf:type owl:NamedIndividual ,
                    somaoc:Hydrocarbon ;
           owl:sameAs somaoc:Xylene ;
           rdfs:label "c8h10"@en .


###  http://sweetontology.net/matrOrganicCompound/CBrF2
somaoc:CBrF2 rdf:type owl:NamedIndividual ,
                    somaoc:Halon ;
           owl:sameAs somaoc:Halon1202 ;
           rdfs:label "cbrf2"@en .


###  http://sweetontology.net/matrOrganicCompound/CBrF3
somaoc:CBrF3 rdf:type owl:NamedIndividual ,
                    somaoc:Halon ;
           owl:sameAs somaoc:Halon1301 ;
           rdfs:label "cbrf3"@en .


###  http://sweetontology.net/matrOrganicCompound/CCl2F2
somaoc:CCl2F2 rdf:type owl:NamedIndividual ,
                     somaoc:CFC ;
            owl:sameAs somaoc:Dichlorodifluoromethane ,
                       somaoc:Freon12 ;
            rdfs:label "ccl2f2"@en .


###  http://sweetontology.net/matrOrganicCompound/CCl4
somaoc:CCl4 rdf:type owl:NamedIndividual ,
                   somaoc:OrganicCompound ;
          rdfs:label "ccl4"@en .


###  http://sweetontology.net/matrOrganicCompound/CF2ClBr
somaoc:CF2ClBr rdf:type owl:NamedIndividual ,
                      somaoc:Halon ;
             owl:sameAs somaoc:Halon1211 ;
             rdfs:label "cf2clbr"@en .


###  http://sweetontology.net/matrOrganicCompound/CF4
somaoc:CF4 rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         owl:sameAs somaoc:CarbonTetrafluoride ,
                    somaoc:CarbonTetrafluoromethane ,
                    somaoc:Freon14 ;
         rdfs:label "cf4"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC11
somaoc:CFC11 rdf:type owl:NamedIndividual ,
                    somaoc:CFC ;
           rdfs:label "cfc11"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC113
somaoc:CFC113 rdf:type owl:NamedIndividual ,
                     somaoc:CFC ;
            rdfs:label "cfc113"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC113a
somaoc:CFC113a rdf:type owl:NamedIndividual ,
                      somaoc:CFC ;
             rdfs:label "cfc113a"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC114
somaoc:CFC114 rdf:type owl:NamedIndividual ,
                     somaoc:CFC ;
            rdfs:label "cfc114"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC115
somaoc:CFC115 rdf:type owl:NamedIndividual ,
                     somaoc:CFC ;
            rdfs:label "cfc115"@en .


###  http://sweetontology.net/matrOrganicCompound/CFC12
somaoc:CFC12 rdf:type owl:NamedIndividual ,
                    somaoc:CFC ;
           rdfs:label "cfc12"@en .


###  http://sweetontology.net/matrOrganicCompound/CH2CHCN
somaoc:CH2CHCN rdf:type owl:NamedIndividual ,
                      somaoc:OrganicCompound ;
             rdfs:label "ch2chcn"@en .


###  http://sweetontology.net/matrOrganicCompound/CH2O
somaoc:CH2O rdf:type owl:NamedIndividual ,
                   somaoc:OrganicCompound ;
          owl:sameAs somaoc:Formaldehyde ;
          rdfs:label "ch2o"@en .


###  http://sweetontology.net/matrOrganicCompound/CH2O2
somaoc:CH2O2 rdf:type owl:NamedIndividual ,
                    somaoc:OrganicCompound ;
           owl:sameAs somaoc:FormicAcid ,
                      somaoc:MethanoicAcid ;
           rdfs:label "ch2o2"@en .


###  http://sweetontology.net/matrOrganicCompound/CH3CN
somaoc:CH3CN rdf:type owl:NamedIndividual ,
                    somaoc:OrganicCompound ;
           owl:sameAs somaoc:MethylCyanide ;
           rdfs:label "ch3cn"@en .


###  http://sweetontology.net/matrOrganicCompound/CH3COOH
somaoc:CH3COOH rdf:type owl:NamedIndividual ,
                      somaoc:OrganicCompound ;
             owl:sameAs somaoc:EthanoicAcid ;
             rdfs:label "ch3cooh"@en .


###  http://sweetontology.net/matrOrganicCompound/CH4
somaoc:CH4 rdf:type owl:NamedIndividual ,
                  somaoc:Alkane ,
                  somaoc:Hydrocarbon ;
         owl:sameAs somaoc:Methane ;
         rdfs:label "ch4"@en .


###  http://sweetontology.net/matrOrganicCompound/CaCO3
somaoc:CaCO3 rdf:type owl:NamedIndividual ,
                    somaoc:OrganicCompound ;
           owl:sameAs somaoc:CalciumCarbonate ;
           rdfs:label "caco3"@en .


###  http://sweetontology.net/matrOrganicCompound/CalciumCarbonate
somaoc:CalciumCarbonate rdf:type owl:NamedIndividual ,
                               somaoc:OrganicCompound ;
                      rdfs:label "calcium carbonate"@en .


###  http://sweetontology.net/matrOrganicCompound/Carbohydrate
somaoc:Carbohydrate rdf:type owl:NamedIndividual ,
                           somaoc:OrganicCompound ;
                  rdfs:label "carbohydrate"@en .


###  http://sweetontology.net/matrOrganicCompound/CarbonTetrafluoride
somaoc:CarbonTetrafluoride rdf:type owl:NamedIndividual ,
                                  somaoc:OrganicCompound ;
                         rdfs:label "carbon tetrafluoride"@en .


###  http://sweetontology.net/matrOrganicCompound/CarbonTetrafluoromethane
somaoc:CarbonTetrafluoromethane rdf:type owl:NamedIndividual ,
                                       somaoc:OrganicCompound ;
                              rdfs:label "carbon tetrafluoromethane"@en .


###  http://sweetontology.net/matrOrganicCompound/Carbonyl
somaoc:Carbonyl rdf:type owl:NamedIndividual ,
                       somaoc:OrganicCompound ;
              rdfs:label "carbonyl"@en .


###  http://sweetontology.net/matrOrganicCompound/CarbonylSulfide
somaoc:CarbonylSulfide rdf:type owl:NamedIndividual ,
                              somaoc:OrganicCompound ;
                     owl:sameAs somaoc:OCS ;
                     rdfs:label "carbonyl sulfide"@en .


###  http://sweetontology.net/matrOrganicCompound/ChlorophyllA
somaoc:ChlorophyllA rdf:type owl:NamedIndividual ,
                           somaoc:Chlorophyll ;
                  rdfs:label "chlorophyll a"@en .


###  http://sweetontology.net/matrOrganicCompound/DMS
somaoc:DMS rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         rdfs:label "dms"@en .


###  http://sweetontology.net/matrOrganicCompound/Dibromotetrafluoroethane
somaoc:Dibromotetrafluoroethane rdf:type owl:NamedIndividual ,
                                       somaoc:Halon ;
                              rdfs:label "dibromotetrafluoroethane"@en .


###  http://sweetontology.net/matrOrganicCompound/Dichlorodifluoromethane
somaoc:Dichlorodifluoromethane rdf:type owl:NamedIndividual ,
                                      somaoc:CFC ;
                             rdfs:label "dichlorodifluoromethane"@en .


###  http://sweetontology.net/matrOrganicCompound/DimethylSulfide
somaoc:DimethylSulfide rdf:type owl:NamedIndividual ,
                              somaoc:OrganicCompound ;
                     rdfs:label "dimethyl sulfide"@en .


###  http://sweetontology.net/matrOrganicCompound/Ethane
somaoc:Ethane rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            rdfs:label "ethane"@en .


###  http://sweetontology.net/matrOrganicCompound/EthanoicAcid
somaoc:EthanoicAcid rdf:type owl:NamedIndividual ,
                           somaoc:OrganicCompound ;
                  rdfs:label "ethanoic acid"@en .


###  http://sweetontology.net/matrOrganicCompound/Ethanol
somaoc:Ethanol rdf:type owl:NamedIndividual ,
                      somaoc:OrganicCompound ;
             rdfs:label "ethanol"@en .


###  http://sweetontology.net/matrOrganicCompound/Ethene
somaoc:Ethene rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            rdfs:label "ethene"@en .


###  http://sweetontology.net/matrOrganicCompound/FC
somaoc:FC rdf:type owl:NamedIndividual ,
                 somaoc:OrganicCompound ;
        owl:sameAs somaoc:Fluorocarbon ;
        rdfs:label "fc"@en .


###  http://sweetontology.net/matrOrganicCompound/Fluorocarbon
somaoc:Fluorocarbon rdf:type owl:NamedIndividual ,
                           somaoc:OrganicCompound ;
                  rdfs:label "fluorocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/Formaldehyde
somaoc:Formaldehyde rdf:type owl:NamedIndividual ,
                           somaoc:OrganicCompound ;
                  rdfs:label "formaldehyde"@en .


###  http://sweetontology.net/matrOrganicCompound/FormicAcid
somaoc:FormicAcid rdf:type owl:NamedIndividual ,
                         somaoc:OrganicCompound ;
                rdfs:label "formic acid"@en .


###  http://sweetontology.net/matrOrganicCompound/Freon12
somaoc:Freon12 rdf:type owl:NamedIndividual ,
                      somaoc:CFC ;
             rdfs:label "freon12"@en .


###  http://sweetontology.net/matrOrganicCompound/Freon14
somaoc:Freon14 rdf:type owl:NamedIndividual ,
                      somaoc:OrganicCompound ;
             rdfs:label "freon14"@en .


###  http://sweetontology.net/matrOrganicCompound/HCFC140a
somaoc:HCFC140a rdf:type owl:NamedIndividual ,
                       somaoc:HCFC ;
              rdfs:label "hcfc140a"@en .


###  http://sweetontology.net/matrOrganicCompound/HCFC141b
somaoc:HCFC141b rdf:type owl:NamedIndividual ,
                       somaoc:HCFC ;
              rdfs:label "hcfc141b"@en .


###  http://sweetontology.net/matrOrganicCompound/HCFC142b
somaoc:HCFC142b rdf:type owl:NamedIndividual ,
                       somaoc:HCFC ;
              rdfs:label "hcfc142b"@en .


###  http://sweetontology.net/matrOrganicCompound/HCFC22
somaoc:HCFC22 rdf:type owl:NamedIndividual ,
                     somaoc:HCFC ;
            rdfs:label "hcfc22"@en .


###  http://sweetontology.net/matrOrganicCompound/HCH
somaoc:HCH rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         owl:sameAs somaoc:Hexachlorocyclohexane ;
         rdfs:label "hch"@en .


###  http://sweetontology.net/matrOrganicCompound/HCN
somaoc:HCN rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         owl:sameAs somaoc:HydrogenCyanide ;
         rdfs:label "hcn"@en .


###  http://sweetontology.net/matrOrganicCompound/HClFC
somaoc:HClFC rdf:type owl:NamedIndividual ,
                    somaoc:HCFC ;
           rdfs:label "hclfc"@en .


###  http://sweetontology.net/matrOrganicCompound/Halon1202
somaoc:Halon1202 rdf:type owl:NamedIndividual ,
                        somaoc:Halon ;
               rdfs:label "halon1202"@en .


###  http://sweetontology.net/matrOrganicCompound/Halon1211
somaoc:Halon1211 rdf:type owl:NamedIndividual ,
                        somaoc:Halon ;
               rdfs:label "halon1211"@en .


###  http://sweetontology.net/matrOrganicCompound/Halon1301
somaoc:Halon1301 rdf:type owl:NamedIndividual ,
                        somaoc:Halon ;
               rdfs:label "halon1301"@en .


###  http://sweetontology.net/matrOrganicCompound/Halon2402
somaoc:Halon2402 rdf:type owl:NamedIndividual ,
                        somaoc:Halon ;
               rdfs:label "halon2402"@en .


###  http://sweetontology.net/matrOrganicCompound/Hexachlorobiphenyl
somaoc:Hexachlorobiphenyl rdf:type owl:NamedIndividual ,
                                 somaoc:OrganicCompound ;
                        owl:sameAs somaoc:PCB153 ;
                        rdfs:label "hexachlorobiphenyl"@en .


###  http://sweetontology.net/matrOrganicCompound/Hexachlorocyclohexane
somaoc:Hexachlorocyclohexane rdf:type owl:NamedIndividual ,
                                    somaoc:OrganicCompound ;
                           rdfs:label "hexachlorocyclohexane"@en .


###  http://sweetontology.net/matrOrganicCompound/Hydrofluorocarbon
somaoc:Hydrofluorocarbon rdf:type owl:NamedIndividual ,
                                somaoc:OrganicCompound ;
                       rdfs:label "hydrofluorocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/HydrogenCyanide
somaoc:HydrogenCyanide rdf:type owl:NamedIndividual ,
                              somaoc:OrganicCompound ;
                     rdfs:label "hydrogen cyanide"@en .


###  http://sweetontology.net/matrOrganicCompound/Isoprene
somaoc:Isoprene rdf:type owl:NamedIndividual ,
                       somaoc:Hydrocarbon ;
              rdfs:label "isoprene"@en .


###  http://sweetontology.net/matrOrganicCompound/Limonene
somaoc:Limonene rdf:type owl:NamedIndividual ,
                       somaoc:Hydrocarbon ;
              rdfs:label "limonene"@en .


###  http://sweetontology.net/matrOrganicCompound/MTBE
somaoc:MTBE rdf:type owl:NamedIndividual ,
                   somaoc:OrganicCompound ;
          rdfs:label "mtbe"@en .


###  http://sweetontology.net/matrOrganicCompound/Methane
somaoc:Methane rdf:type owl:NamedIndividual ,
                      somaoc:Hydrocarbon ;
             rdfs:label "methane"@en .


###  http://sweetontology.net/matrOrganicCompound/MethanoicAcid
somaoc:MethanoicAcid rdf:type owl:NamedIndividual ,
                            somaoc:OrganicCompound ;
                   rdfs:label "methanoic acid"@en .


###  http://sweetontology.net/matrOrganicCompound/MethylBromide
somaoc:MethylBromide rdf:type owl:NamedIndividual ,
                            somaoc:OrganicCompound ;
                   rdfs:label "methyl bromide"@en .


###  http://sweetontology.net/matrOrganicCompound/MethylChloride
somaoc:MethylChloride rdf:type owl:NamedIndividual ,
                             somaoc:OrganicCompound ;
                    rdfs:label "methyl chloride"@en .


###  http://sweetontology.net/matrOrganicCompound/MethylCyanide
somaoc:MethylCyanide rdf:type owl:NamedIndividual ,
                            somaoc:OrganicCompound ;
                   rdfs:label "methyl cyanide"@en .


###  http://sweetontology.net/matrOrganicCompound/MethylTertButylEther
somaoc:MethylTertButylEther rdf:type owl:NamedIndividual ,
                                   somaoc:OrganicCompound ;
                          rdfs:label "methyl tert butyl ether"@en .


###  http://sweetontology.net/matrOrganicCompound/NMHC
somaoc:NMHC rdf:type owl:NamedIndividual ,
                   somaoc:Hydrocarbon ;
          owl:sameAs somaoc:NonMethaneHydrocarbon ;
          rdfs:label "nmhc"@en .


###  http://sweetontology.net/matrOrganicCompound/NonMethaneHydrocarbon
somaoc:NonMethaneHydrocarbon rdf:type owl:NamedIndividual ,
                                    somaoc:Hydrocarbon ;
                           rdfs:label "non methane hydrocarbon"@en .


###  http://sweetontology.net/matrOrganicCompound/OCS
somaoc:OCS rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         rdfs:label "ocs"@en .


###  http://sweetontology.net/matrOrganicCompound/PAN
somaoc:PAN rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         rdfs:label "pan"@en .


###  http://sweetontology.net/matrOrganicCompound/PCB
somaoc:PCB rdf:type owl:NamedIndividual ,
                  somaoc:OrganicCompound ;
         owl:sameAs somaoc:PolychlorinatedBiphenyl ;
         sorel:hasRole sostrb:Pesticide ;
         rdfs:label "pcb"@en .


###  http://sweetontology.net/matrOrganicCompound/PCB153
somaoc:PCB153 rdf:type owl:NamedIndividual ,
                     somaoc:OrganicCompound ;
            rdfs:label "pcb153"@en .


###  http://sweetontology.net/matrOrganicCompound/PeroxyacetylNitrate
somaoc:PeroxyacetylNitrate rdf:type owl:NamedIndividual ,
                                  somaoc:OrganicCompound ;
                         rdfs:label "peroxyacetyl nitrate"@en .


###  http://sweetontology.net/matrOrganicCompound/Pheophytin
somaoc:Pheophytin rdf:type owl:NamedIndividual ,
                         somaoc:Chlorophyll ;
                rdfs:label "pheophytin"@en .


###  http://sweetontology.net/matrOrganicCompound/Pinene
somaoc:Pinene rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            rdfs:label "pinene"@en .


###  http://sweetontology.net/matrOrganicCompound/PolychlorinatedBiphenyl
somaoc:PolychlorinatedBiphenyl rdf:type owl:NamedIndividual ,
                                      somaoc:OrganicCompound ;
                             rdfs:label "polychlorinated biphenyl"@en .


###  http://sweetontology.net/matrOrganicCompound/Propane
somaoc:Propane rdf:type owl:NamedIndividual ,
                      somaoc:Hydrocarbon ;
             rdfs:label "propane"@en .


###  http://sweetontology.net/matrOrganicCompound/Propene
somaoc:Propene rdf:type owl:NamedIndividual ,
                      somaoc:Hydrocarbon ;
             rdfs:label "propene"@en .


###  http://sweetontology.net/matrOrganicCompound/Silk
somaoc:Silk rdf:type owl:NamedIndividual ,
                   somaoc:OrganicCompound ;
          rdfs:label "silk"@en .


###  http://sweetontology.net/matrOrganicCompound/Terpene
somaoc:Terpene rdf:type owl:NamedIndividual ,
                      somaoc:Hydrocarbon ;
             rdfs:label "terpene"@en .


###  http://sweetontology.net/matrOrganicCompound/Toluene
somaoc:Toluene rdf:type owl:NamedIndividual ,
                      somaoc:Hydrocarbon ;
             rdfs:label "toluene"@en .


###  http://sweetontology.net/matrOrganicCompound/Xylene
somaoc:Xylene rdf:type owl:NamedIndividual ,
                     somaoc:Hydrocarbon ;
            rdfs:label "xylene"@en .


###  http://sweetontology.net/stateRoleBiological/Pesticide
sostrb:Pesticide rdf:type owl:NamedIndividual .


###  http://sweetontology.net/stateRoleChemical/Solvent
sostrc:Solvent rdf:type owl:NamedIndividual .


#################################################################
#    General axioms
#################################################################

[ rdf:type owl:AllDifferent ;
  owl:distinctMembers ( somaoc:Methane
                        somaoc:NMHC
                      )
] .


###  Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi
