@prefix : .
@prefix sophcy: .
@prefix dcterms: .
@prefix owl: .
@prefix rdf: .
@prefix xml: .
@prefix xsd: .
@prefix sopho: .
@prefix rdfs: .
@prefix sorel: .
@prefix sophw: .
@prefix sophoc: .
@prefix sorealc: .
@base .
rdf:type owl:Ontology ;
owl:imports ,
,
,
,
;
rdfs:label "SWEET Ontology Phenomena Ocean Coastal" ;
dcterms:license ;
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