mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno21",
|
|
"type": "Annotation",
|
|
"body": {
|
|
"type": "SpecificResource",
|
|
"purpose": "tagging",
|
|
"source": "http://example.org/city1"
|
|
},
|
|
"target": {
|
|
"id": "http://example.org/photo1",
|
|
"type": "Image"
|
|
}
|
|
} |