Definition of s4lift:hasCarServices
Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:
The number of car services, taking care of the case where the car has multiple doors that give independent access to different locations on a given floor. It is expected to be greater or equal to the number of Car Stops.
Definition as a Datatype Property
- has domain
- s4lift:SmartLiftInstallation
- has range
- xsd:integer
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 skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references s4lift:hasCarServices .
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> dct:references s4lift:hasCarServices .
<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasCarServices ;
dct:subject s4lift:hasCarServices .
<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:hasCarServices ;
dct:subject s4lift:hasCarServices .
s4lift:hasCarServices a owl:DatatypeProperty ;
rdfs:label "has car services"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_4_SLInstallation#>,
<https://saref.etsi.org/saref4lift/v2.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_4_SLInstallation#> ;
rdfs:comment "The number of car services, taking care of the case where the car has multiple doors that give independent access to different locations on a given floor. It is expected to be greater or equal to the number of Car Stops."@en ;
rdfs:domain s4lift:SmartLiftInstallation ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
rdfs:range xsd:integer ;
rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
<https://saref.etsi.org/saref4lift/v2.1.1/> ;
skos:hiddenLabel "hasCarServices" .