Liking cljdoc? Tell your friends :D

fluree.json-ld.impl.external


contextclj/s

(context url)

JSON-ld @context can be an external .jsonld file, for which we have some locally. Not external HTTP requests happens from this library, however anyone can implement that independently.

Returns nil if the context requested does not exist.

JSON-ld @context can be an external .jsonld file, for which we have some locally.
Not external HTTP requests happens from this library, however anyone can implement that independently.

Returns nil if the context requested does not exist.
sourceraw docstring

context->fileclj/s

source

external-contextsclj/s

source

inline-filesclj/smacro

(inline-files)

The classpath doesn't exist in javascript, so we need to inline all of our resources at compile time so they are available to js applications at runtime.

The classpath doesn't exist in javascript, so we need to inline all of our resources at
compile time so they are available to js applications at runtime.
sourceraw docstring

inline-jsonclj/smacro

(inline-json)

The classpath doesn't exist in javascript, so we need to inline all of our resources at compile time so they are available to js applications at runtime.

The classpath doesn't exist in javascript, so we need to inline all of our resources at
compile time so they are available to js applications at runtime.
sourceraw docstring

inlined-contextscljs

source

inlined-filescljs

source

iriclj/s

(iri iri)

Loads a supported external context and returns parsed (edn) format.

Currently will not execute an http request to load, only pre-parsed vocabularies that exist in the resources folder work.

Only supported on CLJ

Loads a supported external context and returns parsed (edn) format.

Currently will not execute an http request to load, only pre-parsed vocabularies
that exist in the resources folder work.

Only supported on CLJ
sourceraw docstring

read-inlined-resourcecljs

(read-inlined-resource k)
source

vocabclj/s

(vocab iri)

Loads an entire vocabulary file, i.e. https://schema.org

Loads an entire vocabulary file, i.e. https://schema.org
sourceraw docstring

vocab->fileclj/s

source

vocabsclj/s

source

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

× close