gtfs:pathway_id leaf node


URI

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

Label

pathway_id

Description

Identifies a pathway.

Usage

DOMAINPROPERTYRANGE
gtfs:Pathway gtfs:pathway_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:pathway_id a rdf:Property ;
    rdfs:label "pathway_id"@en,
        "id_camino"@es,
        "id_caminho"@pt ;
    rdfs:comment "Identifies a pathway."@en,
        "Identifica un camino."@es,
        "Identifica um caminho."@pt ;
    rdfs:domain gtfs:Pathway ;
    rdfs:range xsd:string .