tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

06-ontology-internally-consistent-manual.html (523B)


      1 <!doctype html>
      2 <html>
      3 <head>
      4 <title>Ontology is internally consistent</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 http://www.w3.org/ns/oa.ttl</p>
     11    <p>Parse that ontology and evaluate its domains and ranges.  Are they
     12    consistent with the underlying referenced data types?</p>
     13 </body>
     14 </html>