- From: BigBlueHat via GitHub <sysbot+gh@w3.org>
- Date: Thu, 09 Apr 2015 17:48:59 +0000
- To: public-annotation@w3.org
Guessing we'll be supporting (if this is adopted...) multiple
audiences as well?
>From [IPDF](http://www.idpf.org/epub/oa/#h.57cghm3t4y9r):
> The `audience` property may identify a single audience or an array
of audiences.
So...
```json
{
"@id": "http://example.org/epub/annotation/1.json",
"@type": "oa:Annotation",
"audience" : [{
"@type" : "schema:EducationalAudience",
"schema:educationalRole" : "teacher"
},
{
"@type" : "schema:ParentAudience",
"schema:childMinAge" : "12",
"schema:childMaxAge" : "14"
}],
"hasTarget": { … },
"hasBody": { … }
}
```
For...middle school PTA meetings...or something. :smile:
That look correct?
--
GitHub Notif of comment by BigBlueHat
See
https://github.com/w3c/web-annotation/issues/8#issuecomment-91307854
Received on Thursday, 9 April 2015 17:49:14 UTC