@prefix : <http://sweetontology.net/stateRoleChemical/> .
@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 soprop: <http://sweetontology.net/prop/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sostro: <http://sweetontology.net/stateRole/> .
@prefix sostrc: <http://sweetontology.net/stateRoleChemical/> .
@base <http://sweetontology.net/stateRoleChemical> .

<http://sweetontology.net/stateRoleChemical> rdf:type owl:Ontology ;
                                              owl:imports <http://sweetontology.net/prop> ,
                                                          <http://sweetontology.net/stateRole> ;
                                              rdfs:label "SWEET Ontology State Role Chemical" ;
                                              dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                              owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/stateRoleChemical/ChemicalRole
sostrc:ChemicalRole rdf:type owl:Class ;
                   rdfs:subClassOf soprop:Role ;
                   rdfs:label "chemical role"@en .


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

###  http://sweetontology.net/stateRoleChemical/Abrasive
sostrc:Abrasive rdf:type owl:NamedIndividual ,
                        sostrc:ChemicalRole ;
               rdfs:label "abrasive"@en .


###  http://sweetontology.net/stateRoleChemical/Acidify
sostrc:Acidify rdf:type owl:NamedIndividual ,
                       sostrc:ChemicalRole ;
              rdfs:label "acidify"@en .


###  http://sweetontology.net/stateRoleChemical/Binder
sostrc:Binder rdf:type owl:NamedIndividual ,
                      sostrc:ChemicalRole ;
             rdfs:label "binder"@en .


###  http://sweetontology.net/stateRoleChemical/Burn
sostrc:Burn rdf:type owl:NamedIndividual ,
                    sostrc:ChemicalRole ;
           rdfs:label "burn"@en .


###  http://sweetontology.net/stateRoleChemical/Calcify
sostrc:Calcify rdf:type owl:NamedIndividual ,
                       sostrc:ChemicalRole ;
              rdfs:label "calcify"@en .


###  http://sweetontology.net/stateRoleChemical/Catalyst
sostrc:Catalyst rdf:type owl:NamedIndividual ,
                        sostrc:ChemicalRole ;
               rdfs:label "catalyst"@en .


###  http://sweetontology.net/stateRoleChemical/Corrosive
sostrc:Corrosive rdf:type owl:NamedIndividual ,
                         sostrc:ChemicalRole ;
                rdfs:label "corrosive"@en .


###  http://sweetontology.net/stateRoleChemical/Crystallize
sostrc:Crystallize rdf:type owl:NamedIndividual ,
                           sostrc:ChemicalRole ;
                  rdfs:label "crystallize"@en .


###  http://sweetontology.net/stateRoleChemical/Degas
sostrc:Degas rdf:type owl:NamedIndividual ,
                     sostrc:ChemicalRole ;
            rdfs:label "degas"@en .


###  http://sweetontology.net/stateRoleChemical/Dehydrate
sostrc:Dehydrate rdf:type owl:NamedIndividual ,
                         sostrc:ChemicalRole ;
                rdfs:label "dehydrate"@en .


###  http://sweetontology.net/stateRoleChemical/Desalinize
sostrc:Desalinize rdf:type owl:NamedIndividual ,
                          sostrc:ChemicalRole ;
                 rdfs:label "desalinize"@en .


###  http://sweetontology.net/stateRoleChemical/Dilute
sostrc:Dilute rdf:type owl:NamedIndividual ,
                      sostrc:ChemicalRole ;
             rdfs:label "dilute"@en .


###  http://sweetontology.net/stateRoleChemical/Dissolve
sostrc:Dissolve rdf:type owl:NamedIndividual ,
                        sostrc:ChemicalRole ;
               rdfs:label "dissolve"@en .


###  http://sweetontology.net/stateRoleChemical/Enrich
sostrc:Enrich rdf:type owl:NamedIndividual ,
                      sostrc:ChemicalRole ;
             rdfs:label "enrich"@en .


###  http://sweetontology.net/stateRoleChemical/Fix
sostrc:Fix rdf:type owl:NamedIndividual ,
                   sostrc:ChemicalRole ;
          rdfs:label "fix"@en .


###  http://sweetontology.net/stateRoleChemical/Hydrate
sostrc:Hydrate rdf:type owl:NamedIndividual ,
                       sostrc:ChemicalRole ;
              rdfs:label "hydrate"@en .


###  http://sweetontology.net/stateRoleChemical/Inhibitor
sostrc:Inhibitor rdf:type owl:NamedIndividual ,
                         sostrc:ChemicalRole ;
                rdfs:label "inhibitor"@en .


###  http://sweetontology.net/stateRoleChemical/Neutralize
sostrc:Neutralize rdf:type owl:NamedIndividual ,
                          sostrc:ChemicalRole ;
                 rdfs:label "neutralize"@en .


###  http://sweetontology.net/stateRoleChemical/Outgas
sostrc:Outgas rdf:type owl:NamedIndividual ,
                      sostrc:ChemicalRole ;
             rdfs:label "outgas"@en .


###  http://sweetontology.net/stateRoleChemical/Oxidizer
sostrc:Oxidizer rdf:type owl:NamedIndividual ,
                        sostrc:ChemicalRole ;
               rdfs:label "oxidizer"@en .


###  http://sweetontology.net/stateRoleChemical/Photodissociate
sostrc:Photodissociate rdf:type owl:NamedIndividual ,
                               sostrc:ChemicalRole ;
                      rdfs:label "photodissociate"@en .


###  http://sweetontology.net/stateRoleChemical/Product
sostrc:Product rdf:type owl:NamedIndividual ,
                       sostrc:ChemicalRole ;
              rdfs:label "product"@en .


###  http://sweetontology.net/stateRoleChemical/Reactant
sostrc:Reactant rdf:type owl:NamedIndividual ,
                        sostrc:ChemicalRole ;
               rdfs:label "reactant"@en .


###  http://sweetontology.net/stateRoleChemical/Reagent
sostrc:Reagent rdf:type owl:NamedIndividual ,
                       sostrc:ChemicalRole ;
              rdfs:label "reagent"@en .


###  http://sweetontology.net/stateRoleChemical/Recrystallize
sostrc:Recrystallize rdf:type owl:NamedIndividual ,
                             sostrc:ChemicalRole ;
                    rdfs:label "recrystallize"@en .


###  http://sweetontology.net/stateRoleChemical/Reduce
sostrc:Reduce rdf:type owl:NamedIndividual ,
                      sostrc:ChemicalRole ;
             rdfs:label "reduce"@en .


###  http://sweetontology.net/stateRoleChemical/Solute
sostrc:Solute rdf:type owl:NamedIndividual ,
                      sostrc:ChemicalRole ;
             rdfs:label "solute"@en .


###  http://sweetontology.net/stateRoleChemical/Solvent
sostrc:Solvent rdf:type owl:NamedIndividual ,
                       sostrc:ChemicalRole ;
              rdfs:label "solvent"@en .


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