Skip to content

Commit bbf26f4

Browse files
pfpsTallTed
andauthored
remove outdated comment on RDF term definition; update comments on interpolation lemma and entailment rules (#119)
* remove outdated comment on RDF term definition * use the new issue for the interpolation lemma * add qualification to entailment rules appendix; fix up issue number in appendix * Update spec/index.html Co-authored-by: Ted Thibodeau Jr <[email protected]> --------- Co-authored-by: Ted Thibodeau Jr <[email protected]>
1 parent 34380e2 commit bbf26f4

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

spec/index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,8 +276,6 @@ <h2>Notation and Terminology</h2>
276276
and if H is an instance of G then every triple in H is an instance of at least one triple
277277
in G.</p>
278278

279-
<p class="issue">the defined term "RDF term" is not accessible from outside this document, which is a problem (RDF semantics, and probably other specs, need to reference it). There are other definitions in this spec that need to be exported - see <a href="https://github.com/w3c/rdf-concepts/issues/152">issue #152</a> in RDF-concepts.</p>
280-
281279
<p>A <dfn>proper instance</dfn> of a graph
282280
is an <a>instance</a> in which a blank node has been mapped into something other than a blank node, or two blank
283281
nodes in the graph have been mapped into the same blank node. </p>
@@ -639,7 +637,7 @@ <h3>Properties of simple entailment and satisfiability</h3>
639637
terms. To detect whether one RDF graph <a>simply entails</a> another, check that
640638
there is some instance of the entailed graph which is a subset of the first graph.</p>
641639

642-
<p class="issue" data-number="76">The correctness of this claim may still be unclear.</p>
640+
<p class="issue" data-number="102">The correctness of this claim may still be unclear.</p>
643641

644642
<p class="technote">This is clearly decidable, but it is also difficult to determine in general,
645643
since one can encode the NP-hard <a>subgraph</a> problem (detecting whether
@@ -1606,6 +1604,9 @@ <h2 id="appendices">Appendices</h2>
16061604
<section id="entailment_rules" class="informative appendix">
16071605
<h2>Entailment rules</h2>
16081606

1607+
<p> <em> Note: This section is carried over from RDF 1.1 and is included here to show how sound and complete inference rules might be constructed for the current versions of RDF and RDFS. It is believed that at most minor changes to the entailment rules here will be needed for sound and complete RDF and RDFS entailment. </em> </p>
1608+
1609+
16091610
<p>(<em>This section is based on work described more fully in </em>[[HORST04]]<em>, </em>[[HORST05]]<em>,
16101611
which should be consulted for technical details and proofs.</em>) </p>
16111612

@@ -1770,8 +1771,6 @@ <h2>Entailment rules</h2>
17701771
</tbody>
17711772
</table>
17721773

1773-
<p class="issue" data-number="76">We don't have a completeness proof for the RDFS entailment rules (yet).</p>
1774-
17751774

17761775
</section>
17771776

@@ -1817,7 +1816,7 @@ <h2>Finite interpretations</h2>
18171816
<section id="proofs" class="informative appendix">
18181817
<h2>Proofs of some results</h2>
18191818

1820-
<p class="issue" data-number="76">These claims need to be checked.</p>
1819+
<p class="issue" data-number="102">These claims still need to be checked.</p>
18211820

18221821
<p class="fact"> The <a>empty graph</a> is simply entailed by
18231822
any graph, and does not simply entail any graph except itself.

0 commit comments

Comments
 (0)