{
    "@context": {
        "cargo": "https://onerecord.iata.org/ns/cargo#"
    },
    "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b3c/logistics-events/afb4b8cf-288a-459c-97fd-ccd538ec527f",
    "@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",
        "@type": "cargo:CodeListElement"
    },
    "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/1a8ded38-1804-467c-a369-81a411416b3c"
    },
    "cargo:recordingOrganization": {
        "@type": "cargo:Company",
        "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda"
    }
}