1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-11 02:49:06 +00:00
Files
UXP/testing/web-platform/tests/annotation-model/tools/samples/example16.json
T

12 lines
350 B
JSON

{
"@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"
}