Update introduction of the Find and Remove Property Generator Duplicates algorithm
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 20 Dec 2012 21:33:27 +0100
changeset 1075 b73def7f37a4
parent 1074 d254bb5a2218
child 1076 bf1a64e0bce2
Update introduction of the Find and Remove Property Generator Duplicates algorithm
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Dec 20 21:05:07 2012 +0100
+++ b/spec/latest/json-ld-api/index.html	Thu Dec 20 21:33:27 2012 +0100
@@ -1663,8 +1663,10 @@
 <section>
   <h2>Find and Remove Property Generator Duplicates</h2>
 
-  <p>Input <em>element</em>, <em>property</em>, <em>value</em>, <tref>active context</tref>,
-    <tref>active property</tref>.</p>
+  <p>This algorithm checks if a specific value exists for all <tref title="IRI">IRIs</tref>
+    associated with a <tref>property generator</tref> and if so, it removes them. The
+    algorithm takes five parameters: <em>element</em>, <em>property</em>, <em>value</em>,
+    <tref>active context</tref>, <tref>active property</tref>.</p>
 
   <ol class="algorithm">
     <li>For each item <em>propertyGenerator</em> of the <tref>array</tref> which is the
@@ -1868,7 +1870,7 @@
             </li>
             <li id="processing-step-subject">If <em>element</em> has a <code>@id</code> property,
               the value MUST be a <tref>string</tref>, set the <tref>active subject</tref> to the previously
-              <tref>expanded value</tref> (either a <tref>blank node</tref> or an <tref>IRI</tref>).</li>
+              expanded value (either a <tref>blank node</tref> or an <tref>IRI</tref>).</li>
             <li>
               Otherwise, if <em>element</em> does not have a <code>@id</code> property, set the <tref>active
               subject</tref> to newly generated <tref>blank node</tref>.</li>