mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 01:43:08 +09:00
13 lines
268 B
JSON
13 lines
268 B
JSON
|
|
{
|
||
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
||
|
|
"id": "http://example.org/anno3",
|
||
|
|
"type": "Annotation",
|
||
|
|
"body": {
|
||
|
|
"id": "http://example.org/video1",
|
||
|
|
"type": "Video"
|
||
|
|
},
|
||
|
|
"target": {
|
||
|
|
"id": "http://example.org/website1",
|
||
|
|
"type": "Text"
|
||
|
|
}
|
||
|
|
}
|