-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathindex.html
55 lines (52 loc) · 2.37 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
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Publication Manifest Vocabulary</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c-common" class="remove" defer="defer"></script>
<script class='remove'>
var respecConfig = {
specStatus: "base",
edDraftURI: "https://w3c.github.io/wp-vocab/",
wg: "Publishing Working Group",
noRecTrack: true,
editors: [{
"name": "Ivan Herman",
"url": "https://www.w3.org/People/Ivan/",
"company": "W3C",
"w3cid": 7382,
"orcid": "0000-0003-0782-2704",
"companyURL": "https://www.w3.org"
}],
processVersion: 2018,
includePermalinks: false,
permalinkEdge: true,
permalinkHide: false,
diffTool: "http://www.aptest.com/standards/htmldiff/htmldiff.pl",
wgURI: "https://www.w3.org/publishing/groups/publ-wg/",
wgPublicList: "public-publ-wg",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/100074/status",
github: {
repoURL: "https://github.com/w3c/pub-vocab/",
branch: "master"
},
};
</script>
</head>
<body>
<section id="abstract">
<p>Vocabulary document, specified by the <a href="https://www.w3.org/publishing/groups/publ-wg">W3C Publishing Working Group</a>, defining the classes, properties, and individuals to be used by the <a href="https://www.w3.org/TR/pub-manifest/">Publication Manifest</a>.</p>
</section>
<section id="sotd">
<p>This is a vocabulary specification for the <a href="https://www.w3.org/TR/pub-manifest/">Publication Manifest</a>, defined by the <a href="https://www.w3.org/publishing/groups/publ-wg">W3C Publishing Working Group</a>. The formal specifications of the terms, their usage, etc., are normatively defined by the specification for <a href="https://www.w3.org/TR/pub-manifest/">Publication Manifest</a>.
</section>
<section>
<h2>Available representations</h2>
<ul>
<li><a href="https://www.w3.org/ns/pub-vocab/manifest.ttl">Vocabulary in Turtle</a></li>
<li><a href="https://www.w3.org/ns/pub-vocab/manifest.jsonld">Vocabulary in JSON-LD</a></li>
<li><a href="https://www.w3.org/ns/pub-vocab/manifest.rdf">Vocabulary in RDF/XML</a></li>
</ul>
</section>
</body>
</html>