http://ontology.gtfs.org/reference#to_timeframe_group_id
Timeframe at the end of the leg.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| gtfs:FareLegRule | gtfs:to_timeframe_group_id | xsd:string |
@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:to_timeframe_group_id a rdf:Property ;
rdfs:label "to_timeframe_group_id"@en,
"id_grupo_marco_tiempo_destino"@es,
"id_grupo_marco_tempo_destino"@pt ;
rdfs:comment "Timeframe at the end of the leg."@en,
"Marco de tiempo al final del tramo."@es,
"Marco de tempo no final da perna."@pt ;
rdfs:domain gtfs:FareLegRule ;
rdfs:range xsd:string .