@prefix : <http://sweetontology.net/phenSystemComplexity/> .
@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 sophsy: <http://sweetontology.net/phenSystem/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sophsyc: <http://sweetontology.net/phenSystemComplexity/> .
@prefix sorepmf: <http://sweetontology.net/reprMathFunction/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <http://sweetontology.net/phenSystemComplexity> .

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

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

###  http://sweetontology.net/phenSystemComplexity/Cascade
sophsyc:Cascade rdf:type owl:Class ;
             rdfs:subClassOf sophsy:SystemPhenomena ;
             rdfs:label "cascade"@en .


###  http://sweetontology.net/phenSystemComplexity/Collapse
sophsyc:Collapse rdf:type owl:Class ;
              rdfs:subClassOf sophsy:SystemStateChange ;
              rdfs:label "collapse"@en .


###  http://sweetontology.net/phenSystemComplexity/Decay
sophsyc:Decay rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemStateChange ;
           rdfs:label "decay"@en .


###  http://sweetontology.net/phenSystemComplexity/Decouple
sophsyc:Decouple rdf:type owl:Class ;
              rdfs:subClassOf sophsy:SystemStateChange ;
              rdfs:label "decouple"@en .


###  http://sweetontology.net/phenSystemComplexity/Development
sophsyc:Development rdf:type owl:Class ;
                 rdfs:subClassOf sophsyc:Evolution ;
                 rdfs:label "development"@en .


###  http://sweetontology.net/phenSystemComplexity/Dissipate
sophsyc:Dissipate rdf:type owl:Class ;
               rdfs:subClassOf sophsy:SystemStateChange ;
               rdfs:label "dissipate"@en .


###  http://sweetontology.net/phenSystemComplexity/Emergence
sophsyc:Emergence rdf:type owl:Class ;
               owl:equivalentClass sophsyc:Emergent ;
               rdfs:label "emergence"@en .


###  http://sweetontology.net/phenSystemComplexity/Emergent
sophsyc:Emergent rdf:type owl:Class ;
              owl:equivalentClass sophsyc:EmergentPhenomenon ;
              rdfs:subClassOf sophsy:SystemStateChange ;
              rdfs:label "emergent"@en .


###  http://sweetontology.net/phenSystemComplexity/EmergentPhenomenon
sophsyc:EmergentPhenomenon rdf:type owl:Class ;
                        rdfs:label "emergent phenomenon"@en .


###  http://sweetontology.net/phenSystemComplexity/ErrorPropagation
sophsyc:ErrorPropagation rdf:type owl:Class ;
                      rdfs:subClassOf sophsy:SystemStateChange ;
                      rdfs:label "error propagation"@en .


###  http://sweetontology.net/phenSystemComplexity/Evolution
sophsyc:Evolution rdf:type owl:Class ;
               rdfs:subClassOf sophsy:SystemStateChange ;
               rdfs:label "evolution"@en .


###  http://sweetontology.net/phenSystemComplexity/Feedback
sophsyc:Feedback rdf:type owl:Class ;
              rdfs:subClassOf sophsyc:SelfRegulation ;
              rdfs:label "feedback"@en .


###  http://sweetontology.net/phenSystemComplexity/Fluctuation
sophsyc:Fluctuation rdf:type owl:Class ;
                 rdfs:subClassOf sophsy:Variation ;
                 rdfs:label "fluctuation"@en .


###  http://sweetontology.net/phenSystemComplexity/Maturation
sophsyc:Maturation rdf:type owl:Class ;
                rdfs:subClassOf sophsy:SystemStateChange ;
                rdfs:label "maturation"@en .


###  http://sweetontology.net/phenSystemComplexity/NegativeFeedback
sophsyc:NegativeFeedback rdf:type owl:Class ;
                      rdfs:subClassOf sophsyc:Feedback ;
                      owl:disjointWith sophsyc:PositiveFeedback ;
                      rdfs:label "negative feedback"@en .


###  http://sweetontology.net/phenSystemComplexity/Pattern
sophsyc:Pattern rdf:type owl:Class ;
             rdfs:subClassOf sophsy:Trend ;
             rdfs:label "pattern"@en .


###  http://sweetontology.net/phenSystemComplexity/PositiveFeedback
sophsyc:PositiveFeedback rdf:type owl:Class ;
                      rdfs:subClassOf sophsyc:Feedback ;
                      rdfs:label "positive feedback"@en .


###  http://sweetontology.net/phenSystemComplexity/Recharge
sophsyc:Recharge rdf:type owl:Class ;
              rdfs:subClassOf sophsy:SystemStateChange ;
              rdfs:label "recharge"@en .


###  http://sweetontology.net/phenSystemComplexity/Resilience
sophsyc:Resilience rdf:type owl:Class ;
                rdfs:subClassOf sophsy:SystemPhenomena ;
                rdfs:label "resilience"@en .


###  http://sweetontology.net/phenSystemComplexity/SelfRegulation
sophsyc:SelfRegulation rdf:type owl:Class ;
                    rdfs:subClassOf sophsy:SystemPhenomena ;
                    rdfs:label "self regulation"@en .


###  http://sweetontology.net/phenSystemComplexity/Shock
sophsyc:Shock rdf:type owl:Class ;
           rdfs:subClassOf sophsy:SystemStateChange ,
                           sorepmf:Discontinuity ;
           rdfs:label "shock"@en .


###  http://sweetontology.net/phenSystemComplexity/Signature
sophsyc:Signature rdf:type owl:Class ;
               rdfs:subClassOf sophsyc:Pattern ;
               rdfs:label "signature"@en .


###  http://sweetontology.net/phenSystemComplexity/Synergy
sophsyc:Synergy rdf:type owl:Class ;
             rdfs:subClassOf sophsy:SystemPhenomena ;
             rdfs:label "synergy"@en .


###  http://sweetontology.net/phenSystemComplexity/SystemDynamics
sophsyc:SystemDynamics rdf:type owl:Class ;
                    rdfs:subClassOf sophsy:SystemPhenomena ;
                    rdfs:label "system dynamics"@en .


###  http://sweetontology.net/phenSystemComplexity/Transformation
sophsyc:Transformation rdf:type owl:Class ;
                    owl:equivalentClass sophsyc:Transforming ;
                    rdfs:subClassOf sophsy:SystemStateChange ;
                    rdfs:label "transformation"@en .


###  http://sweetontology.net/phenSystemComplexity/Transforming
sophsyc:Transforming rdf:type owl:Class ;
                  rdfs:label "transforming"@en .


###  http://sweetontology.net/reprMathFunction/Discontinuity
sorepmf:Discontinuity rdf:type owl:Class .


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