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.
** THIS WEB PAGE IS UNDER CONSTRUCTION **
This is required.
[Exposed=Window]
interface Foo {
attribute DOMString bar;
undefined doTheFoo();
};
The Foo interface represents a {{Foo}}.
The doTheFoo() method does the foo. Call it by running {{Foo/doTheFoo()}}.
This is required for specifications that contain normative material.