rdf-types

Crates.iordf-types
lib.rsrdf-types
version0.22.4
sourcesrc
created_at2022-02-22 14:29:55.690448
updated_at2024-03-28 12:05:58.037754
descriptionData-structures and traits definitions for RDF.
homepage
repositoryhttps://github.com/timothee-haudebourg/rdf-types
max_upload_size
id537307
size2,466,989
Timothée Haudebourg (timothee-haudebourg)

documentation

https://docs.rs/rdf-types

README

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.

Commit count: 194

cargo fmt