Skip to content

Commit

Permalink
Mark/update huishoudelijkafval (#1092)
Browse files Browse the repository at this point in the history
* Create v2.0.1.json

added metadata

* Create v2.0.1.json

updated metadata

* Create v2.0.1.json

updated metadata

* Update dataset.json

updated metadata
  • Loading branch information
bruunk authored Jul 17, 2024
1 parent 19c18dc commit 3948d12
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 6 deletions.
89 changes: 89 additions & 0 deletions datasets/huishoudelijkafval/adresloopafstand_v2/v2.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"id": "adresLoopafstandV2",
"version": "2.0.1",
"type": "table",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"schema"
],
"display": "id",
"mainGeometry": "geometrie",
"properties": {
"id": {
"type": "string",
"title": "ID",
"description": "Uniek identificerend kenmerk van het record"
},
"schema": {
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema"
},
"adresseerbaarobjectId": {
"type": "string",
"title": "Adresseerbaarobject ID",
"description": "Uniek identificerend kenmerk van adresseerbaarobject"
},
"adresseerbaarobjectType": {
"type": "string",
"title": "Adresseerbaarobject Type",
"description": "Typering adresseerbaar object conform BAG: verblijfsobject, ligplaats , standplaats"
},
"nummeraanduidingId": {
"type": "string",
"title": "Nummeraanduiding ID",
"description": "BAG:Landelijke identificatie nummeraanduiding"
},
"gebruiksdoel": {
"type": "string",
"title": "Gebruiksdoel",
"description": "BAG:Een categorisering van de gebruiksdoelen van het betreffende verblijfsobject, zoals dit door de overheid als zodanig is toegestaan"
},
"cluster": {
"type": "string",
"relation": "huishoudelijkafval:cluster",
"title": "Cluster",
"description": "Uniek identificerend kenmerk van cluster waarnaar de afstand is berekend"
},
"fractie": {
"type": "string",
"title": "Fractie",
"description": "Code afvalfractie waarnaar de afstand is bepaald"
},
"fractieOmschrijving": {
"type": "string",
"title": "Fractie Omschrijving",
"description": "Omschrijving afvalfractie waarnaar de afstand is bepaald"
},
"loopafstandCategorie": {
"type": "string",
"relation": "huishoudelijkafval:loopafstandCategorie",
"title": "Loopafstand Categorie",
"description": "relatie naar de categorie waarin de berekende loopafstand valt"
},
"loopafstand": {
"type": "number",
"title": "Loopafstand",
"description": "Berekende afstand over de weg in meter in RD (epsg:28992) van woning tot cluster van containers van de betreffende afvalfractie"
},
"geometrie": {
"$ref": "https://geojson.org/schema/Point.json",
"title": "Geometrie",
"description": "Geometrie van het type POINT in RD (epsg:28992)"
},
"wijzigingsdatumDp": {
"type": "string",
"format": "date-time",
"title": "=wijzigings Datum",
"description": "Datum waarop het object is gewijzigd"
},
"verwijderdDp": {
"type": "boolean",
"title": "Verwijderd",
"description": "indicatie of het object verwijderd is bij de bronhouder"
}
}
}
}
79 changes: 79 additions & 0 deletions datasets/huishoudelijkafval/bagobjectloopafstand_v2/v2.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
{
"id": "bagObjectLoopafstandV2",
"version": "2.0.1",
"type": "table",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"schema"
],
"display": "id",
"mainGeometry": "geometrie",
"properties": {
"id": {
"type": "string",
"title": "ID",
"description": "Uniek identificerend kenmerk van het record"
},
"schema": {
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema"
},
"bagObjectId": {
"type": "string",
"title": "Bag Object ID",
"description": "Uniek identificerend kenmerk van bagobject"
},
"bagObjectType": {
"type": "string",
"title": "Bag Object type",
"description": "BAG objectklasse: pand, ligplaats, standplaats"
},
"cluster": {
"type": "string",
"relation": "huishoudelijkafval:cluster",
"title": "Cluster",
"description": "Uniek identificerend kenmerk van cluster waarnaar de afstand is berekend"
},
"fractie": {
"type": "string",
"title": "Fractie",
"description": "Code afvalfractie waarnaar de afstand is bepaald"
},
"fractieOmschrijving": {
"type": "string",
"title": "Fractie Omscrijving",
"description": "Omschrijving afvalfractie waarnaar de afstand is bepaald."
},
"loopafstandCategorie": {
"type": "string",
"relation": "huishoudelijkafval:loopafstand_categorie",
"title": "Loopafstand Categorie",
"description": "relatie naar de categorie waarin de berekende loopafstand valt"
},
"loopafstand": {
"type": "number",
"title": "Loopafstand",
"description": "Berekende afstand over de weg in meter in RD (epsg:28992) van woning tot cluster van containers van de betreffende afvalfractie"
},
"geometrie": {
"$ref": "https://geojson.org/schema/Polygon.json",
"title": "Geometrie",
"description": "Geometrie van het type MULTIPOLYGON in RD (epsg:28992))"
},
"wijzigingsdatumDp": {
"type": "string",
"format": "date-time",
"title": "Wijzings Datum",
"description": "Datum waarop het object is gewijzigd"
},
"verwijderdDp": {
"type": "boolean",
"title": "Verwijderd",
"description": "indicatie of het object verwijderd is"
}
}
}
}
12 changes: 6 additions & 6 deletions datasets/huishoudelijkafval/dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,23 +123,23 @@
},
{
"id": "loopafstandCategorieV2",
"$ref": "loopafstandcategorie_v2/v2.0.0",
"$ref": "loopafstandcategorie_v2/v2.0.1",
"activeVersions": {
"2.0.0": "loopafstandcategorie_v2/v2.0.0"
"2.0.1": "loopafstandcategorie_v2/v2.0.1"
}
},
{
"id": "bagObjectLoopafstandV2",
"$ref": "bagobjectloopafstand_v2/v2.0.0",
"$ref": "bagobjectloopafstand_v2/v2.0.1",
"activeVersions": {
"2.0.0": "bagobjectloopafstand_v2/v2.0.0"
"2.0.1": "bagobjectloopafstand_v2/v2.0.1"
}
},
{
"id": "adresLoopafstandV2",
"$ref": "adresloopafstand_v2/v2.0.0",
"$ref": "adresloopafstand_v2/v2.0.1",
"activeVersions": {
"2.0.0": "adresloopafstand_v2/v2.0.0"
"2.0.1": "adresloopafstand_v2/v2.0.1"
}
},
{
Expand Down
61 changes: 61 additions & 0 deletions datasets/huishoudelijkafval/loopafstandcategorie_v2/v2.0.1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"id": "loopafstandCategorieV2",
"version": "2.0.1",
"type": "table",
"schema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"id",
"schema"
],
"display": "id",
"properties": {
"id": {
"type": "string",
"title": "ID",
"description": "identificatie categorie loopafstand"
},
"schema": {
"$ref": "https://schemas.data.amsterdam.nl/schema@v2#/definitions/schema"
},
"fractie": {
"type": "string",
"title": "Fractie",
"description": "Code afvalfractie waarnaar de afstand is bepaald"
},
"fractieOmschrijving": {
"type": "string",
"title": "Fractie Omschrijving",
"description": "Omschrijving afvalfractie waarnaar de afstand is bepaald"
},
"loopafstandCategorieOmschrijving": {
"type": "string",
"title": "Loopafstand Categorie Omschrijving",
"description": "Omschrijving van de categorie waarin de berekende loopafstand valt"
},
"loopafstandCategorieVanaf": {
"type": "integer",
"title": "Loopafstand Categorie Vanaf",
"description": "Ondergrens van de categorie waarin de berekende loopafstand valt"
},
"loopafstandCategorieTot": {
"type": "integer",
"title": "Loopafstand Categorie Tot",
"description": "Bovengrens van de categorie waarin de berekende loopafstand valt"
},
"wijzigingsdatumDp": {
"type": "string",
"format": "date-time",
"title": "Wijzings Datum",
"description": "Datum waarop het object is gewijzigd"
},
"verwijderdDp": {
"type": "boolean",
"title": "Verwijderd",
"description": "indicatie of het object verwijderd is"
}
}
}
}

0 comments on commit 3948d12

Please sign in to comment.