Revision 769a5fb2f73384f9ca8beec6798a41c0f31aede7 authored by Alex Jansen on 06 December 2021, 12:41:01 UTC, committed by Alex Jansen on 06 December 2021, 12:41:01 UTC
1 parent 7070f88
Raw File
qa.html
<html>
 <head>
  <title>Simple QA</title>
 </head>
 <body>

<h1>Testing links</h1>

<p>Lists of key urls for testing.</p>

<h2>Important URLs</h2>

<ul>
<li><a href="/docs/schema_org_rdfa.html">schema_org_rdfa.html</a> (machine readable schema)</li>  
<li>JSON-LD context: <a href="/docs/jsonldcontext.json">/docs/jsonldcontext.json</a>, <a href="/docs/jsonldcontext.json.txt">/docs/jsonldcontext.json.txt</a></li>
<li>Or homepage conneg, use: curl --verbose -H "Accept: application/ld+json" http://localhost:8080/</li>
<li><a href="/docs/full.html">full.html</a></li>
<li><a href="/docs/tree.jsonld">/docs/tree.jsonld</a></li>
</ul>

<h2>Per-Term example links</h2>

<ul>

<li><a href="/">homepage</a></li>

<li><a href="/xwefwerserwerw">a bad link that should 404.</a></li>

<li><a href="/Person">Person</a> (a Thing type page)
</li>

<li><a href="/Text">Text</a> (non-Thing type page) 
</li>

<li><a href="/Thing">Thing</a> (root of the Thing hierarchy) </li>

<li><a href="/DataType">DataType</a> (root of the Datatype hierarchy) </li>

<li><a href="/actor">actor</a> (property page, supersedes 'actors')</li>

<li><a href="/actors">actors</a> (a superseded property page; superseded by 'actor') </li>

<li><a href="/Enumeration">Enumeration</a> (Enum type - lists enum types as subclasses)</li>

<li><a href="/ActionStatusType">ActionStatusType</a> (ActionStatusType, a specific Enum type)</li>

<li><a href="/PotentialActionStatus">PotentialActionStatus</a> (PotentialActionStatus is a specific instance of ActionStatusType)</li>

<li><a href="/ActionStatusType">ActionStatusType</a> (ActionStatusType, a specific Enum type)</li>

<li><a href="/BookStore">BookStore</a> (BookStore is an Organization and also a Place, alongside all other LocalBusiness subtypes)</li>

<li>todo: superProperty, inverseOf examples</li>

</ul>

 </body>
</html>
back to top