{
   "@context": {
      "api": "https://onerecord.iata.org/ns/api#",
      "xsd": "http://www.w3.org/2001/XMLSchema#",
      "api:hasResource": {
         "@type": "xsd:anyURI"
      },
      "@language": "en-US"
   },
   "@type": "api:Error",
   "@id": "internal:7b06a252-d475-46d2-a99b-ab8252bca030",
   "api:hasTitle": "Logistics Object not found",
   "api:hasSeverity": {"@id":"api:ERROR"},
   "api:hasErrorDetail": [
      {
         "@type": "api:ErrorDetail",
         "@id": "internal:ed21df66-1440-46e3-9954-bafe1d1dcc8c",
         "api:hasCode": "404",
         "api:hasMessage": "Logistics Object with the specified URI could not be found in the database.",
         "api:hasResource": "http://1r.example.com/logistics-objects/1a8ded38-1804-467c-c369-81a411416b7c"
      }
   ]
}