http://ontology.gtfs.org/reference#Transfer
Rules for making connections at transfer points between routes.
Instances of gtfs:Transfer can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class gtfs:Transfer | |||
| gtfs:from_route | rdf:Property | The route where the transfer originates. | gtfs:Route |
| gtfs:from_route_id | rdf:Property | The route from which a transfer begins. | xsd:string |
| gtfs:from_stop | rdf:Property | The stop where the transfer originates. | gtfs:Stop |
| gtfs:from_stop_id | rdf:Property | The stop from which a transfer begins. | xsd:string |
| gtfs:from_trip | rdf:Property | The trip where the transfer originates. | gtfs:Trip |
| gtfs:from_trip_id | rdf:Property | The trip from which a transfer begins. | xsd:string |
| gtfs:min_transfer_time | rdf:Property | Minimum time required to transfer between stops. | xsd:integer |
| gtfs:to_route | rdf:Property | The route where the transfer ends. | gtfs:Route |
| gtfs:to_route_id | rdf:Property | The route where a transfer ends. | xsd:string |
| gtfs:to_stop | rdf:Property | The stop where the transfer ends. | gtfs:Stop |
| gtfs:to_stop_id | rdf:Property | The stop where a transfer ends. | xsd:string |
| gtfs:to_trip | rdf:Property | The trip where the transfer ends. | gtfs:Trip |
| gtfs:to_trip_id | rdf:Property | The trip where a transfer ends. | xsd:string |
| gtfs:transfer_type | rdf:Property | Type of the transfer (e.g. Recommended, Timed, Requires minimum time). | xsd:integer |
| From class owl:Thing | |||
| gtfs:booking_rule | rdf:Property | gtfs:BookingRule | |
| gtfs:drop_off_booking_rule | rdf:Property | Booking rule for drop off. | gtfs:BookingRule |
| gtfs:end_time | rdf:Property | Time when the timeframe ends. | xsd:string |
| gtfs:fare_id | rdf:Property | Identifies a fare class. | xsd:string |
| gtfs:fare_media_id | rdf:Property | Identifies a fare media. | xsd:string |
| gtfs:fare_product_id | rdf:Property | Identifies a fare product. | xsd:string |
| gtfs:leg_group_id | rdf:Property | Identifies a group of legs for fare calculation. | xsd:string |
| gtfs:location | rdf:Property | The GeoJSON location for this stop time. | gtfs:GeoJsonLocation |
| gtfs:location_group | rdf:Property | The location group for this stop time. | gtfs:LocationGroup |
| gtfs:pickup_booking_rule | rdf:Property | Booking rule for pickup. | gtfs:BookingRule |
| gtfs:rider_category_id | rdf:Property | Identifies a rider category. | xsd:string |
| gtfs:route | rdf:Property | The route that this trip is part of. | gtfs:Route |
| gtfs:route_id | rdf:Property | Identifies a route. | xsd:string |
| gtfs:start_time | rdf:Property | Time when the timeframe begins. | xsd:string |
| gtfs:stop_id | rdf:Property | Identifies a location: stop/platform, station, entrance/exit, generic node or boarding area. | xsd:string |
| gtfs:trip_id | rdf:Property | Identifies a trip. | xsd:string |
By the associated SHACL property shapes, instances of gtfs:Transfer can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
|---|---|---|---|---|---|---|---|
| gtfs:Transfer | |||||||
| gtfs:from_stop_id | rdf:Property |
La parada desde donde comienza una transferencia.<br>The stop from which a transfer begins.<br>A parada de onde a transferência começa.
|
xsd:string
|
xsd:string
|
|||
| gtfs:min_transfer_time | rdf:Property |
Tempo mínimo necessário para transferir entre paradas.<br>Tiempo mínimo requerido para transferir entre paradas.<br>Minimum time required to transfer between stops.
|
xsd:integer
|
xsd:integer
|
|||
| gtfs:to_stop_id | rdf:Property |
La parada donde termina una transferencia.<br>A parada onde a transferência termina.<br>The stop where a transfer ends.
|
xsd:string
|
xsd:string
|
|||
| gtfs:transfer_type | rdf:Property |
Tipo da transferência (por exemplo, Recomendada, Programada, Requer tempo mínimo).<br>Tipo de transferencia (por ejemplo, Recomendada, Programada, Requiere tiempo mínimo).<br>Type of the transfer (e.g. Recommended, Timed, Requires minimum time).
|
1 |
xsd:integer
|
xsd:integer
|
||
@prefix gtfs: <http://ontology.gtfs.org/reference#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
gtfs:Transfer a rdfs:Class ;
rdfs:label "Transfer"@en,
"Transferencia"@es,
"Transferência"@pt ;
rdfs:comment "Rules for making connections at transfer points between routes."@en,
"Reglas para realizar conexiones en puntos de transferencia entre rutas."@es,
"Regras para fazer conexões em pontos de transferência entre rotas."@pt .