github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/expected_straatnaam_and_postcode.json (about) 1 { 2 "links": [ 3 { 4 "rel": "self", 5 "title": "This document as GeoJSON", 6 "type": "application/geo+json", 7 "href": "http://localhost:8080/collections/foo/items?f=json&postcode=1104MM&straatnaam=Zandhoek" 8 }, 9 { 10 "rel": "alternate", 11 "title": "This document as JSON-FG", 12 "type": "application/vnd.ogc.fg+json", 13 "href": "http://localhost:8080/collections/foo/items?f=jsonfg&postcode=1104MM&straatnaam=Zandhoek" 14 }, 15 { 16 "rel": "alternate", 17 "title": "This document as HTML", 18 "type": "text/html", 19 "href": "http://localhost:8080/collections/foo/items?f=html&postcode=1104MM&straatnaam=Zandhoek" 20 } 21 ], 22 "numberReturned": 1, 23 "timeStamp": "2000-01-01T00:00:00Z", 24 "type": "FeatureCollection", 25 "features": [ 26 { 27 "id": 6313, 28 "type": "Feature", 29 "geometry": { 30 "type": "Point", 31 "coordinates": [ 32 121191.236, 33 489036.72 34 ] 35 }, 36 "properties": { 37 "datum_doc": "2021-09-29", 38 "datum_eind": null, 39 "datum_strt": "2021-09-29", 40 "document": "PC20210929_PC00PC", 41 "huisletter": null, 42 "huisnummer": 24, 43 "nummer_id": "0363200012111724", 44 "postcode": "1104MM", 45 "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200012111724", 46 "status": "Naamgeving uitgegeven", 47 "straatnaam": "Zandhoek", 48 "toevoeging": null, 49 "type": "Ligplaats", 50 "woonplaats": "Amsterdam" 51 } 52 } 53 ] 54 }