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
- Serialize the given Linked-Data value into a JSON-LD document.
- serialize_
node - Serialize the given Linked-Data value into a JSON-LD node object.
- serialize_
node_ with - Serialize the given Linked-Data value into a JSON-LD node object using a custom vocabulary and interpretation.
- serialize_
object - Serialize the given Linked-Data value into a JSON-LD object.
- serialize_
object_ with - Serialize the given Linked-Data value into a JSON-LD object using a custom vocabulary and interpretation.
- serialize_
with - Serialize the given Linked-Data value into a JSON-LD document using a custom vocabulary and interpretation.