@prefix : <http://sweetontology.net/humanAgriculture/> .
@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 sohua: <http://sweetontology.net/humanAgriculture/> .
@prefix soman: <http://sweetontology.net/matrAnimal/> .
@prefix sohuc: <http://sweetontology.net/humanCommerce/> .
@prefix somac: <http://sweetontology.net/matrCompound/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/humanAgriculture> .

<http://sweetontology.net/humanAgriculture> rdf:type owl:Ontology ;
                                             owl:imports <http://sweetontology.net/humanCommerce> ,
                                                         <http://sweetontology.net/matrAnimal> ,
                                                         <http://sweetontology.net/matrCompound> ,
                                                         <http://sweetontology.net/relaChemical> ,
                                                         <http://sweetontology.net/relaSci> ;
                                             rdfs:label "SWEET Ontology Human Agriculture" ;
                                             dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                             owl:versionInfo "3.6.0" .

#################################################################
#    Object Properties
#################################################################

###  http://sweetontology.net/relaChemical/hasSubstance
sorelch:hasSubstance rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSci/hasSpecies
sorelsc:hasSpecies rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/humanAgriculture/Agriculture
sohua:Agriculture rdf:type owl:Class ;
                 rdfs:subClassOf sohuc:LandUse ,
                                 sohuc:Production .


###  http://sweetontology.net/humanAgriculture/AnimalProduction
sohua:AnimalProduction rdf:type owl:Class ;
                      rdfs:subClassOf sohua:Agriculture ;
                      rdfs:label "animal production"@en .


###  http://sweetontology.net/humanAgriculture/Apiculture
sohua:Apiculture rdf:type owl:Class ;
                owl:equivalentClass sohua:Beekeeping ;
                rdfs:subClassOf sohua:AnimalProduction ;
                rdfs:label "apiculture"@en .


###  http://sweetontology.net/humanAgriculture/Aquaculture
sohua:Aquaculture rdf:type owl:Class ;
                 rdfs:subClassOf sohua:Agriculture ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsc:hasSpecies ;
                                   owl:allValuesFrom soman:MarineAnimal
                                 ] ;
                 rdfs:label "aquaculture"@en .


###  http://sweetontology.net/humanAgriculture/Beekeeping
sohua:Beekeeping rdf:type owl:Class ;
                rdfs:subClassOf [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelsc:hasSpecies ;
                                  owl:allValuesFrom soman:Bee
                                ] ;
                rdfs:label "beekeeping"@en .


###  http://sweetontology.net/humanAgriculture/Breeding
sohua:Breeding rdf:type owl:Class ;
              rdfs:subClassOf sohua:AnimalProduction ;
              rdfs:label "breeding"@en .


###  http://sweetontology.net/humanAgriculture/CropProduction
sohua:CropProduction rdf:type owl:Class ;
                    rdfs:subClassOf sohua:PlantProduction ;
                    rdfs:label "crop production"@en .


###  http://sweetontology.net/humanAgriculture/Cultivation
sohua:Cultivation rdf:type owl:Class ;
                 rdfs:subClassOf sohua:Agriculture ;
                 rdfs:label "cultivation"@en .


###  http://sweetontology.net/humanAgriculture/DripIrrigation
sohua:DripIrrigation rdf:type owl:Class ;
                    rdfs:subClassOf sohua:Agriculture ;
                    rdfs:label "drip irrigation"@en .


###  http://sweetontology.net/humanAgriculture/FishProduction
sohua:FishProduction rdf:type owl:Class ;
                    rdfs:subClassOf sohua:AnimalProduction ,
                                    sohua:Aquaculture ;
                    rdfs:label "fish production"@en .


###  http://sweetontology.net/humanAgriculture/Fishing
sohua:Fishing rdf:type owl:Class ;
             rdfs:subClassOf sohuc:Production ;
             rdfs:label "fishing"@en .


###  http://sweetontology.net/humanAgriculture/Harvesting
sohua:Harvesting rdf:type owl:Class ;
                rdfs:subClassOf sohua:PlantProduction ;
                rdfs:label "harvesting"@en .


###  http://sweetontology.net/humanAgriculture/Horticulture
sohua:Horticulture rdf:type owl:Class ;
                  rdfs:subClassOf sohua:Agriculture ;
                  rdfs:label "horticulture"@en .


###  http://sweetontology.net/humanAgriculture/Irrigation
sohua:Irrigation rdf:type owl:Class ;
                rdfs:subClassOf sohua:SoilCultivation ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelch:hasSubstance ;
                                  owl:hasValue somac:Water
                                ] ;
                rdfs:label "irrigation"@en .


###  http://sweetontology.net/humanAgriculture/Logging
sohua:Logging rdf:type owl:Class ;
             rdfs:subClassOf sohuc:Production ;
             rdfs:label "logging"@en .


###  http://sweetontology.net/humanAgriculture/Overfishing
sohua:Overfishing rdf:type owl:Class ;
                 rdfs:subClassOf sohua:Fishing ;
                 rdfs:label "overfishing"@en .


###  http://sweetontology.net/humanAgriculture/PlantProduction
sohua:PlantProduction rdf:type owl:Class ;
                     rdfs:subClassOf sohua:Agriculture ;
                     rdfs:label "plant production"@en .


###  http://sweetontology.net/humanAgriculture/Sericulture
sohua:Sericulture rdf:type owl:Class ;
                 rdfs:subClassOf sohua:AnimalProduction ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsc:hasSpecies ;
                                   owl:allValuesFrom soman:Silkworm
                                 ] ;
                 rdfs:label "sericulture"@en .


###  http://sweetontology.net/humanAgriculture/ShellfishProduction
sohua:ShellfishProduction rdf:type owl:Class ;
                         rdfs:subClassOf sohua:AnimalProduction ,
                                         sohua:Aquaculture ;
                         rdfs:label "shellfish production"@en .


###  http://sweetontology.net/humanAgriculture/SoilCultivation
sohua:SoilCultivation rdf:type owl:Class ;
                     rdfs:subClassOf sohua:Agriculture ;
                     rdfs:label "soil cultivation"@en .


###  http://sweetontology.net/humanCommerce/LandUse
sohuc:LandUse rdf:type owl:Class .


###  http://sweetontology.net/humanCommerce/Production
sohuc:Production rdf:type owl:Class .


###  http://sweetontology.net/matrAnimal/Bee
soman:Bee rdf:type owl:Class .


###  http://sweetontology.net/matrAnimal/MarineAnimal
soman:MarineAnimal rdf:type owl:Class .


###  http://sweetontology.net/matrAnimal/Silkworm
soman:Silkworm rdf:type owl:Class .


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

###  http://sweetontology.net/matrCompound/Water
somac:Water rdf:type owl:NamedIndividual .


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