anno38.json (325B)
1 { 2 "@context": "http://www.w3.org/ns/anno.jsonld", 3 "id": "http://example.org/anno38", 4 "type": "Annotation", 5 "stylesheet": { 6 "type": "CssStylesheet", 7 "value": ".red { color: red }" 8 }, 9 "body": "http://example.org/body1", 10 "target": { 11 "source": "http://example.org/target1", 12 "styleClass": "red" 13 } 14 }