Crates.io | json-ld-serialization |
lib.rs | json-ld-serialization |
version | 0.21.1 |
source | src |
created_at | 2024-04-09 13:18:54.189549 |
updated_at | 2024-07-10 09:13:06.539678 |
description | JSON-LD serialization |
homepage | |
repository | https://github.com/timothee-haudebourg/json-ld |
max_upload_size | |
id | 1202362 |
size | 68,428 |
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
].