gtfs:BookingRule leaf node


URI

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

Label

Booking Rule

Description

Rules for rider-requested services.

Usage

Instances of gtfs:BookingRule can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:BookingRule
gtfs:booking_rule_id rdf:Property Identifies a booking rule. xsd:string
gtfs:booking_type rdf:Property Indicates how far in advance booking can be made. xsd:integer
gtfs:booking_url rdf:Property xsd:string
gtfs:drop_off_message rdf:Property xsd:string
gtfs:info_url rdf:Property xsd:string
gtfs:message rdf:Property xsd:string
gtfs:phone_number rdf:Property xsd:string
gtfs:pickup_message rdf:Property xsd:string
gtfs:prior_notice_duration_max rdf:Property xsd:integer
gtfs:prior_notice_duration_min rdf:Property xsd:integer
gtfs:prior_notice_last_day rdf:Property xsd:integer
gtfs:prior_notice_last_time rdf:Property xsd:string
gtfs:prior_notice_service rdf:Property xsd:string
gtfs:prior_notice_service_id rdf:Property xsd:string
gtfs:prior_notice_start_day rdf:Property xsd:integer
gtfs:prior_notice_start_time rdf:Property xsd:string
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:BookingRule 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:BookingRule
gtfs:booking_rule_id rdf:Property Identifica una regla de reserva.<br>Identifies a booking rule.<br>Identifica uma regra de agendamento.
1 xsd:string
xsd:string
gtfs:booking_type rdf:Property Indica com que antecedência o agendamento pode ser feito.<br>Indica con cuánta anticipación se puede hacer la reserva.<br>Indicates how far in advance booking can be made.
1 xsd:integer
xsd:integer

Implementation

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

gtfs:BookingRule a rdfs:Class ;
    rdfs:label "Booking Rule"@en,
        "Regla de Reserva"@es,
        "Regra de Agendamento"@pt ;
    rdfs:comment "Rules for rider-requested services."@en,
        "Reglas para servicios solicitados por pasajeros."@es,
        "Regras para serviços solicitados pelo passageiro."@pt .