Skip to content

Commit

Permalink
new line, part 2
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <[email protected]>
  • Loading branch information
domel and TallTed authored Nov 4, 2024
1 parent 4954126 commit 617791e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1076,8 +1076,9 @@ <h4>Patterns of RDF entailment (Informative)</h4>
<p><code>ex:p rdf:type rdf:Property .</code></p>
<p> recognizing {<code>xsd:integer</code>}.</p>
<p>Some datatypes support idiosyncratic entailment patterns which do not hold for other datatypes. For example,</p>
<pre class="nohighlight">ex:a ex:p "true"^^xsd:boolean .
ex:a ex:p "false"^^xsd:boolean .
<pre class="nohighlight">
ex:a ex:p "true"^^xsd:boolean .
ex:a ex:p "false"^^xsd:boolean .
ex:v rdf:type xsd:boolean .
</pre>
<p>together RDF entail</p>
Expand Down

0 comments on commit 617791e

Please sign in to comment.