forked from schemaorg/schemaorg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqa.html
58 lines (36 loc) · 1.8 KB
/
qa.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<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>