Skip to content

Commit ae712ac

Browse files
franconipchampinniklaslafsTallTed
authored
Fixed skolem text with simple entailment (#157)
* Better text in Section 5.3 on propositions, facts, and asserted facts. * Added rdfs:Proposition explanation in RDFS Section * Added comment on rdf:reifies having no semantic condition in RDF * accepted P-A improvement in text Co-authored-by: Pierre-Antoine Champin <github-100614@champin.net> * accepted P-A improvement in text Co-authored-by: Pierre-Antoine Champin <github-100614@champin.net> * accepted P-A improvement in text Co-authored-by: Pierre-Antoine Champin <github-100614@champin.net> * accepted P-A improvement in text Co-authored-by: Pierre-Antoine Champin <github-100614@champin.net> * accepted Niklas text improvement Co-authored-by: Niklas Lindström <lindstream@gmail.com> * accepting Niklas amended text Co-authored-by: Niklas Lindström <lindstream@gmail.com> * accepted Andy's suggestion Co-authored-by: Andy Seaborne <andy@apache.org> * Added a brief intro on rdf:reifies * Block commit of all the suggestion until 10 September * Applied @TallTed suggestion Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com> * Fixed skolem text with simple entailment --------- Co-authored-by: Pierre-Antoine Champin <github-100614@champin.net> Co-authored-by: Niklas Lindström <lindstream@gmail.com> Co-authored-by: Andy Seaborne <andy@apache.org> Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent d2292b4 commit ae712ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,7 @@ <h2>Skolemization</h2>
780780
sk(G) <a>simply entails</a> H if and only if G <a>simply entails</a> H.</p>
781781

782782
<p>The second property means that a graph is not logically <a>equivalent</a> to its skolemization.
783-
Nevertheless, they are in a strong sense almost interchangeable, as shown the next two properties. The third property means that even when conclusions are drawn from the skolemized graph which do contain the new vocabulary, these will exactly mirror what could have been derived from the original graph with the original blank nodes in place. The replacement of blank nodes by IRIs does not effectively alter what can be validly derived from the graph, other than by giving new <a>name</a>s to what were formerly anonymous entities. The fourth property, which is a consequence of the third, clearly shows that in some sense a skolemization of G can "stand in for" G as far as entailments are concerned. Using sk(G) instead of G will not affect any entailments which do not involve the new skolem vocabulary. </p>
783+
Nevertheless, they are in a strong sense almost interchangeable <a data-cite="RDF12-SEMANTICS#simple">RDF simple interpretations</a>, as shown the next two properties. The third property means that even when conclusions are drawn with <a data-cite="RDF12-SEMANTICS#simple">simple entailment</a> from the skolemized graph which do contain the new vocabulary, these will exactly mirror what could have been derived with <a data-cite="RDF12-SEMANTICS#simple">simple entailment</a> from the original graph with the original blank nodes in place. The replacement of blank nodes by IRIs does not effectively alter what can be validly derived with <a data-cite="RDF12-SEMANTICS#simple">simple entailment</a> from the graph, other than by giving new <a>name</a>s to what were formerly anonymous entities. The fourth property, which is a consequence of the third, clearly shows that in some sense a skolemization of G can "stand in for" G as far as <a data-cite="RDF12-SEMANTICS#simple">simple entailments</a> are concerned. Using sk(G) instead of G will not affect any <a data-cite="RDF12-SEMANTICS#simple">simple entailments</a> which do not involve the new skolem vocabulary. </p>
784784

785785
</section>
786786

0 commit comments

Comments
 (0)