http://ontology.gtfs.org/reference#from_timeframe_group_id
Timeframe at the start of the leg.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| gtfs:FareLegRule | gtfs:from_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: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 .