03-graphs-are-isomorphic-manual.html (733B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Graphs produced are isomorphic</title> 5 <script src="/resources/testharness.js"></script> 6 <script src="/resources/testharnessreport.js"></script> 7 </head> 8 <body> 9 <p>The Annotation Vocabulary JSON-LD context is defined to be at http://www.w3.org/ns/oa</p> 10 <p>Use that context to convert the content below into various format RDF 11 graphs. Are these graphs identical?</p> 12 <pre> 13 { 14 "@context": "http://www.w3.org/ns/anno.jsonld", 15 "id": "http://example.org/anno4", 16 "type": "Annotation", 17 "body": "http://example.org/description1", 18 "target": { 19 "id": "http://example.com/image1#xywh=100,100,300,300", 20 "type": "Image", 21 "format": "image/jpeg" 22 } 23 } 24 </pre> 25 </body> 26 </html>