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.
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.
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.