Unverified Commit 050fe518 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

clean up syntax

parent 5a5e233b
Loading
Loading
Loading
Loading
+321 −381
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
@prefix geo: <http://www.opengis.net/ont/geosparql#>.
@base <https://saref.etsi.org/saref4envi/> .

<https://saref.etsi.org/saref4envi/> rdf:type owl:Ontology ;
<https://saref.etsi.org/saref4envi/> a owl:Ontology ;
  owl:versionIRI <https://saref.etsi.org/saref4envi/v2.1.1/> ;
  dcterms:description "This ontology extends the SAREF ontology for the environment domain, specifically for the light pollution domain, including concepts like photometers, light, etc."@en ;
  dcterms:publisher <https://www.etsi.org/> ;
@@ -38,16 +38,16 @@ rdfs:seeAlso <https://www.etsi.org/deliver/etsi_ts/103400_103499/10341002/02.01.
#    Annotation properties
#################################################################

dcterms:issued rdf:type owl:AnnotationProperty .
dcterms:modified rdf:type owl:AnnotationProperty .
dcterms:source rdf:type owl:AnnotationProperty .
dcterms:description rdf:type owl:AnnotationProperty .
dcterms:publisher rdf:type owl:AnnotationProperty .
dcterms:title rdf:type owl:AnnotationProperty .
dcterms:creator rdf:type owl:AnnotationProperty .
dcterms:license rdf:type owl:AnnotationProperty .
vann:preferredNamespacePrefix rdf:type owl:AnnotationProperty .
vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
dcterms:issued a owl:AnnotationProperty .
dcterms:modified a owl:AnnotationProperty .
dcterms:source a owl:AnnotationProperty .
dcterms:description a owl:AnnotationProperty .
dcterms:publisher a owl:AnnotationProperty .
dcterms:title a owl:AnnotationProperty .
dcterms:creator a owl:AnnotationProperty .
dcterms:license a owl:AnnotationProperty .
vann:preferredNamespacePrefix a owl:AnnotationProperty .
vann:preferredNamespaceUri a owl:AnnotationProperty .


#################################################################
@@ -55,88 +55,74 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################


###  https://saref.etsi.org/saref4envi/encapsulates
:encapsulates rdf:type owl:ObjectProperty ;
:encapsulates a owl:ObjectProperty ;
  owl:inverseOf :hasDigitalRepresentation ;
              rdf:type owl:FunctionalProperty ;
  a owl:FunctionalProperty ;
  rdfs:comment "A relation between a digital representation and the physical objects it represents."@en ;
  rdfs:label "encapsulates"@en .


###  https://saref.etsi.org/saref4envi/hasColor
:hasColor rdf:type owl:ObjectProperty ;
:hasColor a owl:ObjectProperty ;
  rdfs:comment "A relation between a light emitted and its color."@en ;
  rdfs:label "has color"@en .


###  https://saref.etsi.org/saref4envi/hasDigitalRepresentation
:hasDigitalRepresentation rdf:type owl:ObjectProperty , owl:InverseFunctionalProperty ;
:hasDigitalRepresentation a owl:ObjectProperty , owl:InverseFunctionalProperty ;
  rdfs:comment "A relation between a physical object and the digital representation in which it is encapsulated."@en ;
  rdfs:label "has digital representation"@en .


###  https://saref.etsi.org/saref4envi/hasFrequencyMeasurement
:hasFrequencyMeasurement rdf:type owl:ObjectProperty ;
:hasFrequencyMeasurement a owl:ObjectProperty ;
  rdfs:comment "The relation between a device and the frequency in which it makes measurements."@en ;
  rdfs:label "has frequency measurement"@en .


###  https://saref.etsi.org/saref4envi/hasGeometry
:hasGeometry rdf:type owl:ObjectProperty ;
:hasGeometry a owl:ObjectProperty ;
  rdfs:comment "A relation between a light emitted and the shape it is projected in."@en ;
  rdfs:label "has geometry"@en .


###  https://saref.etsi.org/saref4envi/hasLightPoint
:hasLightPoint rdf:type owl:ObjectProperty ;
:hasLightPoint a owl:ObjectProperty ;
  rdfs:comment "A relation between a lamppost and its light points"@en ;
  rdfs:label "has light point"@en .


###  https://saref.etsi.org/saref4envi/hasTransmissionPeriod
:hasTransmissionPeriod rdf:type owl:ObjectProperty ;
:hasTransmissionPeriod a owl:ObjectProperty ;
  rdfs:comment "The relation between a device and the period in which it transmit information."@en ;
  rdfs:label "has transmission period"@en .


###  https://saref.etsi.org/saref4envi/isAccesibleThrough
:isAccesibleThrough rdf:type owl:ObjectProperty , owl:FunctionalProperty ;
:isAccesibleThrough a owl:ObjectProperty , owl:FunctionalProperty ;
  rdfs:comment "The relation between a digital representation and the service which it is accesible through."@en ;
  rdfs:label "is accesible through"@en .


###  https://saref.etsi.org/saref4envi/isComponentOf
:isComponentOf rdf:type owl:ObjectProperty , owl:TransitiveProperty ;
:isComponentOf a owl:ObjectProperty , owl:TransitiveProperty ;
  rdfs:comment "A relation between a system and the system it belongs to as a component."@en ;
  rdfs:label "is component of"@en .


###  https://saref.etsi.org/saref4envi/isProjectedFromHeight
:isProjectedFromHeight rdf:type owl:ObjectProperty ;
:isProjectedFromHeight a owl:ObjectProperty ;
  rdfs:comment "A relation between a light and the height measurement from which it is projected."@en ;
  rdfs:label "is projected from height"@en .


###  https://saref.etsi.org/saref4envi/isProjectedInDirection
:isProjectedInDirection rdf:type owl:ObjectProperty ;
:isProjectedInDirection a owl:ObjectProperty ;
  rdfs:comment "A relation between a light and the direction in which it is projected."@en ;
  rdfs:label "is projected in direction"@en .


###  https://saref.etsi.org/saref4envi/projectsLight
:projectsLight rdf:type owl:ObjectProperty ;
:projectsLight a owl:ObjectProperty ;
  rdfs:comment "A relation between a lamppost or a light point and the light (or lights) they might project."@en ;
  rdfs:label "projects light"@en .


###  https://saref.etsi.org/saref4envi/usesCommunicationInterface
:usesCommunicationInterface rdf:type owl:ObjectProperty ;
:usesCommunicationInterface a owl:ObjectProperty ;
  rdfs:comment "A relation between a system and the communication interface it uses."@en ;
  rdfs:label "uses communication interface"@en .


###  https://saref.etsi.org/saref4envi/usesCommunicationProtocol
:usesCommunicationProtocol rdf:type owl:ObjectProperty ;
:usesCommunicationProtocol a owl:ObjectProperty ;
  rdfs:comment "A relation between a system and the communication protocol it uses."@en ;
  rdfs:label "uses communication protocol"@en .

@@ -146,43 +132,37 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################


###  https://saref.etsi.org/saref4envi/hasFlash
:hasFlash rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
:hasFlash a owl:DatatypeProperty , owl:FunctionalProperty ;
  rdfs:range xsd:boolean ;
  rdfs:comment "A relationship stating whether a light has flash."@en ;
  rdfs:label "has flash"@en .


###  https://saref.etsi.org/saref4envi/hasProjectionAngle
:hasProjectionAngle rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
:hasProjectionAngle a owl:DatatypeProperty , owl:FunctionalProperty ;
  rdfs:range xsd:float ;
  rdfs:comment "A relationship defining the projection angle of an entity (e.g., a light)."@en ;
  rdfs:label "has projection angle"@en .


###  https://saref.etsi.org/saref4envi/hasRevisionNumber
:hasRevisionNumber rdf:type owl:DatatypeProperty ;
:hasRevisionNumber a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:comment "A relationship defining the revision number of a certain entity (e.g., a device)"@en ;
  rdfs:label "has revision number"@en .


###  https://saref.etsi.org/saref4envi/hasShield
:hasShield rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
:hasShield a owl:DatatypeProperty , owl:FunctionalProperty ;
  rdfs:range xsd:boolean ;
  rdfs:comment "A relationship stating whether a lamppost has a shield."@en ;
  rdfs:label "has shield"@en .


###  https://saref.etsi.org/saref4envi/hasTag
:hasTag rdf:type owl:DatatypeProperty ;
:hasTag a owl:DatatypeProperty ;
  rdfs:range xsd:string ;
  rdfs:comment "A relationship stating the tags that can be assigned to an entity (e.g., a digital representation)."@en ;
  rdfs:label "has tag"@en .


###  https://saref.etsi.org/saref4envi/hasVersion
:hasVersion rdf:type owl:DatatypeProperty , owl:FunctionalProperty ;
:hasVersion a owl:DatatypeProperty , owl:FunctionalProperty ;
  rdfs:range xsd:string ;
  rdfs:comment "A relationship defining the version  of a certain entity (e.g., a device)"@en ;
  rdfs:label "has version"@en .
@@ -193,19 +173,17 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#################################################################


###  https://saref.etsi.org/saref4envi/Color
:Color rdf:type owl:Class ;
:Color a owl:Class ;
  rdfs:comment "Color of the emitted light. It might be indicated by named colors or using other type of color values like hexadecimal for RGB, color temperature, etc."@en ;
  rdfs:label "Color"@en .


###  https://saref.etsi.org/saref4envi/CommunicationInterface
:CommunicationInterface rdf:type owl:Class ;
                        rdfs:subClassOf [ rdf:type owl:Restriction ;
:CommunicationInterface a owl:Class ;
  rdfs:subClassOf [ a owl:Restriction ;
    owl:onProperty :hasVersion ;
    owl:allValuesFrom xsd:string
  ] ,
                                        [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasVersion ;
    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:string
@@ -214,50 +192,47 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Communication interface"@en .


###  https://saref.etsi.org/saref4envi/CommunicationProtocol
:CommunicationProtocol rdf:type owl:Class ;
:CommunicationProtocol a owl:Class ;
  rdfs:comment "A protocol is an agreement between the communicating parties on how communication is to proceed. (Definition taken from \"Tanenbaum, A. S. (2003). Computer networks, 4-th edition. ed: Prentice Hall.\")"@en ;
  rdfs:label "Communication protocol"@en .


###  https://saref.etsi.org/saref4envi/CompassDirection
:CompassDirection rdf:type owl:Class ;
:CompassDirection a owl:Class ;
  rdfs:comment "The four cardinal directions or cardinal points are the directions of north, east, south, and west, commonly denoted by their initials: N, E, S, W. East and west are at right angles to north and south, with east being in the clockwise direction of rotation from north and west being directly opposite east. Intermediate points between the four cardinal directions form the points of the compass. (definition taken from https://en.wikipedia.org/wiki/Cardinal_direction)"@en ;
  rdfs:label "Compass direction"@en .


###  https://saref.etsi.org/saref4envi/DigitalRepresentation
:DigitalRepresentation rdf:type owl:Class ;
                       rdfs:subClassOf [ rdf:type owl:Restriction ;
:DigitalRepresentation a owl:Class ;
  rdfs:subClassOf [ a owl:Restriction ;
    owl:onProperty :encapsulates ;
    owl:allValuesFrom [ a owl:Class ; owl:intersectionOf ( saref:FeatureOfInterest geo:Feature ) ]
  ] ,
                                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :isAccesibleThrough ;
    owl:allValuesFrom saref:Service
  ] ,
                                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:hasDescription ;
    owl:allValuesFrom xsd:string
  ] ,
                                       # [ rdf:type owl:Restriction ;
  # [ a owl:Restriction ;
  #       owl:onProperty saref:hasName ;
  #     owl:allValuesFrom xsd:string
  # ] ,
                                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasCreationDate ;
    owl:allValuesFrom xsd:dateTime
  ] ,
                                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasTag ;
    owl:allValuesFrom xsd:string
  ] ,
                                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasCreationDate ;
    owl:maxQualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onDataRange xsd:dateTime
  ] ,
                                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:hasIdentifier ;
    owl:maxCardinality "1"^^xsd:nonNegativeInteger
  ] ;
@@ -265,14 +240,13 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Digital representation"@en .


###  https://saref.etsi.org/saref4envi/FrequencyMeasurement
:FrequencyMeasurement rdf:type owl:Class ;
:FrequencyMeasurement a owl:Class ;
  rdfs:subClassOf saref:Measurement ,
                                      [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:relatesToProperty ;
  owl:hasValue :Frequency
  ] ,
                                      [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:isMeasuredIn ;
  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onClass :FrequencyUnit
@@ -281,27 +255,24 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Frequency measurement"@en .


###  https://saref.etsi.org/saref4envi/FrequencyUnit
:FrequencyUnit rdf:type owl:Class ;
:FrequencyUnit a owl:Class ;
  rdfs:subClassOf saref:UnitOfMeasure ;
  rdfs:comment "Unit of measure for the quantity frequency."@en ;
  rdfs:label "Frequency unit"@en .


###  https://saref.etsi.org/saref4envi/Geometry
:Geometry rdf:type owl:Class ;
:Geometry a owl:Class ;
  rdfs:comment "Represents the shape of the light emission. It might be instantiated by individuals like \"spherical\", \"cylindrical\", etc. even though it is open to more comples representation of geometries using other vocabularies."@en ;
  rdfs:label "Geometry"@en .


###  https://saref.etsi.org/saref4envi/HeightMeasurement
:HeightMeasurement rdf:type owl:Class ;
:HeightMeasurement a owl:Class ;
  rdfs:subClassOf saref:Measurement ,
                                   [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:relatesToProperty ;
  owl:hasValue :Height
  ] ,
                                   [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:isMeasuredIn ;
  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onClass :LengthUnit
@@ -310,18 +281,17 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Height measurement"@en .


###  https://saref.etsi.org/saref4envi/Lamppost
:Lamppost rdf:type owl:Class ;
:Lamppost a owl:Class ;
  rdfs:subClassOf :Device ,
                          [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasLightPoint ;
    owl:allValuesFrom :LightPoint
  ] ,
                          [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :projectsLight ;
    owl:allValuesFrom :Light
  ] ,
                          [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasShield ;
    owl:allValuesFrom xsd:boolean
  ] ;
@@ -329,36 +299,34 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Lamppost"@en .


###  https://saref.etsi.org/saref4envi/LengthUnit
:LengthUnit rdf:type owl:Class ;
:LengthUnit a owl:Class ;
  rdfs:subClassOf saref:UnitOfMeasure ;
  rdfs:comment "Unit of measure for the quantity lenght."@en ;
  rdfs:label "Length unit"@en .


###  https://saref.etsi.org/saref4envi/Light
:Light rdf:type owl:Class ;
       rdfs:subClassOf [ rdf:type owl:Restriction ;
:Light a owl:Class ;
  rdfs:subClassOf [ a owl:Restriction ;
    owl:onProperty :hasColor ;
    owl:allValuesFrom :Color
  ] ,
                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasGeometry ;
    owl:allValuesFrom :Geometry
  ] ,
                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :isProjectedFromHeight ;
    owl:allValuesFrom :HeightMeasurement
  ] ,
                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :isProjectedInDirection ;
    owl:allValuesFrom :CompassDirection
  ] ,
                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasFlash ;
    owl:allValuesFrom xsd:boolean
  ] ,
                       [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :hasProjectionAngle ;
    owl:allValuesFrom xsd:float
  ] ;
@@ -366,10 +334,9 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Light"@en .


###  https://saref.etsi.org/saref4envi/LightPoint
:LightPoint rdf:type owl:Class ;
:LightPoint a owl:Class ;
  rdfs:subClassOf saref:FeatureOfInterest , geo:Feature ,
                            [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty :projectsLight ;
    owl:allValuesFrom :Light
  ] ;
@@ -377,21 +344,19 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Light point"@en .


###  https://saref.etsi.org/saref4envi/LightProperty
:LightProperty rdf:type owl:Class ;
:LightProperty a owl:Class ;
  rdfs:subClassOf saref:Property ;
  rdfs:comment "An aspect of light that can be observable by a sensor."@en ;
  rdfs:label "Light property"@en .


###  https://saref.etsi.org/saref4envi/PeriodMeasurement
:PeriodMeasurement rdf:type owl:Class ;
:PeriodMeasurement a owl:Class ;
  rdfs:subClassOf saref:Measurement ,
                                   [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:relatesToProperty ;
  owl:hasValue :Period
  ] ,
                                   [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:isMeasuredIn ;
  owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
    owl:onClass time:TemporalUnit
@@ -400,10 +365,9 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Period measurement"@en .


###  https://saref.etsi.org/saref4envi/Photometer
:Photometer rdf:type owl:Class ;
:Photometer a owl:Class ;
  rdfs:subClassOf saref:Sensor ,
                            [ rdf:type owl:Restriction ;
  [ a owl:Restriction ;
    owl:onProperty saref:measuresProperty ;
  owl:someValuesFrom :LightProperty
  ] ;
@@ -411,8 +375,7 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
  rdfs:label "Photometer"@en .


###  https://saref.etsi.org/saref4envi/TESS
:TESS rdf:type owl:Class ;
:TESS a owl:Class ;
  rdfs:subClassOf :Photometer ;
  rdfs:comment "The Telescope Encoder and Sky Sensor (TESS) is a Sky Brightness and Cloud detector developed as a device for a remote observatory. A TESS can observe the light magnitude and other properties as ambient temperature and sky temperature."@en ;
  rdfs:label "TESS (Telescope Encoder and Sky Sensor)"@en .
@@ -422,85 +385,62 @@ vann:preferredNamespaceUri rdf:type owl:AnnotationProperty .
#    Individuals
#################################################################

###  https://saref.etsi.org/saref4envi/Fluorescence
:Fluorescence rdf:type owl:NamedIndividual ,
                       :LightProperty ;
:Fluorescence a :LightProperty ;
  rdfs:comment "An individual representing the light property fluorescence."@en ;
  rdfs:label "Fluorescence"@en .


###  https://saref.etsi.org/saref4envi/Frequency
:Frequency rdf:type owl:NamedIndividual , saref:Property ;
:Frequency a saref:Property ;
  rdfs:comment "An individual representing the property frequency."@en ;
  rdfs:label "Frequency"@en .


###  https://saref.etsi.org/saref4envi/Height
:Height rdf:type owl:NamedIndividual , saref:Property ;
:Height a saref:Property ;
  rdfs:comment "An individual representing the property height."@en ;
  rdfs:label "Height"@en .


###  https://saref.etsi.org/saref4envi/Illuminance
:Illuminance rdf:type owl:NamedIndividual ,
                      :LightProperty ;
:Illuminance a :LightProperty ;
  rdfs:comment "An individual representing the light property illuminance."@en ;
  rdfs:label "Illuminance"@en .


###  https://saref.etsi.org/saref4envi/Irradiance
:Irradiance rdf:type owl:NamedIndividual ,
                     :LightProperty ;
:Irradiance a :LightProperty ;
  rdfs:comment "An individual representing the light property irradiance."@en ;
  rdfs:label "Irradiance"@en .


###  https://saref.etsi.org/saref4envi/LightAbsorption
:LightAbsorption rdf:type owl:NamedIndividual ,
                          :LightProperty ;
:LightAbsorption a :LightProperty ;
  rdfs:comment "An individual representing the light property light absorption."@en ;
  rdfs:label "Light absorption"@en .


###  https://saref.etsi.org/saref4envi/LightMagnitude
:LightMagnitude rdf:type owl:NamedIndividual ,
                         :LightProperty ;
:LightMagnitude a :LightProperty ;
  rdfs:comment "An individual representing the light property light magnitude."@en ;
  rdfs:label "Light magnitude"@en .


###  https://saref.etsi.org/saref4envi/Luminiscence
:Luminiscence rdf:type owl:NamedIndividual ,
                       :LightProperty ;
:Luminiscence a :LightProperty ;
  rdfs:comment "An individual representing the light property luminiscence."@en ;
  rdfs:label "Luminiscence"@en .


###  https://saref.etsi.org/saref4envi/Period
:Period rdf:type owl:NamedIndividual , saref:Property ;
:Period a saref:Property ;
  rdfs:comment "An individual representing the property period."@en ;
  rdfs:label "Period"@en .


###  https://saref.etsi.org/saref4envi/Phosphorescence
:Phosphorescence rdf:type owl:NamedIndividual ,
                          :LightProperty ;
:Phosphorescence a :LightProperty ;
  rdfs:comment "An individual representing the light property phosphorescence."@en ;
  rdfs:label "Phosphorescence"@en .


###  https://saref.etsi.org/saref4envi/ReflectionOfLight
:ReflectionOfLight rdf:type owl:NamedIndividual ,
                            :LightProperty ;
:ReflectionOfLight a :LightProperty ;
  rdfs:comment "An individual representing the light property reflection of light."@en ;
  rdfs:label "Reflection of light"@en .


###  https://saref.etsi.org/saref4envi/ScatteringOfLight
:ScatteringOfLight rdf:type owl:NamedIndividual ,
                            :LightProperty ;
:ScatteringOfLight a :LightProperty ;
  rdfs:comment "An individual representing the light property scattering of light."@en ;
  rdfs:label "Scattering of light"@en .

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