Definition of s4lift:PossibleSmartLiftCarService
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
A possible connection between a car stop space of a smart lift installation, a building space it can serve, and the door of the smart lift car used to serve this building space.
Description as a Class
- has super-classes
-
s4syst:connectsSystem some
s4lift:CarStopSpace
s4syst:connectsSystemAt some s4lift:DoorConnectionPoint
s4syst:connectsSystem some s4bldg:BuildingSpace
s4syst:Connection - has sub-classes
- s4lift:SmartLiftCarService
- is in range of
- s4lift:hasCarService
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 skos: <http://www.w3.org/2004/02/skos/core#> .
s4lift:SmartLiftCarService rdfs:subClassOf s4lift:PossibleSmartLiftCarService .
s4lift:hasCarService rdfs:range s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_10_GeneralCommands#> dct:references s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_10_GeneralCommands#> dct:references s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:PossibleSmartLiftCarService ;
dct:subject s4lift:PossibleSmartLiftCarService .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:PossibleSmartLiftCarService ;
dct:subject s4lift:PossibleSmartLiftCarService .
s4lift:PossibleSmartLiftCarService a owl:Class ;
rdfs:label "Possible Smart lift car service"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_10_GeneralCommands#>,
<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_10_GeneralCommands#>,
<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 "A possible connection between a car stop space of a smart lift installation, a building space it can serve, and the door of the smart lift car used to serve this building space."@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:connectsSystem ;
owl:someValuesFrom s4lift:CarStopSpace ],
[ a owl:Restriction ;
owl:onProperty s4syst:connectsSystemAt ;
owl:someValuesFrom s4lift:DoorConnectionPoint ],
[ a owl:Restriction ;
owl:onProperty s4syst:connectsSystem ;
owl:someValuesFrom s4bldg:BuildingSpace ],
s4syst:Connection ;
skos:hiddenLabel "PossibleSmartLiftCarService" .