-
Notifications
You must be signed in to change notification settings - Fork 5
/
glossary.xml
176 lines (155 loc) · 5.27 KB
/
glossary.xml
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
<?xml version="1.0" encoding="UTF-8"?>
<!--
Author: Mo McRoberts <[email protected]>
Copyright (c) 2015 BBC
Licensed under the terms of the Open Government Licence, version 2.0.
You may obtain a copy of the license at:
https://www.nationalarchives.gov.uk/doc/open-government-licence/version/2/
-->
<glossary version="5.0" xml:lang="en-gb" xmlns="http://docbook.org/ns" xmlns:xinclude="http://www.w3.org/2001/XInclude" xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="glossary">
<title>Glossary</title>
<glossentry>
<glossterm>Acropolis</glossterm>
<glossdef>
<para>
The software stack which powers the Research & Education Space.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Anansi</glossterm>
<glossdef>
<para>
The Acropolis web crawler, which is used in the Research &
Education Space to locate Linked Open Data.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>audience (conditional access)</glossterm>
<glossdef>
<para>
Within the Research & Education Space, in the context
of conditional access to resources, the term audience refers
to a specific group of people who are assigned an identifier
in the form of a URI. This allows any data about resources
accessible to that group to use the same identifier to refer
to them, and for the Research & Education Space index to
allow queries for digital assets which can be accessed by
them.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Content negotiation</glossterm>
<glossdef>
<para>
The mechanism by which an HTTP user-agent specifies the list of
formats it is able to interpret, and a server selects the format
it will return a document in based upon that information (in
principle, it selects the highest-scored format from the
intersection of client-supported and server-supported formats).
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>co-reference</glossterm>
<glossdef>
<para>
A piece of data which states that two identifiers (in the form
of URIs within the context of the Research & Education Space)
refer to the same entity.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>creative work</glossterm>
<glossdef>
<para>
The abstract form of the output of a creative process. Creative
works can have manifestations in several forms, some of which
may be digital assets. For example, a book can be a creative
work, with both printed and EPUB editions being (physical
and digital) manifestations of it.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>digital asset</glossterm>
<glossdef>
<para>
Any sort of document or media, including machine-readable data,
which can be represented digitally. This includes RDF/XML documents,
PDFs, MP3 audio, PowerPoint presentations, and so on.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>entity</glossterm>
<glossdef>
<para>Something which is described by some data. Often termed a <firstterm>resource</firstterm> in the RDF specifications, but this can be confusing because “resource” is often used to refer to a document which can be transferred electronically (particularly via HTTP).</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Linked Data</glossterm>
<glossdef>
<para>Data which is published on the web using resolveable URIs as identifiers, so that de-referencing the URI of something retrieves the data about it.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Linked Open Data</glossterm>
<glossdef>
<para>Linked Data which is also <link xlink:href="http://opendefinition.org/od/">openly licensed</link>.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>manifestation (creative work)</glossterm>
<glossdef>
<para>
A particular physical or digital version of a creative work.
For example, a PDF can be a digital asset which is a
manifestation of a book, which is a creative work.
</para>
<para>
Not all digital assets are manifestations of creative works:
some digital assets are representations of data produced by
some automated process, for example.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Quilt</glossterm>
<glossdef>
<para>
A Linked Data server which is part of the Acropolis stack. Used
within the Research & Education Space to serve its API.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>serialisation</glossterm>
<glossdef>
<para>A concrete representation of a document (typically RDF) in some format.</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Spindle</glossterm>
<glossdef>
<para>
The aggregator which forms part of the Acropolis stack, comprising
plug-in modules for Twine and Quilt. Responsible for generating
and serving the Research & Education Space index.
</para>
</glossdef>
</glossentry>
<glossentry>
<glossterm>Twine</glossterm>
<glossdef>
<para>
An RDF processing engine which is part of the Acropolis stack,
and which is used in the Research & Education Space to
process Linked Open Data that has been fetched by Anansi.
</para>
</glossdef>
</glossentry>
</glossary>