anno23.json (383B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno23", 4 "type": "Annotation", 5 "body": { 6 "source": "http://example.org/video1", 7 "purpose": "describing", 8 "selector": { 9 "type": "FragmentSelector", 10 "conformsTo": "http://www.w3.org/TR/media-frags/", 11 "value": "t=30,60" 12 } 13 }, 14 "target": "http://example.org/image1" 15 }