{
    "@context": {
        "cargo": "https://onerecord.iata.org/ns/cargo#",
        "api": "https://onerecord.iata.org/ns/api#",
        "xsd": "http://www.w3.org/2001/XMLSchema#",
        "api:hasServerEndpoint": {
            "@type": "xsd:anyURI"
        },
        "api:hasSupportedOntology": {
            "@type": "xsd:anyURI"
        },
        "api:hasSupportedOntologyVersion": {
            "@type": "xsd:anyURI"
        }
    },
    "@id": "https://1r.example.com/",
    "@type": "api:ServerInformation",
    "api:hasDataHolder": {
        "@type": "cargo:Company",
        "@id": "https://1r.example.com/logistics-objects/957e2622-9d31-493b-8b8f-3c805064dbda"
    },
    "api:hasServerEndpoint": "http://1r.example.com",
    "api:hasSupportedApiVersion": [
        "2.3.0"
    ],
    "api:hasSupportedContentType": [
        "application/ld+json"
    ],
    "api:hasSupportedLanguage": [
        "en-US"
    ],
    "api:hasSupportedOntology": [
        "https://onerecord.iata.org/ns/cargo/3.2.0",
        "https://onerecord.iata.org/ns/api/2.3.0"
    ],
    "api:hasSupportedOntologyVersion": [
        "https://onerecord.iata.org/ns/cargo/3.2.0",
        "https://onerecord.iata.org/ns/api/2.3.0"
    ]
}