records

records

Active filters Clear all

No active filters

Filters

Manpower paid by Infrabel by gender

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Year
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
q
Type
date
Sample
                       
Month
               

No description available for this field.

Name (identifier)
maand
Type
integer
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Number
Manpower paid by Infrabel

No description available for this field.

Name (identifier)
data
Type
integer
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
genre
Type
text
Sample
                       
Gender
               

No description available for this field.

Name (identifier)
gender
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"verdeling-man-vrouw-van-het-personeel",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/verdeling-man-vrouw-van-het-personeel"
      }
    ]
    ,
  • "definitions":
    {
    • "verdeling-man-vrouw-van-het-personeel":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/verdeling-man-vrouw-van-het-personeel_records"
            }
          }
        }
      }
      ,
    • "verdeling-man-vrouw-van-het-personeel_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Year",
              • "description":""
              }
              ,
            • "q":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Month",
              • "description":""
              }
              ,
            • "maand":
              {
              • "type":"integer",
              • "title":"Month",
              • "description":""
              }
              ,
            • "category":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "data":
              {
              • "type":"integer",
              • "title":"Number",
              • "description":"Manpower paid by Infrabel"
              }
              ,
            • "genre":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
              ,
            • "gender":
              {
              • "type":"string",
              • "title":"Gender",
              • "description":""
              }
            }
          }
        }
      }
    }
}