gtfs:stop_id leaf node


URI

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

Label

stop_id

Description

Identifies a location: stop/platform, station, entrance/exit, generic node or boarding area.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gtfs:stop_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:stop_id a rdf:Property ;
    rdfs:label "stop_id"@en,
        "id_parada"@es,
        "id_parada"@pt ;
    rdfs:comment "Identifies a location: stop/platform, station, entrance/exit, generic node or boarding area."@en,
        "Identifica una ubicación: parada/andén, estación, entrada/salida, nodo genérico o área de abordaje."@es,
        "Identifica um local: parada/plataforma, estação, entrada/saída, nó genérico ou área de embarque."@pt ;
    rdfs:range xsd:string .