Skip to content

Commit 7fc9975

Browse files
committed
Improve our definitions of imported terms.
1 parent 698c7d9 commit 7fc9975

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

common/terms.html

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,15 @@
6161
<p>Terms imported from [[[RFC3987]]] [[RFC3987]]</p>
6262
<dl class="termlist" data-sort>
6363
<dt><dfn data-cite="RFC3987#section-1.3" class="preserve">absolute IRI</dfn></dt><dd>
64-
An <a>absolute IRI</a>
65-
is defined in [[RFC3987]] containing a <em>scheme</em> along with a <em>path</em>
66-
and optional <em>query</em> and fragment segments.</dd>
67-
<dt><dfn data-cite="RFC3987#section-1.3" data-lt="IRI|Internationalized Resource Identifier" class="preserve"><abbr title="Internationalized Resource Identifier">IRI</abbr></dfn></dt><dd>
68-
An <a>Internationalized Resource Identifier</a>
69-
as described in [[RFC3987]].</dd>
64+
The absolute form of an <a>IRI</a> containing a <em>scheme</em> along with a <em>path</em>
65+
and optional <em>query</em> and <em>fragment</em> segments.</dd>
66+
<dt><dfn data-cite="RFC3987#section-1.3" data-lt="IRI|Internationalized Resource Identifier" class="preserve"><abbr title="Internationalized Resource Identifier">IRI reference</abbr></dfn></dt><dd>
67+
Denotes the common usage of an <a>Internationalized Resource Identifier</a>.
68+
An <a>IRI reference</a> may be <a data-lt="absolute IRI">absolute</a> or
69+
<a data-lt="relative IRI">relative</a>.
70+
However, the "IRI" that results from such a reference
71+
only includes <a>absolute IRIs</a>; any <a>relative IRI</a> references are
72+
resolved to their absolute form.</dd>
7073
<dt><dfn data-cite="RFC3987#section-6.5" class="preserve">relative IRI</dfn></dt><dd>
7174
A relative IRI is an <a>IRI</a> that is relative to some other <a>absolute IRI</a>,
7275
typically the <a>base IRI</a> of the document.
@@ -94,12 +97,15 @@
9497
A <a>blank node identifier</a>
9598
is a string that can be used as an identifier for a <a>blank node</a> within the scope of a JSON-LD document.
9699
Blank node identifiers begin with <code>_:</code>.</dd>
100+
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-rdf-dataset" data-lt="RDF dataset" class="preserve">dataset</dfn></dt><dd>
101+
A <a>dataset</a>
102+
representing a collection of <a data-cite="RDF11-CONCEPTS#dfn-rdf-graph">RDF graphs</a>
103+
including exactly one <a>default graph</a> and zero or more <a>named graphs</a>.</dd>
97104
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-datatype-iri" class="preserve">datatype IRI</dfn></dt><dd>
98-
A <a>datatype IRI</a> as specified by [[RDF11-CONCEPTS]].</dd>
105+
A <a>datatype IRI</a> is an <a>IRI</a> identifying a datatype that determines how the lexical form maps to a
106+
<a data-cite="RDF11-CONCEPTS#dfn-literal-value">literal value</a>.</dd>
99107
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-default-graph" class="preserve">default graph</dfn></dt><dd>
100-
The <a>default graph</a> is the only graph in a JSON-LD document which has no <a>graph name</a>.
101-
When executing an algorithm,
102-
the graph where data should be placed if a <a>named graph</a> is not specified.</dd>
108+
The <a>default graph</a> is an <a>RDF graph</a> having no <a data-lt="graph name">name</a>, which MAY be empty.</dd>
103109
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-graph-name" class="preserve">graph name</dfn></dt><dd>
104110
The <a>IRI</a> or <a>blank node</a> identifying a <a>named graph</a>.</dd>
105111
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-language-tagged-string" class="preserve">language-tagged string</dfn></dt><dd>
@@ -115,18 +121,15 @@
115121
A labeled directed <a>graph</a>,
116122
i.e., a set of <a>nodes</a> connected by directed-arcs.</dd>
117123
<dt><dfn data-cite="RDF-SCHEMA#ch_collectionvocab" data-lt="collection|RDF collection" class="preserve">list</dfn></dt><dd>
118-
A <a>list</a> is an ordered sequence of <a>IRIs</a>, <a>blank nodes</a>, and <a>JSON-LD values</a>.</dd>
124+
A <a>list</a> is an ordered sequence of <a>IRIs</a>, <a>blank nodes</a>, and <a>literals</a>.</dd>
119125
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-literal" data-lt="RDF literal" class="preserve">literal</dfn></dt><dd>
120-
An <a>object</a> expressed as a value such as a string or number, or in expanded form as a <a>value object</a>.</dd>
126+
An <a>object</a> expressed as a value such as a <a>string</a> or <a>number</a>.
127+
Implicitlly or explicitly includes a <a>datatype IRI</a> and, if the datatype is `xsd:string`, an optional <a>language tag</a>.</dd>
121128
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-named-graph" class="preserve">named graph</dfn></dt><dd>
122129
A <a>named graph</a>
123130
is a <a>linked data graph</a> that is identified by an <a>IRI</a> or <a>blank node</a>.</dd>
124131
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-node" class="preserve">node</dfn></dt><dd>
125-
Every <a>node</a> is an <a>IRI</a>,
126-
a <a>blank node</a>,
127-
a <a>JSON-LD value</a>,
128-
or a <a>list</a>.
129-
A piece of information that is represented in a <a>linked data graph</a>.</dd>
132+
A <a>node</a> in an <a>RDF graph</a>, made up of the set of <a>subjects</a> and <a>objects</a> of <a>triples</a> in the <a>graph</a>.</dd>
130133
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-object" class="preserve">object</dfn></dt><dd>
131134
An <a>object</a> is a <a>node</a> in a <a>linked data graph</a>
132135
with at least one incoming edge.</dd>
@@ -137,20 +140,16 @@
137140
Whenever possible, a <a>property</a> should be labeled with an <a>IRI</a>.
138141
<div class="issue atrisk">The use of <a>blank node identifiers</a> to label properties is obsolete,
139142
and may be removed in a future version of JSON-LD.</div>
140-
See <dfn data-cite="RDF11-CONCEPTS#dfn-predicate" class="preserve">predicate</dfn> in [[RDF11-CONCEPTS]].</dd>
141-
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-rdf-dataset" data-lt="RDF dataset" class="preserve">dataset</dfn></dt><dd>
142-
A <a>dataset</a>
143-
as specified by [[RDF11-CONCEPTS]]
144-
representing a collection of <a data-cite="RDF11-CONCEPTS#dfn-rdf-graph">RDF graphs</a>.</dd>
143+
Also, see <dfn data-cite="RDF11-CONCEPTS#dfn-predicate" class="preserve">predicate</dfn> in [[RDF11-CONCEPTS]].</dd>
145144
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-resource" class="preserve">resource</dfn></dt><dd>
146-
A <a >resource</a> as specified by [[RDF11-CONCEPTS]].</dd>
145+
A <a>resource</a> donoted by an <a>IRI</a> or <a>literal</a> representing something in the world ( the "universe of discourse").</dd>
147146
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-rdf-triple" class="preserve">triple</dfn></dt><dd>
148-
A <a>triple</a> as specified by [[RDF11-CONCEPTS]].</dd>
147+
A component of an <a>RDF graph</a> including a <a>subject</a>, <a>predicate</a>, and <a>object</a>, which represents
148+
a node-arc-node segment of an <a>RDF graph</a>.</dd>
149149
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-subject" class="preserve">subject</dfn></dt><dd>
150150
A <a>subject</a> is a <a>node</a> in a <a>linked data graph</a>
151151
with at least one outgoing edge,
152-
related to an <a>object</a> node through a <a>property</a>.
153-
See <dfn data-cite="RDF11-CONCEPTS#dfn-subject" class="preserve">RDF subject</dfn> in [[RDF11-CONCEPTS]].</dd>
152+
related to an <a>object</a> node through a <a>property</a>.</dd>
154153
</dl>
155154
</section>
156155

0 commit comments

Comments
 (0)