gtfs:Translation leaf node


URI

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

Label

Translation

Description

Provides field translations.

Usage

Instances of gtfs:Translation can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class gtfs:Translation
gtfs:field_name rdf:Property The field to be translated. xsd:string
gtfs:field_value rdf:Property xsd:string
gtfs:language rdf:Property The language of the translation. xsd:string
gtfs:record_id rdf:Property xsd:string
gtfs:record_sub_id rdf:Property xsd:string
gtfs:table_name rdf:Property The table containing the field to be translated. xsd:string
gtfs:translation rdf:Property The translated value. 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:Translation 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:Translation
gtfs:field_name rdf:Property O campo a ser traduzido.<br>El campo a traducir.<br>The field to be translated.
1 xsd:string
xsd:string
gtfs:language rdf:Property O idioma da tradução.<br>The language of the translation.<br>El idioma de la traducción.
1 xsd:string
xsd:string
gtfs:table_name rdf:Property A tabela contendo o campo a ser traduzido.<br>La tabla que contiene el campo a traducir.<br>The table containing the field to be translated.
1 xsd:string
xsd:string
gtfs:translation rdf:Property El valor traducido.<br>O valor traduzido.<br>The translated value.
1 xsd:string
xsd:string

Implementation

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

gtfs:Translation a rdfs:Class ;
    rdfs:label "Translation"@en,
        "Traducción"@es,
        "Tradução"@pt ;
    rdfs:comment "Provides field translations."@en,
        "Proporciona traducciones de campos."@es,
        "Fornece traduções de campos."@pt .