-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (56 loc) · 1.83 KB
/
index.html
File metadata and controls
58 lines (56 loc) · 1.83 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Spec proposal</title>
<script src="https://www.w3.org/Tools/respec/respec-w3c" class="remove"></script>
<script class='remove'>
// See https://github.com/w3c/respec/wiki/ for how to configure ReSpec
var respecConfig = {
specStatus: "CG-DRAFT",
shortName: "rdf-threat-model",
editors: [{
name: "Pierre-Antoine Champin"
}]
};
</script>
<style>
figcaption details summary {
font-weight: normal;
}
</style>
</head>
<body>
<section id="abstract">
<p>
This specification does neat stuff.
</p>
</section>
<section id="sotd">
<p>
This is an unofficial proposal.
</p>
</section>
<section id="introduction">
<h2>Introduction</h2>
<p>
See <a href="https://github.com/w3c/respec/wiki/User's-Guide">ReSpec's user guide</a>
for how toget started!
</p>
<figure id="diagram1">
<object data="diagrams/diagram1.svg" width="80%">
See description in the caption.
</object>
<figcaption>
<details>
<summary>Different actors using RDF (<a href="diagrams/diagram1.svg">enlarge</a>)</summary>
A producer is producing RDF data that is shared via a channel, and stored in a SPARQL store.
A copy of that RDF data is received via the same channel, and inspected by a consumer.
Another consumer is using an application that is processing that copy of the RDF data.
A third consumer is querying an endpoint exposed by the RDF store.
A data architect is producing a schema, which describes both the initial RDF data and its copy.
</figcaption>
</figure>
</section>
</body>
</html>