Entity to triple mapping for the transaction api. This handles conversion of entities as well as managing updates.
Entity to triple mapping for the transaction api. This handles conversion of entities as well as managing updates.
(build-triples graph data)
(build-triples graph data limit)
(build-triples G__20221 G__20222)
(build-triples G__20226 G__20227 G__20228)
Inputs: ([graph :- gr/GraphType data :- [s/Any]] [graph :- gr/GraphType data :- [s/Any] limit :- (s/maybe s/Num)]) Returns: [(s/one [Triple] "Data to be asserted") (s/one [Triple] "Data to be retracted") (s/one #:s{Any s/Any} "ID map of created objects")]
Converts a set of transaction data into triples. Returns a tuple containing [triples removal-triples tempids]
Inputs: ([graph :- gr/GraphType data :- [s/Any]] [graph :- gr/GraphType data :- [s/Any] limit :- (s/maybe s/Num)]) Returns: [(s/one [Triple] "Data to be asserted") (s/one [Triple] "Data to be retracted") (s/one #:s{Any s/Any} "ID map of created objects")] Converts a set of transaction data into triples. Returns a tuple containing [triples removal-triples tempids]
(format s & args)
An ersatz format for ClojureScript
An ersatz format for ClojureScript
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close