We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb5bcc commit d6e3df2Copy full SHA for d6e3df2
index.html
@@ -2386,7 +2386,7 @@ <h2>Sets and Lists</h2>
2386
<!--
2387
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
2388
2389
-<http://example.org/people#joebob> foaf:nick ("joe", "bob", "jaybe") .
+<http://example.org/people#joebob> foaf:nick ("joe" "bob" "jaybe") .
2390
-->
2391
</pre>
2392
@@ -2448,6 +2448,7 @@ <h2>Sets and Lists</h2>
2448
<pre class="example changed"
2449
data-content-type="text/turtle"
2450
title="Coordinates expressed in Turtle">
2451
+<!--
2452
@prefix geojson: <https://purl.org/geojson/vocab#>.
2453
2454
[
@@ -2465,6 +2466,7 @@ <h2>Sets and Lists</h2>
2465
2466
)
2467
]
2468
] .
2469
+-->
2470
2471
2472
<p>While <code>@list</code> is used to describe <em>ordered lists</em>,
0 commit comments