Liking cljdoc? Tell your friends :D

grafter.extra.statements


bijectionclj

(bijection {sm :s pm :p om :o cm :c :as mapping})
source

count-of-typeclj

(count-of-type rdf-type statements)
source

isomorphic?clj

(isomorphic? statements-a statements-b)
(isomorphic? statements-a statements-b bijection-mapping)

True if sequences are graph-isomorphic https://www.w3.org/TR/rdf11-concepts/#graph-isomorphism

Arguments statements-a and statements-b are sequence of statements (Quads or Triples).

An optional third argument specifies a mapping to translate nodes before comparison.

True if sequences are graph-isomorphic
https://www.w3.org/TR/rdf11-concepts/#graph-isomorphism

Arguments statements-a and statements-b are sequence of statements (Quads or Triples).

An optional third argument specifies a mapping to translate nodes before comparison.
sourceraw docstring

map-bijectionclj

(map-bijection mapping statements)
source

quad-is-a?clj

(quad-is-a? rdf-type)
source

statements-whereclj

(statements-where attr-map statements)
source

unique-uris-of-typeclj

(unique-uris-of-type rdf-type statements)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close