|
36 | 36 |
|
37 | 37 | xref: ["I18N-GLOSSARY", "INFRA"],
|
38 | 38 | github: "https://github.com/w3c/rdf-concepts/",
|
| 39 | + issueBase: "https://github.com/w3c/rdf-concepts/issues", |
39 | 40 | group: "rdf-star",
|
40 | 41 | doJsonLd: true,
|
41 | 42 | wgPublicList: "public-rdf-star-wg"
|
@@ -132,6 +133,7 @@ <h3>Graph-based Data Model</h3>
|
132 | 133 | <a>RDF graph</a>: <a>IRIs</a>, <a>literals</a>,
|
133 | 134 | <a>blank nodes</a>, and <a>triple terms</a>.</p>
|
134 | 135 |
|
| 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> |
135 | 137 | </section>
|
136 | 138 |
|
137 | 139 | <section id="resources-and-statements">
|
@@ -446,6 +448,8 @@ <h3>Equivalence, Entailment and Inconsistency</h3>
|
446 | 448 | of the world that would make the expression true.</dd>
|
447 | 449 | </dl>
|
448 | 450 |
|
| 451 | + <p class="issue" data-number="118"></p> |
| 452 | + |
449 | 453 | <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
|
450 | 454 | defines precise conditions that make these relationships hold.
|
451 | 455 | RDF itself recognizes only some basic cases of entailment, <a>equivalence</a>
|
@@ -511,6 +515,8 @@ <h3>RDF Documents and Syntaxes</h3>
|
511 | 515 | and still the subject of group discussion. An alternative to conformance
|
512 | 516 | levels, "profiles", may be adopted instead, abandoned, or described in
|
513 | 517 | another specification.</p>
|
| 518 | + <p class="issue" data-number="70"> |
| 519 | + Change "Classic Conformance" to "Basic Conformance" and define them as profiles.</p> |
514 | 520 |
|
515 | 521 | <section id="rdf-strings">
|
516 | 522 | <h3>Strings in RDF</h3>
|
@@ -665,6 +671,10 @@ <h3>IRIs</h3>
|
665 | 671 | in IRIs [[RFC3492]]</li>
|
666 | 672 | <li>IRIs that are not in Unicode [=Normalization Form C=] [[I18N-Glossary]]</li>
|
667 | 673 | </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> |
668 | 678 | </div>
|
669 | 679 | </section>
|
670 | 680 |
|
@@ -977,6 +987,13 @@ <h3>Graph Comparison</h3>
|
977 | 987 | in <var>G</var> can be replaced with
|
978 | 988 | a new blank node to give <var>G'</var>. Graph isomorphism
|
979 | 989 | 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> |
980 | 997 | </section>
|
981 | 998 | </section>
|
982 | 999 |
|
@@ -1286,6 +1303,7 @@ <h3>The XML Schema Built-in Datatypes</h3>
|
1286 | 1303 | datatype <a data-cite="xmlschema11-2#decimal"><code>xsd:decimal</code></a>
|
1287 | 1304 | can be used to accurately capture arbitrary decimal numbers.</p>
|
1288 | 1305 |
|
| 1306 | + <p class="issue" data-number="92"></p> |
1289 | 1307 | </section>
|
1290 | 1308 |
|
1291 | 1309 | <section>
|
@@ -1694,6 +1712,10 @@ <h3>The <code>rdf:JSON</code> Datatype</h3>
|
1694 | 1712 | </ul>
|
1695 | 1713 | </dd>
|
1696 | 1714 | </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> |
1697 | 1719 | </section>
|
1698 | 1720 |
|
1699 | 1721 | </section>
|
@@ -1786,8 +1808,6 @@ <h2>Internationalization Considerations</h2>
|
1786 | 1808 | <a data-cite="JSON-LD11#the-i18n-namespace">i18n namespace</a> to use
|
1787 | 1809 | a datatype to specify both the base direction an <a>language tag</a>
|
1788 | 1810 | of an <a>RDF literal</a>.</p>
|
1789 |
| - |
1790 |
| - <p class="issue" data-number="9"></p> |
1791 | 1811 | </section>
|
1792 | 1812 |
|
1793 | 1813 | <section id="iri-abnf" class="appendix informative">
|
|
0 commit comments