Liking cljdoc? Tell your friends :D

com.yetanalytics.flint.spec.axiom


bnode-regexclj/s

source

bnode?clj/s

(bnode? x)

Is x a symbol that starts with _ and has zero or more trailing chars?

Is `x` a symbol that starts with `_` and has zero or more trailing chars?
sourceraw docstring

iri-regexclj/s

source

iri-specclj/s

source

iri?clj/s

(iri? x)

Is x a wrapped (i.e. starts with < and ends with >) IRI? Note that x can be an otherwise non-IRI (e.g. <foo>).

Is `x` a wrapped (i.e. starts with `<` and ends with `>`) IRI?
Note that `x` can be an otherwise non-IRI (e.g. `<foo>`).
sourceraw docstring

lang-map?clj/s

(lang-map? x)

Is x a singleton map between a language tag and valid string?

Is `x` a singleton map between a language tag and valid string?
sourceraw docstring

prefix-iri-name-regexclj/s

source

prefix-iri-ns-regexclj/s

source

prefix-iri?clj/s

(prefix-iri? x)

Is x a potentially namespaced keyword?

Is `x` a potentially namespaced keyword?
sourceraw docstring

rdf-type?clj/s

(rdf-type? x)

Is x a symbol or keyword that is a?

Is `x` a symbol or keyword that is `a`?
sourceraw docstring

valid-str-regexclj/s

source

valid-string?clj/s

(valid-string? x)

Is x a string and does not contains unescaped ", \, \n, nor \r? (This filtering is to avoid SPARQL injection attacks.)

Is `x` a string and does not contains unescaped `"`, `\`, `\n`, nor
`\r`? (This filtering is to avoid SPARQL injection attacks.)
sourceraw docstring

var-or-iri-specclj/s

source

variable-regexclj/s

source

variable?clj/s

(variable? x)

Is x a symbol that starts with ??

Is `x` a symbol that starts with `?`?
sourceraw docstring

wildcard?clj/s

(wildcard? x)

Is x a symbol or keyword that is *?

Is `x` a symbol or keyword that is `*`?
sourceraw docstring

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

× close