anno39.json (429B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno39", 4 "type": "Annotation", 5 "body": "http://example.org/comment1", 6 "target": { 7 "source": "http://example.edu/article.pdf", 8 "selector": "http://example.org/selectors/html-selector1", 9 "renderedVia": { 10 "id": "http://example.com/pdf-to-html-library", 11 "type": "Software", 12 "schema:softwareVersion": "2.5" 13 } 14 } 15 }