s4lift:hasSecondaryEmergencyTelephoneNumber — has secondary emergency number

IRI
https://saref.etsi.org/saref4lift/hasSecondaryEmergencyTelephoneNumber
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_13_BCSConfiguration#
https://saref.etsi.org/saref4lift/v2.1.1/
https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_13_BCSConfiguration#
Download serialization
License

Definition of s4lift:hasSecondaryEmergencyTelephoneNumber

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

Secondary emergency number to be called in case of emergency. The value is expected to be a URI with the tel: URI scheme as defined RFC 3966.

Definition as a Datatype Property

has domain
s4syst:System
has range
xsd:anyURI

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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

s4lift:SmartLiftInstallation rdfs:subClassOf [ a owl:Restriction ;
            owl:onProperty s4lift:hasSecondaryEmergencyTelephoneNumber ;
            owl:someValuesFrom xsd:anyURI ] .

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

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

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

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

s4lift:hasSecondaryEmergencyTelephoneNumber a owl:DatatypeProperty ;
    rdfs:label "has secondary emergency number"@en ;
    dct:isReferencedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v1.1.1/example/TS103735_Clause_6_13_BCSConfiguration#>,
        <https://saref.etsi.org/saref4lift/v2.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/example/TS103735_Clause_6_13_BCSConfiguration#> ;
    rdfs:comment "Secondary emergency number to be called in case of emergency. The value is expected to be a URI with the tel: URI scheme as defined RFC 3966."@en ;
    rdfs:domain s4syst:System ;
    rdfs:isDefinedBy <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    rdfs:range xsd:anyURI ;
    rdfs:seeAlso <https://saref.etsi.org/saref4lift/v1.1.1/>,
        <https://saref.etsi.org/saref4lift/v2.1.1/> ;
    skos:hiddenLabel "hasSecondaryEmergencyTelephoneNumber" .