{
  "@context": {
    "cargo": "https://onerecord.iata.org/ns/cargo#",
    "api": "https://onerecord.iata.org/ns/api#",
    "publisher": "https://1r.example.com/",
    "subscriber": "https://1r.example.com/"
  },
  "@id": "publisher:subscriptions/5f1a4869-e324-45b1-9ab0-60271ba54185",
  "@type": "Subscription",
  "api:contentType": "application/ld+json",
  "api:hasSubscriber": {
    "@id": "subscriber:logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda"
  },
  "api:includeSubscriptionEventType": [
    {
      "@id": "api:LOGISTICS_OBJECT_UPDATED"
    },
    {
      "@id": "api:LOGISTICS_OBJECT_CREATED"
    },
    {
      "@id": "api:LOGISTICS_EVENT_RECEIVED"
    }
  ],
  "api:hasTopicType": {
    "@id": "api:LOGISTICS_OBJECT_TYPE"
  },
  "api:hasTopic": {
    "@type": "http://www.w3.org/2001/XMLSchema#anyURI",
    "@value": "https://onerecord.iata.org/ns/cargo#Shipment"
  }
}