gtfs:end_time leaf node


URI

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

Label

end_time

Description

Time when the timeframe ends.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gtfs:end_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:end_time a rdf:Property ;
    rdfs:label "end_time"@en,
        "hora_fin"@es,
        "hora_fim"@pt ;
    rdfs:comment "Time when the timeframe ends."@en,
        "Hora cuando termina el marco de tiempo."@es,
        "Hora em que o marco de tempo termina."@pt ;
    rdfs:range xsd:string .