Liking cljdoc? Tell your friends :D
Clojure only.

rdf.protocols


Graphcljprotocol

add-tripleclj

(add-triple g t)
(add-triple g subj pred obj)

contains-triple?clj

(contains-triple? g t)
(contains-triple? g subj pred obj)

remove-tripleclj

(remove-triple g t)
(remove-triple g subj pred obj)

triple-countclj

(triple-count g)
source

RDFcljprotocol

blanknodeclj

(blanknode f)
(blanknode f name)

graphclj

(graph f)
(graph f g)

iriclj

(iri f iri)

literalclj

(literal f lit)
(literal f lit type-or-lang)
(literal f lit type lang)

tripleclj

(triple f t)
(triple f subj pred obj)
source

Termcljprotocol

blanknode-refclj

(blanknode-ref term)

ntriples-strclj

(ntriples-str term)

iri-strclj

(iri-str term)

literal-strclj

(literal-str term)

literal?clj

(literal? term)

literal-typeclj

(literal-type term)

iri?clj

(iri? term)

literal-langclj

(literal-lang term)

blanknode?clj

(blanknode? term)
source

Triplecljprotocol

objectclj

(object t)

predicateclj

(predicate t)

subjectclj

(subject t)
source

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

× close