@prefix : <http://sweetontology.net/phenSystem/> .
@prefix sorepsmo: <http://sweetontology.net/reprSciModel/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sophsy: <http://sweetontology.net/phenSystem/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/phenSystem> .

<http://sweetontology.net/phenSystem> rdf:type owl:Ontology ;
                                       owl:imports <http://sweetontology.net/phen> ,
                                                   <http://sweetontology.net/reprSciModel> ;
                                       rdfs:label "SWEET Ontology Phenomena System" ;
                                       dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                       owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/phenSystem/Accumulation
sophsy:Accumulation rdf:type owl:Class ;
                 rdfs:subClassOf sophsy:SystemPhenomena ;
                 rdfs:label "accumulation"@en .


###  http://sweetontology.net/phenSystem/Change
sophsy:Change rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemPhenomena ;
           rdfs:label "change"@en .


###  http://sweetontology.net/phenSystem/Collection
sophsy:Collection rdf:type owl:Class ;
               rdfs:subClassOf sophsy:SystemStateChange ;
               rdfs:label "collection"@en .


###  http://sweetontology.net/phenSystem/Comeback
sophsy:Comeback rdf:type owl:Class ;
             rdfs:subClassOf sophsy:Return ;
             rdfs:label "comeback"@en .


###  http://sweetontology.net/phenSystem/Conversion
sophsy:Conversion rdf:type owl:Class ;
               rdfs:subClassOf sophsy:SystemStateChange ;
               rdfs:label "conversion"@en .


###  http://sweetontology.net/phenSystem/Decline
sophsy:Decline rdf:type owl:Class ;
            owl:equivalentClass sophsy:Decrease ;
            rdfs:label "decline"@en .


###  http://sweetontology.net/phenSystem/Decrease
sophsy:Decrease rdf:type owl:Class ;
             owl:equivalentClass sophsy:Drop ,
                                 sophsy:Fall ,
                                 sophsy:Reduction ;
             rdfs:subClassOf sophsy:SystemStateChange ;
             rdfs:label "decrease"@en .


###  http://sweetontology.net/phenSystem/Demand
sophsy:Demand rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemPhenomena ;
           rdfs:label "demand"@en .


###  http://sweetontology.net/phenSystem/Deposit
sophsy:Deposit rdf:type owl:Class ;
            rdfs:subClassOf sophsy:Accumulation ;
            rdfs:label "deposit"@en .


###  http://sweetontology.net/phenSystem/Destruction
sophsy:Destruction rdf:type owl:Class ;
                rdfs:subClassOf sophsy:SystemStateChange ;
                rdfs:label "destruction"@en .


###  http://sweetontology.net/phenSystem/Displacement
sophsy:Displacement rdf:type owl:Class ;
                 rdfs:subClassOf sophsy:SystemStateChange ;
                 rdfs:label "displacement"@en .


###  http://sweetontology.net/phenSystem/Disruption
sophsy:Disruption rdf:type owl:Class ;
               rdfs:subClassOf sophsy:SystemStateChange ;
               rdfs:label "disruption"@en .


###  http://sweetontology.net/phenSystem/Disturbance
sophsy:Disturbance rdf:type owl:Class ;
                rdfs:subClassOf sophsy:Variation ;
                rdfs:label "disturbance"@en .


###  http://sweetontology.net/phenSystem/Drift
sophsy:Drift rdf:type owl:Class ;
          rdfs:subClassOf sophsy:Trend ;
          rdfs:label "drift"@en .


###  http://sweetontology.net/phenSystem/Drop
sophsy:Drop rdf:type owl:Class ;
         rdfs:label "drop"@en .


###  http://sweetontology.net/phenSystem/Exchange
sophsy:Exchange rdf:type owl:Class ;
             rdfs:subClassOf sophsy:SystemStateChange ;
             rdfs:label "exchange"@en .


###  http://sweetontology.net/phenSystem/Extension
sophsy:Extension rdf:type owl:Class ;
              rdfs:subClassOf sophsy:SystemStateChange ;
              rdfs:label "extension"@en .


###  http://sweetontology.net/phenSystem/Fall
sophsy:Fall rdf:type owl:Class ;
         rdfs:label "fall"@en .


###  http://sweetontology.net/phenSystem/Flow
sophsy:Flow rdf:type owl:Class ;
         rdfs:subClassOf sophsy:SystemStateChange ;
         rdfs:label "flow"@en .


###  http://sweetontology.net/phenSystem/Growth
sophsy:Growth rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemStateChange ;
           rdfs:label "growth"@en .


###  http://sweetontology.net/phenSystem/Halting
sophsy:Halting rdf:type owl:Class ;
            rdfs:subClassOf sophsy:SystemStateChange ;
            rdfs:label "halting"@en .


###  http://sweetontology.net/phenSystem/Increase
sophsy:Increase rdf:type owl:Class ;
             owl:equivalentClass sophsy:Rise ;
             rdfs:subClassOf sophsy:SystemStateChange ;
             rdfs:label "increase"@en .


###  http://sweetontology.net/phenSystem/Interaction
sophsy:Interaction rdf:type owl:Class ;
                rdfs:subClassOf sophsy:SystemStateChange ;
                rdfs:label "interaction"@en .


###  http://sweetontology.net/phenSystem/Interruption
sophsy:Interruption rdf:type owl:Class ;
                 rdfs:subClassOf sophsy:SystemStateChange ;
                 rdfs:label "interruption"@en .


###  http://sweetontology.net/phenSystem/Inundation
sophsy:Inundation rdf:type owl:Class ;
               rdfs:subClassOf sophsy:SystemStateChange ;
               rdfs:label "inundation"@en .


###  http://sweetontology.net/phenSystem/Lag
sophsy:Lag rdf:type owl:Class ;
        rdfs:subClassOf sophsy:SystemPhenomena ;
        rdfs:label "lag"@en .


###  http://sweetontology.net/phenSystem/Loss
sophsy:Loss rdf:type owl:Class ;
         rdfs:subClassOf sophsy:SystemStateChange ;
         rdfs:label "loss"@en .


###  http://sweetontology.net/phenSystem/Oscillation
sophsy:Oscillation rdf:type owl:Class ;
                rdfs:subClassOf sophsy:SystemStateChange ;
                rdfs:label "oscillation"@en .


###  http://sweetontology.net/phenSystem/Perturbation
sophsy:Perturbation rdf:type owl:Class ;
                 rdfs:subClassOf sophsy:Variation ;
                 rdfs:label "perturbation"@en .


###  http://sweetontology.net/phenSystem/Recycling
sophsy:Recycling rdf:type owl:Class ;
              rdfs:subClassOf sophsy:SystemPhenomena ;
              rdfs:label "recycling"@en .


###  http://sweetontology.net/phenSystem/Reduction
sophsy:Reduction rdf:type owl:Class ;
              rdfs:label "reduction"@en .


###  http://sweetontology.net/phenSystem/Removal
sophsy:Removal rdf:type owl:Class ;
            rdfs:subClassOf sophsy:SystemStateChange ;
            rdfs:label "removal"@en .


###  http://sweetontology.net/phenSystem/Replenishment
sophsy:Replenishment rdf:type owl:Class ;
                  rdfs:subClassOf sophsy:SystemStateChange ;
                  rdfs:label "replenishment"@en .


###  http://sweetontology.net/phenSystem/Retreat
sophsy:Retreat rdf:type owl:Class ;
            rdfs:subClassOf sophsy:SystemStateChange ;
            rdfs:label "retreat"@en .


###  http://sweetontology.net/phenSystem/Return
sophsy:Return rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemStateChange ;
           rdfs:label "return"@en .


###  http://sweetontology.net/phenSystem/Rise
sophsy:Rise rdf:type owl:Class ;
         rdfs:label "rise"@en .


###  http://sweetontology.net/phenSystem/Shift
sophsy:Shift rdf:type owl:Class ;
          rdfs:subClassOf sophsy:Trend ;
          rdfs:label "shift"@en .


###  http://sweetontology.net/phenSystem/Stress
sophsy:Stress rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemPhenomena ;
           rdfs:label "stress"@en .


###  http://sweetontology.net/phenSystem/System
sophsy:System rdf:type owl:Class ;
           rdfs:subClassOf sorepsmo:Model ;
           rdfs:label "system"@en .


###  http://sweetontology.net/phenSystem/SystemPhenomena
sophsy:SystemPhenomena rdf:type owl:Class ;
                    rdfs:subClassOf soph:Phenomena ;
                    rdfs:label "system phenomena"@en .


###  http://sweetontology.net/phenSystem/SystemStateChange
sophsy:SystemStateChange rdf:type owl:Class ;
                      rdfs:subClassOf sophsy:Change ;
                      rdfs:label "system state change"@en .


###  http://sweetontology.net/phenSystem/Trend
sophsy:Trend rdf:type owl:Class ;
          rdfs:subClassOf sophsy:SystemPhenomena ;
          rdfs:label "trend"@en .


###  http://sweetontology.net/phenSystem/Vacillation
sophsy:Vacillation rdf:type owl:Class ;
                rdfs:subClassOf sophsy:Oscillation ;
                rdfs:label "vacillation"@en .


###  http://sweetontology.net/phenSystem/Variability
sophsy:Variability rdf:type owl:Class ;
                rdfs:subClassOf sophsy:SystemStateChange ;
                rdfs:label "variability"@en .


###  http://sweetontology.net/phenSystem/Variation
sophsy:Variation rdf:type owl:Class ;
              rdfs:subClassOf sophsy:SystemStateChange ;
              rdfs:label "variation"@en .


###  http://sweetontology.net/reprSciModel/Model
sorepsmo:Model rdf:type owl:Class .


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