@prefix : <http://sweetontology.net/human/> .
@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 sorep: <http://sweetontology.net/repr/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sohu: <http://sweetontology.net/human/> .
@base <http://sweetontology.net/human> .

<http://sweetontology.net/human> rdf:type owl:Ontology ;
                                  owl:imports <http://sweetontology.net/repr> ;
                                  rdfs:label "SWEET Ontology Human" ;
                                  dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                  owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/human/Behavior
sohu:Behavior rdf:type owl:Class ;
               rdfs:subClassOf sohu:PsychologicalParameter ;
               rdfs:label "behavior"@en .


###  http://sweetontology.net/human/Census
sohu:Census rdf:type owl:Class ;
             rdfs:subClassOf sohu:HumanActivity ;
             rdfs:label "census"@en .


###  http://sweetontology.net/human/CivilDisturbance
sohu:CivilDisturbance rdf:type owl:Class ;
                       rdfs:subClassOf sohu:SocialActivity ;
                       rdfs:label "civil disturbance"@en .


###  http://sweetontology.net/human/Colonization
sohu:Colonization rdf:type owl:Class ;
                   rdfs:subClassOf sohu:HumanActivity ;
                   rdfs:label "colonization"@en .


###  http://sweetontology.net/human/ConsumptiveUse
sohu:ConsumptiveUse rdf:type owl:Class ;
                     rdfs:subClassOf sohu:HumanActivity ;
                     rdfs:label "consumptive use"@en .


###  http://sweetontology.net/human/EnergyEndUse
sohu:EnergyEndUse rdf:type owl:Class ;
                   rdfs:subClassOf sohu:HumanActivity ;
                   rdfs:label "energy end use"@en .


###  http://sweetontology.net/human/HumanActivity
sohu:HumanActivity rdf:type owl:Class ;
                    rdfs:label "human activity"@en .


###  http://sweetontology.net/human/HumanCapital
sohu:HumanCapital rdf:type owl:Class ;
                   rdfs:subClassOf sohu:HumanActivity ,
                                   sorep:Knowledge ;
                   rdfs:label "human capital"@en .


###  http://sweetontology.net/human/HumanNeed
sohu:HumanNeed rdf:type owl:Class ;
                rdfs:subClassOf sohu:HumanActivity ;
                rdfs:label "human need"@en .


###  http://sweetontology.net/human/Manned
sohu:Manned rdf:type owl:Class ;
             rdfs:subClassOf sohu:HumanActivity ;
             owl:disjointWith sohu:Unmanned ;
             rdfs:label "manned"@en .


###  http://sweetontology.net/human/Mapping
sohu:Mapping rdf:type owl:Class ;
              rdfs:subClassOf sohu:HumanActivity ;
              rdfs:label "mapping"@en .


###  http://sweetontology.net/human/Profession
sohu:Profession rdf:type owl:Class ;
                 rdfs:subClassOf sohu:HumanActivity ;
                 rdfs:label "profession"@en .


###  http://sweetontology.net/human/PsychologicalParameter
sohu:PsychologicalParameter rdf:type owl:Class ;
                             rdfs:subClassOf sohu:SocialActivity ;
                             rdfs:label "psychological parameter"@en .


###  http://sweetontology.net/human/Recreation
sohu:Recreation rdf:type owl:Class ;
                 rdfs:subClassOf sohu:SocialActivity ;
                 rdfs:label "recreation"@en .


###  http://sweetontology.net/human/Service
sohu:Service rdf:type owl:Class ;
              rdfs:subClassOf sohu:HumanActivity ;
              rdfs:label "service"@en .


###  http://sweetontology.net/human/SocialActivity
sohu:SocialActivity rdf:type owl:Class ;
                     rdfs:subClassOf sohu:HumanActivity ;
                     rdfs:label "social activity"@en .


###  http://sweetontology.net/human/SocialBehavior
sohu:SocialBehavior rdf:type owl:Class ;
                     rdfs:subClassOf sohu:SocialActivity ;
                     rdfs:label "social behavior"@en .


###  http://sweetontology.net/human/SpaceCooling
sohu:SpaceCooling rdf:type owl:Class ;
                   rdfs:subClassOf sohu:EnergyEndUse ;
                   rdfs:label "space cooling"@en .


###  http://sweetontology.net/human/SpaceHeating
sohu:SpaceHeating rdf:type owl:Class ;
                   rdfs:subClassOf sohu:EnergyEndUse ;
                   rdfs:label "space heating"@en .


###  http://sweetontology.net/human/Unmanned
sohu:Unmanned rdf:type owl:Class ;
               rdfs:subClassOf sohu:HumanActivity ;
               rdfs:label "unmanned"@en .


###  http://sweetontology.net/human/WaterHeating
sohu:WaterHeating rdf:type owl:Class ;
                   rdfs:subClassOf sohu:EnergyEndUse ;
                   rdfs:label "water heating"@en .


###  http://sweetontology.net/human/Work
sohu:Work rdf:type owl:Class ;
           rdfs:subClassOf sohu:HumanActivity ;
           rdfs:label "work"@en .


###  http://sweetontology.net/repr/Knowledge
sorep:Knowledge rdf:type owl:Class .


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