gtfs:trip_id leaf node


URI

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

Label

trip_id

Description

Identifies a trip.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) gtfs:trip_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:trip_id a rdf:Property ;
    rdfs:label "trip_id"@en,
        "id_viaje"@es,
        "id_viagem"@pt ;
    rdfs:comment "Identifies a trip."@en,
        "Identifica un viaje."@es,
        "Identifica uma viagem."@pt ;
    rdfs:range xsd:string .