You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardExpand all lines: spec/index.html
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -276,8 +276,6 @@ <h2>Notation and Terminology</h2>
276
276
and if H is an instance of G then every triple in H is an instance of at least one triple
277
277
in G.</p>
278
278
279
-
<pclass="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 <ahref="https://github.com/w3c/rdf-concepts/issues/152">issue #152</a> in RDF-concepts.</p>
280
-
281
279
<p>A <dfn>proper instance</dfn> of a graph
282
280
is an <a>instance</a> in which a blank node has been mapped into something other than a blank node, or two blank
283
281
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>
639
637
terms. To detect whether one RDF graph <a>simply entails</a> another, check that
640
638
there is some instance of the entailed graph which is a subset of the first graph.</p>
641
639
642
-
<pclass="issue" data-number="76">The correctness of this claim may still be unclear.</p>
640
+
<pclass="issue" data-number="102">The correctness of this claim may still be unclear.</p>
643
641
644
642
<pclass="technote">This is clearly decidable, but it is also difficult to determine in general,
645
643
since one can encode the NP-hard <a>subgraph</a> problem (detecting whether
<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
+
1609
1610
<p>(<em>This section is based on work described more fully in </em>[[HORST04]]<em>, </em>[[HORST05]]<em>,
1610
1611
which should be consulted for technical details and proofs.</em>) </p>
1611
1612
@@ -1770,8 +1771,6 @@ <h2>Entailment rules</h2>
1770
1771
</tbody>
1771
1772
</table>
1772
1773
1773
-
<pclass="issue" data-number="76">We don't have a completeness proof for the RDFS entailment rules (yet).</p>
0 commit comments