{
    "@context": {
        "cargo": "https://onerecord.iata.org/ns/cargo#",
        "api": "https://onerecord.iata.org/ns/api#"
    },
    "@type": "api:AccessDelegation",
    "api:hasDescription": "Require access to Piece for handling",
    "api:hasPermission": [
        {
            "@id": "api:GET_LOGISTICS_OBJECT"
        }
    ],
    "api:isRequestedFor": [
        {
            "@id": "https://1r.example.com/logistics-objects/Airline_XYZ"
        }
    ],
    "api:notifyRequestStatusChange": false,
    "api:hasLogisticsObject": [
        {
            "@id": "https://1r.example.com/logistics-objects/1a8ded38-1804-467c-a369-81a411416b7c"
        }
    ]
}