Definition of s4auto:HardShoulderStatus
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This property indicates the current status of a hard shoulder: whether it is available for special usage (e.g. for stopping or for driving) or closed for all vehicles. The following property values are defined: - 0 - `availableForStopping` - if the hard shoulder is available for stopping in e.g. emergency situations, - 1 - `closed` - if the hard shoulder is closed and cannot be occupied in any case, - 2 - `availableForDriving` - if the hard shoulder is available for regular driving.
Definition as a Named Individual
- belongs to
- saref:Property
- skos:historyNote
- "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: HardShoulderStatus"@en
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 s4auto: <https://saref.etsi.org/saref4auto/> .
@prefix saref: <https://saref.etsi.org/core/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
s4auto:HardShoulder saref:hasProperty s4auto:HardShoulderStatus .
s4auto:HardShoulderStatus_availableForDriving saref:isValueOfProperty s4auto:HardShoulderStatus .
s4auto:HardShoulderStatus_availableForStopping saref:isValueOfProperty s4auto:HardShoulderStatus .
s4auto:HardShoulderStatus_closed saref:isValueOfProperty s4auto:HardShoulderStatus .
s4auto:InnerhardShoulder saref:hasProperty s4auto:HardShoulderStatus .
s4auto:OuterhardShoulder saref:hasProperty s4auto:HardShoulderStatus .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:HardShoulderStatus ;
dct:subject s4auto:HardShoulderStatus .
s4auto:HardShoulderStatus a owl:Thing,
saref:Property ;
rdfs:label "HardShoulderStatus"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:comment """This property indicates the current status of a hard shoulder: whether it is available for special usage
(e.g. for stopping or for driving) or closed for all vehicles.
The following property values are defined:
- 0 - `availableForStopping` - if the hard shoulder is available for stopping in e.g. emergency situations,
- 1 - `closed` - if the hard shoulder is closed and cannot be occupied in any case,
- 2 - `availableForDriving` - if the hard shoulder is available for regular driving."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "HardShoulderStatus" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: HardShoulderStatus"@en .