layout | json-ld |
---|---|
home |
{
"@context": "http://schema.org/",
"@type": "Organization",
"name": "DID Working Group",
"url": "https://www.w3.org/2019/did-wg/",
"parentOrganization": {
"@type": "Organization",
"name": "World Wide Web Consortium",
"url": "https://www.w3.org"
},
"member": {
"@type": "OrganizationRole",
"roleName": "Co-Chair",
"member": [{
"@type": "Person",
"name": "Daniel Burnett",
"email": "[email protected]"
},{
"@type": "Person",
"name": "Brent Zundel",
"email": "[email protected]"
}]
},
"contactPoint": {
"@type": "ContactPoint",
"name": "Ivan Herman",
"email": "[email protected]",
"contactType": "W3C Staff Contact"
}
}
|