{
  "@context": {
    "cargo": "https://onerecord.iata.org/ns/cargo#",
    "api": "https://onerecord.iata.org/ns/api#"
  },
  "@type": "api:AuditTrail",
  "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b7c/audit-trail",
  "api:hasActionRequest": [
    {
      "@type": "api:ChangeRequest",
      "@id": "https://1r.example.com/action-requests/6b948f9b-b812-46ed-be39-4501453da99b",
      "api:hasChange": {
        "_comment": "Important: The complete Change object is omitted from this example for brevity and represented by a placeholder comment."
      },
        "api:hasError": [],      
        "api:isRequestedAt": {
          "@type": "http://www.w3.org/2001/XMLSchema#dateTime",
          "@value": "2026-09-07T11:55:45.768Z"
        },
        "api:isRequestedBy": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda",
        "api:hasRequestStatus": {
          "@id": "api:REQUEST_ACCEPTED"
        },
        "api:hasRequestStatusSince": {
          "@value": "2026-09-19T08:30:00Z",
          "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
        },
        "api:hasRequestStatusHistory": [
          {   
            "@id": "internal:157f40e9-9877-449f-86ed-82bad88893d0",
            "@type": "api:RequestStatusEntry",     
            "api:hasRequestStatus": {
              "@id": "api:REQUEST_PENDING"
            },
            "api:hasRequestStatusSince": {
              "@value": "2026-09-07T11:55:45.768Z",
              "@type": "http://www.w3.org/2001/XMLSchema#dateTime"
            }
          }
        ]
      }
    ],
    "api:hasLatestRevision": {
    "@type": "http://www.w3.org/2001/XMLSchema#positiveInteger",
    "@value": "2"
  }
}