{
    "@context": [
        "https://www.w3.org/2018/credentials/v1",
        "https://w3id.org/traceability/v1"
    ],
    "type": [
        "VerifiableCredential",
        "NaturalGasProductCredential"
    ],
    "id": "http://example.org/credentials/",
    "name": "Natural Gas Product Credential",
    "description": "Tombstone information regarding a natural gas product",
    "issuanceDate": "2021-02-04T20:29:37+00:00",
    "issuer": "did:key:z6MktHQo3fRRohk44dsbE76CuiTpBmyMWq2VVjvV6aBSeE3U",
    "credentialSubject": {
        "type": [
            "NaturalGasProduct"
        ],
        "HSCode": "270900",
        "UWI": "100.12-04-091-05-W5.00",
        "productionDate": "2020-03-30",
        "facility": {
            "type": [
                "Place"
            ],
            "globalLocationNumber": "3278867908778",
            "geo": {
                "type": [
                    "GeoCoordinates"
                ],
                "latitude": "-45.1928",
                "longitude": "-120.8187"
            },
            "address": {
                "type": [
                    "PostalAddress"
                ],
                "name": "Schneider - Bernier",
                "streetAddress": "012 Cecil Keys",
                "addressLocality": "Gaylordhaven",
                "addressRegion": "Indiana",
                "postalCode": "50459",
                "addressCountry": "Philippines"
            },
            "unLocode": "DKCPH"
        },
        "observation": [
            {
                "type": [
                    "Observation"
                ],
                "date": "2019-12-11T03:50:55Z",
                "property": {
                    "type": [
                        "ChemicalProperty"
                    ],
                    "name": "Moscovium",
                    "formula": "Mc"
                },
                "measurement": {
                    "type": [
                        "MeasuredValue"
                    ],
                    "value": "00.00",
                    "unitCode": "UNKNOWN"
                }
            }
        ],
        "product": {
            "type": [
                "Product"
            ],
            "manufacturer": {
                "type": [
                    "Organization"
                ],
                "name": "Rowe Inc",
                "description": "Multi-tiered bandwidth-monitored system engine",
                "location": {
                    "type": [
                        "Place"
                    ],
                    "address": {
                        "type": [
                            "PostalAddress"
                        ],
                        "streetAddress": "2943 Cartwright Lock",
                        "addressLocality": "West Lanceburgh",
                        "addressRegion": "New Jersey",
                        "postalCode": "42420",
                        "addressCountry": "Russian Federation"
                    }
                },
                "email": "Melisa.Monahan19@example.org",
                "phoneNumber": "555-564-1276",
                "faxNumber": "555-554-6557"
            },
            "name": "Natural Gas",
            "description": "Natural Gas Stream",
            "sizeOrAmount": {
                "type": [
                    "QuantitativeValue"
                ],
                "unitCode": "hg/ha",
                "value": "4182"
            },
            "weight": {
                "type": [
                    "QuantitativeValue"
                ],
                "unitCode": "hg/ha",
                "value": "7369"
            },
            "sku": "523162922635"
        }
    }
}
