Skip to content

Commit d90066f

Browse files
committed
Remove conversions from github.io to w3.org, which was broken anyway.
Remove unused exportReferences.
1 parent b1fee0c commit d90066f

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

common/jsonld.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ const jsonld = {
3030
status: 'Internet-Draft',
3131
date: 'February 16, 2019'
3232
}
33-
};
33+
}
34+
};

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11484,8 +11484,9 @@ <h1>Data Model</h1>
1148411484
an <a>IRI</a> or a <a>blank node identifier</a>. Within the JSON-LD syntax
1148511485
these arc labels are called <a>properties</a>.
1148611486
Whenever practical, a directed-arc SHOULD be labeled with an <a>IRI</a>.
11487-
<div class="issue atrisk">The use of <a>blank node identifiers</a> to label properties is obsolete,
11488-
and may be removed in a future version of JSON-LD.</div>
11487+
<div class="note">The use of <a>blank node identifiers</a> to label properties is obsolete,
11488+
and may be removed in a future version of JSON-LD.
11489+
Consider using a document relative IRI, instead, such as `#`.</div>
1148911490
</li>
1149011491
<li>Every <a>node</a>
1149111492
is an <a>IRI</a>, a <a>blank node</a>, or a <a data-cite="RDF11-CONCEPTS#dfn-literal">literal</a>,
@@ -12569,7 +12570,7 @@ <h2>Relationship to RDF</h2>
1256912570
between JSON's native data types and RDF's counterparts to allow round-tripping.</li>
1257012571
</ul>
1257112572

12572-
<p class="issue atrisk">The use of <a>blank node identifiers</a> to label properties is obsolete,
12573+
<p class="note">The use of <a>blank node identifiers</a> to label properties is obsolete,
1257312574
and may be removed in a future version of JSON-LD, as is the support for <a>generalized RDF Datasets</a>.</p>
1257412575

1257512576
<p>Summarized, these differences mean that JSON-LD is capable of serializing any RDF

0 commit comments

Comments
 (0)