Provides the ability to read and write Smithy models to and from the W3C's Resource Description Framework (RDF).
This crate provides a common mapping between the Smithy semantic model, and an RDF vocabulary. 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.
Version 0.1.2
rdftk_iri
, which involved changes. SmithUrn
type and use IRIRef
directly instead.Version 0.1.1
Model
to RDF mapping; document this in the model
module, and implement model::model_to_rdf
.Version 0.1.0
SmithyUrn
type as a URI for RDF usage.