{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/gaia-x/development#",
    {
      "sdcj": "https://circularsolution.services/gxdch/sdcj/rdf/ontology#",
      "schema": "https://schema.org/"
    }
  ],
  "id": "https://circularsolution.services/gxdch/sdcj/credentials/participant-kr-example",
  "type": ["VerifiableCredential", "sdcj:ParticipantCredential"],
  "issuer": "did:web:circularsolution.services",
  "validFrom": "2026-07-15T05:54:23.213Z",
  "validUntil": "2026-10-13T05:54:23.213Z",
  "credentialSubject": {
    "id": "did:web:circularsolution.services",
    "type": "sdcj:Participant",
    "schema:name": "Test Participant (KR)",
    "gx:registrationNumber": {
      "type": "gx:CompanyRegistration",
      "gx:countryCompanyNumber": "1234567890",
      "gx:companyNumberQualifier": "sdcj:KRBusinessRegistrationNumber",
      "gx:countryCode": "KR"
    }
  }
}
