Builds a resource graph anchored at a chosen subject.
Builds a resource description by concatenating property graphs into one flat graph.
Builds direct triples, or maps each object and embeds sub-graphs at their root.
Encodes IRIs as named resource terms.
Encodes scalars as datatype-typed literals.
Encodes a language map as language-tagged or plain literals.
Maps each value of a Some input through an encoder into RDF terms.
Builders for RDF graphs.
Provides declarative combinators that map domain resources to the RDF graphs representing them.
Types
Combinators
Term encoders
Usage
Every combinator returns a Graph, so a resource and its embedded sub-resources assemble as one nested expression:
See
RDF 1.1 Concepts