@prefix : <http://sweetontology.net/propSpaceHeight/> .
@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 sopropq: <http://sweetontology.net/propQuantity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sopropsdis: <http://sweetontology.net/propSpaceDistance/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix soprops: <http://sweetontology.net/propSpace/> .
@prefix sorepsu: <http://sweetontology.net/reprSciUnits/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/propSpaceHeight> .

<http://sweetontology.net/propSpaceHeight> rdf:type owl:Ontology ;
                                            owl:imports <http://sweetontology.net/propQuantity> ,
                                                        <http://sweetontology.net/propSpace> ,
                                                        <http://sweetontology.net/propSpaceDistance> ,
                                                        <http://sweetontology.net/realm> ,
                                                        <http://sweetontology.net/rela> ,
                                                        <http://sweetontology.net/relaSci> ,
                                                        <http://sweetontology.net/reprSciUnits> ;
                                            rdfs:label "SWEET Ontology Property Space Height" ;
                                            dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                            owl:versionInfo "3.6.0" .

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

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


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


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


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

###  http://sweetontology.net/propSpaceHeight/Altitude
sopropsh:Altitude rdf:type owl:Class ;
            owl:equivalentClass sopropsh:Elevation ;
            rdfs:subClassOf sopropsh:Height ;
            rdfs:label "altitude"@en .


###  http://sweetontology.net/propSpaceHeight/BarometricAltitude
sopropsh:BarometricAltitude rdf:type owl:Class ;
                      rdfs:subClassOf sopropsh:Altitude ;
                      rdfs:label "barometric altitude"@en .


###  http://sweetontology.net/propSpaceHeight/Bathymetry
sopropsh:Bathymetry rdf:type owl:Class ;
              rdfs:subClassOf sorea:PlanetarySurfaceLevel ;
              rdfs:label "bathymetry"@en .


###  http://sweetontology.net/propSpaceHeight/Ceiling
sopropsh:Ceiling rdf:type owl:Class ;
           rdfs:subClassOf sopropsh:VerticalExtent ;
           rdfs:label "ceiling"@en .


###  http://sweetontology.net/propSpaceHeight/Crest
sopropsh:Crest rdf:type owl:Class ;
         rdfs:subClassOf sopropsh:Height ;
         rdfs:label "crest"@en .


###  http://sweetontology.net/propSpaceHeight/DampingDepth
sopropsh:DampingDepth rdf:type owl:Class ;
                rdfs:subClassOf sopropsh:Depth ;
                rdfs:label "damping depth"@en .


###  http://sweetontology.net/propSpaceHeight/Depth
sopropsh:Depth rdf:type owl:Class ;
         rdfs:subClassOf sopropsdis:Distance ,
                         sopropsh:VerticalExtent ;
         rdfs:label "depth"@en .


###  http://sweetontology.net/propSpaceHeight/DepthRange
sopropsh:DepthRange rdf:type owl:Class ;
              rdfs:subClassOf sopropq:IntervalQuantity ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty sorelsc:rangeOf ;
                                owl:someValuesFrom sopropsh:Depth
                              ] ;
              rdfs:label "depth range"@en .


###  http://sweetontology.net/propSpaceHeight/DepthRange_km
sopropsh:DepthRange_km rdf:type owl:Class ;
                 rdfs:subClassOf sopropsh:DepthRange ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsc:hasUnit ;
                                   owl:hasValue sorepsu:kilometer
                                 ] ;
                 rdfs:label "depth range km"@en .


###  http://sweetontology.net/propSpaceHeight/Drawdown
sopropsh:Drawdown rdf:type owl:Class ;
            rdfs:subClassOf sopropsh:Depth ;
            rdfs:label "drawdown"@en .


###  http://sweetontology.net/propSpaceHeight/DynamicTopography
sopropsh:DynamicTopography rdf:type owl:Class ;
                     rdfs:subClassOf sopropsh:Topography ;
                     rdfs:label "dynamic topography"@en .


###  http://sweetontology.net/propSpaceHeight/Elevation
sopropsh:Elevation rdf:type owl:Class ;
             rdfs:subClassOf sopropsh:Height ;
             rdfs:label "elevation"@en .


###  http://sweetontology.net/propSpaceHeight/EstimatedCeiling
sopropsh:EstimatedCeiling rdf:type owl:Class ;
                    rdfs:subClassOf sopropsh:Ceiling ;
                    rdfs:label "estimated ceiling"@en .


###  http://sweetontology.net/propSpaceHeight/FlightLevel
sopropsh:FlightLevel rdf:type owl:Class ;
               rdfs:subClassOf sopropsh:Altitude ;
               rdfs:label "flight level"@en .


###  http://sweetontology.net/propSpaceHeight/Freeboard
sopropsh:Freeboard rdf:type owl:Class ;
             rdfs:subClassOf sopropsh:Height ;
             rdfs:label "freeboard"@en .


###  http://sweetontology.net/propSpaceHeight/Geoid
sopropsh:Geoid rdf:type owl:Class ;
         rdfs:subClassOf sorea:PlanetarySurfaceLevel ;
         rdfs:label "geoid"@en .


###  http://sweetontology.net/propSpaceHeight/GeopotentialHeight
sopropsh:GeopotentialHeight rdf:type owl:Class ;
                      rdfs:subClassOf sopropsh:Height ;
                      rdfs:label "geopotential height"@en .


###  http://sweetontology.net/propSpaceHeight/Height
sopropsh:Height rdf:type owl:Class ;
          rdfs:subClassOf sopropsdis:Distance ,
                          sopropsh:VerticalExtent ;
          rdfs:label "height"@en .


###  http://sweetontology.net/propSpaceHeight/HeightRange
sopropsh:HeightRange rdf:type owl:Class ;
               rdfs:subClassOf sopropq:IntervalQuantity ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:rangeOf ;
                                 owl:someValuesFrom sopropsh:Height
                               ] ;
               rdfs:label "height range"@en .


###  http://sweetontology.net/propSpaceHeight/HeightRange_km
sopropsh:HeightRange_km rdf:type owl:Class ;
                  rdfs:subClassOf sopropsh:HeightRange ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsc:hasUnit ;
                                    owl:hasValue sorepsu:kilometer
                                  ] ;
                  rdfs:label "height range km"@en .


###  http://sweetontology.net/propSpaceHeight/Level
sopropsh:Level rdf:type owl:Class ;
         rdfs:subClassOf sopropsh:VerticalExtent ;
         rdfs:label "level"@en .


###  http://sweetontology.net/propSpaceHeight/MixingHeight
sopropsh:MixingHeight rdf:type owl:Class ;
                rdfs:subClassOf sopropsh:Height ;
                rdfs:label "mixing height"@en .


###  http://sweetontology.net/propSpaceHeight/ScaleHeight
sopropsh:ScaleHeight rdf:type owl:Class ;
               rdfs:subClassOf sopropsh:Height ;
               rdfs:label "scale height"@en .


###  http://sweetontology.net/propSpaceHeight/SeaLevel
sopropsh:SeaLevel rdf:type owl:Class ;
            rdfs:subClassOf sorea:PlanetarySurfaceLevel ;
            rdfs:label "sea level"@en .


###  http://sweetontology.net/propSpaceHeight/SeaState
sopropsh:SeaState rdf:type owl:Class ;
            rdfs:subClassOf sopropsh:Height ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorel:hasRealm ;
                              owl:allValuesFrom sorea:Ocean
                            ] ;
            rdfs:label "sea state"@en .


###  http://sweetontology.net/propSpaceHeight/SecchiDepth
sopropsh:SecchiDepth rdf:type owl:Class ;
               rdfs:subClassOf sopropq:RadiationMediumInteractionQuantity ,
                               sopropsh:Depth ;
               rdfs:label "secchi depth"@en .


###  http://sweetontology.net/propSpaceHeight/SignificantHeight
sopropsh:SignificantHeight rdf:type owl:Class ;
                     rdfs:subClassOf sopropsh:Height ;
                     rdfs:label "significant height"@en .


###  http://sweetontology.net/propSpaceHeight/SkinDepth
sopropsh:SkinDepth rdf:type owl:Class ;
             rdfs:subClassOf sopropsh:Depth ;
             rdfs:label "skin depth"@en .


###  http://sweetontology.net/propSpaceHeight/TopographicProminence
sopropsh:TopographicProminence rdf:type owl:Class ;
                         rdfs:subClassOf sopropsh:Height ;
                         rdfs:label "topographic prominence"@en .


###  http://sweetontology.net/propSpaceHeight/Topography
sopropsh:Topography rdf:type owl:Class ;
              rdfs:subClassOf sopropsh:Height ;
              rdfs:label "topography"@en .


###  http://sweetontology.net/propSpaceHeight/UpperLevel
sopropsh:UpperLevel rdf:type owl:Class ;
              rdfs:subClassOf sopropsh:Level ;
              rdfs:label "upper level"@en .


###  http://sweetontology.net/propSpaceHeight/VerticalExtent
sopropsh:VerticalExtent rdf:type owl:Class ;
                  rdfs:subClassOf soprops:SpatialExtent ;
                  rdfs:label "vertical extent"@en .


###  http://sweetontology.net/realm/Ocean
sorea:Ocean rdf:type owl:Class .


###  http://sweetontology.net/realm/PlanetarySurfaceLevel
sorea:PlanetarySurfaceLevel rdf:type owl:Class .


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

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


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