{
  "type": [
    "DigitalIdentityAnchor",
    "VerifiableCredential"
  ],
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://vocabulary.uncefact.org/untp/0.7.0/context/"
  ],
  "id": "https://credentials.dpma.example.com/dia/tm-302024001234",
  "issuer": {
    "type": [
      "CredentialIssuer"
    ],
    "id": "did:web:dpma.example.com",
    "name": "Sample Patent and Trademark Office",
    "issuerAlsoKnownAs": [
      {
        "type": [
          "Party"
        ],
        "id": "https://dpma.example.com",
        "name": "Sample Patent and Trademark Office"
      }
    ]
  },
  "validFrom": "2025-02-01T00:00:00Z",
  "validUntil": "2035-02-01T00:00:00Z",
  "name": "Trademark Identity Anchor — VoltCell",
  "credentialSubject": {
    "type": [
      "RegisteredIdentity"
    ],
    "id": "did:web:sample-battery.example.com",
    "registeredName": "VoltCell",
    "registeredId": "302024001234",
    "registeredDate": "2022-03-10",
    "publicInformation": "https://dpma.example.com/trademarks/302024001234",
    "idScheme": {
      "type": [
        "IdentifierScheme"
      ],
      "id": "https://dpma.example.com",
      "name": "Sample National Trademark Register"
    },
    "registrar": {
      "type": [
        "Party"
      ],
      "id": "https://dpma.example.com",
      "name": "Sample Patent and Trademark Office"
    },
    "registerType": "trademark",
    "registrationScope": [
      "https://dpma.example.com/NiceClassification?Id=9"
    ]
  }
}
