gtfs:route_id leaf node


URI

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

Label

route_id

Description

Identifies a route.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gtfs:route_id 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:route_id a rdf:Property ;
    rdfs:label "route_id"@en,
        "id_ruta"@es,
        "id_rota"@pt ;
    rdfs:comment "Identifies a route."@en,
        "Identifica una ruta."@es,
        "Identifica uma rota."@pt ;
    rdfs:range xsd:string .