records

records

Active filters Clear all

No active filters

Filters

Monthly national punctuality per moment

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Month
               

No description available for this field.

Name (identifier)
maand
Type
date
Sample
                       
Moment of day
Peak hours, off-peak hours and weekends

No description available for this field.

Name (identifier)
regperiode
Type
text
Sample
                       
Moment of day
Peak hours, off-peak hours and weekends

No description available for this field.

Name (identifier)
instant
Type
text
Sample
                       
Moment of day
Peak hours, off-peak hours and weekends

No description available for this field.

Name (identifier)
moment_of_day
Type
text
Sample
                       
Punctuality
Number of punctual trains / number of operated trains

No description available for this field.

Name (identifier)
regelmaat
Type
decimal
Unit
%
Sample
                       
Number of trains
Number of operated trains

No description available for this field.

Name (identifier)
tel
Type
integer
Sample
                       
Number of trains with a delay inferior to 6 minutes
               

No description available for this field.

Name (identifier)
reg
Type
integer
Sample
                       
Minutes of delay
               

No description available for this field.

Name (identifier)
min_rt
Type
integer
Unit
minutes
Sample
                       
Year
               

No description available for this field.

Name (identifier)
jaar
Type
date
Sample
                       

JSON Schema

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

{
  • "title":"nationale-stiptheid-per-moment-en-per-maand",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/nationale-stiptheid-per-moment-en-per-maand"
      }
    ]
    ,
  • "definitions":
    {
    • "nationale-stiptheid-per-moment-en-per-maand":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/nationale-stiptheid-per-moment-en-per-maand_records"
            }
          }
        }
      }
      ,
    • "nationale-stiptheid-per-moment-en-per-maand_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "maand":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Month",
              • "description":""
              }
              ,
            • "regperiode":
              {
              • "type":"string",
              • "title":"Moment of day",
              • "description":"Peak hours, off-peak hours and weekends"
              }
              ,
            • "instant":
              {
              • "type":"string",
              • "title":"Moment of day",
              • "description":"Peak hours, off-peak hours and weekends"
              }
              ,
            • "moment_of_day":
              {
              • "type":"string",
              • "title":"Moment of day",
              • "description":"Peak hours, off-peak hours and weekends"
              }
              ,
            • "regelmaat":
              {
              • "type":"number",
              • "title":"Punctuality",
              • "description":"Number of punctual trains / number of operated trains",
              • "unit":"%"
              }
              ,
            • "tel":
              {
              • "type":"integer",
              • "title":"Number of trains",
              • "description":"Number of operated trains"
              }
              ,
            • "reg":
              {
              • "type":"integer",
              • "title":"Number of trains with a delay inferior to 6 minutes",
              • "description":""
              }
              ,
            • "min_rt":
              {
              • "type":"integer",
              • "title":"Minutes of delay",
              • "description":"",
              • "unit":"minutes"
              }
              ,
            • "jaar":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
            }
          }
        }
      }
    }
}