anno24.json (312B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno24", 4 "type": "Annotation", 5 "body": "http://example.org/note1", 6 "target": { 7 "source": "http://example.org/page1.html", 8 "selector": { 9 "type": "CssSelector", 10 "value": "#elemid > .elemclass + p" 11 } 12 } 13 }