File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 160
160
is a < a > graph object</ a > which does not have an < code > @id</ code > < a > member</ a > .
161
161
Note that < a > node objects</ a > may have a < code > @graph</ code > member,
162
162
but are not considered < a > graph objects</ a > if they include any other < a > members</ a > .
163
- 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 >
164
165
< dt > < dfn > index map</ dfn > </ dt > < dd >
165
166
An < a > index map</ a > is a < a > dictionary</ a > value of a < a > term</ a >
166
167
defined with < code > @container</ code > set to < code > @index</ code > ,
Original file line number Diff line number Diff line change @@ -1333,9 +1333,12 @@ <h2>Uses of JSON Objects</h2>
1333
1333
</ dl >
1334
1334
</ dd >
1335
1335
< dt > < a > Graph objects</ a > </ dt > < dd >
1336
- A Graph object is much like a < a > node object</ a > , except that it defines a < a > named graph</ a > .
1336
+ A < a > graph object</ a > is much like a < a > node object</ a > , except that it defines a < a > named graph</ a > .
1337
1337
See < a class ="sectionRef " href ="#named-graphs "> </ a > for more information,
1338
1338
and < a class ="sectionRef " href ="#graph-objects "> </ a > for the normative definition.
1339
+ A < a > node object</ a > may also describe a < a > named graph</ a > , in addition to other properties
1340
+ defined on the node. The notable difference is that a < a > graph object</ a > only describes
1341
+ a < a > named graph</ a > .
1339
1342
</ dd >
1340
1343
< dt > < a > Context Definitions</ a > </ dt > < dd >
1341
1344
A Context Definition uses the < a > JSON object</ a > form, but is not itself data in a < a > linked data graph</ a > .
@@ -9982,7 +9985,7 @@ <h2>Node Objects</h2>
9982
9985
< h2 > Graph Objects</ h2 >
9983
9986
9984
9987
< p > A < a > graph object</ a > represents a < a > named graph</ a > , which MAY include
9985
- include an explicit < a > graph name</ a > .
9988
+ an explicit < a > graph name</ a > .
9986
9989
A < a > dictionary</ a > is a < a > graph object</ a > if
9987
9990
it exists outside of a JSON-LD < a > context</ a > ,
9988
9991
it is not a < a > node object</ a > ,
You can’t perform that action at this time.
0 commit comments