records

records

Active filters Clear all

No active filters

Filters

Fuhrpark

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Marke
               

No description available for this field.

Name (identifier)
marke
Type
text
Sample
                       
Kategorie
L-NFZ = Nutzfahrzeug, das in der Regel für den Transport von Lasten oder Waren verwendet wird, z. B. Lkw oder ein ähnliches Fahrzeug.
zGG = zulässiges Gesamtgewicht

No description available for this field.

Name (identifier)
kategorie
Type
text
Sample
                       
Kraftstoffart
               

No description available for this field.

Name (identifier)
kraftstoffart
Type
text
Sample
                       
EGFahrzeugklasse
               

No description available for this field.

Name (identifier)
egfahrzeugklasse
Type
text
Sample
                       
Emissionsklasse
               

No description available for this field.

Name (identifier)
emissionsklasse
Type
text
Sample
                       
Gesamtgewicht
               

No description available for this field.

Name (identifier)
gesamtgewicht
Type
integer
Unit
kg
Sample
                       
Status
               

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
Stand vom
               

No description available for this field.

Name (identifier)
stand_vom
Type
date
Sample
                       
ID
               

No description available for this field.

Name (identifier)
id
Type
integer
Sample
                       
Kommune
               

No description available for this field.

Name (identifier)
kommune
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"fuhrpark",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fuhrpark"
      }
    ]
    ,
  • "definitions":
    {
    • "fuhrpark":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fuhrpark_records"
            }
          }
        }
      }
      ,
    • "fuhrpark_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "marke":
              {
              • "type":"string",
              • "title":"Marke",
              • "description":""
              }
              ,
            • "kategorie":
              {
              • "type":"string",
              • "title":"Kategorie",
              • "description":"L-NFZ = Nutzfahrzeug, das in der Regel für den Transport von Lasten oder Waren verwendet wird, z. B. Lkw oder ein ähnliches Fahrzeug. zGG = zulässiges Gesamtgewicht"
              }
              ,
            • "kraftstoffart":
              {
              • "type":"string",
              • "title":"Kraftstoffart",
              • "description":""
              }
              ,
            • "egfahrzeugklasse":
              {
              • "type":"string",
              • "title":"EGFahrzeugklasse",
              • "description":""
              }
              ,
            • "emissionsklasse":
              {
              • "type":"string",
              • "title":"Emissionsklasse",
              • "description":""
              }
              ,
            • "gesamtgewicht":
              {
              • "type":"integer",
              • "title":"Gesamtgewicht",
              • "description":"",
              • "unit":"kg"
              }
              ,
            • "status":
              {
              • "type":"string",
              • "title":"Status",
              • "description":""
              }
              ,
            • "stand_vom":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Stand vom",
              • "description":""
              }
              ,
            • "id":
              {
              • "type":"integer",
              • "title":"ID",
              • "description":""
              }
              ,
            • "kommune":
              {
              • "type":"string",
              • "title":"Kommune",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets