Improve introduction of reverse properties as suggested
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Sat, 09 Mar 2013 19:32:37 +0100
changeset 1397 4f61d1b48fd7
parent 1396 4a48218fc7d9
child 1398 e8bfbe8af78c
Improve introduction of reverse properties as suggested

Thanks @dlongley

This addresses #221
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Fri Mar 08 20:28:07 2013 +0100
+++ b/spec/latest/json-ld-syntax/index.html	Sat Mar 09 19:32:37 2013 +0100
@@ -1971,8 +1971,8 @@
     to serialize in the reverse direction. Consider for example the case where a person
     and its children should be described in a document. If the used vocabulary does not
     provide a <em>children</em> <tref>property</tref> but just a <em>parent</em>
-    <tref>property</tref>, every <tref>node</tref> representing a child would have
-    to contain a <tref>property</tref> pointing to the parent as in the following
+    <tref>property</tref>, every <tref>node</tref> representing a child would have to
+    be expressed with a <tref>property</tref> pointing to the parent as in the following
     example.</p>
 
   <pre class="example" data-transform="updateExample"