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 |
#261 in Data structures
9,120 downloads per month
Used in 78 crates
(31 directly)
405KB
13K
SLoC
RDF Types
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
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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