Definition of s4auto:StabilityLossProbability
Defined in https://saref.etsi.org/saref4auto/v2.1.1/ as:
This property indicates the estimated probability of a stability level and conversely also the probability of a stability loss. The following property values are defined: - `0` to indicate an estimated probability of a loss of stability of 0 %, i.e. "stable", - `n` (`n > 0` and `n < 50`) to indicate the actual stability level, - `50` to indicate a estimated probability of a loss of stability of 100 %, i.e. "total loss of stability", - the values between 51 and 62 are reserved for future use, - `63`: this value indicates that the information is unavailable.
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: StabilityLossProbability"@en
- skos:note
- "Typically, the property is measured in 2 %"@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:StabilityLossProbability_stable saref:isValueOfProperty s4auto:StabilityLossProbability .
s4auto:StabilityLossProbability_totalLossOfStability saref:isValueOfProperty s4auto:StabilityLossProbability .
s4auto:Vehicle saref:hasProperty s4auto:StabilityLossProbability .
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> dct:references s4auto:StabilityLossProbability .
<https://saref.etsi.org/saref4auto/v2.1.1/> dct:references s4auto:StabilityLossProbability ;
dct:subject s4auto:StabilityLossProbability .
s4auto:StabilityLossProbability a owl:Thing,
saref:Property ;
rdfs:label "StabilityLossProbability"@en ;
dct:isReferencedBy <https://saref.etsi.org/saref4auto/v2.1.1/>,
<https://saref.etsi.org/saref4auto/v2.1.1/example/Vehicle_dynamic_properties#> ;
rdfs:comment """This property indicates the estimated probability of a stability level and conversely also the probability of a stability loss.
The following property values are defined:
- `0` to indicate an estimated probability of a loss of stability of 0 %, i.e. "stable",
- `n` (`n > 0` and `n < 50`) to indicate the actual stability level,
- `50` to indicate a estimated probability of a loss of stability of 100 %, i.e. "total loss of stability",
- the values between 51 and 62 are reserved for future use,
- `63`: this value indicates that the information is unavailable."""@en ;
rdfs:isDefinedBy <https://saref.etsi.org/saref4auto/v2.1.1/> ;
rdfs:seeAlso <https://saref.etsi.org/saref4auto/v2.1.1/> ;
skos:hiddenLabel "StabilityLossProbability" ;
skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: StabilityLossProbability"@en ;
skos:note "Typically, the property is measured in 2 %"@en .