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.
:CommunicationInterfaceaowl:Class;
rdfs:subClassOf[aowl:Restriction;
owl:onProperty:hasVersion;
@@ -197,11 +143,6 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
rdfs:label"Communication protocol"@en.
:CompassDirectionaowl: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.
:DigitalRepresentationaowl:Class;
rdfs:subClassOf[aowl:Restriction;
owl:onProperty:encapsulates;
@@ -211,27 +152,10 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
rdfs:comment"Represents the measured value made over a frequency property. It is also linked to the frequency unit of measure in which the value is expressed and the timestamp of the measurement."@en;
rdfs:label"Frequency measurement"@en.
:FrequencyUnitaowl:Class;
rdfs:subClassOfsaref:UnitOfMeasure;
rdfs:comment"Unit of measure for the quantity frequency."@en;
rdfs:label"Frequency unit"@en.
:Geometryaowl: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:comment"Represents the measured value made over a height property. It is also linked to the height unit of measure in which the value is expressed and the timestamp of the measurement."@en;
rdfs:label"Height measurement"@en.
:Lamppostaowl:Class;
rdfs:subClassOf:Device,
[aowl:Restriction;
@@ -299,36 +182,26 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
rdfs:label"Lamppost"@en.
:LengthUnitaowl:Class;
rdfs:subClassOfsaref:UnitOfMeasure;
rdfs:comment"Unit of measure for the quantity lenght."@en;
rdfs:label"Length unit"@en.
:Lightaowl:Class;
rdfs:subClassOf[aowl:Restriction;
owl:onProperty:hasColor;
owl:allValuesFrom:Color
owl:onPropertysaref:hasProperty;
owl:hasValue:Color
],
[aowl:Restriction;
owl:onProperty:hasGeometry;
owl:allValuesFrom:Geometry
owl:onPropertysaref:hasProperty;
owl:hasValuesaref:Geometry
],
[aowl:Restriction;
owl:onProperty:isProjectedFromHeight;
owl:allValuesFrom:HeightMeasurement
owl:onPropertysaref:hasProperty;
owl:hasValue:LightProjectionHeight
],
[aowl:Restriction;
owl:onProperty:isProjectedInDirection;
owl:allValuesFrom:CompassDirection
owl:onPropertysaref:hasProperty;
owl:hasValue:LightProjectionDirection
],
[aowl:Restriction;
owl:onProperty:hasFlash;
owl:allValuesFromxsd:boolean
],
[aowl:Restriction;
owl:onProperty:hasProjectionAngle;
owl:allValuesFromxsd:float
owl:onPropertysaref:hasState;
owl:hasValue:LightFlash
];
rdfs:comment"A light source, which may be a lantern, a street light, a floodlight, a signal lamp or any other device whose primary purpose is the generation of light. (Definition taken from http://wiki.openstreetmap.org/wiki/Proposed_features/Key:light_source#Description)"@en;
rdfs:label"Light"@en.
@@ -350,21 +223,6 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
rdfs:comment"Represents the measured value over a period property. It is also linked to the period unit of measure in which the value is expressed and the timestamp of the measurement."@en;
rdfs:label"Period measurement"@en.
:Photometeraowl:Class;
rdfs:subClassOfsaref:Sensor,
[aowl:Restriction;
@@ -444,3 +302,36 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
rdfs:comment"An individual representing the light property scattering of light."@en;
rdfs:label"Scattering of light"@en.
:Colora:LightProperty;
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.
:Geometryasaref:Property;
rdfs:comment"The shape of a light emission. It may be described by individuals like \"spherical\", \"cylindrical\", etc. even though it is open to more complex representation of geometries using other vocabularies."@en;
rdfs:label"Geometry"@en.
:ObservationFrequencyasaref:Property;
skos:broader:Frequency;
rdfs:comment"The frequency at which a sensor makes observations."@en;
rdfs:label"observation frequency"@en.
:TransmissionPeriodasaref:Property;
skos:broader:Period;
rdfs:comment"The period of information transmission by a device."@en;
rdfs:label"transmission period"@en.
:LightProjectionHeightasaref:Property;
skos:broader:Height;
rdfs:comment"The height from which a light is projected."@en;
rdfs:label"light projection height"@en.
:LightProjectionDirectionasaref:Property;
rdfs:comment"The direction in which a light is projected."@en;