PointOnRoute¶
A PointOnRoute represents an ordered RoutePoint for a PublicTransportRoute.
IRI: https://w3id.org/citydata/part3/v1/PointOnRoute
Diagram¶

Formalization for PointOnRoute¶
| Property | Constraint |
|---|---|
| index | exactly 1 |
| index | exactly 1 xsd:integer |
| routePoint | exactly 1 |
| routePoint | exactly 1 RoutePoint |
| routePointType | only cdm2:Code |
| routePointType | only cdm2:Code |
| subClassOf | PublicTransportElement |