@prefix : <http://sweetontology.net/propCount/> .
@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 sorepmf: <http://sweetontology.net/reprMathFunction/> .
@prefix sopropq: <http://sweetontology.net/propQuantity/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sophst: <http://sweetontology.net/phenStar/> .
@prefix sopropcou: <http://sweetontology.net/propCount/> .
@prefix sorepsu: <http://sweetontology.net/reprSciUnits/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/propCount> .

<http://sweetontology.net/propCount> rdf:type owl:Ontology ;
                                      owl:imports <http://sweetontology.net/phenStar> ,
                                                  <http://sweetontology.net/propQuantity> ,
                                                  <http://sweetontology.net/relaSci> ,
                                                  <http://sweetontology.net/reprMathFunction> ,
                                                  <http://sweetontology.net/reprSciUnits> ;
                                      rdfs:label "SWEET Ontology Property Count" ;
                                      dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                      owl:versionInfo "3.6.0" .

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

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


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


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

###  http://sweetontology.net/propCount/AtomicNeutralNumberDensity
sopropcou:AtomicNeutralNumberDensity rdf:type owl:Class ;
                                 rdfs:subClassOf sopropcou:NeutralNumberDensity ;
                                 rdfs:label "atomic neutral number density"@en .


###  http://sweetontology.net/propCount/CarryingCapacity
sopropcou:CarryingCapacity rdf:type owl:Class ;
                       rdfs:subClassOf sopropcou:Population ;
                       rdfs:label "carrying capacity"@en .


###  http://sweetontology.net/propCount/Count
sopropcou:Count rdf:type owl:Class ;
            rdfs:subClassOf sorepmf:Discrete ;
            rdfs:label "count"@en .


###  http://sweetontology.net/propCount/EnergyLevel
sopropcou:EnergyLevel rdf:type owl:Class ;
                  rdfs:subClassOf sopropcou:Count ;
                  rdfs:label "energy level"@en .


###  http://sweetontology.net/propCount/Fluence
sopropcou:Fluence rdf:type owl:Class ;
              rdfs:subClassOf sopropq:Quantity ,
                              [ rdf:type owl:Restriction ;
                                owl:onProperty sorelsc:hasDefaultUnit ;
                                owl:hasValue sorepsu:perMeterSquared
                              ] ;
              rdfs:label "fluence"@en .


###  http://sweetontology.net/propCount/MolecularNeutralNumberDensity
sopropcou:MolecularNeutralNumberDensity rdf:type owl:Class ;
                                    rdfs:subClassOf sopropcou:NeutralNumberDensity ;
                                    rdfs:label "molecular neutral number density"@en .


###  http://sweetontology.net/propCount/NeutralNumberDensity
sopropcou:NeutralNumberDensity rdf:type owl:Class ;
                           rdfs:subClassOf sopropcou:NumberDensity ;
                           rdfs:label "neutral number density"@en .


###  http://sweetontology.net/propCount/NumberDensity
sopropcou:NumberDensity rdf:type owl:Class ;
                    rdfs:subClassOf sopropq:Quantity ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelsc:hasDefaultUnit ;
                                      owl:hasValue sorepsu:perMeterCubed
                                    ] ;
                    rdfs:label "number density"@en .


###  http://sweetontology.net/propCount/Population
sopropcou:Population rdf:type owl:Class ;
                 rdfs:subClassOf sopropcou:Count ;
                 rdfs:label "population"@en .


###  http://sweetontology.net/propCount/SunspotNumber
sopropcou:SunspotNumber rdf:type owl:Class ;
                    rdfs:subClassOf sopropcou:Count ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelsc:measureOf ;
                                      owl:allValuesFrom sophst:SolarActivity
                                    ] ;
                    rdfs:label "sunspot number"@en .


###  http://sweetontology.net/propCount/TotalElectronContent
sopropcou:TotalElectronContent rdf:type owl:Class ;
                           rdfs:subClassOf sopropcou:NumberDensity ;
                           rdfs:label "total electron content"@en .


###  http://sweetontology.net/propQuantity/Quantity
sopropq:Quantity rdf:type owl:Class .


###  http://sweetontology.net/reprMathFunction/Discrete
sorepmf:Discrete rdf:type owl:Class .


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

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


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


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