@prefix : <http://sweetontology.net/phenWaveNoise/> .
@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 soph: <http://sweetontology.net/phen/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sostro: <http://sweetontology.net/stateRole/> .
@prefix sophw: <http://sweetontology.net/phenWave/> .
@prefix sophwn: <http://sweetontology.net/phenWaveNoise/> .
@base <http://sweetontology.net/phenWaveNoise> .

<http://sweetontology.net/phenWaveNoise> rdf:type owl:Ontology ;
                                          owl:imports <http://sweetontology.net/phen> ,
                                                      <http://sweetontology.net/phenWave> ,
                                                      <http://sweetontology.net/rela> ,
                                                      <http://sweetontology.net/stateRole> ;
                                          rdfs:label "SWEET Ontology Phenomena Wave Noise" ;
                                          dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                          owl:versionInfo "3.6.0" .

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

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


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

###  http://sweetontology.net/phenWaveNoise/AmbientNoise
sophwn:AmbientNoise rdf:type owl:Class ;
                   rdfs:subClassOf sophwn:Noise ;
                   rdfs:label "ambient noise"@en .


###  http://sweetontology.net/phenWaveNoise/Beat
sophwn:Beat rdf:type owl:Class ;
           rdfs:subClassOf sophwn:Interference ;
           rdfs:label "beat"@en .


###  http://sweetontology.net/phenWaveNoise/Chorus
sophwn:Chorus rdf:type owl:Class ;
             rdfs:subClassOf sophwn:Resonance ;
             rdfs:label "chorus"@en .


###  http://sweetontology.net/phenWaveNoise/Distortion
sophwn:Distortion rdf:type owl:Class ;
                 rdfs:subClassOf sophwn:Noise ;
                 rdfs:label "distortion"@en .


###  http://sweetontology.net/phenWaveNoise/Flicker
sophwn:Flicker rdf:type owl:Class ;
              rdfs:subClassOf sophwn:Noise ;
              rdfs:label "flicker"@en .


###  http://sweetontology.net/phenWaveNoise/Hiss
sophwn:Hiss rdf:type owl:Class ;
           rdfs:subClassOf sophwn:Noise ;
           rdfs:label "hiss"@en .


###  http://sweetontology.net/phenWaveNoise/Interference
sophwn:Interference rdf:type owl:Class ;
                   rdfs:subClassOf sophwn:Noise ;
                   rdfs:label "interference"@en .


###  http://sweetontology.net/phenWaveNoise/Noise
sophwn:Noise rdf:type owl:Class ;
            rdfs:subClassOf sophw:WavePhenomena ,
                            [ rdf:type owl:Restriction ;
                              owl:onProperty sorel:hasRole ;
                              owl:hasValue sostro:Undesirable
                            ] ;
            rdfs:label "noise"@en .


###  http://sweetontology.net/phenWaveNoise/PulseSpreading
sophwn:PulseSpreading rdf:type owl:Class ;
                     rdfs:subClassOf sophwn:Noise ;
                     rdfs:label "pulse spreading"@en .


###  http://sweetontology.net/phenWaveNoise/Resonance
sophwn:Resonance rdf:type owl:Class ;
                owl:equivalentClass sophwn:Resonant ;
                rdfs:subClassOf sophw:WavePhenomena ;
                rdfs:label "resonance"@en .


###  http://sweetontology.net/phenWaveNoise/Resonant
sophwn:Resonant rdf:type owl:Class ;
               rdfs:label "resonant"@en .


###  http://sweetontology.net/phenWaveNoise/Scintillation
sophwn:Scintillation rdf:type owl:Class ;
                    rdfs:subClassOf sophwn:Noise ;
                    rdfs:label "scintillation"@en .


###  http://sweetontology.net/phenWaveNoise/SideLobe
sophwn:SideLobe rdf:type owl:Class ;
               rdfs:subClassOf sophwn:Noise ;
               rdfs:label "side lobe"@en .


###  http://sweetontology.net/phenWaveNoise/Vibration
sophwn:Vibration rdf:type owl:Class ;
                rdfs:subClassOf sophwn:Noise ;
                rdfs:label "vibration"@en .


###  http://sweetontology.net/phenWaveNoise/WhiteNoise
sophwn:WhiteNoise rdf:type owl:Class ;
                 rdfs:subClassOf sophwn:Noise ;
                 rdfs:label "white noise"@en .


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

###  http://sweetontology.net/stateRole/Undesirable
sostro:Undesirable rdf:type owl:NamedIndividual .


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