05-ontology-parsed-as-valid-manual.html (453B)
1 <!doctype html> 2 <html> 3 <head> 4 <title>Ontology can be parsed without errors</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>One ontology of that context is at at http://www.w3.org/ns/oa.ttl</p> 11 <p>Parse that ontology into a graph. Did it work?</p> 12 </body> 13 </html>