http://ontology.gtfs.org/reference#table_name
The table containing the field to be translated.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| gtfs:Translation | gtfs:table_name | xsd:string |
@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:table_name a rdf:Property ;
rdfs:label "table_name"@en,
"nombre_tabla"@es,
"nome_tabela"@pt ;
rdfs:comment "The table containing the field to be translated."@en,
"La tabla que contiene el campo a traducir."@es,
"A tabela contendo o campo a ser traduzido."@pt ;
rdfs:domain gtfs:Translation ;
rdfs:range xsd:string .