Definition of s4lift:SmartLiftEdgeComponent
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
A Smart Lift Edge Component is dedicated to the hosting of smart lift additional modules in the case that they are not hosted directly in the Smart Lift Edge Control Unit. An example could be the case of an additional earthquake sensor added after the lift deployment and not controlled by the Smart Lift Edge Control Unit.
Description as a Class
- has super-classes
-
saref:Device
s4syst:System
Turtle
@prefix dct: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix s4lift: <https://saref.etsi.org/saref4lift/> .
@prefix s4syst: <https://saref.etsi.org/saref4syst/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4lift:SmartLiftInstallation rdfs:subClassOf [ a owl:Restriction ;
owl:onProperty s4syst:hasSubSystem ;
owl:someValuesFrom s4lift:SmartLiftEdgeComponent ] .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:SmartLiftEdgeComponent ;
dct:subject s4lift:SmartLiftEdgeComponent .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:SmartLiftEdgeComponent ;
dct:subject s4lift:SmartLiftEdgeComponent .
s4lift:SmartLiftEdgeComponent a owl:Class ;
rdfs:label "Smart Lift Edge Component"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:comment "A Smart Lift Edge Component is dedicated to the hosting of smart lift additional modules in the case that they are not hosted directly in the Smart Lift Edge Control Unit. An example could be the case of an additional earthquake sensor added after the lift deployment and not controlled by the Smart Lift Edge Control Unit."@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:subClassOf saref:Device,
s4syst:System ;
skos:hiddenLabel "SmartLiftEdgeComponent" .