Converts external data into a graph format (triples).
Converts external data into a graph format (triples).
(entities->triples graph entities)
(entities->triples graph entities id-map)
(entities->triples G__11050 G__11051)
(entities->triples G__11055 G__11056 G__11057)
Inputs: ([graph :- GraphType entities :- [EntityMap]] [graph :- GraphType entities :- [EntityMap] id-map :- #:s{Any s/Any}]) Returns: [Triple]
Converts objects into a sequence of triples.
Inputs: ([graph :- GraphType entities :- [EntityMap]] [graph :- GraphType entities :- [EntityMap] id-map :- #:s{Any s/Any}]) Returns: [Triple] Converts objects into a sequence of triples.
(entity-update->triples graph node-ref entity)
Inputs: [graph :- GraphType node-ref entity] Returns: [(s/one [Triple] "assertions") (s/one [Triple] "retractions")]
Takes a single structure and converts it into triples to be added and triples to be retracted to create a change
Inputs: [graph :- GraphType node-ref entity] Returns: [(s/one [Triple] "assertions") (s/one [Triple] "retractions")] Takes a single structure and converts it into triples to be added and triples to be retracted to create a change
(existing-triples graph node-ref [k v])
Inputs: [graph :- GraphType node-ref [k v]]
Inputs: [graph :- GraphType node-ref [k v]]
(get-ref {id :db/id ident :db/ident :as data})
Inputs: [{id :db/id, ident :db/ident, :as data} :- #:s{Keyword s/Any}]
Returns the reference for an object, and a flag to indicate if a new reference was generated
Inputs: [{id :db/id, ident :db/ident, :as data} :- #:s{Keyword s/Any}] Returns the reference for an object, and a flag to indicate if a new reference was generated
(ident-map->triples j)
(ident-map->triples graph j)
(ident-map->triples graph j id-map)
(ident-map->triples G__11037)
(ident-map->triples G__11026 G__11027)
(ident-map->triples G__11031 G__11032 G__11033)
Inputs: ([graph :- GraphType j :- EntityMap] [graph :- GraphType j :- EntityMap id-map :- #:s{Any s/Any}] [j :- EntityMap])
Converts a single map to triples for an ID'ed map
Inputs: ([graph :- GraphType j :- EntityMap] [graph :- GraphType j :- EntityMap id-map :- #:s{Any s/Any}] [j :- EntityMap]) Converts a single map to triples for an ID'ed map
(list-triples [v & vs :as vlist])
Creates the triples for a list. Returns a node and list of nodes representing contents of the list.
Creates the triples for a list. Returns a node and list of nodes representing contents of the list.
(lookup-ref? i)
Tests if i is a lookup ref
Tests if i is a lookup ref
(map->triples data)
Inputs: [data :- #:s{Keyword s/Any}]
Converts a single map to triples. Returns the entity reference or node id. The triples are built up statefully in the volatile triples.
Inputs: [data :- #:s{Keyword s/Any}] Converts a single map to triples. Returns the entity reference or node id. The triples are built up statefully in the volatile *triples*.
(name-for id)
Convert an id (probably a number) to a keyword for identification
Convert an id (probably a number) to a keyword for identification
(property-vals entity-ref [property value])
Inputs: [entity-ref :- s/Any [property value] :- KeyValue]
Takes a property-value pair associated with an entity, and builds triples around it
Inputs: [entity-ref :- s/Any [property value] :- KeyValue] Takes a property-value pair associated with an entity, and builds triples around it
(value-triples v)
Converts a value into a list of triples. Return the entity ID of the data.
Converts a value into a list of triples. Return the entity ID of the data.
(value-triples-list vlist)
Inputs: [vlist :- [s/Any]]
Inputs: [vlist :- [s/Any]]
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close