{
  "id": "http://www.example.com/features/linked1",
  "type": "Feature",
  "geometry": {
    "type": "LineString",
    "coordinates": [
      [174.7, -36.9],
      [174.9, -37.1],
      [175.2, -37.3]
    ]
  },
  "properties": {},
  "links": [
    {
      "href": "http://www.example.com/features/linked1",
      "rel": "self",
      "type": "application/geo+json",
      "title": "This feature"
    }
  ]
}
