@prefix : <http://sweetontology.net/realmGeolBasin/> .
@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 soreag: <http://sweetontology.net/realmGeol/> .
@prefix somarock: <http://sweetontology.net/matrRock/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix soreagb: <http://sweetontology.net/realmGeolBasin/> .
@prefix sorelch: <http://sweetontology.net/relaChemical/> .
@prefix sorelph: <http://sweetontology.net/relaPhysical/> .
@base <http://sweetontology.net/realmGeolBasin> .

<http://sweetontology.net/realmGeolBasin> rdf:type owl:Ontology ;
                                           owl:imports <http://sweetontology.net/matrRock> ,
                                                       <http://sweetontology.net/realmGeol> ,
                                                       <http://sweetontology.net/relaChemical> ,
                                                       <http://sweetontology.net/relaPhysical> ;
                                           rdfs:label "SWEET Ontology Realm Geologic Basin" ;
                                           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/relaPhysical/hasPlanetaryStructure
sorelph:hasPlanetaryStructure rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/realmGeolBasin/BackArcBasin
soreagb:BackArcBasin rdf:type owl:Class ;
                   rdfs:subClassOf soreagb:Basin ;
                   rdfs:label "back arc basin"@en .


###  http://sweetontology.net/realmGeolBasin/Basin
soreagb:Basin rdf:type owl:Class ;
            rdfs:subClassOf soreag:GeologicFeature ,
                            <http://sweetontology.net/reprSpaceGeometry/Depression> ;
            rdfs:label "basin"@en .


###  http://sweetontology.net/realmGeolBasin/FlyschBasin
soreagb:FlyschBasin rdf:type owl:Class ;
                  rdfs:subClassOf soreagb:Basin ;
                  rdfs:label "flysch basin"@en .


###  http://sweetontology.net/realmGeolBasin/ForeArcBasin
soreagb:ForeArcBasin rdf:type owl:Class ;
                   rdfs:subClassOf soreagb:Basin ;
                   rdfs:label "fore arc basin"@en .


###  http://sweetontology.net/realmGeolBasin/ForelandBasin
soreagb:ForelandBasin rdf:type owl:Class ;
                    rdfs:subClassOf soreagb:Basin ;
                    rdfs:label "foreland basin"@en .


###  http://sweetontology.net/realmGeolBasin/IntraArcBasin
soreagb:IntraArcBasin rdf:type owl:Class ;
                    rdfs:subClassOf soreagb:Basin ;
                    rdfs:label "intra arc basin"@en .


###  http://sweetontology.net/realmGeolBasin/IntracratonicBasin
soreagb:IntracratonicBasin rdf:type owl:Class ;
                         rdfs:subClassOf soreagb:Basin ;
                         rdfs:label "intracratonic basin"@en .


###  http://sweetontology.net/realmGeolBasin/PeripheralForelandBasin
soreagb:PeripheralForelandBasin rdf:type owl:Class ;
                              rdfs:subClassOf soreagb:Basin ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty sorelch:hasSubstance ;
                                                owl:allValuesFrom somarock:Molasse
                                              ] ,
                                              [ rdf:type owl:Restriction ;
                                                owl:onProperty sorelph:hasPlanetaryStructure ;
                                                owl:allValuesFrom soreagb:FlyschBasin
                                              ] ;
                              rdfs:label "peripheral foreland basin"@en .


###  http://sweetontology.net/realmGeolBasin/RetroarcForelandBasin
soreagb:RetroarcForelandBasin rdf:type owl:Class ;
                            rdfs:subClassOf soreagb:Basin ;
                            rdfs:label "retroarc foreland basin"@en .


###  http://sweetontology.net/realmGeolBasin/SuccessorBasin
soreagb:SuccessorBasin rdf:type owl:Class ;
                     rdfs:subClassOf soreagb:Basin ;
                     rdfs:label "successor basin"@en .


###  http://sweetontology.net/realmGeolBasin/TranspressionalBasin
soreagb:TranspressionalBasin rdf:type owl:Class ;
                           rdfs:subClassOf soreagb:Basin ;
                           rdfs:label "transpressional basin"@en .


###  http://sweetontology.net/realmGeolBasin/TranstensionalBasin
soreagb:TranstensionalBasin rdf:type owl:Class ;
                          rdfs:subClassOf soreagb:Basin ;
                          rdfs:label "transtensional basin"@en .


###  http://sweetontology.net/reprSpaceGeometry/Depression
<http://sweetontology.net/reprSpaceGeometry/Depression> rdf:type owl:Class .


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