--- a/spec/latest/json-ld-api/index.html Mon Apr 01 20:35:17 2013 +0200
+++ b/spec/latest/json-ld-api/index.html Mon Apr 01 20:47:42 2013 +0200
@@ -3069,8 +3069,13 @@
<p>This algorithms converts a JSON-LD document to an <tref>RDF dataset</tref>.</p>
- <p class="issue" data-number="217">RDF does not currently allow a
- <tref>blank node identifier</tref> to be used as a <tref>graph name</tref>.</p>
+ <p class="issue atrisk" data-number="217" title="Feature at risk">RDF does not
+ currently allow a <tref>blank node identifier</tref> to be used as
+ <tref>graph name</tref> or <tref>property</tref>. Implementations might
+ convert such <tref title="blank node identifier">blank node identifiers</tref>
+ to <tref title="IRI">IRIs</tref> by minting new "Skolem IRIs" as per
+ <cite><a href="http://www.w3.org/TR/rdf11-concepts/#section-skolemization">Replacing Blank Nodes with IRIs</a></cite>
+ of [[RDF11-CONCEPTS]].</p>
<section class="informative">
<h3>Overview</h3>
--- a/spec/latest/json-ld/index.html Mon Apr 01 20:35:17 2013 +0200
+++ b/spec/latest/json-ld/index.html Mon Apr 01 20:47:42 2013 +0200
@@ -2713,10 +2713,13 @@
<tref title="JSON-LD value">JSON-LD values</tref>.</li>
</ul>
- <p class="issue atrisk" data-number="217">In contrast to the RDF data model as defined in
- [[RDF11-CONCEPTS]], JSON-LD allows blank nodes as property labels and graph names. Thus,
- some data that is valid JSON-LD cannot be converted to RDF. This feature may be removed
- in the future.</p>
+ <p class="issue atrisk" data-number="217">RDF does not currently allow a
+ <tref>blank node identifier</tref> to be used as <tref>graph name</tref> or
+ <tref>property</tref>. Implementations might convert such
+ <tref title="blank node identifier">blank node identifiers</tref>
+ to <tref title="IRI">IRIs</tref> by minting new "Skolem IRIs" as per
+ <cite><a href="http://www.w3.org/TR/rdf11-concepts/#section-skolemization">Replacing Blank Nodes with IRIs</a></cite>
+ of [[RDF11-CONCEPTS]].</p>
<p><tref title="JSON-LD document">JSON-LD documents</tref> MAY contain data that cannot be
represented by the <tref title="JSON-LD data model">data model</tref> defined above.