Definition of s4lift:SmartLiftCar
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
The car of a smart lift installation.
Description as a Class
- has super-classes
-
s4syst:connectsAt some
s4lift:DoorConnectionPoint
saref:FeatureOfInterest
s4bldg:BuildingSpace
s4syst:System - is in domain of
- s4lift:hasCarloadLimit
- is in range of
- s4lift:containsCar
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 s4bldg: <https://saref.etsi.org/saref4bldg/> .
@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:containsCar rdfs:range s4lift:SmartLiftCar .
s4lift:hasCarloadLimit rdfs:domain s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_14_BCSAlarms#> dct:references s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_14_BCSAlarms#> dct:references s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:SmartLiftCar ;
dct:subject s4lift:SmartLiftCar .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:SmartLiftCar ;
dct:subject s4lift:SmartLiftCar .
s4lift:SmartLiftCar a owl:Class ;
rdfs:label "Smart Lift Car"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_14_BCSAlarms#>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_14_BCSAlarms#>,
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#>,
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> ;
rdfs:comment "The car of a smart lift installation."@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 [ a owl:Restriction ;
owl:onProperty s4syst:connectsAt ;
owl:someValuesFrom s4lift:DoorConnectionPoint ],
saref:FeatureOfInterest,
s4bldg:BuildingSpace,
s4syst:System ;
skos:hiddenLabel "SmartLiftCar" .