(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.
(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.
(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.
(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
(vocab iri)
Loads an entire vocabulary file, i.e. https://schema.org
Loads an entire vocabulary file, i.e. https://schema.org
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close