TransportNode¶
A TransportNode is a NetworkElement that represents a node on the transport network that can be used to designate an end to a link or to join links.
IRI: https://w3id.org/citydata/part3/v1/TransportNode
Diagram¶

Specializations of TransportNode¶
| Class | Description |
|---|---|
| Junction | A Junction is a TransportNode that allows a traveller to connect from one TravelledWayLink to another. |
| Route Point | A RoutePoint represents a point of interest along a PublicTransportRoute. |
Formalization for TransportNode¶
| Property | Constraint |
|---|---|
| cdm1:properPartOf | only TransportNetwork |
| cdm1:properPartOf | min 1 |
| cdm1:properPartOf | min 1 TransportNetwork |
| egress | only TravelledWayLink |
| egress | min 1 |
| egress | min 1 TravelledWayLink |
| ingress | only TravelledWayLink |
| ingress | min 1 |
| ingress | min 1 TravelledWayLink |
| subClassOf | NetworkElement |
Used by classes¶
| Class | Property |
|---|---|
| Travelled Way Link | from |
| Travelled Way Link | to |
Other annotations¶
| Property | Value |
|---|---|
| xsd:pattern | TransportNetworkPattern |