Skip to content

Commit 353f804

Browse files
committed
Fix JSON literal example and update Gemfile.
1 parent 2577df6 commit 353f804

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: git://github.com/ruby-rdf/json-ld.git
3-
revision: 2a11745bc50eab0d5a4c5c3a5cd98b840176896e
3+
revision: 6f4b20de173ef27ff3959f5206b9a7cb813ecde7
44
branch: develop
55
specs:
66
json-ld (3.0.2)

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4796,7 +4796,7 @@ <h2>Data Round Tripping</h2>
47964796
data-to-rdf>
47974797
<!--
47984798
@prefix ex: <http://example.org/vocab#> .
4799-
@prefix jsonld: <http://www.w3.org/ns/json-ld#> .
4799+
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
48004800
[ex:c14n ****"""[56,{"1":[],"10":null,"d":true}]"""^^rdf:JSON****] .
48014801
-->
48024802
</pre>

0 commit comments

Comments
 (0)