gtfs:Agency leaf node


URI

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

Label

Agency

Description

Transit agencies with service represented in this dataset.

Shapes (1)

Usage

Instances of gtfs:Agency can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:Agency
gtfs:agency_email rdf:Property Email address actively monitored by the agency’s customer service department. xsd:string
gtfs:agency_fare_url rdf:Property URL of a web page where a rider can purchase tickets or other fare instruments. xsd:anyURI
gtfs:agency_lang rdf:Property Primary language used by this transit agency (IETF BCP 47). xsd:string
gtfs:agency_name rdf:Property Full name of the transit agency. xsd:string
gtfs:agency_phone rdf:Property A voice telephone number for the specified agency. xsd:string
gtfs:agency_timezone rdf:Property Timezone where the transit agency is located. xsd:string
gtfs:agency_url rdf:Property URL of the transit agency. xsd:anyURI
gtfs:cemv_support rdf:Property Indicates if riders can access a transit service using a contactless EMV card. 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:Agency 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:Agency
gtfs:agency_email rdf:Property Endereço de e-mail monitorado ativamente pelo departamento de atendimento ao cliente da agência.<br>Dirección de correo electrónico monitoreada activamente por el departamento de servicio al cliente de la agencia.<br>Email address actively monitored by the agency’s customer service department.
xsd:string
xsd:string
gtfs:agency_fare_url rdf:Property URL of a web page where a rider can purchase tickets or other fare instruments.<br>URL de uma página da web onde um passageiro pode comprar bilhetes ou outros instrumentos de tarifa.<br>URL de una página web donde un pasajero puede comprar boletos u otros instrumentos de tarifa.
xsd:anyURI
gtfs:agency_id rdf:Property Identifica una marca de transporte que a menudo es sinónimo de una agencia de transporte.<br>Identifica uma marca de transporte que é frequentemente sinônimo de uma agência de transporte.<br>Identifies a transit brand which is often synonymous with a transit agency.
xsd:string
xsd:string
gtfs:agency_lang rdf:Property Idioma principal usado por esta agência de transporte (IETF BCP 47).<br>Idioma principal utilizado por esta agencia de transporte (IETF BCP 47).<br>Primary language used by this transit agency (IETF BCP 47).
xsd:string
xsd:string
gtfs:agency_name rdf:Property Nome completo da agência de transporte.<br>Nombre completo de la agencia de transporte.<br>Full name of the transit agency.
1 xsd:string
xsd:string
gtfs:agency_phone rdf:Property A voice telephone number for the specified agency.<br>Um número de telefone para contato com a agência especificada.<br>Un número de teléfono de voz para la agencia especificada.
xsd:string
xsd:string
gtfs:agency_timezone rdf:Property Fuso horário onde a agência de transporte está localizada.<br>Zona horaria donde se encuentra la agencia de transporte.<br>Timezone where the transit agency is located.
1 xsd:string
xsd:string
gtfs:agency_url rdf:Property URL da agência de transporte.<br>URL de la agencia de transporte.<br>URL of the transit agency.
1 xsd:anyURI
gtfs:cemv_support rdf:Property Indica se os passageiros podem acessar um serviço de transporte usando um cartão EMV sem contato.<br>Indica si los pasajeros pueden acceder a un servicio de transporte utilizando una tarjeta EMV sin contacto.<br>Indicates if riders can access a transit service using a contactless EMV card.
xsd:integer
xsd:integer

Implementation

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

gtfs:Agency a rdfs:Class ;
    rdfs:label "Agency"@en,
        "Agencia"@es,
        "Agência"@pt ;
    rdfs:comment "Transit agencies with service represented in this dataset."@en,
        "Agencias de transporte con servicio representado en este conjunto de datos."@es,
        "Agências de transporte com serviço representado neste conjunto de dados."@pt .