Crates.io | harriet |
lib.rs | harriet |
version | 0.3.1 |
source | src |
created_at | 2021-10-29 10:13:51.872213 |
updated_at | 2023-07-04 15:18:08.642529 |
description | Parser for the Turtle (RDF) format |
homepage | |
repository | https://github.com/field33/harriet |
max_upload_size | |
id | 473885 |
size | 300,515 |
Harriet is a parser for the Turtle document format, which is a format "that allows an RDF graph to be completely written in a compact and natural text form".
Add harriet to your project (assuming cargo-edit is installed) via:
cargo add harriet
harriet
crate doesn't aim to produce a RDF graph via interpreting the contents of a document.
This is left to optional crates, that convert the AST into a specific RDF representation (e.g. rdftk
)We are happy about any contributions!
To get started you can take a look at our Github issues.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as below, without any additional terms or conditions.
Licensed under either of
at your option.