{
  "@context": {
    "@version": 1.1,
    "@protected": true,
    "id": "@id",
    "type": "@type",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "schema": "https://schema.org/",
    "cred": "https://www.w3.org/2018/credentials#",
    "unece": "https://vocabulary.uncefact.org/",
    "VerifiableCredential": "cred:VerifiableCredential",
    "InsuranceCertificate": "unece:CargoInsurance",
    "validFrom": {
      "@id": "cred:validFrom",
      "@type": "xsd:dateTime"
    },
    "validTo": {
      "@id": "cred:validTo",
      "@type": "xsd:dateTime"
    },
    "issuer": {
      "@id": "cred:issuer",
      "@type": "@id"
    },
    "credentialSubject": {
      "@id": "cred:credentialSubject",
      "@type": "@id"
    },
    "credentialSchema": "cred:credentialSchema",
    "InsuranceCompany": "unece:TradeParty",
    "Party": "schema:Organization",
    "name": "schema:name",
    "street": "schema:streetAddress",
    "city": "schema:addressLocality",
    "state": "schema:addressRegion",
    "zip": "schema:postalCode",
    "country": "schema:addressCountry",
    "certificateNumber": "unece:identifier",
    "policyNumber": "unece:identifier",
    "issueDate": {
      "@id": "unece:issueDateTime",
      "@type": "xsd:date"
    },
    "InsuredParty": "unece:TradeParty",
    "insuredParty": "unece:coverageParty",
    "insuranceCompany": "unece:associatedParty",
    "insuranceClaimsAdjuster": "unece:associatedParty",
    "placeOfIssue": "unece:issueLocation",
    "transportContractNumber": "unece:identifier",
    "billOfLadingNumber": {
      "@id": "https://vocabulary.uncefact.org/ReferenceCodeList#BM"
    },
    "invoiceNumber": "unece:invoiceReferencedDocument",
    "contractNumber": "unece:identifier",
    "documentaryCreditIdentifier": "unece:letterOfCreditDocument",
    "Consignor": "unece:TradeParty",
    "consignor": "unece:consignorParty",
    "Consignee": "unece:TradeParty",
    "consignee": "unece:consigneeParty",
    "Carrier": "unece:TradeParty",
    "carrier": "unece:carrierParty",
    "transportMeansIdentifier": "unece:identifier",
    "transportMeansRegistration": "unece:identifier",
    "conveyanceReferenceNumber": "unece:identifier",
    "estimatedTimeOfDeparture": {
      "@id": "schema:departureTime",
      "@type": "xsd:dateTime"
    },
    "estimatedTimeOfArrival": {
      "@id": "schema:arrivalTime",
      "@type": "xsd:dateTime"
    },
    "originalLoadingLocation": "unece:loadingLocation",
    "baseportUnloadingLocation": "unece:unloadingLocation",
    "placeOfDeparture": "schema:departurePoint",
    "arrivalLocation": "schema:toLocation",
    "insuredValueAmount": "unece:insuranceValueAmount",
    "insuranceAmount": "unece:insurancePremiumAmount",
    "insuranceConditions": "unece:contractGeneralConditions",
    "goodsDescription": "unece:description",
    "riskObject": "schema:description",
    "authentication": "schema:description",
    "amount": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "currency": "schema:currency",
    "unlocode": {
      "@id": "unece:identifier",
      "@type": "@id"
    },
    "Location": "schema:Place",
    "MonetaryAmount": "schema:MonetaryAmount"
  }
}
