@prefix : <http://sweetontology.net/realmLandCoastal/> .
@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 soreahb: <http://sweetontology.net/realmHydroBody/> .
@prefix soreal: <http://sweetontology.net/realmLandform/> .
@prefix sophoc: <http://sweetontology.net/phenOceanCoastal/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sostrg: <http://sweetontology.net/stateRoleGeographic/> .
@prefix sorealc: <http://sweetontology.net/realmLandCoastal/> .
@prefix soreao: <http://sweetontology.net/realmOcean/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@base <http://sweetontology.net/realmLandCoastal> .

<http://sweetontology.net/realmLandCoastal> rdf:type owl:Ontology ;
                                             owl:imports <http://sweetontology.net/phenOceanCoastal> ,
                                                         <http://sweetontology.net/realm> ,
                                                         <http://sweetontology.net/realmHydroBody> ,
                                                         <http://sweetontology.net/realmLandform> ,
                                                         <http://sweetontology.net/realmOcean> ,
                                                         <http://sweetontology.net/rela> ,
                                                         <http://sweetontology.net/relaSpace> ,
                                                         <http://sweetontology.net/stateRoleGeographic> ;
                                             rdfs:label "SWEET Ontology Realm Land Coastal" ;
                                             dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                             owl:versionInfo "3.6.0" .

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

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


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


###  http://sweetontology.net/relaSpace/hasCommon2DBorderWith
sorelsp:hasCommon2DBorderWith rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSpace/isAdjacentTo
sorelsp:isAdjacentTo rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSpace/surroundedBy
sorelsp:surroundedBy rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/Arch
<http://sweetontology.net/Arch> rdf:type owl:Class ;
                                rdfs:subClassOf sorealc:CoastalLandform .


###  http://sweetontology.net/realmLandCoastal/Atoll
sorealc:Atoll rdf:type owl:Class ;
            rdfs:subClassOf sorealc:Island ;
            rdfs:label "atoll"@en .


###  http://sweetontology.net/realmLandCoastal/Bar
sorealc:Bar rdf:type owl:Class ;
          owl:equivalentClass sorealc:DeltaBar ;
          rdfs:subClassOf sorealc:Delta ,
                          sorealc:Spit ;
          rdfs:label "bar"@en .


###  http://sweetontology.net/realmLandCoastal/BarrierIsland
sorealc:BarrierIsland rdf:type owl:Class ;
                    rdfs:subClassOf sorealc:Island ;
                    rdfs:label "barrier island"@en .


###  http://sweetontology.net/realmLandCoastal/Beach
sorealc:Beach rdf:type owl:Class ;
            rdfs:subClassOf soreal:Landform ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorelsp:isAdjacentTo ;
                              owl:allValuesFrom soreahb:BodyOfWater
                            ] ;
            rdfs:label "beach"@en .


###  http://sweetontology.net/realmLandCoastal/Coastal
sorealc:Coastal rdf:type owl:Class ;
              owl:equivalentClass sorealc:CoastalRegion ;
              rdfs:label "coastal"@en .


###  http://sweetontology.net/realmLandCoastal/CoastalLandform
sorealc:CoastalLandform rdf:type owl:Class ;
                      rdfs:subClassOf soreal:Landform ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorel:hasRealm ;
                                        owl:someValuesFrom sorealc:CoastalRegion
                                      ] ;
                      rdfs:label "coastal landform"@en .


###  http://sweetontology.net/realmLandCoastal/CoastalMargin
sorealc:CoastalMargin rdf:type owl:Class ;
                    rdfs:subClassOf sorealc:CoastalRegion ,
                                    sostrg:Margin ;
                    rdfs:label "coastal margin"@en .


###  http://sweetontology.net/realmLandCoastal/CoastalPlain
sorealc:CoastalPlain rdf:type owl:Class ;
                   rdfs:subClassOf sorealc:CoastalRegion ,
                                   soreal:Plain ;
                   rdfs:label "coastal plain"@en .


###  http://sweetontology.net/realmLandCoastal/CoastalRegion
sorealc:CoastalRegion rdf:type owl:Class ;
                    rdfs:subClassOf sorea:PlanetaryRealm ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelsp:hasCommon2DBorderWith ;
                                      owl:someValuesFrom sorea:Land
                                    ] ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelsp:hasCommon2DBorderWith ;
                                      owl:someValuesFrom soreao:OceanRegion
                                    ] ;
                    rdfs:label "coastal region"@en .


###  http://sweetontology.net/realmLandCoastal/Cove
sorealc:Cove rdf:type owl:Class ;
           rdfs:subClassOf sorealc:CoastalRegion ;
           rdfs:label "cove"@en .


###  http://sweetontology.net/realmLandCoastal/Delta
sorealc:Delta rdf:type owl:Class ;
            rdfs:subClassOf sorealc:CoastalLandform ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorel:hasRealm ;
                              owl:someValuesFrom soreahb:River
                            ] ;
            rdfs:label "delta"@en .


###  http://sweetontology.net/realmLandCoastal/DeltaBar
sorealc:DeltaBar rdf:type owl:Class ;
               rdfs:label "delta bar"@en .


###  http://sweetontology.net/realmLandCoastal/Harbor
sorealc:Harbor rdf:type owl:Class ;
             rdfs:subClassOf sorealc:CoastalRegion ;
             rdfs:label "harbor"@en .


###  http://sweetontology.net/realmLandCoastal/Hinterland
sorealc:Hinterland rdf:type owl:Class ;
                 rdfs:subClassOf soreal:LandRegion ;
                 rdfs:label "hinterland"@en .


###  http://sweetontology.net/realmLandCoastal/Intertidal
sorealc:Intertidal rdf:type owl:Class ;
                 owl:equivalentClass sorealc:IntertidalZone ;
                 rdfs:label "intertidal"@en .


###  http://sweetontology.net/realmLandCoastal/IntertidalZone
sorealc:IntertidalZone rdf:type owl:Class ;
                     owl:equivalentClass sorealc:Littoral ,
                                         sorealc:LittoralZone ,
                                         sorealc:TidePool ;
                     rdfs:subClassOf sorealc:CoastalRegion ,
                                     [ rdf:type owl:Restriction ;
                                       owl:onProperty sorel:hasPhenomena ;
                                       owl:allValuesFrom sophoc:OceanTide
                                     ] ;
                     rdfs:label "intertidal zone"@en .


###  http://sweetontology.net/realmLandCoastal/Island
sorealc:Island rdf:type owl:Class ;
             rdfs:subClassOf soreal:Landform ,
                             [ rdf:type owl:Restriction ;
                               owl:onProperty sorelsp:surroundedBy ;
                               owl:allValuesFrom soreahb:BodyOfWater
                             ] ;
             rdfs:label "island"@en .


###  http://sweetontology.net/realmLandCoastal/IslandArc
sorealc:IslandArc rdf:type owl:Class ;
                rdfs:subClassOf sorealc:CoastalLandform ;
                rdfs:label "island arc"@en .


###  http://sweetontology.net/realmLandCoastal/Isthmus
sorealc:Isthmus rdf:type owl:Class ;
              rdfs:subClassOf sorealc:CoastalRegion ;
              rdfs:label "isthmus"@en .


###  http://sweetontology.net/realmLandCoastal/Key
sorealc:Key rdf:type owl:Class ;
          rdfs:subClassOf sorealc:Island ;
          rdfs:label "key"@en .


###  http://sweetontology.net/realmLandCoastal/Littoral
sorealc:Littoral rdf:type owl:Class ;
               rdfs:label "littoral"@en .


###  http://sweetontology.net/realmLandCoastal/LittoralZone
sorealc:LittoralZone rdf:type owl:Class ;
                   rdfs:label "littoral zone"@en .


###  http://sweetontology.net/realmLandCoastal/MudFlat
sorealc:MudFlat rdf:type owl:Class ;
              rdfs:subClassOf sorealc:CoastalLandform ;
              rdfs:label "mud flat"@en .


###  http://sweetontology.net/realmLandCoastal/Riparian
sorealc:Riparian rdf:type owl:Class ;
               owl:equivalentClass sorealc:RiparianZone ;
               rdfs:subClassOf sorealc:CoastalRegion ;
               rdfs:label "riparian"@en .


###  http://sweetontology.net/realmLandCoastal/RiparianZone
sorealc:RiparianZone rdf:type owl:Class ;
                   rdfs:label "riparian zone"@en .


###  http://sweetontology.net/realmLandCoastal/Shoal
sorealc:Shoal rdf:type owl:Class ;
            rdfs:subClassOf sorealc:CoastalLandform ;
            rdfs:label "shoal"@en .


###  http://sweetontology.net/realmLandCoastal/Shore
sorealc:Shore rdf:type owl:Class ;
            owl:equivalentClass sorealc:Shoreline ;
            rdfs:subClassOf sorealc:CoastalRegion ,
                            soreal:Land ;
            rdfs:label "shore"@en .


###  http://sweetontology.net/realmLandCoastal/ShorePlatform
sorealc:ShorePlatform rdf:type owl:Class ;
                    owl:equivalentClass sorealc:WaveCutPlatform ;
                    rdfs:label "shore platform"@en .


###  http://sweetontology.net/realmLandCoastal/Shoreline
sorealc:Shoreline rdf:type owl:Class ;
                rdfs:label "shoreline"@en .


###  http://sweetontology.net/realmLandCoastal/Spit
sorealc:Spit rdf:type owl:Class ;
           rdfs:subClassOf sorealc:CoastalRegion ;
           rdfs:label "spit"@en .


###  http://sweetontology.net/realmLandCoastal/Supratidal
sorealc:Supratidal rdf:type owl:Class ;
                 rdfs:subClassOf sorealc:CoastalRegion ;
                 rdfs:label "supratidal"@en .


###  http://sweetontology.net/realmLandCoastal/Terracette
sorealc:Terracette rdf:type owl:Class ;
                 rdfs:subClassOf sorealc:CoastalRegion ;
                 rdfs:label "terracette"@en .


###  http://sweetontology.net/realmLandCoastal/Tidal
sorealc:Tidal rdf:type owl:Class ;
            rdfs:subClassOf sorealc:CoastalRegion ;
            rdfs:label "tidal"@en .


###  http://sweetontology.net/realmLandCoastal/TidePool
sorealc:TidePool rdf:type owl:Class ;
               rdfs:label "tide pool"@en .


###  http://sweetontology.net/realmLandCoastal/Tombolo
sorealc:Tombolo rdf:type owl:Class ;
              rdfs:subClassOf sorealc:Bar ;
              rdfs:label "tombolo"@en .


###  http://sweetontology.net/realmLandCoastal/Updrift
sorealc:Updrift rdf:type owl:Class ;
              rdfs:subClassOf sorealc:CoastalRegion ;
              rdfs:label "updrift"@en .


###  http://sweetontology.net/realmLandCoastal/WaveAttackZone
sorealc:WaveAttackZone rdf:type owl:Class ;
                     rdfs:subClassOf sorealc:CoastalRegion ;
                     rdfs:label "wave attack zone"@en .


###  http://sweetontology.net/realmLandCoastal/WaveCutPlatform
sorealc:WaveCutPlatform rdf:type owl:Class ;
                      rdfs:subClassOf sorealc:CoastalRegion ;
                      rdfs:label "wave cut platform"@en .


###  http://sweetontology.net/realmLandform/Land
soreal:Land rdf:type owl:Class .


###  http://sweetontology.net/realmLandform/LandRegion
soreal:LandRegion rdf:type owl:Class .


###  http://sweetontology.net/realmLandform/Landform
soreal:Landform rdf:type owl:Class .


###  http://sweetontology.net/realmLandform/Plain
soreal:Plain rdf:type owl:Class .


###  http://sweetontology.net/realmOcean/OceanRegion
soreao:OceanRegion rdf:type owl:Class .


###  http://sweetontology.net/stateRoleGeographic/Margin
sostrg:Margin rdf:type owl:Class .


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