Definition of s4envi:Color
Defined in https://saref.etsi.org/saref4envi/v1.1.2/ as:
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.
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/> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
wgs84:SpatialThing owl:disjointWith s4envi:Color .
saref:Service owl:disjointWith s4envi:Color .
saref:UnitOfMeasure owl:disjointWith s4envi:Color .
s4envi:Light rdfs:subClassOf [ a owl:Restriction ;
owl:allValuesFrom s4envi:Color ;
owl:onProperty s4envi:hasColor ] .
<https://saref.etsi.org/saref4envi/v1.1.2/> dct:references s4envi:Color ;
dct:subject s4envi:Color .
<https://saref.etsi.org/saref4envi/v2.1.1/> dct:references s4envi:Color ;
dct:subject s4envi:Color .
s4envi:Color a owl:Class ;
rdfs:label "Color"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4envi/v1.1.2/>,
<https://saref.etsi.org/saref4envi/v2.1.1/> ;
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: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/> ;
owl:disjointWith s4envi:CommunicationInterface,
s4envi:CommunicationProtocol,
s4envi:CompassDirection,
s4envi:DigitalRepresentation,
s4envi:Geometry,
s4envi:Light ;
ns1:hiddenLabel "Color" .