Skip to content

Commit

Permalink
Add missing final dot to pseudo-triple example
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasl committed Jan 25, 2025
1 parent 6f66cf8 commit a7cd1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ <h3>Triples</h3>
&lt;Bob&gt; &lt;is born on&gt; &lt;the 4th of July 1990&gt;.
&lt;Bob&gt; &lt;is interested in&gt; &lt;the Mona Lisa&gt;.
&lt;the Mona Lisa&gt; &lt;was created by&gt; &lt;Leonardo da Vinci&gt;.
&lt;the video 'La Joconde à Washington'&gt; &lt;is about&gt; &lt;the Mona Lisa&gt;
&lt;the video 'La Joconde à Washington'&gt; &lt;is about&gt; &lt;the Mona Lisa&gt;.
</pre>

<p>The same resource is often referenced in multiple triples. In the example above,
Expand Down

0 comments on commit a7cd1b0

Please # to comment.