{
  "@context": {
    "cargo": "https://onerecord.iata.org/ns/cargo#",
    "api": "https://onerecord.iata.org/ns/api#"
  },
  "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b3c/logistics-events",
  "@type": "api:Collection",
  "api:hasTotalItems": 2,
  "api:hasItem": [
    {
      "@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": "cargo:ACTUAL",
      "cargo:partialEventIndicator": false,
      "cargo:linkedObject": {
        "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b3c",
        "@type": "cargo:Shipment"
      },
      "cargo:recordingOrganization": {
        "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda",
        "@type": "cargo:Company"
      }
    },
    {
      "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b3c/logistics-events/afb4b8cf-288a-459c-97fd-ccd538ec528f",
      "@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#MAN",
        "@type": "cargo:CodeListElement"
      },
      "cargo:eventName": "Consignment manifested on a specific flight",
      "cargo:eventTimeType": "cargo:ACTUAL",
      "cargo:partialEventIndicator": false,
      "cargo:eventFor": {
        "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b3c",
        "@type": "cargo:Shipment"
      },
      "cargo:recordingOrganization": {
        "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda",
        "@type": "cargo:Company"
      }
    }
  ]
}