Module rdf_rs::core[][src]

Expand description

Contains all of the core rdf data structures, such as Uri and Triple.

Structs

An RDF triple. Typically constructed from a (Resource, Relationship, Object) tuple with .into().

Enums