@prefix : <http://sweetontology.net/phenOceanCoastal/> .
@prefix sophcy: <http://sweetontology.net/phenCycle/> .
@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 xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix sopho: <http://sweetontology.net/phenOcean/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sophw: <http://sweetontology.net/phenWave/> .
@prefix sophoc: <http://sweetontology.net/phenOceanCoastal/> .
@prefix sorealc: <http://sweetontology.net/realmLandCoastal/> .
@base <http://sweetontology.net/phenOceanCoastal> .

<http://sweetontology.net/phenOceanCoastal> rdf:type owl:Ontology ;
                                             owl:imports <http://sweetontology.net/phenCycle> ,
                                                         <http://sweetontology.net/phenOcean> ,
                                                         <http://sweetontology.net/phenWave> ,
                                                         <http://sweetontology.net/realmLandCoastal> ,
                                                         <http://sweetontology.net/rela> ;
                                             rdfs:label "SWEET Ontology Phenomena Ocean Coastal" ;
                                             dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                             owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/phenOceanCoastal/Attrition
sophoc:Attrition rdf:type owl:Class ;
                rdfs:subClassOf sophoc:CoastalPhenomena ;
                rdfs:label "attrition"@en .


###  http://sweetontology.net/phenOceanCoastal/Backwash
sophoc:Backwash rdf:type owl:Class ;
               rdfs:subClassOf sophoc:CoastalPhenomena ;
               rdfs:label "backwash"@en .


###  http://sweetontology.net/phenOceanCoastal/BeachDepletion
sophoc:BeachDepletion rdf:type owl:Class ;
                     rdfs:subClassOf sophoc:CoastalPhenomena ;
                     rdfs:label "beach depletion"@en .


###  http://sweetontology.net/phenOceanCoastal/Breaker
sophoc:Breaker rdf:type owl:Class ;
              rdfs:subClassOf sophoc:BreakingWave ;
              rdfs:label "breaker"@en .


###  http://sweetontology.net/phenOceanCoastal/BreakingWave
sophoc:BreakingWave rdf:type owl:Class ;
                   rdfs:subClassOf sophoc:CoastalPhenomena ;
                   rdfs:label "breaking wave"@en .


###  http://sweetontology.net/phenOceanCoastal/CoastalPhenomena
sophoc:CoastalPhenomena rdf:type owl:Class ;
                       rdfs:subClassOf sopho:OceanPhenomena ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorel:hasRealm ;
                                         owl:allValuesFrom sorealc:CoastalRegion
                                       ] ;
                       rdfs:label "coastal phenomena"@en .


###  http://sweetontology.net/phenOceanCoastal/LittoralDrift
sophoc:LittoralDrift rdf:type owl:Class ;
                    owl:equivalentClass sophoc:LongshoreDrift ;
                    rdfs:subClassOf sophoc:CoastalPhenomena ;
                    rdfs:label "littoral drift"@en .


###  http://sweetontology.net/phenOceanCoastal/LongshoreDrift
sophoc:LongshoreDrift rdf:type owl:Class ;
                     rdfs:label "longshore drift"@en .


###  http://sweetontology.net/phenOceanCoastal/OceanTide
sophoc:OceanTide rdf:type owl:Class ;
                rdfs:subClassOf sophcy:Tide ,
                                sophoc:CoastalPhenomena ;
                rdfs:label "ocean tide"@en .


###  http://sweetontology.net/phenOceanCoastal/PlungingBreaker
sophoc:PlungingBreaker rdf:type owl:Class ;
                      rdfs:subClassOf sophoc:Breaker ;
                      rdfs:label "plunging breaker"@en .


###  http://sweetontology.net/phenOceanCoastal/SpillingBreaker
sophoc:SpillingBreaker rdf:type owl:Class ;
                      rdfs:subClassOf sophoc:Breaker ;
                      rdfs:label "spilling breaker"@en .


###  http://sweetontology.net/phenOceanCoastal/StormSurge
sophoc:StormSurge rdf:type owl:Class ;
                 rdfs:subClassOf sophoc:CoastalPhenomena ;
                 rdfs:label "storm surge"@en .


###  http://sweetontology.net/phenOceanCoastal/SurfBeat
sophoc:SurfBeat rdf:type owl:Class ;
               rdfs:subClassOf sophoc:CoastalPhenomena ;
               rdfs:label "surf beat"@en .


###  http://sweetontology.net/phenOceanCoastal/SurgingBreaker
sophoc:SurgingBreaker rdf:type owl:Class ;
                     rdfs:subClassOf sophoc:Breaker ;
                     rdfs:label "surging breaker"@en .


###  http://sweetontology.net/phenOceanCoastal/Swell
sophoc:Swell rdf:type owl:Class ;
            rdfs:subClassOf sophoc:CoastalPhenomena ,
                            sophw:GravityWave ;
            rdfs:label "swell"@en .


###  http://sweetontology.net/phenWave/GravityWave
sophw:GravityWave rdf:type owl:Class .


###  http://sweetontology.net/realmLandCoastal/CoastalRegion
sorealc:CoastalRegion rdf:type owl:Class .


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