@prefix : <http://sweetontology.net/propIndex/> .
@prefix sophcy: <http://sweetontology.net/phenCycle/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 sophpc: <http://sweetontology.net/phenPlanetClimate/> .
@prefix sopropi: <http://sweetontology.net/propIndex/> .
@prefix sophfi: <http://sweetontology.net/phenFluidInstability/> .
@prefix owlt: <http://www.w3.org/2006/time#> .
@prefix soproc: <http://sweetontology.net/proc/> .
@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 sostrr: <http://sweetontology.net/stateRoleRepresentative/> .
@prefix sorea: <http://sweetontology.net/realm/> .
@prefix sopropt: <http://sweetontology.net/propTemperature/> .
@prefix sophft: <http://sweetontology.net/phenFluidTransport/> .
@prefix sorepsu: <http://sweetontology.net/reprSciUnits/> .
@prefix sorelsc: <http://sweetontology.net/relaSci/> .
@base <http://sweetontology.net/propIndex> .

<http://sweetontology.net/propIndex> rdf:type owl:Ontology ;
                                      owl:imports <http://sweetontology.net/phen> ,
                                                  <http://sweetontology.net/phenCycle> ,
                                                  <http://sweetontology.net/phenFluidInstability> ,
                                                  <http://sweetontology.net/phenFluidTransport> ,
                                                  <http://sweetontology.net/phenPlanetClimate> ,
                                                  <http://sweetontology.net/proc> ,
                                                  <http://sweetontology.net/prop> ,
                                                  <http://sweetontology.net/propQuantity> ,
                                                  <http://sweetontology.net/propTemperature> ,
                                                  <http://sweetontology.net/realm> ,
                                                  <http://sweetontology.net/rela> ,
                                                  <http://sweetontology.net/relaSci> ,
                                                  <http://sweetontology.net/reprSciUnits> ,
                                                  <http://sweetontology.net/stateRoleRepresentative> ;
                                      rdfs:label "SWEET Ontology Property Index" ;
                                      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/rela/hasRole
sorel:hasRole rdf:type owl:ObjectProperty .


###  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/propIndex/AdaptiveCapacity
sopropi:AdaptiveCapacity rdf:type owl:Class ;
                      rdfs:subClassOf soprop:Metric ;
                      rdfs:label "adaptive capacity"@en .


###  http://sweetontology.net/propIndex/AirQualityIndex
sopropi:AirQualityIndex rdf:type owl:Class ;
                     rdfs:subClassOf sopropi:EnvironmentalIndex ;
                     rdfs:label "air quality index"@en .


###  http://sweetontology.net/propIndex/AkasofuEpsilon
sopropi:AkasofuEpsilon rdf:type owl:Class ;
                    owl:equivalentClass sopropi:GeomagneticIndex ;
                    rdfs:label "akasofu epsilon"@en .


###  http://sweetontology.net/propIndex/AuroralBoundaryIndex
sopropi:AuroralBoundaryIndex rdf:type owl:Class ;
                          rdfs:subClassOf sopropi:GeomagneticIndex ;
                          rdfs:label "auroral boundary index"@en .


###  http://sweetontology.net/propIndex/BIBI
sopropi:BIBI rdf:type owl:Class ;
          owl:equivalentClass sopropi:BenthicIndex ;
          rdfs:label "bibi"@en .


###  http://sweetontology.net/propIndex/BenthicIndex
sopropi:BenthicIndex rdf:type owl:Class ;
                  owl:equivalentClass sopropi:BenthicIndexOfBiologicalIntegrity ;
                  rdfs:subClassOf sopropi:IBI ;
                  rdfs:label "benthic index"@en .


###  http://sweetontology.net/propIndex/BenthicIndexOfBiologicalIntegrity
sopropi:BenthicIndexOfBiologicalIntegrity rdf:type owl:Class ;
                                       rdfs:label "benthic index of biological integrity"@en .


###  http://sweetontology.net/propIndex/BlockingIndex
sopropi:BlockingIndex rdf:type owl:Class ;
                   rdfs:subClassOf sopropi:Index ;
                   rdfs:label "blocking index"@en .


###  http://sweetontology.net/propIndex/BoydenIndex
sopropi:BoydenIndex rdf:type owl:Class ;
                 rdfs:subClassOf sopropi:Index ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty sorelsc:measureOf ;
                                   owl:allValuesFrom sophfi:StaticStability
                                 ] ;
                 rdfs:label "boyden index"@en .


###  http://sweetontology.net/propIndex/COH
sopropi:COH rdf:type owl:Class ;
         owl:equivalentClass sopropi:CoefficientOfHaze ;
         rdfs:label "coh"@en .


###  http://sweetontology.net/propIndex/CirculationIndex
sopropi:CirculationIndex rdf:type owl:Class ;
                      rdfs:subClassOf sopropi:Index ;
                      rdfs:label "circulation index"@en .


###  http://sweetontology.net/propIndex/ClimateIndicator
sopropi:ClimateIndicator rdf:type owl:Class ;
                      rdfs:subClassOf sopropi:EnvironmentalIndicator ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsc:measureOf ;
                                        owl:allValuesFrom sophpc:Climate
                                      ] ;
                      rdfs:label "climate indicator"@en .


###  http://sweetontology.net/propIndex/CoefficientOfHaze
sopropi:CoefficientOfHaze rdf:type owl:Class ;
                       rdfs:subClassOf sopropi:AirQualityIndex ;
                       rdfs:label "coefficient of haze"@en .


###  http://sweetontology.net/propIndex/CommonSenseClimateIndex
sopropi:CommonSenseClimateIndex rdf:type owl:Class ;
                             rdfs:subClassOf sopropi:ClimateIndicator ;
                             rdfs:label "common sense climate index"@en .


###  http://sweetontology.net/propIndex/ComputationalComplexity
sopropi:ComputationalComplexity rdf:type owl:Class ;
                             rdfs:subClassOf soprop:Metric ;
                             rdfs:label "computational complexity"@en .


###  http://sweetontology.net/propIndex/CropMoistureIndex
sopropi:CropMoistureIndex rdf:type owl:Class ;
                       rdfs:subClassOf sopropi:HealthIndex ;
                       rdfs:label "crop moisture index"@en .


###  http://sweetontology.net/propIndex/DroughtIndex
sopropi:DroughtIndex rdf:type owl:Class ;
                  rdfs:subClassOf sopropi:ClimateIndicator ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorelsc:measureOf ;
                                    owl:allValuesFrom sophpc:Drought
                                  ] ;
                  rdfs:label "drought index"@en .


###  http://sweetontology.net/propIndex/EPI
sopropi:EPI rdf:type owl:Class ;
         owl:equivalentClass sopropi:EnvironmentalPerformanceIndex ;
         rdfs:label "epi"@en .


###  http://sweetontology.net/propIndex/ESI
sopropi:ESI rdf:type owl:Class ;
         owl:equivalentClass sopropi:EnvironmentalSustainabilityIndex ;
         rdfs:label "esi"@en .


###  http://sweetontology.net/propIndex/EnvironmentalIndex
sopropi:EnvironmentalIndex rdf:type owl:Class ;
                        rdfs:subClassOf sopropi:Index ;
                        rdfs:label "environmental index"@en .


###  http://sweetontology.net/propIndex/EnvironmentalIndicator
sopropi:EnvironmentalIndicator rdf:type owl:Class ;
                            rdfs:subClassOf sopropi:Index ,
                                            [ rdf:type owl:Restriction ;
                                              owl:onProperty sorel:hasRole ;
                                              owl:hasValue sostrr:Indicator
                                            ] ;
                            rdfs:label "environmental indicator"@en .


###  http://sweetontology.net/propIndex/EnvironmentalPerformanceIndex
sopropi:EnvironmentalPerformanceIndex rdf:type owl:Class ;
                                   rdfs:subClassOf sopropi:EnvironmentalIndex ;
                                   rdfs:label "environmental performance index"@en .


###  http://sweetontology.net/propIndex/EnvironmentalSustainabilityIndex
sopropi:EnvironmentalSustainabilityIndex rdf:type owl:Class ;
                                      rdfs:subClassOf sopropi:EnvironmentalIndex ;
                                      rdfs:label "environmental sustainability index"@en .


###  http://sweetontology.net/propIndex/FireWeatherIndex
sopropi:FireWeatherIndex rdf:type owl:Class ;
                      rdfs:subClassOf sopropi:EnvironmentalIndex ;
                      rdfs:label "fire weather index"@en .


###  http://sweetontology.net/propIndex/ForestFireDangerIndex
sopropi:ForestFireDangerIndex rdf:type owl:Class ;
                           rdfs:subClassOf sopropi:EnvironmentalIndex ;
                           rdfs:label "forest fire danger index"@en .


###  http://sweetontology.net/propIndex/GeomagneticForce
sopropi:GeomagneticForce rdf:type owl:Class ;
                      rdfs:subClassOf soproc:Force ;
                      rdfs:label "geomagnetic force"@en .


###  http://sweetontology.net/propIndex/GeomagneticIndex
sopropi:GeomagneticIndex rdf:type owl:Class ;
                      owl:equivalentClass sopropi:GeophysicalIndex ;
                      rdfs:subClassOf sopropi:Index ,
                                      [ rdf:type owl:Restriction ;
                                        owl:onProperty sorelsc:measureOf ;
                                        owl:allValuesFrom sopropi:GeomagneticForce
                                      ] ;
                      rdfs:label "geomagnetic index"@en .


###  http://sweetontology.net/propIndex/GeophysicalIndex
sopropi:GeophysicalIndex rdf:type owl:Class ;
                      rdfs:label "geophysical index"@en .


###  http://sweetontology.net/propIndex/HealthIndex
sopropi:HealthIndex rdf:type owl:Class ;
                 rdfs:subClassOf soprop:BiologicalProperty ,
                                 sopropi:Index ;
                 rdfs:label "health index"@en .


###  http://sweetontology.net/propIndex/Hydropattern
sopropi:Hydropattern rdf:type owl:Class ;
                  rdfs:subClassOf sopropi:Index ,
                                  [ rdf:type owl:Restriction ;
                                    owl:onProperty sorel:hasRealm ;
                                    owl:allValuesFrom sorea:Hydrosphere
                                  ] ;
                  rdfs:label "hydropattern"@en .


###  http://sweetontology.net/propIndex/IBI
sopropi:IBI rdf:type owl:Class ;
         owl:equivalentClass sopropi:IndexOfBiologicalIntegrity ;
         rdfs:label "ibi"@en .


###  http://sweetontology.net/propIndex/Index
sopropi:Index rdf:type owl:Class ;
           rdfs:subClassOf soprop:Property ;
           rdfs:label "index"@en .


###  http://sweetontology.net/propIndex/IndexDefinedByDifference
sopropi:IndexDefinedByDifference rdf:type owl:Class ;
                              rdfs:subClassOf sopropi:Index ;
                              rdfs:label "index defined by difference"@en .


###  http://sweetontology.net/propIndex/IndexOfBiologicalIntegrity
sopropi:IndexOfBiologicalIntegrity rdf:type owl:Class ;
                                owl:equivalentClass sopropi:IndexOfBioticIntegrity ;
                                rdfs:subClassOf sopropi:EnvironmentalIndex ;
                                rdfs:label "index of biological integrity"@en .


###  http://sweetontology.net/propIndex/IndexOfBioticIntegrity
sopropi:IndexOfBioticIntegrity rdf:type owl:Class ;
                            rdfs:label "index of biotic integrity"@en .


###  http://sweetontology.net/propIndex/KaplanSSTIndex
sopropi:KaplanSSTIndex rdf:type owl:Class ;
                    rdfs:subClassOf sopropi:Index ,
                                    [ rdf:type owl:Restriction ;
                                      owl:onProperty sorelsc:measureOf ;
                                      owl:allValuesFrom sopropt:Temperature
                                    ] ;
                    rdfs:label "kaplan sst index"@en .


###  http://sweetontology.net/propIndex/Kp
sopropi:Kp rdf:type owl:Class ;
        rdfs:subClassOf sopropi:GeomagneticIndex ;
        rdfs:label "kp"@en .


###  http://sweetontology.net/propIndex/NRMI
sopropi:NRMI rdf:type owl:Class ;
          owl:equivalentClass sopropi:NaturalResourceManagementIndex ;
          rdfs:label "nrmi"@en .


###  http://sweetontology.net/propIndex/NaturalResourceManagementIndex
sopropi:NaturalResourceManagementIndex rdf:type owl:Class ;
                                    rdfs:subClassOf sopropi:EnvironmentalIndex ;
                                    rdfs:label "natural resource management index"@en .


###  http://sweetontology.net/propIndex/NorthAtlanticOscillationIndex
sopropi:NorthAtlanticOscillationIndex rdf:type owl:Class ;
                                   rdfs:subClassOf sopropi:IndexDefinedByDifference ,
                                                   [ rdf:type owl:Restriction ;
                                                     owl:onProperty sorelsc:measureOf ;
                                                     owl:allValuesFrom sophcy:NAO
                                                   ] ;
                                   rdfs:label "north atlantic oscillation index"@en .


###  http://sweetontology.net/propIndex/NorthPacificOscillationIndex
sopropi:NorthPacificOscillationIndex rdf:type owl:Class ;
                                  rdfs:subClassOf sopropi:IndexDefinedByDifference ,
                                                  [ rdf:type owl:Restriction ;
                                                    owl:onProperty sorelsc:measureOf ;
                                                    owl:allValuesFrom sophcy:PDO
                                                  ] ;
                                  rdfs:label "north pacific oscillation index"@en .


###  http://sweetontology.net/propIndex/PC
sopropi:PC rdf:type owl:Class ;
        owl:equivalentClass sopropi:PolarCapIndex ;
        rdfs:label "pc"@en .


###  http://sweetontology.net/propIndex/PDI
sopropi:PDI rdf:type owl:Class ;
         owl:equivalentClass sopropi:PalmerDroughtSeverityIndex ;
         rdfs:label "pdi"@en .


###  http://sweetontology.net/propIndex/PDSI
sopropi:PDSI rdf:type owl:Class ;
          owl:equivalentClass sopropi:PalmerDroughtSeverityIndex ;
          rdfs:label "pdsi"@en .


###  http://sweetontology.net/propIndex/PHDI
sopropi:PHDI rdf:type owl:Class ;
          owl:equivalentClass sopropi:PalmerHydrologicalDroughtIndex ;
          rdfs:label "phdi"@en .


###  http://sweetontology.net/propIndex/PalmerDroughtIndex
sopropi:PalmerDroughtIndex rdf:type owl:Class ;
                        owl:equivalentClass sopropi:PalmerDroughtSeverityIndex ;
                        rdfs:label "palmer drought index"@en .


###  http://sweetontology.net/propIndex/PalmerDroughtSeverityIndex
sopropi:PalmerDroughtSeverityIndex rdf:type owl:Class ;
                                rdfs:subClassOf sopropi:DroughtIndex ;
                                rdfs:label "palmer drought severity index"@en .


###  http://sweetontology.net/propIndex/PalmerHydrologicalDroughtIndex
sopropi:PalmerHydrologicalDroughtIndex rdf:type owl:Class ;
                                    rdfs:subClassOf sopropi:DroughtIndex ;
                                    rdfs:label "palmer hydrological drought index"@en .


###  http://sweetontology.net/propIndex/PhysiologicalParameter
sopropi:PhysiologicalParameter rdf:type owl:Class ;
                            rdfs:subClassOf sopropi:HealthIndex ;
                            rdfs:label "physiological parameter"@en .


###  http://sweetontology.net/propIndex/PolarCapIndex
sopropi:PolarCapIndex rdf:type owl:Class ;
                   rdfs:subClassOf sopropi:GeomagneticIndex ;
                   rdfs:label "polar cap index"@en .


###  http://sweetontology.net/propIndex/PsychologicalParameter
sopropi:PsychologicalParameter rdf:type owl:Class ;
                            rdfs:subClassOf sopropi:HealthIndex ;
                            rdfs:label "psychological parameter"@en .


###  http://sweetontology.net/propIndex/RingelmannChart
sopropi:RingelmannChart rdf:type owl:Class ;
                     rdfs:subClassOf sopropi:AirQualityIndex ;
                     rdfs:label "ringelmann chart"@en .


###  http://sweetontology.net/propIndex/SMI
sopropi:SMI rdf:type owl:Class ;
         owl:equivalentClass sopropi:SurfaceMoistureIndex ;
         rdfs:label "smi"@en .


###  http://sweetontology.net/propIndex/ShallowConvectionParameter
sopropi:ShallowConvectionParameter rdf:type owl:Class ;
                                rdfs:subClassOf sophft:Transport ,
                                                sopropq:PhysicalConstant ;
                                rdfs:label "shallow convection parameter"@en .


###  http://sweetontology.net/propIndex/StandardizedPrecipitationIndex
sopropi:StandardizedPrecipitationIndex rdf:type owl:Class ;
                                    rdfs:subClassOf sopropi:DroughtIndex ;
                                    rdfs:label "standardized precipitation index"@en .


###  http://sweetontology.net/propIndex/StorageCoefficient
sopropi:StorageCoefficient rdf:type owl:Class ;
                        owl:equivalentClass sopropi:Storativity ;
                        rdfs:subClassOf soprop:HydrogeologicalProperty ;
                        rdfs:label "storage coefficient"@en .


###  http://sweetontology.net/propIndex/Storativity
sopropi:Storativity rdf:type owl:Class ;
                 rdfs:label "storativity"@en .


###  http://sweetontology.net/propIndex/SurfaceMoistureIndex
sopropi:SurfaceMoistureIndex rdf:type owl:Class ;
                          rdfs:subClassOf sopropi:DroughtIndex ;
                          rdfs:label "surface moisture index"@en .


###  http://sweetontology.net/propIndex/Turbidity
sopropi:Turbidity rdf:type owl:Class ;
               rdfs:subClassOf sopropq:RadiationMediumInteractionQuantity ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty sorelsc:hasDefaultUnit ;
                                 owl:hasValue sorepsu:FTU
                               ] ;
               rdfs:label "turbidity"@en .


###  http://sweetontology.net/propIndex/UVIndex
sopropi:UVIndex rdf:type owl:Class ;
             rdfs:subClassOf sopropi:AirQualityIndex ;
             rdfs:label "u v index"@en .


###  http://sweetontology.net/propIndex/Virulence
sopropi:Virulence rdf:type owl:Class ;
               rdfs:subClassOf sopropi:HealthIndex ;
               rdfs:label "virulence"@en .


###  http://sweetontology.net/propIndex/VitalStatistics
sopropi:VitalStatistics rdf:type owl:Class ;
                     rdfs:subClassOf sopropi:HealthIndex ;
                     rdfs:label "vital statistics"@en .


###  http://sweetontology.net/propIndex/WaterQualityIndex
sopropi:WaterQualityIndex rdf:type owl:Class ;
                       rdfs:subClassOf sopropi:EnvironmentalIndex ;
                       rdfs:label "water quality index"@en .


###  http://sweetontology.net/propIndex/ZonalIndex
sopropi:ZonalIndex rdf:type owl:Class ;
                rdfs:subClassOf sopropi:IndexDefinedByDifference ;
                rdfs:label "zonal index"@en .


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


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


###  http://sweetontology.net/propTemperature/Temperature
sopropt:Temperature rdf:type owl:Class .


###  http://sweetontology.net/realm/Hydrosphere
sorea:Hydrosphere rdf:type owl:Class .


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

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


###  http://sweetontology.net/stateRoleRepresentative/Indicator
sostrr:Indicator rdf:type owl:NamedIndividual .


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