@prefix : . @prefix sophatmofo: . @prefix dcterms: . @prefix owl: . @prefix rdf: . @prefix sophsy: . @prefix xml: . @prefix xsd: . @prefix sophatmot: . @prefix soreaabl: . @prefix soma: . @prefix soph: . @prefix rdfs: . @prefix sorel: . @prefix sorelch: . @prefix sophft: . @prefix sostc: . @base . rdf:type owl:Ontology ; owl:imports , , , , , , , , ; rdfs:label "SWEET Ontology Phenomena Atmosphere Transport" ; dcterms:license ; owl:versionInfo "3.6.0" . ################################################################# # Classes ################################################################# ### http://sweetontology.net/phenAtmoTransport/AcidFog sophatmot:AcidFog rdf:type owl:Class ; owl:equivalentClass sophatmot:AcidHaze ; rdfs:subClassOf sophatmofo:Fog , [ rdf:type owl:Restriction ; owl:onProperty sorelch:hasSubstance ; owl:hasValue sostc:Acid ] ; rdfs:label "acid fog"@en . ### http://sweetontology.net/phenAtmoTransport/AcidHaze sophatmot:AcidHaze rdf:type owl:Class ; rdfs:label "acid haze"@en . ### http://sweetontology.net/phenAtmoTransport/AcidRain sophatmot:AcidRain rdf:type owl:Class ; rdfs:subClassOf sophatmot:WetDeposition , [ rdf:type owl:Restriction ; owl:onProperty sorelch:hasSubstance ; owl:hasValue sostc:Acid ] ; rdfs:label "acid rain"@en . ### http://sweetontology.net/phenAtmoTransport/MixedLayerVenting sophatmot:MixedLayerVenting rdf:type owl:Class ; rdfs:subClassOf sophsy:Removal , [ rdf:type owl:Restriction ; owl:onProperty sorel:hasPhenomena ; owl:allValuesFrom soreaabl:MixedLayer ] ; rdfs:label "mixed layer venting"@en . ### http://sweetontology.net/phenAtmoTransport/NucleationScavenging sophatmot:NucleationScavenging rdf:type owl:Class ; rdfs:subClassOf sophatmot:ScavengingByPrecipitation ; rdfs:label "nucleation scavenging"@en . ### http://sweetontology.net/phenAtmoTransport/Rainout sophatmot:Rainout rdf:type owl:Class ; owl:equivalentClass sophatmot:Washout ; rdfs:subClassOf sophatmot:ScavengingByPrecipitation ; rdfs:label "rainout"@en . ### http://sweetontology.net/phenAtmoTransport/ScavengingByPrecipitation sophatmot:ScavengingByPrecipitation rdf:type owl:Class ; rdfs:subClassOf sophatmot:WetDeposition ; rdfs:label "scavenging by precipitation"@en . ### http://sweetontology.net/phenAtmoTransport/Washout sophatmot:Washout rdf:type owl:Class ; rdfs:label "washout"@en . ### http://sweetontology.net/phenAtmoTransport/WetDeposition sophatmot:WetDeposition rdf:type owl:Class ; rdfs:subClassOf soph:AtmosphereLandExchange , [ rdf:type owl:Restriction ; owl:onProperty sorel:hasPhenomena ; owl:allValuesFrom soph:Precipitation ] ; rdfs:label "wet deposition"@en . ### http://sweetontology.net/phenSystem/Removal sophsy:Removal rdf:type owl:Class . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi