gtfs:Trip leaf node


URI

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

Label

Trip

Description

Trips for each route. A trip is a sequence of two or more stops that occur during a specific time period.

Shapes (1)

Usage

Instances of gtfs:Trip can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:Trip
gtfs:bikes_allowed rdf:Property Indicates whether bikes are allowed. xsd:integer
gtfs:block_id rdf:Property Identifies the block to which the trip belongs. xsd:string
gtfs:cars_allowed rdf:Property Indicates whether cars are allowed. xsd:integer
gtfs:direction_id rdf:Property Indicates the direction of travel for a trip. xsd:integer
gtfs:service rdf:Property The service schedule (calendar) for this trip. rdfs:Resource
gtfs:service_id rdf:Property Identifies a set of dates when service is available for one or more routes. xsd:string
gtfs:shape_id rdf:Property Identifies a geospatial shape describing the vehicle travel path for a trip. xsd:string
gtfs:trip_headsign rdf:Property Text that appears on signage identifying the trip's destination to riders. xsd:string
gtfs:trip_short_name rdf:Property Public facing text used to identify the trip to riders. xsd:string
gtfs:wheelchair_accessible rdf:Property Indicates wheelchair accessibility. 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:Trip 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:Trip
gtfs:bikes_allowed rdf:Property Indica si se permiten bicicletas.<br>Indicates whether bikes are allowed.<br>Indica se bicicletas são permitidas.
xsd:integer
xsd:integer
gtfs:block_id rdf:Property Identifies the block to which the trip belongs.<br>Identifica el bloque al que pertenece el viaje.<br>Identifica o bloco ao qual a viagem pertence.
xsd:string
xsd:string
gtfs:cars_allowed rdf:Property Indica si se permiten coches.<br>Indica se carros são permitidos.<br>Indicates whether cars are allowed.
xsd:integer
xsd:integer
gtfs:direction_id rdf:Property Indica la dirección del viaje.<br>Indica a direção da viagem.<br>Indicates the direction of travel for a trip.
xsd:integer
xsd:integer
gtfs:route_id rdf:Property Identifies a route.<br>Identifica uma rota.<br>Identifica una ruta.
1 xsd:string
xsd:string
gtfs:service_id rdf:Property Identifies a set of dates when service is available for one or more routes.<br>Identifica um conjunto de datas em que o serviço está disponível para uma ou mais rotas.<br>Identifica un conjunto de fechas en las que el servicio está disponible para una o más rutas.
1 xsd:string
xsd:string
gtfs:shape_id rdf:Property Identifica uma forma geoespacial descrevendo o trajeto do veículo para uma viagem.<br>Identifica una forma geoespacial que describe la trayectoria del viaje del vehículo.<br>Identifies a geospatial shape describing the vehicle travel path for a trip.
xsd:string
xsd:string
gtfs:trip_headsign rdf:Property Text that appears on signage identifying the trip's destination to riders.<br>Texto que aparece en la señalización identificando el destino del viaje a los pasajeros.<br>Texto que aparece na sinalização identificando o destino da viagem aos passageiros.
xsd:string
xsd:string
gtfs:trip_id rdf:Property Identifies a trip.<br>Identifica uma viagem.<br>Identifica un viaje.
1 xsd:string
xsd:string
gtfs:trip_short_name rdf:Property Texto público utilizado para identificar el viaje a los pasajeros.<br>Texto voltado para o público usado para identificar a viagem aos passageiros.<br>Public facing text used to identify the trip to riders.
xsd:string
xsd:string
gtfs:wheelchair_accessible rdf:Property Indica accesibilidad para sillas de ruedas.<br>Indicates wheelchair accessibility.<br>Indica a acessibilidade para cadeiras de rodas.
xsd:integer
xsd:integer

Implementation

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

gtfs:Trip a rdfs:Class ;
    rdfs:label "Trip"@en,
        "Viaje"@es,
        "Viagem"@pt ;
    rdfs:comment "Trips for each route. A trip is a sequence of two or more stops that occur during a specific time period."@en,
        "Viajes para cada ruta. Un viaje es una secuencia de dos o más paradas que ocurren durante un período de tiempo específico."@es,
        "Viagens para cada rota. Uma viagem é uma sequência de duas ou mais paradas que ocorrem durante um período de tempo específico."@pt .