Reference¶
-
Compacts a JSON-LD document with a context, replacing full IRIs with shorter terms where possible.
-
Expands a compacted JSON-LD document into full IRI-based form and removes the context.
-
Flattens nested JSON-LD into a top-level node map so each node can be processed independently.
-
Frames expanded JSON-LD into a predictable tree shape that matches a supplied frame.
-
Converts a JSON-LD document into RDF statements in a requested serialization format.
-
Converts RDF statements into JSON-LD so the data can be processed with the JSON-LD API.
-
Normalizes JSON-LD into canonical RDF statements for stable comparison, hashing, or signing.
Also¶
-
Load remote JSON-LD documents and contexts with the built-in loader classes.
-
In construction
We are working on more reference documentation. It is coming soon.