Grax.Schema (Grax v0.2.0) View Source

A special type of struct for graph structures whose fields are mapped to RDF properties and the types of values can be specified.

For now there is no API documentation. Read about schemas in the guide here.

Link to this section Summary

Link to this section Functions

Link to this macro

field(name, opts \\ [])

View Source (macro)
Link to this macro

link(name, iri, opts)

View Source (macro)
Link to this macro

property(list)

View Source (macro)
Link to this macro

property(name, iri, opts \\ [])

View Source (macro)
Link to this macro

schema(class \\ nil, do_block)

View Source (macro)