-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (49 loc) · 1.74 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>PLDN Thesaurus Best Practices</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove" defer></script>
<script class="remove">
// All config options at https://respec.org/docs/
var respecConfig = {
specStatus: "unofficial",
editors: [
{ name: "Pieter van Everdingen", url: "https://pldn.nl" },
],
github: "some-org/mySpec",
shortName: "dahut",
xref: "web-platform",
group: "my-working-group",
};
</script>
</head>
<body>
<section id="abstract">
<p>This document describes a possible best practice for creating a SKOS thesaurus based on the experiences of the PLDN Linked Data Thesaurus Working Group using the new PLDN Linked Data Thesaurus as a working example in this document. No section in this document is normative, it is only informative, describing 'all' possible design decisions that you can make while creating a new small thesaurus, also in relation to other PLDN and external vocabularies and datasets and a VoID-file.<br>
<br>
<strong>** THIS WEB PAGE IS UNDER CONSTRUCTION **</strong></p>
</section>
<section id="sotd">
<p>This is required.</p>
</section>
<section data-dfn-for="Foo">
<h2>Start your spec!</h2>
<pre class="idl">
[Exposed=Window]
interface Foo {
attribute DOMString bar;
undefined doTheFoo();
};
</pre>
<p>The <dfn>Foo</dfn> interface represents a {{Foo}}.</p>
<p>
The <dfn>doTheFoo()</dfn> method does the foo. Call it by running
{{Foo/doTheFoo()}}.
</p>
</section>
<section id="conformance">
<p>This is required for specifications that contain normative material.</p>
</section>
</body>
</html>