Skip to content

Commit

Permalink
Merge pull request #213 from eyusupov/fix-elements-uri
Browse files Browse the repository at this point in the history
Fix uri for prefix in the atomic elements example
  • Loading branch information
william-vw authored Mar 19, 2024
2 parents 1425e33 + 0475231 commit 1f56c48
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 @@ -535,7 +535,7 @@ <h3>Literals</h3>
date, height, and so on. Numbers (integers, decimals, and doubles) are simply represented using their
numerical value, and booleans are represented using <code>true</code> or <code>false</code>:</p>
<pre class="example nohighlight linkeditor" data-transform="updateExample"><!--
@prefix : <http://example.org/elements> .
@prefix : <http://example.org/elements#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://en.wikipedia.org/wiki/Helium>
Expand Down

0 comments on commit 1f56c48

Please sign in to comment.