Skip to content

Commit cad346a

Browse files
committed
Update common files, update gems, and implicitly include bundler in Rakefile.
1 parent d768d98 commit cad346a

File tree

3 files changed

+23
-9
lines changed

3 files changed

+23
-9
lines changed

Gemfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: git://github.com/ruby-rdf/json-ld.git
3-
revision: afe7b3b10547b552676d1379a2be4bc34cf83d02
3+
revision: 6bb0c2d269e8cf80152d519ee5fd16696812b1f2
44
branch: develop
55
specs:
66
json-ld (3.0.2)
@@ -12,7 +12,7 @@ GIT
1212
GEM
1313
remote: https://rubygems.org/
1414
specs:
15-
addressable (2.5.2)
15+
addressable (2.6.0)
1616
public_suffix (>= 2.0.2, < 4.0)
1717
bcp47 (0.3.3)
1818
i18n
@@ -31,7 +31,7 @@ GEM
3131
hamster (3.0.0)
3232
concurrent-ruby (~> 1.0)
3333
htmlentities (4.3.4)
34-
i18n (1.5.1)
34+
i18n (1.5.3)
3535
concurrent-ruby (~> 1.0)
3636
json-ld-preloaded (3.0.2)
3737
json-ld (~> 3.0)
@@ -73,14 +73,14 @@ GEM
7373
multi_json (1.13.1)
7474
net-http-persistent (3.0.0)
7575
connection_pool (~> 2.2)
76-
nokogiri (1.10.0)
76+
nokogiri (1.10.1)
7777
mini_portile2 (~> 2.4.0)
7878
nokogumbo (1.5.0)
7979
nokogiri
8080
public_suffix (3.0.3)
8181
rack (2.0.6)
8282
rake (12.3.2)
83-
rdf (3.0.9)
83+
rdf (3.0.10)
8484
hamster (~> 3.0)
8585
link_header (~> 0.0, >= 0.0.8)
8686
rdf-aggregate-repo (2.2.1)
@@ -126,7 +126,7 @@ GEM
126126
rdf-turtle (~> 3.0, >= 3.0.3)
127127
rdf-trix (2.2.1)
128128
rdf (>= 2.2, < 4.0)
129-
rdf-turtle (3.0.3)
129+
rdf-turtle (3.0.5)
130130
ebnf (~> 1.1)
131131
rdf (~> 3.0)
132132
rdf-vocab (3.0.4)

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
require 'bundler/setup'
12
task default: :test
23

34
desc "Test examples in spec files"

common/terms.html

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@
112112
Whenever possible, an <a>edge</a> should be labeled with an <a>IRI</a>.
113113
<div class="issue atrisk">The use of <a>blank node identifiers</a> to label properties is obsolete,
114114
and may be removed in a future version of JSON-LD.</div></dd>
115+
<dt><dfn>embedded context</dfn></dt><dd>
116+
An embedded <a>context</a> is a <a>dictionary</a> composed of a combintation of
117+
<a>term definitions</a>, a <a>vocabulary mapping</a>, a <a>base IRI</a> and <a>default language</a>.
118+
An <a>embedded context</a> may appear as part of a <a>node object</a> or <a>value object</a> using the
119+
<code>@context</code> <a>member</a>.
120+
</dd>
121+
<dt><dfn>scoped context</dfn></dt><dd>
122+
A <a>scoped context</a> is part of an <a>expanded term definition</a> using the
123+
<code>@context</code> <a>member</a>. It has the same form as an <a>embedded context</a>.
124+
</dd>
115125
<dt><dfn>expanded term definition</dfn></dt><dd>
116126
An expanded term definition is a <a>term definition</a>
117127
where the value is a <a>dictionary</a>
@@ -150,7 +160,8 @@
150160
is a <a>graph object</a> which does not have an <code>@id</code> <a>member</a>.
151161
Note that <a>node objects</a> may have a <code>@graph</code> member,
152162
but are not considered <a>graph objects</a> if they include any other <a>members</a>.
153-
A top-level object consisting of <code>@graph</code> is also not a <a>graph object</a>.</dd>
163+
A top-level object consisting of <code>@graph</code> is also not a <a>graph object</a>.
164+
Note that a <a>node object</a> may also represent a <a>named graph</a> it it includes other properties.</dd>
154165
<dt><dfn>index map</dfn></dt><dd>
155166
An <a>index map</a> is a <a>dictionary</a> value of a <a>term</a>
156167
defined with <code>@container</code> set to <code>@index</code>,
@@ -212,7 +223,8 @@
212223
A <a>list</a> is an ordered sequence of <a>IRIs</a>, <a>blank nodes</a>, and <a>JSON-LD values</a>.
213224
See <dfn data-cite="RDF-SCHEMA#ch_collectionvocab" data-lt="collection" class="preserve">RDF collection</dfn> in [[RDF-SCHEMA]].</dd>
214225
<dt><dfn>list object</dfn></dt><dd>
215-
A <a>list object</a> is a <a>dictionary</a> that has a <code>@list</code> key.</dd>
226+
A <a>list object</a> is a <a>dictionary</a> that has a <code>@list</code> key.
227+
It may also have an <code>@index</code> key, but no other members.</dd>
216228
<dt><dfn>literal</dfn></dt><dd>
217229
An <a>object</a> expressed as a value such as a string, number or in expanded form.</dd>
218230
<dt><dfn>local context</dfn></dt><dd>
@@ -294,7 +306,8 @@
294306
are resolved relative to the <a>vocabulary mapping</a>,
295307
not the <a>base IRI</a>.</dd>
296308
<dt><dfn>set object</dfn></dt><dd>
297-
A <a>set object</a> is a <a>dictionary</a> that has an <code>@set</code> <a>member</a>.</dd>
309+
A <a>set object</a> is a <a>dictionary</a> that has an <code>@set</code> <a>member</a>.
310+
It may also have an <code>@index</code> key, but no other members.</dd>
298311
<dt><dfn>subject</dfn></dt><dd>
299312
A <a data-cite="RDF11-CONCEPTS#dfn-subject" class="externalDFN">subject</a>
300313
is a <a>node</a> in a <a>linked data graph</a>

0 commit comments

Comments
 (0)