103 releases (21 breaking)

0.22.4 Mar 28, 2024
0.21.1 Mar 20, 2024
0.18.2 Dec 4, 2023
0.18.1 Oct 20, 2023
0.3.6 Mar 15, 2022

#112 in Data structures

Download history 896/week @ 2024-01-01 703/week @ 2024-01-08 894/week @ 2024-01-15 991/week @ 2024-01-22 1702/week @ 2024-01-29 1537/week @ 2024-02-05 1303/week @ 2024-02-12 1420/week @ 2024-02-19 3193/week @ 2024-02-26 2126/week @ 2024-03-04 2162/week @ 2024-03-11 1774/week @ 2024-03-18 2316/week @ 2024-03-25 1789/week @ 2024-04-01 1442/week @ 2024-04-08 1825/week @ 2024-04-15

7,495 downloads per month
Used in 46 crates (18 directly)

MIT/Apache

405KB
13K SLoC

RDF Types

GitHub Actions Workflow Status Crate informations Crates.io MSRV License Documentation

The Resource Description Framework (RDF) is a very simple graph data model defined by the World Wide Web Consortium (W3C) to represent arbitrary pieces of information, primarily intended for the web. Nodes of the graph are called resources, and resources are connected together using relations, which are resources themselves.

This is a utility library providing common types, data-structures, traits, constants and macro definitions to deal with RDF data:

  • IRIs (through the iref crate), blank node identifiers and literals to represent resources in their lexical form as terms;
  • Triples and quads;
  • Interpretations projecting resources from the lexical domain to the value domain;
  • Graphs and datasets representing collections of interpreted triples/quads.

License

Licensed under either of

at your option.

Contribution

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 above, without any additional terms or conditions.

Dependencies

~3.5–5MB
~104K SLoC