gtfs:timeframe_group_id leaf node


URI

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

Label

timeframe_group_id

Description

Identifies a specific timeframe.

Usage

DOMAINPROPERTYRANGE
gtfs:Timeframe gtfs:timeframe_group_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:timeframe_group_id a rdf:Property ;
    rdfs:label "timeframe_group_id"@en,
        "id_grupo_marco_tiempo"@es,
        "id_grupo_marco_tempo"@pt ;
    rdfs:comment "Identifies a specific timeframe."@en,
        "Identifica un marco de tiempo especĂ­fico."@es,
        "Identifica um marco de tempo especĂ­fico."@pt ;
    rdfs:domain gtfs:Timeframe ;
    rdfs:range xsd:string .