{
  "id": "anprFlowObserved:LEZ-Noorderlaan",
  "type": "AnprFlowObserved",
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressCountry": "BE",
      "addressLocality": "Antwerp",
      "streetAddress": "Noorderlaan"
    }
  },
  "dateObserved": {
    "type": "DateTime",
    "value": "2022-09-01T16:30:00Z"
  },
  "laneId": {
    "type": "Text",
    "value": "ABC123"
  },
  "areaServed": {
    "type": "Text",
    "value": "Antwerp"
  },
  "zonesServed": {
    "type": "StructuredValue",
    "value": [
      "Antwerp"
    ]
  },
  "vehiclePlateNotRead": {
    "type": "Boolean",
    "value": false
  },
  "observedVehicle": {
    "type": "StructuredValue",
    "value": {
      "direction": "towards",
      "speed": 50,
      "brand": {
        "name": "Audi",
        "confidence": 0.97
      },
      "model": {
        "name": "A3",
        "confidence": 0.98
      },
      "color": {
        "name": "black",
        "confidence": 0.95
      },
      "country": {
        "code": "BE",
        "confidence": 0.95
      },
      "licensePlate": {
        "identifier": "1-ABC-123",
        "confidence": 0.96
      },
      "plateColor": {
      "name": "white",
      "confidence": 0.95
      }
    }
  },
  "refImages": {
    "type": "StructuredValue",
    "value": [
      {
        "url": "s3://bucket/object-xxx-plate",
        "contentType": "image/jpg",
        "imageType": "anpr"
      }
    ]
  },
  "location": {
    "type": "geo:json",
    "value": {
      "coordinates": [
        -56.6404505,
        168.370658
      ],
      "type": "Point"
    }
  }
}
