-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wagenpark mappen structuur, attributen toegevoeg en versienr aangepast (
#1084) * amsterdam scherma wagenpark * Update dataset.json * Update dataset.json * Update dataset.json * Update v1.0.0.json * Update v.1.0.0.json * Update v.1.0.0.json * versies aanpassen * Update dataset.json * Update v1.1.0.json * Update dataset.json * cd * Update v1.1.0.json * Update dataset.json * Update v1.1.0.json * Update v1.1.0.json * Update dataset.json * Update v1.1.0.json * Update v1.1.0.json * d * Update dataset.json * . * s * d * s * Update v1.1.0.json * Update v1.1.0.json * Update dataset.json * Update v1.1.0.json * mapnaam * Update dataset.json * Update dataset.json * Update dataset.json * m --------- Co-authored-by: Ergü <[email protected]>
- Loading branch information
1 parent
b3c4121
commit e124037
Showing
7 changed files
with
719 additions
and
617 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
{ | ||
"id": "aengKenmerk", | ||
"titel": "aengKenmerk", | ||
"type": "table", | ||
"version": "1.1.0", | ||
"description": "Deze end-point bevat de gegevens die door Afval en Grondstoffen aan deze dataset toegevoegd zijn.", | ||
"schema": { | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"type": "object", | ||
"additionalProperties": false, | ||
"identifier": "wagenparkAengKenmerkId", | ||
"required": [ | ||
"wagenparkAengKenmerkId", | ||
"schema" | ||
], | ||
"display": "wagenparkAengKenmerkId", | ||
"properties": { | ||
"wagenparkAengKenmerkId": { | ||
"type": "string", | ||
"description": "Uniek identificerend kenmerk" | ||
}, | ||
"schema": { | ||
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema" | ||
}, | ||
"wagenparkMaterieel": { | ||
"type": "string", | ||
"relation": "wagenpark:materieel", | ||
"description": "Uniek identifier voor transport- en werkmaterieel" | ||
}, | ||
"hoogte": { | ||
"type": "number", | ||
"unit": "cm", | ||
"multipleOf": 0.01, | ||
"description": "Hoogte van het materieel in cm" | ||
}, | ||
"draaicirkel": { | ||
"type": "number", | ||
"unit": "m", | ||
"multipleOf": 0.01, | ||
"description": "Draaicirkel in m" | ||
}, | ||
"laadcapaciteit": { | ||
"type": "number", | ||
"unit": "m3", | ||
"multipleOf": 0.01, | ||
"description": "Maximale netto laadcapaciteit in m3" | ||
}, | ||
"opbouw1": { | ||
"type": "string", | ||
"description": "De uitvoering van opbouw 1" | ||
}, | ||
"opbouw2": { | ||
"type": "string", | ||
"description": "De uitvoering van opbouw 2" | ||
}, | ||
"opbouw3": { | ||
"type": "string", | ||
"description": "De uitvoering van opbouw 3" | ||
}, | ||
"ledigingsapparatuur": { | ||
"type": "string", | ||
"description": "Type ledigingsapparatuur" | ||
}, | ||
"ledigingscategorie": { | ||
"type": "string", | ||
"description": "Categorie ledigingstype" | ||
}, | ||
"persinrichting": { | ||
"type": "string", | ||
"description": "Persinrichting" | ||
}, | ||
"kraansysteem": { | ||
"type": "string", | ||
"description": "Type kraansysteem" | ||
}, | ||
"kraanreikwijdte": { | ||
"type": "number", | ||
"description": "Reikwijdte van de kraan in m" | ||
}, | ||
"kraancapaciteit": { | ||
"type": "number", | ||
"description": "Kraancapaciteit in kg/ton" | ||
}, | ||
"aanwezigheidict": { | ||
"type": "string", | ||
"description": "Aanwezigheid van ICT-systemen/computers/devices" | ||
}, | ||
"spoortype": { | ||
"type": "string", | ||
"description": "Smalspoor of breedspoor" | ||
}, | ||
"stuurkant": { | ||
"type": "string", | ||
"description": "Positie van het stuur" | ||
}, | ||
"inzamelfractie": { | ||
"type": "string", | ||
"description": "Afvalinzamelfractie" | ||
}, | ||
"inzamelmiddel": { | ||
"type": "string", | ||
"description": "Het middel voor het inzamelen van afval" | ||
}, | ||
"weegsysteem": { | ||
"type": "string", | ||
"description": "Aanwezigheid van een weegsysteem" | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.