s4lift:hasCarService — has car service

IRI
https://saref.etsi.org/saref4lift/hasCarService
Is defined by
https://saref.etsi.org/saref4lift/v1.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/
Is referenced by
https://saref.etsi.org/saref4lift/v1.1.1/
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_5_SLConfiguration#
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#
Download serialization
License

Definition of s4lift:hasCarService

Defined in https://saref.etsi.org/saref4lift/v1.1.1/ as:

A relationship between a system and a car service.

Description as an Object Property

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 skos: <http://www.w3.org/2004/02/skos/core#> .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4lift:hasCarService .

<https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4lift:hasCarService .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_5_SLConfiguration#> dct:references s4lift:hasCarService .

<https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> dct:references s4lift:hasCarService .

<https://saref.etsi.org/saref4lift/v1.1.1/> dct:references s4lift:hasCarService ;
    dct:subject s4lift:hasCarService .

<https://saref.etsi.org/saref4lift/v2.1.1/> dct:references s4lift:hasCarService ;
    dct:subject s4lift:hasCarService .

s4lift:hasCarService a owl:ObjectProperty ;
    rdfs:label "has 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_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_5_SLConfiguration#>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_6_GeneralSignals#> ;
    rdfs:comment "A relationship between a system and a car service."@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 s4lift:PossibleSmartLiftCarService ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:subPropertyOf s4syst:connectedThrough ;
    skos:hiddenLabel "hasCarService" .