Skip to content

Commit f62d3ad

Browse files
committed
Adds selected issue markers and removes those already closed.
1 parent 4d1cc8c commit f62d3ad

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

spec/index.html

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636

3737
xref: ["I18N-GLOSSARY", "INFRA"],
3838
github: "https://github.com/w3c/rdf-concepts/",
39+
issueBase: "https://github.com/w3c/rdf-concepts/issues",
3940
group: "rdf-star",
4041
doJsonLd: true,
4142
wgPublicList: "public-rdf-star-wg"
@@ -132,6 +133,7 @@ <h3>Graph-based Data Model</h3>
132133
<a>RDF graph</a>: <a>IRIs</a>, <a>literals</a>,
133134
<a>blank nodes</a>, and <a>triple terms</a>.</p>
134135

136+
<p class="issue" data-number="129">There is a mixture of "Abstract Syntax" and "Data Model". We should have a consistent way to say "Abstract Syntax" vs "Data Model". One way is to use "Abstract Syntax" as the basis of semantics and usually say "Data Model" in Concepts otherwise.</p>
135137
</section>
136138

137139
<section id="resources-and-statements">
@@ -446,6 +448,8 @@ <h3>Equivalence, Entailment and Inconsistency</h3>
446448
of the world that would make the expression true.</dd>
447449
</dl>
448450

451+
<p class="issue" data-number="118"></p>
452+
449453
<p>An <span id="dfn-entailment-regime"><!-- obsolete term --></span><dfn data-cite="RDF12-SEMANTICS#dfn-entailment-regime">entailment regime</dfn> [[RDF12-SEMANTICS]] is a specification that
450454
defines precise conditions that make these relationships hold.
451455
RDF itself recognizes only some basic cases of entailment, <a>equivalence</a>
@@ -511,6 +515,8 @@ <h3>RDF Documents and Syntaxes</h3>
511515
and still the subject of group discussion. An alternative to conformance
512516
levels, "profiles", may be adopted instead, abandoned, or described in
513517
another specification.</p>
518+
<p class="issue" data-number="70">
519+
Change "Classic Conformance" to "Basic Conformance" and define them as profiles.</p>
514520

515521
<section id="rdf-strings">
516522
<h3>Strings in RDF</h3>
@@ -665,6 +671,10 @@ <h3>IRIs</h3>
665671
in IRIs [[RFC3492]]</li>
666672
<li>IRIs that are not in Unicode [=Normalization Form C=] [[I18N-Glossary]]</li>
667673
</ul>
674+
<p class="issue" data-number="63">
675+
Change Punnycode-encoding refernece from [[RFC3492]] to [[RFC5890]].
676+
Also, rephrase this note accordingly.
677+
</p>
668678
</div>
669679
</section>
670680

@@ -977,6 +987,13 @@ <h3>Graph Comparison</h3>
977987
in <var>G</var> can be replaced with
978988
a new blank node to give <var>G'</var>. Graph isomorphism
979989
is needed to support the RDF Test Cases [[RDF11-TESTCASES]] specification.</p>
990+
991+
<div class="issue" data-number="128">
992+
Graph isomorphism needs the following extra clause:
993+
<ul>
994+
<li>M(tt) is the triple term ( M(s), M(p), M(o) ) for tt a triple term of the form (s, p, o)</li>
995+
</ul>
996+
</div>
980997
</section>
981998
</section>
982999

@@ -1286,6 +1303,7 @@ <h3>The XML Schema Built-in Datatypes</h3>
12861303
datatype <a data-cite="xmlschema11-2#decimal"><code>xsd:decimal</code></a>
12871304
can be used to accurately capture arbitrary decimal numbers.</p>
12881305

1306+
<p class="issue" data-number="92"></p>
12891307
</section>
12901308

12911309
<section>
@@ -1694,6 +1712,10 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
16941712
</ul>
16951713
</dd>
16961714
</dl>
1715+
<p class="issue" data-number="116">The issue refers to the use
1716+
of <a data-cite="INFRA#ordered-map">ordered map</a>
1717+
from [[INFRA]] for describing the value space of <a data-cite="RFC8259#section-4">JSON Objects</a>
1718+
and suggests defining a new datatype for unordered maps.</p>
16971719
</section>
16981720

16991721
</section>
@@ -1786,8 +1808,6 @@ <h2>Internationalization Considerations</h2>
17861808
<a data-cite="JSON-LD11#the-i18n-namespace">i18n namespace</a> to use
17871809
a datatype to specify both the base direction an <a>language tag</a>
17881810
of an <a>RDF literal</a>.</p>
1789-
1790-
<p class="issue" data-number="9"></p>
17911811
</section>
17921812

17931813
<section id="iri-abnf" class="appendix informative">

0 commit comments

Comments
 (0)