Skip to content

timothee-haudebourg/rdf-types

Repository files navigation

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.

About

Rust data-structures and traits definitions for RDF.

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published