RoadSegment¶
A RoadSegment can be defined to be a part of a RoadSection, for example, when the RoadSection does not span an entire RoadLink.
IRI: https://w3id.org/citydata/part3/v1/RoadSegment
Diagram¶

Specializations of RoadSegment¶
| Class | Description |
|---|---|
| Micromobility Path Segment | A MicromobilityPathSegment can be defined to be a part of a MicromobilityPathSection, especially when the MicromobilityPathSection does not span an entire MicromobilityLink. |
Formalization for RoadSegment¶
| Property | Constraint |
|---|---|
| cdm1:hasProperPart | only RoadLane |
| cdm1:hasProperPart | min 1 |
| cdm1:hasProperPart | min 1 RoadLane |
| cdm1:properPartOf | only RoadLink or RoadSection |
| cdm1:properPartOf | exactly 1 |
| cdm1:properPartOf | exactly 1 |
| numLanes | exactly 1 |
| numLanes | exactly 1 xsd:nonNegativeInteger |
| pavementType | max 1 |
| pavementType | max 1 cdm2:Code |
| width | exactly 1 |
| width | exactly 1 cdm1:Length |
| subClassOf | cdm2:RoadSegment |
| subClassOf | TravelledWaySegment |
Used by classes¶
| Class | Property |
|---|---|
| Road Lane (cdm1) | cdm1:properPartOf |
| Road Link (cdm1) | cdm1:hasProperPart |