@prefix : <http://sweetontology.net/matrAerosol/> .
@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 somaae: <http://sweetontology.net/matrAerosol/> .
@prefix soma: <http://sweetontology.net/matr/> .
@prefix soreal: <http://sweetontology.net/realmLandform/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sorel: <http://sweetontology.net/rela/> .
@prefix sopropsdis: <http://sweetontology.net/propSpaceDistance/> .
@prefix sorelm: <http://sweetontology.net/relaMath/> .
@prefix sophso: <http://sweetontology.net/phenSolid/> .
@prefix sorelsp: <http://sweetontology.net/relaSpace/> .
@prefix sostp: <http://sweetontology.net/statePhysical/> .
@base <http://sweetontology.net/matrAerosol> .

<http://sweetontology.net/matrAerosol> rdf:type owl:Ontology ;
                                        owl:imports <http://sweetontology.net/matr> ,
                                                    <http://sweetontology.net/phenSolid> ,
                                                    <http://sweetontology.net/propSpaceDistance> ,
                                                    <http://sweetontology.net/realmLandform> ,
                                                    <http://sweetontology.net/rela> ,
                                                    <http://sweetontology.net/relaMath> ,
                                                    <http://sweetontology.net/relaSpace> ,
                                                    <http://sweetontology.net/statePhysical> ;
                                        rdfs:label "SWEET Ontology Material Aerosol" ;
                                        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/relaSpace/diameter
sorelsp:diameter rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/matrAerosol/Aerosol
somaae:Aerosol rdf:type owl:Class ;
             rdfs:subClassOf soma:SuspendedSubstance ;
             rdfs:label "aerosol"@en .


###  http://sweetontology.net/matrAerosol/Ash
somaae:Ash rdf:type owl:Class ;
         rdfs:subClassOf soma:SolidSubstance ;
         rdfs:label "ash"@en .


###  http://sweetontology.net/matrAerosol/BlackCarbon
somaae:BlackCarbon rdf:type owl:Class ;
                 owl:equivalentClass somaae:Soot ;
                 rdfs:label "black carbon"@en .


###  http://sweetontology.net/matrAerosol/CCN
somaae:CCN rdf:type owl:Class ;
         owl:equivalentClass somaae:CloudCondensationNuclei ;
         rdfs:label "ccn"@en .


###  http://sweetontology.net/matrAerosol/CloudCondensationNuclei
somaae:CloudCondensationNuclei rdf:type owl:Class ;
                             rdfs:subClassOf somaae:CondensationNuclei ;
                             rdfs:label "cloud condensation nuclei"@en .


###  http://sweetontology.net/matrAerosol/CondensationNuclei
somaae:CondensationNuclei rdf:type owl:Class ;
                        rdfs:subClassOf soma:SolidSubstance ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty sorel:hasRole ;
                                          owl:allValuesFrom sophso:Coalescence
                                        ] ;
                        rdfs:label "condensation nuclei"@en .


###  http://sweetontology.net/matrAerosol/ContinentalAerosol
somaae:ContinentalAerosol rdf:type owl:Class ;
                        rdfs:subClassOf somaae:Aerosol ,
                                        [ rdf:type owl:Restriction ;
                                          owl:onProperty sorel:hasRealm ;
                                          owl:allValuesFrom soreal:Land
                                        ] ;
                        rdfs:label "continental aerosol"@en .


###  http://sweetontology.net/matrAerosol/Dust
somaae:Dust rdf:type owl:Class ;
          rdfs:subClassOf soma:SolidSubstance ;
          rdfs:label "dust"@en .


###  http://sweetontology.net/matrAerosol/FugitiveDust
somaae:FugitiveDust rdf:type owl:Class ;
                  rdfs:subClassOf somaae:Dust ;
                  rdfs:label "fugitive dust"@en .


###  http://sweetontology.net/matrAerosol/Grain
somaae:Grain rdf:type owl:Class ;
           rdfs:subClassOf soma:SolidSubstance ,
                           sostp:SubstanceForm ;
           rdfs:label "grain"@en .


###  http://sweetontology.net/matrAerosol/PM1
somaae:PM1 rdf:type owl:Class ;
         rdfs:subClassOf somaae:Particulate ,
                         [ rdf:type owl:Restriction ;
                           owl:onProperty sorelsp:diameter ;
                           owl:hasValue [ rdf:type sopropsdis:SizeRange_micron
                                        ]
                         ] ;
         rdfs:label "pm1"@en .


###  http://sweetontology.net/matrAerosol/PM10
somaae:PM10 rdf:type owl:Class ;
          rdfs:subClassOf somaae:Particulate ,
                          [ rdf:type owl:Restriction ;
                            owl:onProperty sorelsp:diameter ;
                            owl:hasValue [ rdf:type sopropsdis:SizeRange_micron
                                         ]
                          ] ;
          rdfs:label "pm10"@en .


###  http://sweetontology.net/matrAerosol/PM2point5
somaae:PM2point5 rdf:type owl:Class ;
               rdfs:subClassOf somaae:Particulate ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsp:diameter ;
                                 owl:hasValue [ rdf:type sopropsdis:SizeRange_micron
                                              ]
                               ] ;
               rdfs:label "pm2point5"@en .


###  http://sweetontology.net/matrAerosol/Particulate
somaae:Particulate rdf:type owl:Class ;
                 rdfs:subClassOf soma:SuspendedSubstance ;
                 rdfs:label "particulate"@en .


###  http://sweetontology.net/matrAerosol/Pollen
somaae:Pollen rdf:type owl:Class ;
            rdfs:subClassOf somaae:Particulate ;
            rdfs:label "pollen"@en .


###  http://sweetontology.net/matrAerosol/Smoke
somaae:Smoke rdf:type owl:Class ;
           rdfs:subClassOf soma:SuspendedSubstance ;
           rdfs:label "smoke"@en .


###  http://sweetontology.net/matrAerosol/Soot
somaae:Soot rdf:type owl:Class ;
          rdfs:subClassOf somaae:Particulate ;
          rdfs:label "soot"@en .


###  http://sweetontology.net/matrAerosol/Spray
somaae:Spray rdf:type owl:Class ;
           rdfs:subClassOf somaae:Aerosol ;
           rdfs:label "spray"@en .


###  http://sweetontology.net/phenSolid/Coalescence
sophso:Coalescence rdf:type owl:Class .


###  http://sweetontology.net/propSpaceDistance/SizeRange_micron
sopropsdis:SizeRange_micron rdf:type owl:Class .


###  http://sweetontology.net/realmLandform/Land
soreal:Land rdf:type owl:Class .


###  http://sweetontology.net/statePhysical/SubstanceForm
sostp:SubstanceForm rdf:type owl:Class .


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