gtfs:from_timeframe leaf node


URI

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

Label

from_timeframe

Description

The starting timeframe.

Usage

DOMAINPROPERTYRANGE
gtfs:FareLegRule gtfs:from_timeframe gtfs:Timeframe

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#> .

gtfs:from_timeframe a rdf:Property ;
    rdfs:label "from_timeframe"@en,
        "marco_tiempo_origen"@es,
        "marco_tempo_origem"@pt ;
    rdfs:comment "The starting timeframe."@en,
        "El marco de tiempo inicial."@es,
        "O marco de tempo inicial."@pt ;
    rdfs:domain gtfs:FareLegRule ;
    rdfs:range gtfs:Timeframe .