blob: 9ae284df04078fe5c5470241b974df9640567015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"@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"
}
}
|