http://ontology.gtfs.org/reference#level_id
Identifies a level. - Level of the location.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| gtfs:Stop | gtfs:level_id | xsd:string |
@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:level_id a rdf:Property ;
rdfs:label "level_id"@en,
"id_nivel"@es,
"id_nivel"@pt ;
rdfs:comment "Identifies a level."@en,
"Level of the location."@en,
"Identifica un nivel."@es,
"Nivel de la ubicación."@es,
"Nível do local."@pt ;
rdfs:domain gtfs:Stop ;
rdfs:range xsd:string .