Skip to content

Commit

Permalink
Merge pull request #27 from w3c/json-dt
Browse files Browse the repository at this point in the history
added rdf:JSON datatype
  • Loading branch information
domel authored Sep 28, 2023
2 parents f706e62 + 23b66bb commit 4588b0c
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,11 @@ <h3>rdf:XMLLiteral</h3>

<section id="ch_json" class="informative">
<h3>rdf:JSON</h3>
<!--p>The class <code>rdf:JSON</code> is the class of
<a data-cite="RDF12-CONCEPTS#section-JSON">JSON literal values</a>.
<p>The class <code>rdf:JSON</code> is the class of
<a data-cite="RDF12-CONCEPTS#section-json">JSON literal values</a>.
<code>rdf:JSON</code> is an instance of
<code>rdfs:Datatype</code> and a <a href="#def-subclass">subclass</a>
of <a href="#ch_literal"><code>rdfs:Literal</code></a>.</p-->
<p class="issue" data-number="7">
The `rdf:JSON` datatype is originally defined in
<a data-cite="?JSON-LD11#the-rdf-json-datatype">Section 10.2 The `rdf:JSON` Datatype</a>
in [[?JSON-LD11]].
of <a href="#ch_literal"><code>rdfs:Literal</code></a>.</p>
</p>
</section>

Expand Down Expand Up @@ -931,10 +927,10 @@ <h3>RDF classes</h3>
<td><a href="#ch_xmlliteral">rdf:XMLLiteral</a></td>
<td>The class of XML literal values.</td>
</tr>
<!--tr>
<tr>
<td><a href="#ch_json">rdf:JSON</a></td>
<td>The class of JSON literal values.</td>
</tr-->
</tr>
<tr>
<td><a href="#ch_class">rdfs:Class</a></td>
<td>The class of classes.</td>
Expand Down Expand Up @@ -1210,7 +1206,7 @@ <h2>Change since 2004 Recommendation</h2>
<h2>Changes between RDF 1.1 and RDF 1.2</h2>

<ul>

<li>Added the datatype <code>rdf:JSON</code>.</li>
</ul>
</section>

Expand Down

0 comments on commit 4588b0c

Please sign in to comment.