blob: f110169c345ae8086d1b859fb7ab3cf4e00deb08 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno16",
"type": "Annotation",
"audience": {
"id": "http://example.edu/roles/teacher",
"type": "schema:EducationalAudience",
"schema:educationalRole": "teacher"
},
"body": "http://example.net/classnotes1",
"target": "http://example.com/textbook1"
}
|