atelier_rdf 0.1.1

Rust native RDF format for the AWS Smithy semantic model.
Documentation

Atelier: crate atelier_rdf

Provides the ability to read and write Smithy models to and from the W3C's Resource Description Framework (RDF).

crates.io docs.rs

This crate provides a common mapping between RDF and the Smithy semantic model. This mapping can be used to serialize the resulting RDF graph to one of the standard RDF representations, or store in a graph store. The mapping allows for models to be augmented by additional facts in the RDF graph and allows for inference over the model in it's RDF form.

Changes

Version 0.1.1

  • Provide a common Model to RDF mapping; document this in the model module, and implement model::model_to_rdf.

Version 0.1.0

  • Provides SmithyUrn type as a URI for RDF usage.

TODO

  1. Write to RDF
  2. Parse from RDF