Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Rdf_json_ld.FlattenSourceFlattening.
type graph = {mutable nodes : node_object T.SMap.t;rdf_g : Rdf.Graph.graph;mutable map : Rdf.Term.blank_id T.SMap.t;}val json_gen_blank_node :
graph ->
Rdf_json_ld.T.J.json_t Rdf_json_ld.T.J.ranged ->
Rdf_json_ld.T.J.jsonval node_map_generation :
node_map ->
?active_graph:string ->
?active_subject:Rdf_json_ld.T.J.json ->
?active_prop:T.SMap.key ->
?list:json_map ref ->
Rdf_json_ld.T.J.json ->
unit