gtfs:to_timeframe leaf node


URI

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

Label

to_timeframe

Description

The ending timeframe.

Usage

DOMAINPROPERTYRANGE
gtfs:FareLegRule gtfs:to_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:to_timeframe a rdf:Property ;
    rdfs:label "to_timeframe"@en,
        "marco_tiempo_destino"@es,
        "marco_tempo_destino"@pt ;
    rdfs:comment "The ending timeframe."@en,
        "El marco de tiempo final."@es,
        "O marco de tempo final."@pt ;
    rdfs:domain gtfs:FareLegRule ;
    rdfs:range gtfs:Timeframe .