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

some correction with typing

parent 96465b7b
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -1086,6 +1086,7 @@ s4auto:TrafficParticipant a saref:FeatureKind , owl:Class ;
      [ owl:onProperty saref:hasFeatureKind ; owl:hasValue s4auto:TrafficParticipant ] )
  ] ;
  skos:broader s4auto:AutomotiveEntity ;
  rdfs:subClassOf s4auto:AutomotiveEntity ;
  rdfs:label "TrafficParticipant"@en ;
  rdfs:comment """Traffic participants include vehicles of different kinds, vulnerable road users such as pedestrians and cyclists, road side units."""@en ;
  skos:historyNote "Adapted from ETSI TS 102 894-2 - ITS Common Data Dictionary (CDD) V2.1.1: TrafficParticipantType"@en .
@@ -1193,6 +1194,7 @@ s4auto:Vehicle a saref:FeatureKind , owl:Class ;
      [ owl:onProperty saref:hasFeatureKind ; owl:hasValue s4auto:Vehicle ] )
  ] ;
  skos:broader s4auto:TrafficParticipant ;
  rdfs:subClassOf s4auto:TrafficParticipant ;
  rdfs:label "Vehicle"@en ;
  rdfs:comment "Self-propelled transport device, along with any attachments, e.g. trailers, that is a legal user of the transportation network (Source: ISO/TS 19091:2019(en))."@en ;
  skos:example "Example of types of vehicles are car, truck, public transport and two-wheeler."@en ;
@@ -2200,6 +2202,7 @@ s4auto:Platoon a saref:FeatureKind , owl:Class ;
      [ owl:onProperty saref:hasFeatureKind ; owl:hasValue s4auto:Platoon ] )
  ] ;
  skos:broader s4auto:TrafficParticipant ;
  rdfs:subClassOf s4auto:TrafficParticipant ;
  saref:consistsOf s4auto:Vehicle ;
  rdfs:comment "A platoon is a group of vehicles automatically following each other at a relatively close distance"@en ;
  rdfs:label "Platoon"@en .
@@ -2429,6 +2432,7 @@ s4auto:VulnerableRoadUser a saref:FeatureKind , owl:Class ;
      [ owl:onProperty saref:hasFeatureKind ; owl:hasValue s4auto:VulnerableRoadUser ] )
  ] ;
  skos:broader s4auto:TrafficParticipant ;
  rdfs:subClassOf s4auto:TrafficParticipant ;
  rdfs:comment "Archetype of vulnerable road users, which are non-motorized road users as well as users of VRU vehicles (L class of vehicles, for example mopeds or motorcycles, etc.) participating to the road traffic."@en ;
  rdfs:label "Vulnerable Road User"@en .

@@ -2829,6 +2833,7 @@ s4auto:VRUCluster a saref:FeatureKind , owl:Class ;
      [ owl:onProperty saref:hasFeatureKind ; owl:hasValue s4auto:VRUCluster ] )
  ] ;
  skos:broader s4auto:TrafficParticipant ;
  rdfs:subClassOf s4auto:TrafficParticipant ;
  saref:consistsOf s4auto:VulnerableRoadUser ;
  rdfs:label "VRU Cluster"@en ;
  rdfs:comment """A Vulnerable Road User (VRU) cluster is a group of VRUs with a homogeneous behaviour (see ETSI TS 103 300-2), where VRU awareness messages (VAM) related to the VRU cluster provide information about the entire cluster. Within a VRU cluster, VRU devices take the role of either leader (one per cluster) or member.
@@ -4318,8 +4323,8 @@ s4auto:AutomotiveDevice a saref:DeviceKind , owl:Class ;
      [ owl:onProperty skos:broader ; owl:hasValue s4auto:AutomotiveDevice ]
      [ owl:onProperty saref:hasFeatureKind ; owl:hasValue s4auto:AutomotiveDevice ] )
  ] ;
  rdfs:subClassOf s4auto:AutomotiveEntity ;
  skos:broader s4auto:AutomotiveEntity ;
  rdfs:subClassOf s4auto:AutomotiveEntity ;
  rdfs:label "Automotive Device"@en ;
  rdfs:comment """A device used to wirelessly communicate with other devices for safety and mobility purposes."""@en .

@@ -4343,14 +4348,14 @@ Includes the ITS-C road side units and other ITS field equipment (includes traff
  rdfs:label "RoadSideEquipment"@en .

s4auto:RoadSideUnit a owl:Class ;
  rdfs:subClassOf s4auto:RoadSideEquipment , saref:Device ;
  rdfs:subClassOf s4auto:RoadSideEquipment ;
  rdfs:comment """A transportation infrastructure communications device located on the roadside that provides V2X connectivity between On Board Units/Mobile Units and other parts of the transportation infrastructure including traffic control devices, traffic management systems, and back-office systems.
  
Note: Devices that are not part of the transportation infrastructure, such as cellular base stations or satellites, are not Road Side Units."""@en ;
  rdfs:label "RoadSideUnit"@en .

s4auto:RoadSideActuator a owl:Class ;
  rdfs:subClassOf s4auto:RoadSideEquipment , saref:Actuator ;
  rdfs:subClassOf s4auto:RoadSideEquipment ;
  rdfs:subClassOf [ owl:onProperty saref:controls ; owl:someValuesFrom s4auto:AutomotiveEntity ] ;
  rdfs:comment "Devices deployed along the road that produce signals based on road side sensor data measurements. Types of road side actuators that are relevant are devices such as traffic light controllers changing from red to green based on detected vehicles."@en ;
  rdfs:label "RoadSideActuator"@en .
@@ -4361,7 +4366,7 @@ s4auto:TrafficLightController a owl:Class ;
  rdfs:label "TrafficLight"@en .

s4auto:RoadSideSensor a owl:Class ;
  rdfs:subClassOf s4auto:RoadSideEquipment , saref:Sensor ;
  rdfs:subClassOf s4auto:RoadSideEquipment ;
  rdfs:subClassOf [ owl:onProperty saref:observes ; owl:someValuesFrom s4auto:AutomotiveEntity ] ;
  rdfs:comment "Sensors such as cameras, radars that are deployed along the road (e.g. at intersections and at poles along a highway). Road side sensors perform measurements, such as speed, position (relative or absolute), dimension, direction, etc. of road objects."@en ;
  rdfs:label "RoadSideSensor"@en .