Small fix in the Linked Data definition.
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Wed, 25 Jan 2012 11:44:42 +0800
changeset 360 0e23aa41bb4e
parent 359 a3445a892a67
child 364 64eb4c00f493
Small fix in the Linked Data definition.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Mon Jan 23 21:52:23 2012 +0800
+++ b/spec/latest/json-ld-syntax/index.html	Wed Jan 25 11:44:42 2012 +0800
@@ -2230,7 +2230,7 @@
   <li>A <tref>subject</tref> SHOULD be labeled with an <tref>IRI</tref> (an Internationalized Resource Identifier as described in [[!RFC3987]]).</li>
   <li>An <tdef>object</tdef> is a node in a <tref>linked data graph</tref> with at least one incoming edge.</li>
   <li>An <tref>object</tref> MAY be labeled with an <tref>IRI</tref>.</li>
-  <li>An object MAY be a <tref>subject</tref> and <tref>object</tref> at the same time.</li>
+  <li>A node MAY be a <tref>subject</tref> and <tref>object</tref> at the same time.</li>
   <li>A <tdef>property</tdef> is an edge of the <tref>linked data graph</tref>.</li>
   <li>A <tref>property</tref> SHOULD be labeled with an <tref>IRI</tref>.</li>
   <li>An <tref>IRI</tref> that is a label in a <tref>linked data graph</tref> SHOULD be dereferencable to a <tref>Linked Data</tref> document describing the labeled <tref>subject</tref>, <tref>object</tref> or <tref>property</tref>.</li>