@prefix : <http://sweetontology.net/humanResearch/> .
@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 sohur: <http://sweetontology.net/humanResearch/> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sohu: <http://sweetontology.net/human/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorep: <http://sweetontology.net/repr/> .
@base <http://sweetontology.net/humanResearch> .

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

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

###  http://sweetontology.net/human/HumanActivity
sohu:HumanActivity rdf:type owl:Class .


###  http://sweetontology.net/humanResearch/Analysis
sohur:Analysis rdf:type owl:Class ;
             rdfs:subClassOf sohur:Research ;
             rdfs:label "analysis"@en .


###  http://sweetontology.net/humanResearch/AppliedResearch
sohur:AppliedResearch rdf:type owl:Class ;
                    rdfs:subClassOf sohur:Research ;
                    rdfs:label "applied research"@en .


###  http://sweetontology.net/humanResearch/Assessment
sohur:Assessment rdf:type owl:Class ;
               rdfs:subClassOf sohur:Investigation ;
               rdfs:label "assessment"@en .


###  http://sweetontology.net/humanResearch/Campaign
sohur:Campaign rdf:type owl:Class ;
             rdfs:subClassOf sohur:ExperimentActivity ;
             rdfs:label "campaign"@en .


###  http://sweetontology.net/humanResearch/Correction
sohur:Correction rdf:type owl:Class ;
               rdfs:subClassOf sohur:ExperimentActivity ;
               rdfs:label "correction"@en .


###  http://sweetontology.net/humanResearch/Difference
sohur:Difference rdf:type owl:Class ;
               rdfs:subClassOf sohur:ExperimentActivity ;
               rdfs:label "difference"@en .


###  http://sweetontology.net/humanResearch/EndToEndEnvironment
sohur:EndToEndEnvironment rdf:type owl:Class ;
                        rdfs:subClassOf sohur:ResearchSetting ;
                        owl:disjointWith sohur:LaboratoryEnvironment ;
                        rdfs:label "end to end environment"@en .


###  http://sweetontology.net/humanResearch/Evidence
sohur:Evidence rdf:type owl:Class ;
             rdfs:subClassOf sohur:Assessment ;
             rdfs:label "evidence"@en .


###  http://sweetontology.net/humanResearch/Experiment
sohur:Experiment rdf:type owl:Class ;
               rdfs:subClassOf sohur:Investigation ;
               rdfs:label "experiment"@en .


###  http://sweetontology.net/humanResearch/ExperimentActivity
sohur:ExperimentActivity rdf:type owl:Class ;
                       rdfs:subClassOf sohur:Experiment ;
                       rdfs:label "experiment activity"@en .


###  http://sweetontology.net/humanResearch/HypothesisTest
sohur:HypothesisTest rdf:type owl:Class ;
                   rdfs:subClassOf sohur:ExperimentActivity ;
                   rdfs:label "hypothesis test"@en .


###  http://sweetontology.net/humanResearch/Investigate
sohur:Investigate rdf:type owl:Class ;
                owl:equivalentClass sohur:Investigation ;
                rdfs:label "investigate"@en .


###  http://sweetontology.net/humanResearch/Investigation
sohur:Investigation rdf:type owl:Class ;
                  rdfs:subClassOf sohur:Research ;
                  rdfs:label "investigation"@en .


###  http://sweetontology.net/humanResearch/LaboratoryEnvironment
sohur:LaboratoryEnvironment rdf:type owl:Class ;
                          rdfs:subClassOf sohur:ResearchSetting ;
                          owl:disjointWith sohur:MissionTestedEnvironment ,
                                           sohur:OperationalEnvironment ,
                                           sohur:RepresentativeEnvironment ,
                                           sohur:VerifiedValidatedEnvironment ;
                          rdfs:label "laboratory environment"@en .


###  http://sweetontology.net/humanResearch/MissionTestedEnvironment
sohur:MissionTestedEnvironment rdf:type owl:Class ;
                             rdfs:subClassOf sohur:ResearchSetting ;
                             rdfs:label "mission tested environment"@en .


###  http://sweetontology.net/humanResearch/Monitor
sohur:Monitor rdf:type owl:Class ;
            owl:equivalentClass sohur:Monitoring ;
            rdfs:subClassOf sohur:Research ;
            rdfs:label "monitor"@en .


###  http://sweetontology.net/humanResearch/Monitoring
sohur:Monitoring rdf:type owl:Class ;
               rdfs:label "monitoring"@en .


###  http://sweetontology.net/humanResearch/Observation
sohur:Observation rdf:type owl:Class ;
                owl:equivalentClass sohur:Observe ;
                rdfs:subClassOf sohur:Investigation ;
                rdfs:label "observation"@en .


###  http://sweetontology.net/humanResearch/Observe
sohur:Observe rdf:type owl:Class ;
            rdfs:label "observe"@en .


###  http://sweetontology.net/humanResearch/OperationalEnvironment
sohur:OperationalEnvironment rdf:type owl:Class ;
                           rdfs:subClassOf sohur:ResearchSetting ;
                           rdfs:label "operational environment"@en .


###  http://sweetontology.net/humanResearch/Project
sohur:Project rdf:type owl:Class ;
            rdfs:subClassOf sohur:Research ;
            rdfs:label "project"@en .


###  http://sweetontology.net/humanResearch/Proof
sohur:Proof rdf:type owl:Class ;
          rdfs:subClassOf sohur:Validation ;
          rdfs:label "proof"@en .


###  http://sweetontology.net/humanResearch/ProofOfConcept
sohur:ProofOfConcept rdf:type owl:Class ;
                   rdfs:subClassOf sohur:Proof ,
                                   sohur:Research ;
                   rdfs:label "proof of concept"@en .


###  http://sweetontology.net/humanResearch/Publication
sohur:Publication rdf:type owl:Class ;
                rdfs:subClassOf sohur:Research ;
                rdfs:label "publication"@en .


###  http://sweetontology.net/humanResearch/Realization
sohur:Realization rdf:type owl:Class ;
                rdfs:subClassOf sohur:ExperimentActivity ;
                rdfs:label "realization"@en .


###  http://sweetontology.net/humanResearch/RepresentativeEnvironment
sohur:RepresentativeEnvironment rdf:type owl:Class ;
                              rdfs:subClassOf sohur:ResearchSetting ;
                              rdfs:label "representative environment"@en .


###  http://sweetontology.net/humanResearch/Research
sohur:Research rdf:type owl:Class ;
             rdfs:subClassOf sohu:HumanActivity ;
             rdfs:label "research"@en .


###  http://sweetontology.net/humanResearch/ResearchSetting
sohur:ResearchSetting rdf:type owl:Class ;
                    rdfs:subClassOf sohur:Research ;
                    rdfs:label "research setting"@en .


###  http://sweetontology.net/humanResearch/Residual
sohur:Residual rdf:type owl:Class ;
             rdfs:subClassOf sohur:Research ;
             rdfs:label "residual"@en .


###  http://sweetontology.net/humanResearch/Result
sohur:Result rdf:type owl:Class ;
           rdfs:subClassOf sohur:Research ;
           rdfs:label "result"@en .


###  http://sweetontology.net/humanResearch/Sample
sohur:Sample rdf:type owl:Class ;
           rdfs:subClassOf sohur:ExperimentActivity , sorepsmo:Sampling ;
           rdfs:label "sample"@en .


###  http://sweetontology.net/humanResearch/Validation
sohur:Validation rdf:type owl:Class ;
               rdfs:subClassOf sohur:ExperimentActivity ;
               rdfs:label "validation"@en .


###  http://sweetontology.net/humanResearch/Variable
sohur:Variable rdf:type owl:Class ;
             rdfs:subClassOf sorep:Representation ;
             rdfs:label "variable"@en .


###  http://sweetontology.net/humanResearch/VerifiedValidatedEnvironment
sohur:VerifiedValidatedEnvironment rdf:type owl:Class ;
                                 rdfs:subClassOf sohur:ResearchSetting ;
                                 rdfs:label "verified validated environment"@en .


###  http://sweetontology.net/humanResearch/WeightOfEvidence
sohur:WeightOfEvidence rdf:type owl:Class ;
                     rdfs:subClassOf sohur:Assessment ;
                     rdfs:label "weight of evidence"@en .


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


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