Skip to content

Commit

Permalink
Merge pull request #9 from w3c/json-datatype
Browse files Browse the repository at this point in the history
Issue marker for json datatype
  • Loading branch information
domel committed Apr 13, 2023
2 parents 265998d + 7ae607a commit ec41c71
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,20 @@ <h3>rdf:XMLLiteral</h3>
of <a href="#ch_literal"><code>rdfs:Literal</code></a>.</p>
</section>

<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>.
<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]].
</p>
</section>

<section id="ch_property">
<h3>rdf:Property</h3>
<p><code>rdf:Property</code> is the class of RDF properties.
Expand Down Expand Up @@ -898,6 +912,10 @@ <h3>RDF classes</h3>
<td><a href="#ch_xmlliteral">rdf:XMLLiteral</a></td>
<td>The class of XML literal values.</td>
</tr>
<!--tr>
<td><a href="#ch_json">rdf:JSON</a></td>
<td>The class of JSON literal values.</td>
</tr-->
<tr>
<td><a href="#ch_class">rdfs:Class</a></td>
<td>The class of classes.</td>
Expand Down

0 comments on commit ec41c71

Please sign in to comment.