Skip to content

Commit

Permalink
Wagenpark mappen structuur, attributen toegevoeg en versienr aangepast (
Browse files Browse the repository at this point in the history
#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
CELBaroudi and ekesgin authored Jul 11, 2024
1 parent b3c4121 commit e124037
Show file tree
Hide file tree
Showing 7 changed files with 719 additions and 617 deletions.
110 changes: 110 additions & 0 deletions datasets/wagenpark/aeng_kenmerk/v1.1.0.json
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"
}
}
}
}
Loading

0 comments on commit e124037

Please sign in to comment.