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 9821277 commit 77545faCopy full SHA for 77545fa
core/index.html
@@ -1770,14 +1770,14 @@ <h2>Support for Compact URIs</h2>
1770
1771
<figure><figcaption>A JSON-LD Compact URI definition</figcaption>
1772
<pre class="example highlight json">{
1773
-"@context": {
1774
-"ex": "http://example.org/",
1775
-"term": {
1776
- "@type": "id",
1777
- "@id": "ex:term"
1778
-}
1779
-},
1780
-"term": "ex:Foo"
+ "@context": {
+ "ex": "http://example.org/",
+ "term": {
+ "@type": "id",
+ "@id": "ex:term"
+ }
+ },
+ "term": "ex:Foo"
1781
}</pre></figure>
1782
1783
<p>
0 commit comments