Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Deserialization from JSON-LD.
module L = Log
module Log = L
val list_to_rdf :
T.options ->
Rdf.Graph.graph ->
Rdf_json_ld.T.J.json ->
Rdf.Term.term * (Rdf.Term.term * Iri.t * Rdf.Term.term) list
val object_to_rdf :
T.options ->
Rdf.Graph.graph ->
Rdf_json_ld.T.J.json ->
(Rdf.Term.term * (Rdf.Term.term * Iri.t * Rdf.Term.term) list) option
val jsonld_to_rdf : T.options -> Flatten.node_map -> Rdf.Ds.dataset -> unit
val to_rdf :
T.options ->
Rdf_json_ld.T.J.json ->
Rdf.Graph.graph ->
(Rdf.Ds.dataset * Iri.t option) Lwt.t