gtfs:start_time leaf node


URI

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

Label

start_time

Description

Time when the timeframe begins.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gtfs:start_time 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:start_time a rdf:Property ;
    rdfs:label "start_time"@en,
        "hora_inicio"@es,
        "hora_inicio"@pt ;
    rdfs:comment "Time when the timeframe begins."@en,
        "Hora cuando comienza el marco de tiempo."@es,
        "Hora em que o marco de tempo começa."@pt ;
    rdfs:range xsd:string .