gtfs:Frequency leaf node


URI

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

Label

Frequency

Description

Represents trips that operate on regular intervals (headway).

Shapes (1)

Usage

Instances of gtfs:Frequency can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:Frequency
gtfs:exact_times rdf:Property Indicates if frequency-based trips follow a fixed schedule. xsd:integer
gtfs:headway_secs rdf:Property Time in seconds between two vehicle departures. 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:Frequency 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:Frequency
gtfs:end_time rdf:Property Hora cuando termina el marco de tiempo.<br>Hora em que o marco de tempo termina.<br>Time when the timeframe ends.
1 xsd:string
xsd:string
gtfs:exact_times rdf:Property Indica se as viagens baseadas em frequência seguem um horário fixo.<br>Indicates if frequency-based trips follow a fixed schedule.<br>Indica si los viajes basados en frecuencia siguen un horario fijo.
xsd:integer
xsd:integer
gtfs:headway_secs rdf:Property Tempo em segundos entre duas partidas de veículos.<br>Time in seconds between two vehicle departures.<br>Tiempo en segundos entre dos salidas de vehículos.
1 xsd:integer
xsd:integer
gtfs:start_time rdf:Property Time when the timeframe begins.<br>Hora cuando comienza el marco de tiempo.<br>Hora em que o marco de tempo começa.
1 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

Implementation

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

gtfs:Frequency a rdfs:Class ;
    rdfs:label "Frequency"@en,
        "Frecuencia"@es,
        "Frequência"@pt ;
    rdfs:comment "Represents trips that operate on regular intervals (headway)."@en,
        "Representa viajes que operan en intervalos regulares (headway)."@es,
        "Representa viagens que operam em intervalos regulares."@pt .