gtfs:FareProduct leaf node


URI

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

Label

Fare Product

Description

Describes a specific fare product (e.g. One-way ticket, Monthly pass).

Usage

Instances of gtfs:FareProduct can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:FareProduct
gtfs:amount rdf:Property Cost of the fare product. xsd:decimal
gtfs:currency rdf:Property Currency of the amount (ISO 4217). xsd:string
gtfs:fare_media rdf:Property Fare media required for this product. gtfs:FareMedia
gtfs:fare_product_name rdf:Property Name of the fare product. xsd:string
gtfs:rider_category rdf:Property Rider category eligible for this product. gtfs:RiderCategory
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:FareProduct 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:FareProduct
gtfs:amount rdf:Property Custo do produto tarifário.<br>Costo del producto tarifario.<br>Cost of the fare product.
1 xsd:decimal
xsd:decimal
gtfs:currency rdf:Property Moneda del monto (ISO 4217).<br>Currency of the amount (ISO 4217).<br>Moeda do valor (ISO 4217).
1 xsd:string
xsd:string
gtfs:fare_media_id rdf:Property Identifica un medio de tarifa.<br>Identifica uma mídia de tarifa.<br>Identifies a fare media.
xsd:string
xsd:string
gtfs:fare_product_id rdf:Property Identifica um produto tarifário.<br>Identifies a fare product.<br>Identifica un producto tarifario.
1 xsd:string
xsd:string
gtfs:fare_product_name rdf:Property Nombre del producto tarifario.<br>Name of the fare product.<br>Nome do produto tarifário.
xsd:string
xsd:string
gtfs:rider_category_id rdf:Property Identifies a rider category.<br>Identifica una categoría de pasajero.<br>Identifica uma categoria de passageiro.
xsd:string
xsd:string

Implementation

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

gtfs:FareProduct a rdfs:Class ;
    rdfs:label "Fare Product"@en,
        "Producto Tarifario"@es,
        "Produto Tarifário"@pt ;
    rdfs:comment "Describes a specific fare product (e.g. One-way ticket, Monthly pass)."@en,
        "Describe un producto tarifario específico (por ejemplo, billete de ida, pase mensual)."@es,
        "Descreve um produto tarifário específico (por exemplo, Bilhete único, Passe mensal)."@pt .