{
  "@context": {
    "cargo": "https://onerecord.iata.org/ns/cargo#"
  },
  "@type": "cargo:LogisticsEvent",
  "cargo:creationDate": {
    "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
    "@value": "2023-04-01T10:38:01.000Z"
  },
  "cargo:eventDate": {
    "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
    "@value": "2023-04-01T10:38:01.000Z"
  },
  "cargo:eventCode": {
    "@id": "https://onerecord.iata.org/ns/code-lists/StatusCode#DEP"
  },
  "cargo:eventName": "Consignment departed on a specific flight",
  "cargo:eventTimeType": {
    "@id": "cargo:ACTUAL",
    "@type": "cargo:EventTimeType"
  },
  "cargo:partialEventIndicator": false,
  "cargo:eventFor": [
    {
      "@type": "cargo:Shipment",
      "@id": "https://1r.example.com/logistics-objects/d7369434-18ea-4b3a-a2bd-44e43fc66d56"
    },
    {
      "@type": "cargo:Piece",
      "@id": "https://1r.example.com/logistics-objects/piece-not-found"
    },
    {
      "@type": "cargo:Piece",
      "@id": "https://1r.example.com/logistics-objects/piece-unauthorized"
    }
  ],
  "cargo:recordingOrganization": {
    "@type": "cargo:Company",
    "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda"
  }
}