1,711 records

Stop: public holidays

New records are currently being added to this dataset, this process may take a while. Please note that visualizations might be incomplete in the meantime. Don't hesitate to refresh your page regularly!

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Didok number
Stop code according to the Didok (Services Documentation) list. Stop code according to the Didok (Services Documentation) list.

No description available for this field.

Name (identifier)
didok
Type
integer
Sample
10
Stop name
Official name of the stop

No description available for this field.

Name (identifier)
stationsbezeichnung
Type
text
Sample
Basel SBB
Date
Date 

No description available for this field.

Name (identifier)
datum
Type
date
Sample
2024-05-20
Public holiday
Public holiday

No description available for this field.

Name (identifier)
feiertag
Type
text
Sample
Pfingstmontag
Weekday
Day of the week

No description available for this field.

Name (identifier)
wochentag
Type
text
Sample
Monday
Nationaler Feiertag
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
national
Type
text
Sample
ja
Service Typ
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
servicetyp
Type
integer
Sample
1000
Service
Content-Type: text/plain; charset=utf-8

No description available for this field.

Name (identifier)
servicename
Type
text
Sample
Geldwechsel
Closed
Flag whether the service is closed.

No description available for this field.

Name (identifier)
closed
Type
text
Sample
                       
From 1
Duration of service; a rotation can have several different validities within one timetable version. From = valid from

No description available for this field.

Name (identifier)
von1
Type
text
Sample
09:30
until1
End time for the first time block

No description available for this field.

Name (identifier)
bis1
Type
text
Sample
18:00
From 1
Duration of service; a rotation can have several different validities within one timetable version. From = valid from

No description available for this field.

Name (identifier)
von2
Type
text
Sample
                       
until3
End time for the third time block

No description available for this field.

Name (identifier)
bis2
Type
text
Sample
                       
From 1
Duration of service; a rotation can have several different validities within one timetable version. From = valid from

No description available for this field.

Name (identifier)
von3
Type
text
Sample
                       
until3
End time for the third time block

No description available for this field.

Name (identifier)
bis3
Type
text
Sample
                       
Company
Who offers the service

No description available for this field.

Name (identifier)
unternehmung
Type
text
Sample
SBB
Schlüssel
Schlüssel es Datensatz

No description available for this field.

Name (identifier)
key
Type
text
Sample
10-2024-05-20T00:00:00-1000
OPUIC
Identification of the stop according to UIC specification

No description available for this field.

Name (identifier)
bpuic
Type
text
Sample
8500010

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"feiertage",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/feiertage"
      }
    ]
    ,
  • "definitions":
    {
    • "feiertage":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/feiertage_records"
            }
          }
        }
      }
      ,
    • "feiertage_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "didok":
              {
              • "type":"integer",
              • "title":"Didok number",
              • "description":"Stop code according to the Didok (Services Documentation) list. Stop code according to the Didok (Services Documentation) list."
              }
              ,
            • "stationsbezeichnung":
              {
              • "type":"string",
              • "title":"Stop name",
              • "description":"Official name of the stop"
              }
              ,
            • "datum":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date ",
              • "description":"Date "
              }
              ,
            • "feiertag":
              {
              • "type":"string",
              • "title":"Public holiday",
              • "description":"Public holiday"
              }
              ,
            • "wochentag":
              {
              • "type":"string",
              • "title":"Weekday",
              • "description":"Day of the week"
              }
              ,
            • "national":
              {
              • "type":"string",
              • "title":"Nationaler Feiertag",
              • "description":"Content-Type: text/plain; charset=utf-8 "
              }
              ,
            • "servicetyp":
              {
              • "type":"integer",
              • "title":"Service Typ",
              • "description":"Content-Type: text/plain; charset=utf-8 "
              }
              ,
            • "servicename":
              {
              • "type":"string",
              • "title":"Service",
              • "description":"Content-Type: text/plain; charset=utf-8 "
              }
              ,
            • "closed":
              {
              • "type":"string",
              • "title":"Closed",
              • "description":"Flag whether the service is closed."
              }
              ,
            • "von1":
              {
              • "type":"string",
              • "title":"From 1",
              • "description":"Duration of service; a rotation can have several different validities within one timetable version. From = valid from"
              }
              ,
            • "bis1":
              {
              • "type":"string",
              • "title":"until1",
              • "description":"End time for the first time block"
              }
              ,
            • "von2":
              {
              • "type":"string",
              • "title":"From 1",
              • "description":"Duration of service; a rotation can have several different validities within one timetable version. From = valid from"
              }
              ,
            • "bis2":
              {
              • "type":"string",
              • "title":"until3",
              • "description":"End time for the third time block"
              }
              ,
            • "von3":
              {
              • "type":"string",
              • "title":"From 1",
              • "description":"Duration of service; a rotation can have several different validities within one timetable version. From = valid from"
              }
              ,
            • "bis3":
              {
              • "type":"string",
              • "title":"until3",
              • "description":"End time for the third time block"
              }
              ,
            • "unternehmung":
              {
              • "type":"string",
              • "title":"Company",
              • "description":"Who offers the service"
              }
              ,
            • "key":
              {
              • "type":"string",
              • "title":"Schlüssel",
              • "description":"Schlüssel es Datensatz"
              }
              ,
            • "bpuic":
              {
              • "type":"string",
              • "title":"OPUIC",
              • "description":"Identification of the stop according to UIC specification"
              }
            }
          }
        }
      }
    }
}

Reuses

Click to expand Click to collapse

Submit a reuse

Click to expand Click to collapse

Your last name will be publicly displayed with your reuse

Your first name will be publicly displayed with your reuse

Your email will not be published publicly and will only be used by the administrators to contact you.

Short description of your work (max. 50 characters)

A longer description of what you achieved using this dataset (max. 1000 characters)

An URL where your work can be accessed publicly

 or 

(optional) An URL or an image which illustrates your work

false

Similar datasets

  • Opening hours of services at the station.
  • The major stations provide extensive SBB services with convenient opening hours: for ticket counters, ticket machines, counters for event tickets, currency exchange, money transfer and luggage registration and the SBB Travel Agency.
  • What businesses are available at which stop and when they are open.     
  • Station maps provide information about boarding, alighting and changing, as well as showing services, retail and combined mobility in and around the station.