Expand description

This crate implements JSON-LD serialization (from RDF dataset to JSON-LD) through the linked_data crate. The input value can be an RDF dataset, or any type implementing linked_data::LinkedData.

Enums§

Functions§

  • Serialize the given Linked-Data value into a JSON-LD document.
  • Serialize the given Linked-Data value into a JSON-LD node object.
  • Serialize the given Linked-Data value into a JSON-LD node object using a custom vocabulary and interpretation.
  • Serialize the given Linked-Data value into a JSON-LD object.
  • Serialize the given Linked-Data value into a JSON-LD object using a custom vocabulary and interpretation.
  • Serialize the given Linked-Data value into a JSON-LD document using a custom vocabulary and interpretation.