http://ontology.gtfs.org/reference#Calendar
Service dates specified using a weekly schedule with start and end dates.
Instances of gtfs:Calendar can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class gtfs:Calendar | |||
| gtfs:end_date | rdf:Property | End date for the service. | xsd:string |
| gtfs:friday | rdf:Property | Service availability for Fridays. | xsd:integer |
| gtfs:monday | rdf:Property | Service availability for Mondays. | xsd:integer |
| gtfs:saturday | rdf:Property | Service availability for Saturdays. | xsd:integer |
| gtfs:start_date | rdf:Property | Start date for the service. | xsd:string |
| gtfs:sunday | rdf:Property | Service availability for Sundays. | xsd:integer |
| gtfs:thursday | rdf:Property | Service availability for Thursdays. | xsd:integer |
| gtfs:tuesday | rdf:Property | Service availability for Tuesdays. | xsd:integer |
| gtfs:wednesday | rdf:Property | Service availability for Wednesdays. | 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 |
By the associated SHACL property shapes, instances of gtfs:Calendar can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
|---|---|---|---|---|---|---|---|
| gtfs:Calendar | |||||||
| gtfs:end_date | rdf:Property |
Data de término do serviço.<br>End date for the service.<br>Fecha de fin del servicio.
|
1 |
xsd:string
|
xsd:string
|
||
| gtfs:friday | rdf:Property |
Disponibilidad del servicio para los viernes.<br>Service availability for Fridays.<br>Disponibilidade de serviço para sextas-feiras.
|
1 |
xsd:integer
|
xsd:integer
|
||
| gtfs:monday | rdf:Property |
Service availability for Mondays.<br>Disponibilidad del servicio para los lunes.<br>Disponibilidade de serviço para segundas-feiras.
|
1 |
xsd:integer
|
xsd:integer
|
||
| gtfs:saturday | rdf:Property |
Disponibilidade de serviço para sábados.<br>Service availability for Saturdays.<br>Disponibilidad del servicio para los sábados.
|
1 |
xsd:integer
|
xsd:integer
|
||
| 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:start_date | rdf:Property |
Data de início do serviço.<br>Fecha de inicio del servicio.<br>Start date for the service.
|
1 |
xsd:string
|
xsd:string
|
||
| gtfs:sunday | rdf:Property |
Service availability for Sundays.<br>Disponibilidad del servicio para los domingos.<br>Disponibilidade de serviço para domingos.
|
1 |
xsd:integer
|
xsd:integer
|
||
| gtfs:thursday | rdf:Property |
Disponibilidad del servicio para los jueves.<br>Disponibilidade de serviço para quintas-feiras.<br>Service availability for Thursdays.
|
1 |
xsd:integer
|
xsd:integer
|
||
| gtfs:tuesday | rdf:Property |
Disponibilidad del servicio para los martes.<br>Service availability for Tuesdays.<br>Disponibilidade de serviço para terças-feiras.
|
1 |
xsd:integer
|
xsd:integer
|
||
| gtfs:wednesday | rdf:Property |
Disponibilidade de serviço para quartas-feiras.<br>Service availability for Wednesdays.<br>Disponibilidad del servicio para los miércoles.
|
1 |
xsd:integer
|
xsd:integer
|
||
@prefix gtfs: <http://ontology.gtfs.org/reference#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
gtfs:Calendar a rdfs:Class ;
rdfs:label "Calendar"@en,
"Calendario"@es,
"Calendário"@pt ;
rdfs:comment "Service dates specified using a weekly schedule with start and end dates."@en,
"Fechas de servicio especificadas usando un horario semanal con fechas de inicio y fin."@es,
"Datas de serviço especificadas usando uma programação semanal com datas de início e fim."@pt .