gtfs:RiderCategory leaf node


URI

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

Label

Rider Category

Description

Defines a category of riders (e.g. Senior, Child, Student).

Usage

Instances of gtfs:RiderCategory can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:RiderCategory
gtfs:is_child rdf:Property Indicates if the rider category represents a child. xsd:integer
gtfs:is_elderly rdf:Property Indicates if the rider category represents an elderly person. xsd:integer
gtfs:is_student rdf:Property Indicates if the rider category represents a student. xsd:integer
gtfs:max_age rdf:Property Maximum age for this rider category. xsd:integer
gtfs:min_age rdf:Property Minimum age for this rider category. xsd:integer
gtfs:rider_category_name rdf:Property Name of the rider category. 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:RiderCategory 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:RiderCategory
gtfs:is_child rdf:Property Indica se a categoria de passageiro representa uma criança.<br>Indica si la categoría de pasajero representa a un niño.<br>Indicates if the rider category represents a child.
xsd:integer
xsd:integer
gtfs:is_elderly rdf:Property Indicates if the rider category represents an elderly person.<br>Indica si la categoría de pasajero representa a una persona mayor.<br>Indica se a categoria de passageiro representa uma pessoa idosa.
xsd:integer
xsd:integer
gtfs:is_student rdf:Property Indicates if the rider category represents a student.<br>Indica si la categoría de pasajero representa a un estudiante.<br>Indica se a categoria de passageiro representa um estudante.
xsd:integer
xsd:integer
gtfs:max_age rdf:Property Edad máxima para esta categoría de pasajero.<br>Maximum age for this rider category.<br>Idade máxima para esta categoria de passageiro.
xsd:integer
xsd:integer
gtfs:min_age rdf:Property Idade mínima para esta categoria de passageiro.<br>Edad mínima para esta categoría de pasajero.<br>Minimum age for this rider category.
xsd:integer
xsd:integer
gtfs:rider_category_id rdf:Property Identifies a rider category.<br>Identifica una categoría de pasajero.<br>Identifica uma categoria de passageiro.
1 xsd:string
xsd:string
gtfs:rider_category_name rdf:Property Nome da categoria de passageiro.<br>Name of the rider category.<br>Nombre de la categoría de pasajero.
1 xsd:string
xsd:string

Implementation

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

gtfs:RiderCategory a rdfs:Class ;
    rdfs:label "Rider Category"@en,
        "Categoría de Pasajero"@es,
        "Categoria de Passageiro"@pt ;
    rdfs:comment "Defines a category of riders (e.g. Senior, Child, Student)."@en,
        "Define una categoría de pasajeros (por ejemplo, Tercera Edad, Niño, Estudiante)."@es,
        "Define uma categoria de passageiros (por exemplo, Idoso, Criança, Estudante)."@pt .