github.com/PDOK/gokoala@v0.50.6/internal/ogc/features/testdata/expected_temporal.json (about)

     1  {
     2    "type": "FeatureCollection",
     3    "timeStamp": "2000-01-01T00:00:00Z",
     4    "links": [
     5      {
     6        "rel": "self",
     7        "title": "This document as GeoJSON",
     8        "type": "application/geo+json",
     9        "href": "http://localhost:8080/collections/standplaatsen/items?datetime=2020-05-20T00%3A00%3A00Z&f=json&limit=10"
    10      },
    11      {
    12        "rel": "alternate",
    13        "title": "This document as JSON-FG",
    14        "type": "application/vnd.ogc.fg+json",
    15        "href": "http://localhost:8080/collections/standplaatsen/items?datetime=2020-05-20T00%3A00%3A00Z&f=jsonfg&limit=10"
    16      },
    17      {
    18        "rel": "alternate",
    19        "title": "This document as HTML",
    20        "type": "text/html",
    21        "href": "http://localhost:8080/collections/standplaatsen/items?datetime=2020-05-20T00%3A00%3A00Z&f=html&limit=10"
    22      }
    23    ],
    24    "features": [
    25      {
    26        "type": "Feature",
    27        "geometry": {
    28          "type": "Point",
    29          "coordinates": [
    30            121301.554,
    31            489089.022
    32          ]
    33        },
    34        "properties": {
    35          "datum_doc": "2020-05-20",
    36          "datum_eind": null,
    37          "datum_strt": "2020-05-20",
    38          "document": "PC20200520_PC00PC",
    39          "huisletter": null,
    40          "huisnummer": 1,
    41          "nummer_id": "0363200012157127",
    42          "postcode": "1013AJ",
    43          "rdf_seealso": "http://bag.basisregistraties.overheid.nl/bag/id/nummeraanduiding/0363200012157127",
    44          "status": "Naamgeving uitgegeven",
    45          "straatnaam": "Stenen Hoofd",
    46          "toevoeging": null,
    47          "type": "Standplaats",
    48          "woonplaats": "Amsterdam"
    49        },
    50        "id": 11173
    51      }
    52    ],
    53    "numberReturned": 1
    54  }