gtfs:to_area_id leaf node


URI

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

Label

to_area_id

Description

Identifies the destination area.

Usage

DOMAINPROPERTYRANGE
gtfs:FareLegRule gtfs:to_area_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:to_area_id a rdf:Property ;
    rdfs:label "to_area_id"@en,
        "id_area_destino"@es,
        "id_area_destino"@pt ;
    rdfs:comment "Identifies the destination area."@en,
        "Identifica el área de destino."@es,
        "Identifica a área de destino."@pt ;
    rdfs:domain gtfs:FareLegRule ;
    rdfs:range xsd:string .