@prefix : <http://sweetontology.net/stateVisibility/> .
@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 sopropo: <http://sweetontology.net/propOrdinal/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sostv: <http://sweetontology.net/stateVisibility/> .
@prefix sorelph: <http://sweetontology.net/relaPhysical/> .
@base <http://sweetontology.net/stateVisibility> .

<http://sweetontology.net/stateVisibility> rdf:type owl:Ontology ;
                                            owl:imports <http://sweetontology.net/propOrdinal> ,
                                                        <http://sweetontology.net/relaPhysical> ;
                                            rdfs:label "SWEET Ontology State Visibility" ;
                                            dcterms:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
                                            owl:versionInfo "3.6.0" .

#################################################################
#    Object properties
#################################################################

###  http://sweetontology.net/relaPhysical/moreVisibleThan
sorelph:moreVisibleThan rdf:type owl:ObjectProperty .


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

###  http://sweetontology.net/propOrdinal/Visibility
sopropo:Visibility rdf:type owl:Class .


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

###  http://sweetontology.net/stateVisibility/Bright
sostv:Bright rdf:type owl:NamedIndividual ,
                     sopropo:Visibility ;
            sorelph:moreVisibleThan sostv:Dark ;
            rdfs:label "bright"@en .


###  http://sweetontology.net/stateVisibility/CentralDenseOvercast
sostv:CentralDenseOvercast rdf:type owl:NamedIndividual ,
                                   sopropo:Visibility ;
                          rdfs:label "central dense overcast"@en .


###  http://sweetontology.net/stateVisibility/Clear
sostv:Clear rdf:type owl:NamedIndividual ,
                    sopropo:Visibility ;
           owl:sameAs sostv:Sunny ;
           sorelph:moreVisibleThan sostv:Cloudy ,
                                 sostv:Colored ,
                                 sostv:Dark ,
                                 sostv:Dim ,
                                 sostv:Dirty ,
                                 sostv:Dusty ,
                                 sostv:Hazy ,
                                 sostv:Murky ,
                                 sostv:Turbid ;
           rdfs:label "clear"@en .


###  http://sweetontology.net/stateVisibility/Cloudy
sostv:Cloudy rdf:type owl:NamedIndividual ,
                     sopropo:Visibility ;
            rdfs:label "cloudy"@en .


###  http://sweetontology.net/stateVisibility/Colored
sostv:Colored rdf:type owl:NamedIndividual ,
                      sopropo:Visibility ;
             rdfs:label "colored"@en .


###  http://sweetontology.net/stateVisibility/Dark
sostv:Dark rdf:type owl:NamedIndividual ,
                   sopropo:Visibility ;
          rdfs:label "dark"@en .


###  http://sweetontology.net/stateVisibility/Dim
sostv:Dim rdf:type owl:NamedIndividual ,
                  sopropo:Visibility ;
         rdfs:label "dim"@en .


###  http://sweetontology.net/stateVisibility/Dirty
sostv:Dirty rdf:type owl:NamedIndividual ,
                    sopropo:Visibility ;
           sorelph:moreVisibleThan sostv:Opaque ;
           rdfs:label "dirty"@en .


###  http://sweetontology.net/stateVisibility/Dusty
sostv:Dusty rdf:type owl:NamedIndividual ,
                    sopropo:Visibility ;
           sorelph:moreVisibleThan sostv:Opaque ;
           rdfs:label "dusty"@en .


###  http://sweetontology.net/stateVisibility/Glassy
sostv:Glassy rdf:type owl:NamedIndividual ,
                     sopropo:Visibility ;
            rdfs:label "glassy"@en .


###  http://sweetontology.net/stateVisibility/Hazy
sostv:Hazy rdf:type owl:NamedIndividual ,
                   sopropo:Visibility ;
          sorelph:moreVisibleThan sostv:Opaque ;
          rdfs:label "hazy"@en .


###  http://sweetontology.net/stateVisibility/Invisible
sostv:Invisible rdf:type owl:NamedIndividual ,
                        sopropo:Visibility ;
               rdfs:label "invisible"@en .


###  http://sweetontology.net/stateVisibility/Light
sostv:Light rdf:type owl:NamedIndividual ,
                    sopropo:Visibility ;
           sorelph:moreVisibleThan sostv:Dark ;
           rdfs:label "light"@en .


###  http://sweetontology.net/stateVisibility/Luminous
sostv:Luminous rdf:type owl:NamedIndividual ,
                       sopropo:Visibility ;
              sorelph:moreVisibleThan sostv:Opaque ;
              rdfs:label "luminous"@en .


###  http://sweetontology.net/stateVisibility/Murky
sostv:Murky rdf:type owl:NamedIndividual ,
                    sopropo:Visibility ;
           rdfs:label "murky"@en .


###  http://sweetontology.net/stateVisibility/Opaque
sostv:Opaque rdf:type owl:NamedIndividual ,
                     sopropo:Visibility ;
            rdfs:label "opaque"@en .


###  http://sweetontology.net/stateVisibility/Overcast
sostv:Overcast rdf:type owl:NamedIndividual ,
                       sopropo:Visibility ;
              rdfs:label "overcast"@en .


###  http://sweetontology.net/stateVisibility/PartlyCloudy
sostv:PartlyCloudy rdf:type owl:NamedIndividual ,
                           sopropo:Visibility ;
                  rdfs:label "partly cloudy"@en .


###  http://sweetontology.net/stateVisibility/PartlySunny
sostv:PartlySunny rdf:type owl:NamedIndividual ,
                          sopropo:Visibility ;
                 rdfs:label "partly sunny"@en .


###  http://sweetontology.net/stateVisibility/Sunny
sostv:Sunny rdf:type owl:NamedIndividual ,
                    sopropo:Visibility ;
           owl:sameAs sostv:Sunshine ;
           rdfs:label "sunny"@en .


###  http://sweetontology.net/stateVisibility/Sunshine
sostv:Sunshine rdf:type owl:NamedIndividual ,
                       sopropo:Visibility ;
              rdfs:label "sunshine"@en .


###  http://sweetontology.net/stateVisibility/Translucent
sostv:Translucent rdf:type owl:NamedIndividual ,
                          sopropo:Visibility ;
                 sorelph:moreVisibleThan sostv:Opaque ;
                 rdfs:label "translucent"@en .


###  http://sweetontology.net/stateVisibility/Transparent
sostv:Transparent rdf:type owl:NamedIndividual ,
                          sopropo:Visibility ;
                 sorelph:moreVisibleThan sostv:Translucent ;
                 rdfs:label "transparent"@en .


###  http://sweetontology.net/stateVisibility/Turbid
sostv:Turbid rdf:type owl:NamedIndividual ,
                     sopropo:Visibility ;
            rdfs:label "turbid"@en .


###  http://sweetontology.net/stateVisibility/Visible
sostv:Visible rdf:type owl:NamedIndividual ,
                      sopropo:Visibility ;
             sorelph:moreVisibleThan sostv:Invisible ;
             rdfs:label "visible"@en .


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