@prefix : <http://sweetontology.net/matrNaturalResource/> .
@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 somac: <http://sweetontology.net/matrCompound/> .
@prefix somanr: <http://sweetontology.net/matrNaturalResource/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix soreahb: <http://sweetontology.net/realmHydroBody/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix sostp: <http://sweetontology.net/statePhysical/> .
@base <http://sweetontology.net/matrNaturalResource> .

<http://sweetontology.net/matrNaturalResource> rdf:type owl:Ontology ;
                                                owl:imports <http://sweetontology.net/matrCompound> ,
                                                            <http://sweetontology.net/realm> ,
                                                            <http://sweetontology.net/realmHydroBody> ,
                                                            <http://sweetontology.net/rela> ,
                                                            <http://sweetontology.net/statePhysical> ;
                                                rdfs:label "SWEET Ontology Material Natural Resource" ;
                                                dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                                owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/rela/hasRealm
sorel:hasRealm rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/matrNaturalResource/Anthracite
somanr:Anthracite rdf:type owl:Class ;
                rdfs:subClassOf somanr:Coal ;
                rdfs:label "anthracite"@en .


###  http://sweetontology.net/matrNaturalResource/Bituminous
somanr:Bituminous rdf:type owl:Class ;
                rdfs:subClassOf somanr:Coal ;
                rdfs:label "bituminous"@en .


###  http://sweetontology.net/matrNaturalResource/Coal
somanr:Coal rdf:type owl:Class ;
          rdfs:subClassOf somanr:FossilFuel ;
          rdfs:label "coal"@en .


###  http://sweetontology.net/matrNaturalResource/CoralDeposit
somanr:CoralDeposit rdf:type owl:Class ;
                  rdfs:subClassOf somanr:Deposit ,
                                  somanr:NaturalResource ;
                  rdfs:label "coral deposit"@en .


###  http://sweetontology.net/matrNaturalResource/CrudeOil
somanr:CrudeOil rdf:type owl:Class ;
              owl:equivalentClass somanr:Petroleum ;
              rdfs:label "crude oil"@en .


###  http://sweetontology.net/matrNaturalResource/Deposit
somanr:Deposit rdf:type owl:Class ;
             rdfs:subClassOf sostp:SubstanceForm ;
             rdfs:label "deposit"@en .


###  http://sweetontology.net/matrNaturalResource/FiniteResource
somanr:FiniteResource rdf:type owl:Class ;
                    rdfs:subClassOf somanr:NaturalResource ;
                    owl:disjointWith somanr:RenewableResource ;
                    rdfs:label "finite resource"@en .


###  http://sweetontology.net/matrNaturalResource/FossilFuel
somanr:FossilFuel rdf:type owl:Class ;
                rdfs:subClassOf somanr:NaturalResource ;
                rdfs:label "fossil fuel"@en .


###  http://sweetontology.net/matrNaturalResource/LandResource
somanr:LandResource rdf:type owl:Class ;
                  rdfs:subClassOf somanr:NaturalResource ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasRealm ;
                                    owl:someValuesFrom sorea:Land
                                  ] ;
                  rdfs:label "land resource"@en .


###  http://sweetontology.net/matrNaturalResource/Lignite
somanr:Lignite rdf:type owl:Class ;
             rdfs:subClassOf somanr:Coal ;
             rdfs:label "lignite"@en .


###  http://sweetontology.net/matrNaturalResource/NaturalGas
somanr:NaturalGas rdf:type owl:Class ;
                rdfs:subClassOf somanr:FossilFuel ;
                rdfs:label "natural gas"@en .


###  http://sweetontology.net/matrNaturalResource/NaturalResource
somanr:NaturalResource rdf:type owl:Class ;
                     rdfs:subClassOf somac:Compound ;
                     rdfs:label "natural resource"@en .


###  http://sweetontology.net/matrNaturalResource/Oil
somanr:Oil rdf:type owl:Class ;
         rdfs:subClassOf somanr:FossilFuel ;
         rdfs:label "oil"@en .


###  http://sweetontology.net/matrNaturalResource/OilShale
somanr:OilShale rdf:type owl:Class ;
              rdfs:subClassOf somanr:Oil ;
              rdfs:label "oil shale"@en .


###  http://sweetontology.net/matrNaturalResource/Ore
somanr:Ore rdf:type owl:Class ;
         rdfs:subClassOf somanr:NaturalResource ;
         rdfs:label "ore"@en .


###  http://sweetontology.net/matrNaturalResource/Petroleum
somanr:Petroleum rdf:type owl:Class ;
               rdfs:subClassOf somanr:Oil ;
               rdfs:label "petroleum"@en .


###  http://sweetontology.net/matrNaturalResource/RenewableResource
somanr:RenewableResource rdf:type owl:Class ;
                       rdfs:subClassOf somanr:NaturalResource ;
                       rdfs:label "renewable resource"@en .


###  http://sweetontology.net/matrNaturalResource/SubBituminous
somanr:SubBituminous rdf:type owl:Class ;
                   rdfs:subClassOf somanr:Coal ;
                   rdfs:label "sub bituminous"@en .


###  http://sweetontology.net/matrNaturalResource/WaterResource
somanr:WaterResource rdf:type owl:Class ;
                   rdfs:subClassOf somanr:NaturalResource ,
                                   [ rdf:type owl:Restriction ;
                                     owl:onProperty sorel:hasRealm ;
                                     owl:someValuesFrom soreahb:BodyOfWater
                                   ] ;
                   rdfs:label "water resource"@en .


###  http://sweetontology.net/realm/Land
sorea:Land rdf:type owl:Class .


###  http://sweetontology.net/realmHydroBody/BodyOfWater
soreahb:BodyOfWater rdf:type owl:Class .


###  http://sweetontology.net/statePhysical/SubstanceForm
sostp:SubstanceForm rdf:type owl:Class .


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