gtfs:destination_id leaf node


URI

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

Label

destination_id

Description

Identifies a destination zone.

Usage

DOMAINPROPERTYRANGE
gtfs:FareRule gtfs:destination_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:destination_id a rdf:Property ;
    rdfs:label "destination_id"@en,
        "id_destino"@es,
        "id_destino"@pt ;
    rdfs:comment "Identifies a destination zone."@en,
        "Identifica una zona de destino."@es,
        "Identifica uma zona de destino."@pt ;
    rdfs:domain gtfs:FareRule ;
    rdfs:range xsd:string .