|
|
|
## VC 2: Approval Organisation
|
|
|
|
|
|
|
|
```json
|
|
|
|
{
|
|
|
|
"@context": [
|
|
|
|
"https://www.w3.org/2018/credentials/v1",
|
|
|
|
"https://www.zinl.nl/2021/credentials/approvedorganisation/v1"
|
|
|
|
],
|
|
|
|
"type": ["VerifiableCredential", "ApprovedOrganisationCredential"],
|
|
|
|
"credentialSubject": {
|
|
|
|
"id": "did:kvk:12345678"
|
|
|
|
"type": "http://zinl.nl/2021/types/organisation/hospital",
|
|
|
|
"query": "de SPARQL query die moet worden uitgevoerd"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
``` |
|
|
|
\ No newline at end of file |