{
  "id": "https://blue-bike.be/stations/141",
  "type": "BicycleParkingStation",
  "ParkingFacility.capacity": {
    "type": "StructuredValue",
    "value": {
      "type": "Capacity",
      "Capacity.total": 20
    }
  },
  "InfrastructureElement.geometry": {
    "type": "StructuredValue",
    "value": {
      "type": "Geometry",
      "Geometry.asWkt": "POINT(3.313743000000 50.855703000000)"
    }
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        3.313743,
        50.855703
      ]
    }
  }
}