Definition of s4envi:LightProperty
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
An aspect of light that can be observable by a sensor.
Description as a Class
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4envi: <https://saref.etsi.org/saref4envi/> .
@prefix saref: <https://saref.etsi.org/core/> .
s4envi:Fluorescence a s4envi:LightProperty .
s4envi:Illuminance a s4envi:LightProperty .
s4envi:Irradiance a s4envi:LightProperty .
s4envi:LightAbsorption a s4envi:LightProperty .
s4envi:LightMagnitude a s4envi:LightProperty .
s4envi:Luminiscence a s4envi:LightProperty .
s4envi:Phosphorescence a s4envi:LightProperty .
s4envi:Photometer rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty saref:measuresProperty ;
owl:someValuesFrom s4envi:LightProperty ] .
s4envi:ReflectionOfLight a s4envi:LightProperty .
s4envi:ScatteringOfLight a s4envi:LightProperty .
<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#> dct:references s4envi:LightProperty .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:LightProperty ;
dct:subject s4envi:LightProperty .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:LightProperty ;
dct:subject s4envi:LightProperty .
s4envi:LightProperty a owl:Class ;
rdfs:label "Light property"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v1.1.2/example/example1ENVI#>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:comment "An aspect of light that can be observable by a sensor."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
rdfs:subClassOf saref:Property ;
ns1:hiddenLabel "LightProperty" .