gim v1.0.0 Gim.Rdf View Source

Terse RDF Triple Language (Turtle) import and export for Gim.

Link to this section Summary

Functions

Read Terse RDF Triple Language (Turtle) format from a stream. pfun is an optional predicate mapping function.

Stream raw Terse RDF Triple Language (Turtle) format from a stream. pfun is an optional predicate mapping function.

Link to this section Functions

Link to this function

read_rdf(stream, pfun \\ &String.to_atom/1)

View Source

Read Terse RDF Triple Language (Turtle) format from a stream. pfun is an optional predicate mapping function.

Link to this function

stream_rdf(stream, pfun \\ &String.to_atom/1)

View Source

Stream raw Terse RDF Triple Language (Turtle) format from a stream. pfun is an optional predicate mapping function.