gtfs:FareTransferRule leaf node


URI

http://ontology.gtfs.org/reference#FareTransferRule

Label

Fare Transfer Rule

Description

Rules for fare costs when transferring between legs.

Usage

Instances of gtfs:FareTransferRule can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:FareTransferRule
gtfs:duration_limit rdf:Property Time limit for the transfer. xsd:integer
gtfs:duration_limit_type rdf:Property Type of duration limit (e.g. from start of first leg, from end of previous leg). xsd:integer
gtfs:fare_transfer_type rdf:Property Logic for calculating transfer cost (e.g. A+AB, AB). xsd:integer
gtfs:transfer_count rdf:Property Number of transfers allowed. 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

Property Shapes

By the associated SHACL property shapes, instances of gtfs:FareTransferRule can have the following properties:

PROPERTY

PROPERTY TYPE

DESCRIPTION

MIN COUNT

MAX COUNT

LOCAL RANGE
(type range for property on this class)

GLOBAL RANGE
(type range for property globally)

gtfs:FareTransferRule
gtfs:duration_limit rdf:Property Limite de tempo para a transferência.<br>Time limit for the transfer.<br>Límite de tiempo para la transferencia.
xsd:integer
xsd:integer
gtfs:duration_limit_type rdf:Property Type of duration limit (e.g. from start of first leg, from end of previous leg).<br>Tipo de límite de duración.<br>Tipo de limite de duração.
xsd:integer
xsd:integer
gtfs:fare_product_id rdf:Property Identifica um produto tarifário.<br>Identifies a fare product.<br>Identifica un producto tarifario.
xsd:string
xsd:string
gtfs:fare_transfer_type rdf:Property Lógica para calcular o custo da transferência.<br>Lógica para calcular el costo de transferencia.<br>Logic for calculating transfer cost (e.g. A+AB, AB).
1 xsd:integer
xsd:integer
gtfs:from_leg_group_id rdf:Property O grupo de pernas anterior.<br>El grupo de tramos anterior.<br>The preceding leg group.
xsd:string
xsd:string
gtfs:to_leg_group_id rdf:Property The succeeding leg group.<br>O grupo de pernas seguinte.<br>El grupo de tramos siguiente.
xsd:string
xsd:string
gtfs:transfer_count rdf:Property Número de transferências permitidas.<br>Número de transferencias permitidas.<br>Number of transfers allowed.
xsd:integer
xsd:integer

Implementation

@prefix gtfs: <http://ontology.gtfs.org/reference#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

gtfs:FareTransferRule a rdfs:Class ;
    rdfs:label "Fare Transfer Rule"@en,
        "Regla de Transferencia Tarifaria"@es,
        "Regra de Transferência de Tarifa"@pt ;
    rdfs:comment "Rules for fare costs when transferring between legs."@en,
        "Reglas para los costos de tarifa al transferir entre tramos."@es,
        "Regras para custos de tarifa ao transferir entre pernas."@pt .