gtfs:from_timeframe_group_id leaf node


URI

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

Label

from_timeframe_group_id

Description

Timeframe at the start of the leg.

Usage

DOMAINPROPERTYRANGE
gtfs:FareLegRule gtfs:from_timeframe_group_id xsd:string

Implementation

@prefix gtfs: <http://ontology.gtfs.org/reference#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

gtfs:from_timeframe_group_id a rdf:Property ;
    rdfs:label "from_timeframe_group_id"@en,
        "id_grupo_marco_tiempo_origen"@es,
        "id_grupo_marco_tempo_origem"@pt ;
    rdfs:comment "Timeframe at the start of the leg."@en,
        "Marco de tiempo al inicio del tramo."@es,
        "Marco de tempo no inĂ­cio da perna."@pt ;
    rdfs:domain gtfs:FareLegRule ;
    rdfs:range xsd:string .