Skip to content

Commit f280ee8

Browse files
committed
More terms updates.
1 parent d3a14dc commit f280ee8

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

common/terms.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@
1414
<dt><dfn data-cite="RFC8259#section-4" class="preserve">JSON object</dfn></dt><dd>
1515
In the JSON serialization,
1616
an <a>object</a> structure
17-
is represented as a pair of curly brackets surrounding zero or more <a>entries</a>
18-
composed of name-value pairs.
17+
is represented as a pair of curly brackets surrounding zero or more name/value pairs (or members).
1918
A name is a <a>string</a>.
2019
A single colon comes after each name,
2120
separating the name from the value.
2221
A single comma separates a value from a following name.
2322
In JSON-LD the names in an object MUST be unique.
24-
In the <a>internal representation</a> a <a>JSON object</a> is described as a
25-
<dfn data-cite="INFRA#ordered-map" class="preserve">map</dfn> (see [[INFRA]]),
26-
composed of <dfn data-cite="INFRA#map-entry" data-lt="map entry|entry" data-ld-noDefault class="preserve">entries</dfn> with key-value pairs.</dd>
23+
<p>In the <a>internal representation</a> a <a>JSON object</a> is described as a
24+
<dfn data-cite="INFRA#ordered-map" class="preserve">map</dfn> (see [[INFRA]]),
25+
composed of <dfn data-cite="INFRA#map-entry" data-lt="map entry|entry" data-ld-noDefault class="preserve">entries</dfn> with key/value pairs.</p>
26+
<p>In the <a data-cite="JSON-LD11-API#the-application-programming-interface">Application Programming Interface</a>,
27+
a <a>map</a> is described using a [[WEBIDL]] <a data-cite="WEBIDL#dfn-dictionary">dictionary</a>.</p></dd>
2728
<dt class="changed"><dfn data-lt="internal representation">JSON-LD internal representation</dfn></dt><dd class="changed">
2829
The JSON-LD internal representation
2930
is the result of transforming a JSON syntactic structure
@@ -266,12 +267,12 @@
266267
other processing modes can be accessed.
267268
This specification defines extensions for the <code>json-ld-1.1</code> <a>processing mode</a>.</dd>
268269
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-property" class="preserve">property</dfn></dt><dd>
269-
The name of a direct-arc in a <a>linked data graph</a>.
270+
The name of a directed-arc in a <a>linked data graph</a>.
270271
Every <a>property</a> is directional
271272
and is labeled with an <a>IRI</a> or a <a>blank node identifier</a>.
272273
Whenever possible, a <a>property</a> should be labeled with an <a>IRI</a>.
273274
<div class="issue atrisk">The use of <a>blank node identifiers</a> to label properties is obsolete,
274-
and may be removed in a future version of JSON-LD.</div></dd>
275+
and may be removed in a future version of JSON-LD.</div>
275276
See <dfn data-cite="RDF11-CONCEPTS#dfn-predicate" data-lt="predicate" class="preserve">RDF predicate</dfn> in [[RDF11-CONCEPTS]].</dd>
276277
<dt><dfn data-cite="RDF11-CONCEPTS#dfn-rdf-dataset" data-lt="dataset" class="preserve">RDF dataset</dfn></dt><dd>
277278
A <a>dataset</a>

0 commit comments

Comments
 (0)