github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/expected_feature_4030.json (about) 1 { 2 "id": 4030, 3 "links": [ 4 { 5 "rel": "self", 6 "title": "This document as GeoJSON", 7 "type": "application/geo+json", 8 "href": "http://localhost:8080/collections/foo/items/4030?f=json" 9 }, 10 { 11 "rel": "alternate", 12 "title": "This document as JSON-FG", 13 "type": "application/vnd.ogc.fg+json", 14 "href": "http://localhost:8080/collections/foo/items/4030?f=jsonfg" 15 }, 16 { 17 "rel": "alternate", 18 "title": "This document as HTML", 19 "type": "text/html", 20 "href": "http://localhost:8080/collections/foo/items/4030?f=html" 21 }, 22 { 23 "rel": "collection", 24 "title": "The collection to which this feature belongs", 25 "type": "application/json", 26 "href": "http://localhost:8080/collections/foo?f=json" 27 } 28 ], 29 "type": "Feature", 30 "geometry": { 31 "type": "Point", 32 "coordinates": [ 33 121100.455, 34 488900.976 35 ] 36 }, 37 "properties": { 38 "datum_doc": "1900-01-01", 39 "datum_strt": "1900-01-01", 40 "document": "GV00000402", 41 "datum_eind": null, 42 "huisnummer": 285, 43 "huisletter": null, 44 "toevoeging": null, 45 "nummer_id": "0363200000428648", 46 "postcode": "1013LH", 47 "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200000428648", 48 "status": "Naamgeving uitgegeven", 49 "straatnaam": "Bickersgracht", 50 "type": "Ligplaats", 51 "woonplaats": "Amsterdam" 52 } 53 }