PublicTransportRoute¶
A PublicTransportRoute represents one specific path used by a public transport vehicle to transport passengers to and from designated locations.
NOTE: For example, a PublicTransportLine might use an alternate PublicTransportRoute to reach its next stop during periods of congestion.
IRI: https://w3id.org/citydata/part3/v1/PublicTransportRoute
Diagram¶

Formalization for PublicTransportRoute¶
| Property | Constraint |
|---|---|
| cdm1:properPartOf | only PublicTransportLine |
| cdm1:properPartOf | min 1 |
| cdm1:properPartOf | min 1 PublicTransportLine |
| direction | min 1 |
| direction | min 1 cdm2:Code |
| routePoints | min 2 |
| routePoints | min 2 PointOnRoute |
| subClassOf | PublicTransportElement |
Used by classes¶
| Class | Property |
|---|---|
| Public Transport Line (cdm1) | cdm1:hasProperPart |