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 316fbc2 commit 7a698eeCopy full SHA for 7a698ee
README.rst
@@ -139,7 +139,7 @@ Quick Examples
139
# document transformed into a particular tree structure per the given frame
140
141
# normalize a document using the RDF Dataset Normalization Algorithm
142
- # (URDNA2015), see: https://json-ld.github.io/normalization/spec/
+ # (URDNA2015), see: https://json-ld.github.io/rdf-dataset-canonicalization/spec/index.html
143
normalized = jsonld.normalize(
144
doc, {'algorithm': 'URDNA2015', 'format': 'application/n-quads'})
145
# normalized is a string that is a canonical representation of the document
0 commit comments