{
  "id": "http://example.org/resourcereport/1",
  "type": "ResourceReport",
  "ResourceReport.actuator": {
    "type": "ActuatorType",
    "ActuatorType.preferredLabel": "human"
  },
  "ResourceReport.location": {
    "object": "https://blue-bike.be/stations/141"
  },
  "ResourceReport.meansOfTransport": {
    "type": "MeansOfTransport",
    "MeansOfTransport.preferredLabel": "bicycle"
  },
  "ResourceReport.number": 5,
  "ResourceReport.service": {
    "object": "https://blue-bike.be/#me"
  },
  "ResourceReport.status": {
    "type": "ResourceStatus",
    "ResourceStatus.preferredLabel": "available"
  },
  "ResourceReport.type": {
    "type": "ResourceType",
    "ResourceType.preferredLabel": "vehicle"
  },
  "location": {
    "type": "Point",
    "coordinates": [
      3.313743,
      50.855703
    ]
  }
}