@prefix : <http://sweetontology.net/realmOceanFeature/> .
@prefix sopropsh: <http://sweetontology.net/propSpaceHeight/> .
@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 soreaofe: <http://sweetontology.net/realmOceanFeature/> .
@prefix soreag: <http://sweetontology.net/realmGeol/> .
@prefix sopropsm: <http://sweetontology.net/propSpaceMultidimensional/> .
@prefix sophod: <http://sweetontology.net/phenOceanDynamics/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix soreao: <http://sweetontology.net/realmOcean/> .
@prefix sorelph: <http://sweetontology.net/relaPhysical/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sorepsu: <http://sweetontology.net/reprSciUnits/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/realmOceanFeature> .

<http://sweetontology.net/realmOceanFeature> rdf:type owl:Ontology ;
                                              owl:imports <http://sweetontology.net/phenOceanDynamics> ,
                                                          <http://sweetontology.net/propSpaceHeight> ,
                                                          <http://sweetontology.net/propSpaceMultidimensional> ,
                                                          <http://sweetontology.net/realm> ,
                                                          <http://sweetontology.net/realmGeol> ,
                                                          <http://sweetontology.net/realmOcean> ,
                                                          <http://sweetontology.net/rela> ,
                                                          <http://sweetontology.net/relaPhysical> ,
                                                          <http://sweetontology.net/relaSci> ,
                                                          <http://sweetontology.net/relaSpace> ,
                                                          <http://sweetontology.net/reprSciUnits> ;
                                              rdfs:label "SWEET Ontology Realm Ocean Feature" ;
                                              dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                              owl:versionInfo "3.6.0" .

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

###  http://sweetontology.net/relaPhysical/hasAstronomicalBody
sorelph:hasAstronomicalBody rdf:type owl:ObjectProperty .


###  http://sweetontology.net/relaSci/hasUnit
sorelsc:hasUnit rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/realmOceanFeature/EarthEasternBoundaryCurrent
soreaofe:EarthEasternBoundaryCurrent rdf:type owl:Class ;
                                 rdfs:subClassOf sophod:EasternBoundaryCurrent ,
                                                 soreaofe:EarthOceanCurrent ;
                                 rdfs:label "earth eastern boundary current"@en .


###  http://sweetontology.net/realmOceanFeature/EarthOcean
soreaofe:EarthOcean rdf:type owl:Class ;
                rdfs:subClassOf sorea:Ocean ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelph:hasAstronomicalBody ;
                                  owl:hasValue sorea:Earth
                                ] ;
                rdfs:label "earth ocean"@en .


###  http://sweetontology.net/realmOceanFeature/EarthOceanCurrent
soreaofe:EarthOceanCurrent rdf:type owl:Class ;
                       rdfs:subClassOf sophod:OceanCurrent ,
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty sorelph:hasAstronomicalBody ;
                                         owl:hasValue sorea:Earth
                                       ] ;
                       rdfs:label "earth ocean current"@en .


###  http://sweetontology.net/realmOceanFeature/EarthWesternBoundaryCurrent
soreaofe:EarthWesternBoundaryCurrent rdf:type owl:Class ;
                                 rdfs:subClassOf sophod:WesternBoundaryCurrent ,
                                                 soreaofe:EarthOceanCurrent ;
                                 rdfs:label "earth western boundary current"@en .


###  http://sweetontology.net/realmOceanFeature/KamchatkaCurrent
soreaofe:KamchatkaCurrent rdf:type owl:Class ;
                      rdfs:subClassOf sophod:OceanCurrent ;
                      rdfs:label "kamchatka current"@en .


###  http://sweetontology.net/realmOceanFeature/OceanArea
soreaofe:OceanArea rdf:type owl:Class ;
               rdfs:subClassOf sopropsm:Area ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:hasUnit ;
                                 owl:hasValue sorepsu:million_km2
                               ] ;
               rdfs:label "ocean area"@en .


###  http://sweetontology.net/realmOceanFeature/OceanDepth
soreaofe:OceanDepth rdf:type owl:Class ;
                rdfs:subClassOf sopropsh:Depth ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty sorelsc:hasUnit ;
                                  owl:hasValue sorepsu:meter
                                ] ;
                rdfs:label "ocean depth"@en .


###  http://sweetontology.net/realmOceanFeature/OceanVolume
soreaofe:OceanVolume rdf:type owl:Class ;
                 rdfs:subClassOf sopropsm:Volume ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsc:hasUnit ;
                                   owl:hasValue sorepsu:million_km3
                                 ] ;
                 rdfs:label "ocean volume"@en .


###  http://sweetontology.net/realmOceanFeature/YellowSeaWarmCurrent
soreaofe:YellowSeaWarmCurrent rdf:type owl:Class ;
                          rdfs:subClassOf sophod:OceanCurrent ;
                          rdfs:label "yellow sea warm current"@en .


#################################################################
#    Individuals
#################################################################

###  http://sweetontology.net/realm/Earth
sorea:Earth rdf:type owl:NamedIndividual .


###  http://sweetontology.net/realmOceanFeature/AgulhasCurrent
soreaofe:AgulhasCurrent rdf:type owl:NamedIndividual ,
                             soreaofe:EarthWesternBoundaryCurrent ;
                    rdfs:label "agulhas current"@en .


###  http://sweetontology.net/realmOceanFeature/AntarcticCircumpolarCurrent
soreaofe:AntarcticCircumpolarCurrent rdf:type owl:NamedIndividual ,
                                          soreaofe:EarthOceanCurrent ;
                                 rdfs:label "antarctic circumpolar current"@en .


###  http://sweetontology.net/realmOceanFeature/ArcticOcean
soreaofe:ArcticOcean rdf:type owl:NamedIndividual ,
                          soreaofe:EarthOcean ;
                 rdfs:label "arctic ocean"@en .


###  http://sweetontology.net/realmOceanFeature/AtlanticOcean
soreaofe:AtlanticOcean rdf:type owl:NamedIndividual ,
                            soreaofe:EarthOcean ;
                   rdfs:label "atlantic ocean"@en .


###  http://sweetontology.net/realmOceanFeature/BenguelaCurrent
soreaofe:BenguelaCurrent rdf:type owl:NamedIndividual ,
                              soreaofe:EarthEasternBoundaryCurrent ,
                              soreaofe:EarthOceanCurrent ;
                     rdfs:label "benguela current"@en .


###  http://sweetontology.net/realmOceanFeature/BrazilCurrent
soreaofe:BrazilCurrent rdf:type owl:NamedIndividual ,
                            soreaofe:EarthWesternBoundaryCurrent ;
                   rdfs:label "brazil current"@en .


###  http://sweetontology.net/realmOceanFeature/CaliforniaCurrent
soreaofe:CaliforniaCurrent rdf:type owl:NamedIndividual ,
                                soreaofe:EarthEasternBoundaryCurrent ;
                       rdfs:label "california current"@en .


###  http://sweetontology.net/realmOceanFeature/CanaryCurrent
soreaofe:CanaryCurrent rdf:type owl:NamedIndividual ,
                            soreaofe:EarthEasternBoundaryCurrent ;
                   rdfs:label "canary current"@en .


###  http://sweetontology.net/realmOceanFeature/CaribbeanSea
soreaofe:CaribbeanSea rdf:type owl:NamedIndividual ,
                           soreaofe:EarthOcean ;
                  rdfs:label "caribbean sea"@en .


###  http://sweetontology.net/realmOceanFeature/DeepOceanCurrent
soreaofe:DeepOceanCurrent rdf:type owl:NamedIndividual ,
                               soreaofe:EarthOceanCurrent ;
                      rdfs:label "deep ocean current"@en .


###  http://sweetontology.net/realmOceanFeature/EastAustraliaCurrent
soreaofe:EastAustraliaCurrent rdf:type owl:NamedIndividual ,
                                   soreaofe:EarthWesternBoundaryCurrent ;
                          rdfs:label "east australia current"@en .


###  http://sweetontology.net/realmOceanFeature/GulfStream
soreaofe:GulfStream rdf:type owl:NamedIndividual ,
                         soreaofe:EarthWesternBoundaryCurrent ;
                rdfs:label "gulf stream"@en .


###  http://sweetontology.net/realmOceanFeature/IndianOcean
soreaofe:IndianOcean rdf:type owl:NamedIndividual ,
                          soreaofe:EarthOcean ;
                 rdfs:label "indian ocean"@en .


###  http://sweetontology.net/realmOceanFeature/IndianOceanGyre
soreaofe:IndianOceanGyre rdf:type owl:NamedIndividual ,
                              sophod:OceanGyre ;
                     rdfs:label "indian ocean gyre"@en .


###  http://sweetontology.net/realmOceanFeature/KurishioCurrent
soreaofe:KurishioCurrent rdf:type owl:NamedIndividual ,
                              soreaofe:EarthWesternBoundaryCurrent ;
                     rdfs:label "kurishio current"@en .


###  http://sweetontology.net/realmOceanFeature/LabradorCurrent
soreaofe:LabradorCurrent rdf:type owl:NamedIndividual ,
                              soreaofe:EarthWesternBoundaryCurrent ;
                     rdfs:label "labrador current"@en .


###  http://sweetontology.net/realmOceanFeature/NorthAtlanticCurrent
soreaofe:NorthAtlanticCurrent rdf:type owl:NamedIndividual ,
                                   soreaofe:EarthWesternBoundaryCurrent ;
                          rdfs:label "north atlantic current"@en .


###  http://sweetontology.net/realmOceanFeature/NorthAtlanticGyre
soreaofe:NorthAtlanticGyre rdf:type owl:NamedIndividual ,
                                sophod:OceanGyre ;
                       rdfs:label "north atlantic gyre"@en .


###  http://sweetontology.net/realmOceanFeature/NorthPacificGyre
soreaofe:NorthPacificGyre rdf:type owl:NamedIndividual ,
                               sophod:OceanGyre ;
                      rdfs:label "north pacific gyre"@en .


###  http://sweetontology.net/realmOceanFeature/PacificOcean
soreaofe:PacificOcean rdf:type owl:NamedIndividual ,
                           soreaofe:EarthOcean ;
                  rdfs:label "pacific ocean"@en .


###  http://sweetontology.net/realmOceanFeature/PeruCurrent
soreaofe:PeruCurrent rdf:type owl:NamedIndividual ,
                          soreaofe:EarthEasternBoundaryCurrent ;
                 rdfs:label "peru current"@en .


###  http://sweetontology.net/realmOceanFeature/SouthAtlanticGyre
soreaofe:SouthAtlanticGyre rdf:type owl:NamedIndividual ,
                                sophod:OceanGyre ;
                       rdfs:label "south atlantic gyre"@en .


###  http://sweetontology.net/realmOceanFeature/SouthPacificGyre
soreaofe:SouthPacificGyre rdf:type owl:NamedIndividual ,
                               sophod:OceanGyre ;
                      rdfs:label "south pacific gyre"@en .


###  http://sweetontology.net/realmOceanFeature/SouthernOcean
soreaofe:SouthernOcean rdf:type owl:NamedIndividual ,
                            soreaofe:EarthOcean ;
                   rdfs:label "southern ocean"@en .


###  http://sweetontology.net/realmOceanFeature/m
soreaofe:m rdf:type owl:NamedIndividual ,
                soreaofe:OceanDepth .


###  http://sweetontology.net/realmOceanFeature/pt0million_km3
soreaofe:pt0million_km3 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanVolume .


###  http://sweetontology.net/realmOceanFeature/pt1million_km2
soreaofe:pt1million_km2 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanArea .


###  http://sweetontology.net/realmOceanFeature/pt2million_km2
soreaofe:pt2million_km2 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanArea .


###  http://sweetontology.net/realmOceanFeature/pt3million_km2
soreaofe:pt3million_km2 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanArea .


###  http://sweetontology.net/realmOceanFeature/pt4million_km2
soreaofe:pt4million_km2 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanArea .


###  http://sweetontology.net/realmOceanFeature/pt6million_km3
soreaofe:pt6million_km3 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanVolume .


###  http://sweetontology.net/realmOceanFeature/pt8million_km2
soreaofe:pt8million_km2 rdf:type owl:NamedIndividual ,
                             soreaofe:OceanArea .


###  http://sweetontology.net/reprSciUnits/meter
sorepsu:meter rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/million_km2
sorepsu:million_km2 rdf:type owl:NamedIndividual .


###  http://sweetontology.net/reprSciUnits/million_km3
sorepsu:million_km3 rdf:type owl:NamedIndividual .


#################################################################
#    Annotations
#################################################################

<http://sweetontology.net/realmOceanFeature/1038m> rdfs:label "1038m"@en .


<http://sweetontology.net/realmOceanFeature/10911m> rdfs:label "10911m"@en .


<http://sweetontology.net/realmOceanFeature/14pt1million_km2> rdfs:label "14.1 million km2"@en .


<http://sweetontology.net/realmOceanFeature/165pt2million_km2> rdfs:label "165.2 million km2"@en .


<http://sweetontology.net/realmOceanFeature/2pt8million_km2> rdfs:label "2.8 million km2"@en .


<http://sweetontology.net/realmOceanFeature/20pt3million_km2> rdfs:label "20.3 million km2"@en .


<http://sweetontology.net/realmOceanFeature/291pt0million_km3> rdfs:label "291.0 million km3"@en .


<http://sweetontology.net/realmOceanFeature/323pt6million_km3> rdfs:label "323.6 million km3"@en .


<http://sweetontology.net/realmOceanFeature/3926m> rdfs:label "3926m"@en .


<http://sweetontology.net/realmOceanFeature/3963m> rdfs:label "3963m"@en .


<http://sweetontology.net/realmOceanFeature/4282m> rdfs:label "4282m"@en .


<http://sweetontology.net/realmOceanFeature/707pt6million_km3> rdfs:label "707.6 million km3"@en .


<http://sweetontology.net/realmOceanFeature/7235m> rdfs:label "7235m"@en .


<http://sweetontology.net/realmOceanFeature/73pt4million_km2> rdfs:label "73.4 million km2"@en .


<http://sweetontology.net/realmOceanFeature/7686m> rdfs:label "7686m"@en .


<http://sweetontology.net/realmOceanFeature/8047m> rdfs:label "8047m"@en .


<http://sweetontology.net/realmOceanFeature/82pt4million_km2> rdfs:label "82.4 million km2"@en .


<http://sweetontology.net/realmOceanFeature/8605m> rdfs:label "8605m"@en .


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