{
    "@context": {
        "api": "https://onerecord.iata.org/ns/api#"
    },
    "@type": "api:Notification",
    "api:hasEventType": {
        "@id": "api:LOGISTICS_OBJECT_AVAILABLE"
    },
    "api:hasLogisticsObject": {
        "@id": "https://1r.example.com/logistics-objects/3f2504e0-4f89-11d3-9a0c-0305e82c3301"
    },
    "api:hasLogisticsObjectType": {
        "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
        "@value": "https://onerecord.iata.org/ns/cargo#Shipment"
    },
    "api:isTriggeredBy": {
        "@id": "https://1r.example.com/action-requests/6b948f9b-b812-46ed-be39-4501453da99b"
    }
}