mirror of
https://github.com/servo/servo
synced 2026-04-30 03:17:15 +02:00
17 lines
409 B
JSON
17 lines
409 B
JSON
{
|
|
"@context": "http://www.w3.org/ns/anno.jsonld",
|
|
"id": "http://example.org/anno2",
|
|
"type": "Annotation",
|
|
"body": {
|
|
"id": "http://example.org/analysis1.mp3",
|
|
"format": "audio/mpeg",
|
|
"language": "fr"
|
|
},
|
|
"target": {
|
|
"id": "http://example.gov/patent1.pdf",
|
|
"format": "application/pdf",
|
|
"language": ["en", "ar"],
|
|
"textDirection": "ltr",
|
|
"processingLanguage": "en"
|
|
}
|
|
} |