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

clean up road entity

parent 3ea3235a
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Original line Diff line number Diff line
@@ -104,18 +104,19 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
  rdfs:label "Platoon"@en .
  rdfs:label "Platoon"@en .


:RoadEntity a saref:FeatureKind ;
:RoadEntity a saref:FeatureKind ;
  saref:consistsOf :RoadSideEquipment , :CriticalObject , :VulnerableRoadUser ;
  saref:hasProperty :AbsolutePosition , :Height , :Length , :RelativePosition , :Shape , :Width ;
  saref:hasProperty :AbsolutePosition , :Height , :Length , :RelativePosition , :Shape , :Width ;
  saref:hasState :Movement ;
  saref:hasState :Movement ;
  rdfs:comment "An entity present on the road in the neighbouring area of a vehicle"@en ;
  rdfs:comment "An entity present on the road in the neighbouring area of a vehicle"@en ;
  rdfs:label "RoadEntity"@en .
  rdfs:label "RoadEntity"@en .


:RoadObject a saref:FeatureKind ;
:RoadObject a saref:FeatureKind ;
  skos:broader :RoadEntity ;
  rdfs:comment "Road side sensors measure properties (such as speed, position, dimension, direction, etc.) of road objects. Types of relevant road objects are Pedestrian, vehicles, obstacles, traffic signs, etc."@en ;
  rdfs:comment "Road side sensors measure properties (such as speed, position, dimension, direction, etc.) of road objects. Types of relevant road objects are Pedestrian, vehicles, obstacles, traffic signs, etc."@en ;
  rdfs:label "RoadObject"@en .
  rdfs:label "RoadObject"@en .




:RoadSideEquipment a saref:DeviceKind ;
:RoadSideEquipment a saref:DeviceKind ;
  skos:broader :RoadEntity ;
  rdfs:comment "A road side equipment can be either a simple data relay between vehicles and infrastructure or between the vehicles themselves, or it can run applications. It is usually high mounted in existing equipment, such as a street light, city traffic light, VMS or highway sign, or has its own pole."@en ;
  rdfs:comment "A road side equipment can be either a simple data relay between vehicles and infrastructure or between the vehicles themselves, or it can run applications. It is usually high mounted in existing equipment, such as a street light, city traffic light, VMS or highway sign, or has its own pole."@en ;
  rdfs:label "RoadSideEquipment"@en .
  rdfs:label "RoadSideEquipment"@en .


@@ -164,6 +165,7 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
### Instances of CriticalObject
### Instances of CriticalObject


:CriticalObject a saref:FeatureKind ;
:CriticalObject a saref:FeatureKind ;
  skos:broader :RoadEntity ;
  saref:hasProperty :Height , :Length , :Width , :Shape ;
  saref:hasProperty :Height , :Length , :Width , :Shape ;
  saref:hasState :Movement ;
  saref:hasState :Movement ;
  rdfs:comment "A critical object located on the road. Critical objects are small object, medium object, large object"@en ;
  rdfs:comment "A critical object located on the road. Critical objects are small object, medium object, large object"@en ;
@@ -296,6 +298,7 @@ vann:preferredNamespaceUri a owl:AnnotationProperty .
### Instances of VulnerableRoadUserKind
### Instances of VulnerableRoadUserKind


:VulnerableRoadUser a saref:FeatureKind ;
:VulnerableRoadUser a saref:FeatureKind ;
  skos:broader :RoadEntity ;
  saref:hasProperty :Height , :Length , :Width ;
  saref:hasProperty :Height , :Length , :Width ;
  saref:hasState :Movement ;
  saref:hasState :Movement ;
  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: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 ;