example13.json (402B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno13", 4 "type": "Annotation", 5 "motivation": "classifying", 6 "body": "http://example.org/vocab/art/portrait", 7 "target": { 8 "type": "Independents", 9 "items": [ 10 "http://example.com/image1", 11 "http://example.net/image2", 12 "http://example.com/image4", 13 "http://example.org/image9" 14 ] 15 } 16 }