Skip to content

Commit d6e3df2

Browse files
committed
Fix turtle syntax.
1 parent 0fb5bcc commit d6e3df2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2386,7 +2386,7 @@ <h2>Sets and Lists</h2>
23862386
<!--
23872387
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
23882388
2389-
<http://example.org/people#joebob> foaf:nick ("joe", "bob", "jaybe") .
2389+
<http://example.org/people#joebob> foaf:nick ("joe" "bob" "jaybe") .
23902390
-->
23912391
</pre>
23922392

@@ -2448,6 +2448,7 @@ <h2>Sets and Lists</h2>
24482448
<pre class="example changed"
24492449
data-content-type="text/turtle"
24502450
title="Coordinates expressed in Turtle">
2451+
<!--
24512452
@prefix geojson: <https://purl.org/geojson/vocab#>.
24522453
24532454
[
@@ -2465,6 +2466,7 @@ <h2>Sets and Lists</h2>
24652466
)
24662467
]
24672468
] .
2469+
-->
24682470
</pre>
24692471

24702472
<p>While <code>@list</code> is used to describe <em>ordered lists</em>,

0 commit comments

Comments
 (0)