Unverified Commit deae9025 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

minor updates

parent 3cb33506
Loading
Loading
Loading
Loading
Loading
+114 −57

File changed.

Preview size limit exceeded, changes collapsed.

+7 −3
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
  dcterms:issued "2020-07-27"^^xsd:date ;
  dcterms:modified "2021-07-26"^^xsd:date ;
  dcterms:modified "2024-05-27"^^xsd:date ;
  dcterms:modified "2025-04-10"^^xsd:date ;
  dcterms:license <https://forge.etsi.org/etsi-software-license> ;
  dcterms:publisher <https://www.etsi.org/> ;
  dcterms:source <https://saref.etsi.org/sources/saref4auto/> ;
@@ -102,6 +103,10 @@ saref:PropertyOfInterest rdfs:subClassOf [
  owl:onProperty s4auto:isComposedOf ; 
  owl:allValuesFrom [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:Property saref:PropertyOfInterest ) ] ] .

saref:PropertyValue rdfs:subClassOf [ 
  owl:onProperty s4auto:isComposedOf ; 
  owl:allValuesFrom [ a owl:Class ; owl:unionOf ( saref:FeatureKind saref:Property saref:PropertyOfInterest saref:FeatureOfInterest saref:PropertyValue ) ] ] .


s4auto:StringProperty a owl:Class ;
  rdfs:subClassOf saref:Property ;
@@ -661,7 +666,7 @@ s4auto:LanePosition a saref:Property ;
For right-hand traffic roads, the value shall be set to:
- `-1` if the position is off, i.e. besides the road,
- `0` if the position is on the inner hard shoulder, i.e. the hard should adjacent to the leftmost lane,
- `n` (`n > 0` and `n < 14`), if the position is on the ,
- `n` (`n > 0` and `n < 14`), if the position is on the n-th driving lane counted from the leftmost lane to the rightmost lane of a specific traffic direction,
- `14` if the position is on the outer hard shoulder, i.e. the hard should adjacent to rightmost lane (if present).

For left-hand traffic roads, the value shall be set to:
@@ -1291,7 +1296,7 @@ s4auto:ConvertibleSaloonVehicle a saref:FeatureKind ;

s4auto:ConvertibleVehicle a saref:FeatureKind ;
    rdfs:label "Convertible vehicle"@en ;
    rdfs:comment "convertible vehicle kind, as defined by term No 3.1.1.6 (open tourer, roadstar, spider) in ISO 3833"@en ;
    rdfs:comment "convertible vehicle kind, as defined by term No 3.1.1.6 (open tourer, roadster, spider) in ISO 3833"@en ;
    skos:broader s4auto:Vehicle .

s4auto:CoupeVehicle a saref:FeatureKind ;
@@ -2763,7 +2768,6 @@ s4auto:VruSpecificExteriorLights a saref:Property ;

Narrower properties indicate the type of exterior light switch of interest:

- s4auto:VruSpecificExteriorLights_ : *TRUE* when the 
- s4auto:VruSpecificExteriorLights_backFlashLight  - indicates the status of the back flash light,
- s4auto:VruSpecificExteriorLights_helmetLight     - indicates the status of the helmet light,
- s4auto:VruSpecificExteriorLights_armLight        - indicates the status of the arm light,