gtfs:FareMedia leaf node


URI

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

Label

Fare Media

Description

Describes the physical or virtual media used for fare validation (e.g. transit card, mobile app).

Shapes (1)

Usage

Instances of gtfs:FareMedia can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:FareMedia
gtfs:fare_media_name rdf:Property Name of the fare media. xsd:string
gtfs:fare_media_type rdf:Property The type of the fare media (0: None, 1: Paper ticket, 2: Transit card, etc.). 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:FareMedia 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:FareMedia
gtfs:fare_media_id rdf:Property Identifica un medio de tarifa.<br>Identifica uma mídia de tarifa.<br>Identifies a fare media.
1 xsd:string
xsd:string
gtfs:fare_media_name rdf:Property Nombre del medio de tarifa.<br>Name of the fare media.<br>Nome da mídia de tarifa.
1 xsd:string
xsd:string
gtfs:fare_media_type rdf:Property El tipo de medio de tarifa (0: Ninguno, 1: Billete de papel, 2: Tarjeta de transporte, etc.).<br>O tipo da mídia de tarifa (0: Nenhuma, 1: Bilhete de papel, 2: Cartão de transporte, etc.).<br>The type of the fare media (0: None, 1: Paper ticket, 2: Transit card, etc.).
1 xsd:integer
xsd:integer

Implementation

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

gtfs:FareMedia a rdfs:Class ;
    rdfs:label "Fare Media"@en,
        "Medio de Tarifa"@es,
        "Mídia de Tarifa"@pt ;
    rdfs:comment "Describes the physical or virtual media used for fare validation (e.g. transit card, mobile app)."@en,
        "Describe el medio físico o virtual utilizado para la validación de tarifas (por ejemplo, tarjeta de transporte, aplicación móvil)."@es,
        "Descreve a mídia física ou virtual usada para validação de tarifa (por exemplo, cartão de transporte, aplicativo móvel)."@pt .