{
  "@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/78fee8e2-772b-4fff-bede-cfda67900d3b"
    },
    {
      "@type": "cargo:Piece",
      "@id": "https://1r.example.com/logistics-objects/f166f1fa-ea2d-4c01-b1d3-cde8bb973757"
    },
    {
      "@type": "cargo:Piece",
      "@id": "https://1r.example.com/logistics-objects/22f07756-9d67-4622-adab-c62d1ebde115"
    }
  ],
  "cargo:recordingOrganization": {
    "@type": "cargo:Company",
    "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda"
  }
}