mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-17 09:53:07 +09:00
16 lines
402 B
JSON
16 lines
402 B
JSON
|
|
{
|
||
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
||
|
|
"id": "http://example.org/anno13",
|
||
|
|
"type": "Annotation",
|
||
|
|
"motivation": "classifying",
|
||
|
|
"body": "http://example.org/vocab/art/portrait",
|
||
|
|
"target": {
|
||
|
|
"type": "Independents",
|
||
|
|
"items": [
|
||
|
|
"http://example.com/image1",
|
||
|
|
"http://example.net/image2",
|
||
|
|
"http://example.com/image4",
|
||
|
|
"http://example.org/image9"
|
||
|
|
]
|
||
|
|
}
|
||
|
|
}
|