gtfs:FareAttribute leaf node


URI

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

Label

Fare Attribute

Description

Fare information for a transit organization's routes.

Usage

Instances of gtfs:FareAttribute can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:FareAttribute
gtfs:agency_id rdf:Property Identifies a transit brand which is often synonymous with a transit agency. xsd:string
gtfs:currency_type rdf:Property Currency used to pay the fare (ISO 4217). xsd:string
gtfs:payment_method rdf:Property Indicates when the fare must be paid. xsd:integer
gtfs:price rdf:Property Fare price, in the unit specified by currency_type. xsd:decimal
gtfs:transfer_duration rdf:Property Length of time in seconds before a transfer expires. xsd:integer
gtfs:transfers rdf:Property Indicates the number of transfers permitted on this fare. 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:FareAttribute 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:FareAttribute
gtfs:agency_id rdf:Property Identifica una marca de transporte que a menudo es sinónimo de una agencia de transporte.<br>Identifica uma marca de transporte que é frequentemente sinônimo de uma agência de transporte.<br>Identifies a transit brand which is often synonymous with a transit agency.
xsd:string
xsd:string
gtfs:currency_type rdf:Property Currency used to pay the fare (ISO 4217).<br>Moneda utilizada para pagar la tarifa (ISO 4217).<br>Moeda usada para pagar a tarifa (ISO 4217).
1 xsd:string
xsd:string
gtfs:fare_id rdf:Property Identifica una clase de tarifa.<br>Identifica uma classe de tarifa.<br>Identifies a fare class.
1 xsd:string
xsd:string
gtfs:payment_method rdf:Property Indicates when the fare must be paid.<br>Indica cuándo se debe pagar la tarifa.<br>Indica quando a tarifa deve ser paga.
1 xsd:integer
xsd:integer
gtfs:price rdf:Property Preço da tarifa, na unidade especificada por currency_type.<br>Fare price, in the unit specified by currency_type.<br>Precio de la tarifa, en la unidad especificada por currency_type.
1 xsd:decimal
xsd:decimal
gtfs:transfer_duration rdf:Property Duración en segundos antes de que expire una transferencia.<br>Duração em segundos antes que uma transferência expire.<br>Length of time in seconds before a transfer expires.
xsd:integer
xsd:integer
gtfs:transfers rdf:Property Indica el número de transferencias permitidas en esta tarifa.<br>Indica o número de transferências permitidas nesta tarifa.<br>Indicates the number of transfers permitted on this fare.
xsd:integer
xsd:integer

Implementation

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

gtfs:FareAttribute a rdfs:Class ;
    rdfs:label "Fare Attribute"@en,
        "Atributo de Tarifa"@es,
        "Atributo de Tarifa"@pt ;
    rdfs:comment "Fare information for a transit organization's routes."@en,
        "Información de tarifas para las rutas de una organización de transporte."@es,
        "Informações de tarifa para as rotas de uma organização de transporte."@pt .