Source code
Revision control
Copy as Markdown
Other Tools
<!doctype html>
<html>
<head>
<title>Graphs produced can be converted back into JSON-LD with no loss</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
</head>
<body>
<p>Using that context, convert the content below into an RDF graph, then
convert that graph back into JSON-LD. Is the content the same?</p>
<pre>
{
"type": "Annotation",
"target": {
"type": "Image",
"format": "image/jpeg"
}
}
</pre>
</body>
</html>