gtfs:CalendarDate leaf node


URI

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

Label

Calendar Date

Description

Exceptions for the service IDs defined in the calendar.txt file.

Usage

Instances of gtfs:CalendarDate can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:CalendarDate
gtfs:date rdf:Property Date (in YYYYMMDD format) when the exception occurs/service is available. xsd:string
gtfs:exception_type rdf:Property Indicates whether service is added or removed for the specified date. 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:CalendarDate 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:CalendarDate
gtfs:date rdf:Property Date (in YYYYMMDD format) when the exception occurs/service is available.<br>Data (no formato AAAAMMDD) em que a exceção ocorre/serviço está disponível.<br>Fecha (en formato AAAAMMDD) cuando ocurre la excepción/el servicio está disponible.
1 xsd:string
xsd:string
gtfs:exception_type rdf:Property Indicates whether service is added or removed for the specified date.<br>Indica se o serviço é adicionado ou removido para a data especificada.<br>Indica si el servicio se agrega o se elimina para la fecha especificada.
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

Implementation

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

gtfs:CalendarDate a rdfs:Class ;
    rdfs:label "Calendar Date"@en,
        "Fecha de Calendario"@es,
        "Data do Calendário"@pt ;
    rdfs:comment "Exceptions for the service IDs defined in the calendar.txt file."@en,
        "Excepciones para los ID de servicio definidos en el archivo calendar.txt."@es,
        "Exceções para os IDs de serviço definidos no arquivo calendar.txt."@pt .