@prefix : <http://sweetontology.net/propSpeed/> .
@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 sopropsp: <http://sweetontology.net/propSpeed/> .
@prefix sorepm: <http://sweetontology.net/reprMath/> .
@prefix soprop: <http://sweetontology.net/prop/> .
@prefix sopropq: <http://sweetontology.net/propQuantity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sorepsd: <http://sweetontology.net/reprSpaceDirection/> .
@prefix sophatmow: <http://sweetontology.net/phenAtmoWind/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sorepsu: <http://sweetontology.net/reprSciUnits/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/propSpeed> .

<http://sweetontology.net/propSpeed> rdf:type owl:Ontology ;
                                      owl:imports <http://sweetontology.net/phenAtmoWind> ,
                                                  <http://sweetontology.net/prop> ,
                                                  <http://sweetontology.net/propQuantity> ,
                                                  <http://sweetontology.net/rela> ,
                                                  <http://sweetontology.net/relaSci> ,
                                                  <http://sweetontology.net/relaSpace> ,
                                                  <http://sweetontology.net/reprMath> ,
                                                  <http://sweetontology.net/reprSciUnits> ,
                                                  <http://sweetontology.net/reprSpaceDirection> ;
                                      rdfs:label "SWEET Ontology Property Speed" ;
                                      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/relaSci/hasDefaultUnit
sorelsc:hasDefaultUnit rdf:type owl:ObjectProperty .


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


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

###  http://sweetontology.net/propSpeed/Acceleration
sopropsp:Acceleration rdf:type owl:Class ;
                  rdfs:subClassOf soprop:MotionProperty ,
                                  sopropq:PhysicalQuantity ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsc:hasDefaultUnit ;
                                    owl:hasValue sorepsu:meterPerSecondSquared
                                  ] ;
                  rdfs:label "acceleration"@en .


###  http://sweetontology.net/propSpeed/Airspeed
sopropsp:Airspeed rdf:type owl:Class ;
              rdfs:subClassOf sopropsp:Speed ;
              rdfs:label "airspeed"@en .


###  http://sweetontology.net/propSpeed/AlfvenVelocity
sopropsp:AlfvenVelocity rdf:type owl:Class ;
                    rdfs:subClassOf sopropsp:Velocity ;
                    rdfs:label "alfven velocity"@en .


###  http://sweetontology.net/propSpeed/DopplerVelocity
sopropsp:DopplerVelocity rdf:type owl:Class ;
                     rdfs:subClassOf sopropsp:Velocity ;
                     rdfs:label "doppler velocity"@en .


###  http://sweetontology.net/propSpeed/Drift
sopropsp:Drift rdf:type owl:Class ;
           rdfs:subClassOf sopropsp:Velocity ;
           rdfs:label "drift"@en .


###  http://sweetontology.net/propSpeed/EscapeVelocity
sopropsp:EscapeVelocity rdf:type owl:Class ;
                    rdfs:subClassOf sopropsp:Velocity ;
                    rdfs:label "escape velocity"@en .


###  http://sweetontology.net/propSpeed/GroundSpeed
sopropsp:GroundSpeed rdf:type owl:Class ;
                 rdfs:subClassOf sopropsp:Speed ;
                 rdfs:label "ground speed"@en .


###  http://sweetontology.net/propSpeed/GroupVelocity
sopropsp:GroupVelocity rdf:type owl:Class ;
                   rdfs:subClassOf soprop:WaveProperty ,
                                   sopropsp:Velocity ;
                   rdfs:label "group velocity"@en .


###  http://sweetontology.net/propSpeed/Inertia
sopropsp:Inertia rdf:type owl:Class ;
             rdfs:subClassOf sopropsp:Momentum ;
             rdfs:label "inertia"@en .


###  http://sweetontology.net/propSpeed/IonVelocity
sopropsp:IonVelocity rdf:type owl:Class ;
                 rdfs:subClassOf sopropsp:Velocity ;
                 rdfs:label "ion velocity"@en .


###  http://sweetontology.net/propSpeed/MagnetiCurvatureDrift
sopropsp:MagnetiCurvatureDrift rdf:type owl:Class ;
                           rdfs:subClassOf sopropq:ElectromagneticQuantity ,
                                           sopropsp:Drift ;
                           rdfs:label "magneti curvature drift"@en .


###  http://sweetontology.net/propSpeed/Momentum
sopropsp:Momentum rdf:type owl:Class ;
              rdfs:subClassOf soprop:MotionProperty ,
                              sopropq:PhysicalQuantity ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty sorelsc:hasDefaultUnit ;
                                owl:hasValue sorepsu:kilogramMeterPerSecond
                              ] ;
              rdfs:label "momentum"@en .


###  http://sweetontology.net/propSpeed/NeutralVelocity
sopropsp:NeutralVelocity rdf:type owl:Class ;
                     rdfs:subClassOf sopropsp:Velocity ;
                     rdfs:label "neutral velocity"@en .


###  http://sweetontology.net/propSpeed/Omega
sopropsp:Omega rdf:type owl:Class ;
           rdfs:subClassOf sopropsp:VerticalVelocity ;
           rdfs:label "omega"@en .


###  http://sweetontology.net/propSpeed/PhaseVelocity
sopropsp:PhaseVelocity rdf:type owl:Class ;
                   rdfs:subClassOf soprop:WaveProperty ,
                                   sopropsp:Velocity ;
                   rdfs:label "phase velocity"@en .


###  http://sweetontology.net/propSpeed/ProperMotion
sopropsp:ProperMotion rdf:type owl:Class ;
                  rdfs:subClassOf sopropsp:Speed ;
                  rdfs:label "proper motion"@en .


###  http://sweetontology.net/propSpeed/RadialVelocity
sopropsp:RadialVelocity rdf:type owl:Class ;
                    rdfs:subClassOf sopropsp:Velocity ;
                    rdfs:label "radial velocity"@en .


###  http://sweetontology.net/propSpeed/SeepageVelocity
sopropsp:SeepageVelocity rdf:type owl:Class ;
                     rdfs:subClassOf soprop:HydrogeologicalProperty ,
                                     sopropsp:Velocity ;
                     rdfs:label "seepage velocity"@en .


###  http://sweetontology.net/propSpeed/Speed
sopropsp:Speed rdf:type owl:Class ;
           rdfs:subClassOf soprop:MotionProperty ,
                           sopropq:PhysicalQuantity ,
                           [ rdf:type owl:Restriction ;
                             owl:onProperty sorelsc:hasDefaultUnit ;
                             owl:hasValue sorepsu:meterPerSecond
                           ] ;
           rdfs:label "speed"@en .


###  http://sweetontology.net/propSpeed/TangentialAcceleration
sopropsp:TangentialAcceleration rdf:type owl:Class ;
                            rdfs:subClassOf sopropsp:Acceleration ;
                            rdfs:label "tangential acceleration"@en .


###  http://sweetontology.net/propSpeed/TerminalVelocity
sopropsp:TerminalVelocity rdf:type owl:Class ;
                      rdfs:subClassOf sopropsp:Velocity ;
                      rdfs:label "terminal velocity"@en .


###  http://sweetontology.net/propSpeed/ThermalVelocity
sopropsp:ThermalVelocity rdf:type owl:Class ;
                     rdfs:subClassOf sopropsp:Velocity ;
                     rdfs:label "thermal velocity"@en .


###  http://sweetontology.net/propSpeed/Velocity
sopropsp:Velocity rdf:type owl:Class ;
              rdfs:subClassOf soprop:MotionProperty ,
                              sopropq:PhysicalQuantity ,
                              sorepm:Vector ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty sorelsc:hasDefaultUnit ;
                                owl:hasValue sorepsu:meterPerSecond
                              ] ;
              rdfs:label "velocity"@en .


###  http://sweetontology.net/propSpeed/VerticalVelocity
sopropsp:VerticalVelocity rdf:type owl:Class ;
                      rdfs:subClassOf sopropsp:Velocity ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsp:hasDirection ;
                                        owl:hasValue sorepsd:Vertical
                                      ] ;
                      rdfs:label "vertical velocity"@en .


###  http://sweetontology.net/propSpeed/WindShear
sopropsp:WindShear rdf:type owl:Class ;
               rdfs:subClassOf soprop:FluidProperty ;
               rdfs:label "wind shear"@en .


###  http://sweetontology.net/propSpeed/WindSpeed
sopropsp:WindSpeed rdf:type owl:Class ;
               rdfs:subClassOf sopropsp:Speed ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorel:hasPhenomena ;
                                 owl:allValuesFrom sophatmow:Wind
                               ] ;
               rdfs:label "wind speed"@en .


###  http://sweetontology.net/reprMath/Vector
sorepm:Vector rdf:type owl:Class .


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

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


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


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


###  http://sweetontology.net/reprSpaceDirection/Vertical
sorepsd:Vertical rdf:type owl:NamedIndividual .


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