http://ontology.gtfs.org/reference#FeedInfo
Information about the dataset itself.
Instances of gtfs:FeedInfo can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class gtfs:FeedInfo | |||
| gtfs:default_lang | rdf:Property | xsd:string | |
| gtfs:feed_contact_email | rdf:Property | xsd:string | |
| gtfs:feed_contact_url | rdf:Property | xsd:string | |
| gtfs:feed_end_date | rdf:Property | xsd:string | |
| gtfs:feed_lang | rdf:Property | Default language of the dataset. | xsd:string |
| gtfs:feed_publisher_name | rdf:Property | Full name of the organization that publishes the dataset. | xsd:string |
| gtfs:feed_publisher_url | rdf:Property | URL of the dataset publishing organization. | xsd:string |
| gtfs:feed_start_date | rdf:Property | xsd:string | |
| gtfs:feed_version | rdf:Property | xsd:string | |
| From class owl:Thing | |||
| gtfs:booking_rule | rdf:Property | gtfs:BookingRule | |
| gtfs:drop_off_booking_rule | rdf:Property | Booking rule for drop off. | gtfs:BookingRule |
| gtfs:end_time | rdf:Property | Time when the timeframe ends. | xsd:string |
| gtfs:fare_id | rdf:Property | Identifies a fare class. | xsd:string |
| gtfs:fare_media_id | rdf:Property | Identifies a fare media. | xsd:string |
| gtfs:fare_product_id | rdf:Property | Identifies a fare product. | xsd:string |
| gtfs:leg_group_id | rdf:Property | Identifies a group of legs for fare calculation. | xsd:string |
| gtfs:location | rdf:Property | The GeoJSON location for this stop time. | gtfs:GeoJsonLocation |
| gtfs:location_group | rdf:Property | The location group for this stop time. | gtfs:LocationGroup |
| gtfs:pickup_booking_rule | rdf:Property | Booking rule for pickup. | gtfs:BookingRule |
| gtfs:rider_category_id | rdf:Property | Identifies a rider category. | xsd:string |
| gtfs:route | rdf:Property | The route that this trip is part of. | gtfs:Route |
| gtfs:route_id | rdf:Property | Identifies a route. | xsd:string |
| gtfs:start_time | rdf:Property | Time when the timeframe begins. | xsd:string |
| gtfs:stop_id | rdf:Property | Identifies a location: stop/platform, station, entrance/exit, generic node or boarding area. | xsd:string |
| gtfs:trip_id | rdf:Property | Identifies a trip. | xsd:string |
By the associated SHACL property shapes, instances of gtfs:FeedInfo can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
LOCAL RANGE |
GLOBAL RANGE |
|
|---|---|---|---|---|---|---|---|
| gtfs:FeedInfo | |||||||
| gtfs:feed_lang | rdf:Property |
Idioma predeterminado del conjunto de datos.<br>Idioma padrão do conjunto de dados.<br>Default language of the dataset.
|
1 |
xsd:string
|
xsd:string
|
||
| gtfs:feed_publisher_name | rdf:Property |
Full name of the organization that publishes the dataset.<br>Nombre completo de la organización que publica el conjunto de datos.<br>Nome completo da organização que publica o conjunto de dados.
|
1 |
xsd:string
|
xsd:string
|
||
| gtfs:feed_publisher_url | rdf:Property |
URL de la organización que publica el conjunto de datos.<br>URL of the dataset publishing organization.<br>URL da organização editora do conjunto de dados.
|
1 |
xsd:string
|
xsd:string
|
||
@prefix gtfs: <http://ontology.gtfs.org/reference#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
gtfs:FeedInfo a rdfs:Class ;
rdfs:label "Feed Info"@en,
"Información del Feed"@es,
"Informações do Feed"@pt ;
rdfs:comment "Information about the dataset itself."@en,
"Información sobre el conjunto de datos en sí."@es,
"Informações sobre o próprio conjunto de dados."@pt .