blob: 39050abb133f773d0a0b8f956d6fa29e5f9f80e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"@context": "http://www.w3.org/ns/anno.jsonld",
"id": "http://example.org/anno35",
"type": "Annotation",
"body": "http://example.org/description1",
"target": {
"source": "http://example.org/resource1",
"state": {
"type": "HttpRequestState",
"value": "Accept: application/pdf"
}
}
}
|