Liking cljdoc? Tell your friends :D

donatello.ttl


*context-base*clj/s


*context-prefixes*clj/s


*embedded-limit*clj/s


*include-defaults*clj/s


*list-limit*clj/s


*neptune*clj/s


*object-list-limit*clj/s


*soft-max-width*clj/s


*space-flag*clj/s


-writeclj

(-write out value)

-write-charclj/s

(-write-char out value)

bad-iri-charsclj/s


camel-caseclj/s

(camel-case s)

Converts a string into a CamelCase variation

Converts a string into a CamelCase variation
raw docstring

complex?clj

A defined set of the built-in collection types in Clojure. This is a hack to avoid reflection.

A defined set of the built-in collection types in Clojure. This is a hack to avoid reflection.
raw docstring

default-prefixesclj/s


lower-camel-caseclj/s

(lower-camel-case s)

Converts a string into a camelCase variation that starts with the lower-case character.

Converts a string into a camelCase variation that starts with the lower-case character.
raw docstring

mixed-key-intoclj/s

(mixed-key-into dest src)

scalar-seq?clj/s

(scalar-seq? s)

Tests if a seq contains elements that are scalar and not complex

Tests if a seq contains elements that are scalar and not complex
raw docstring

scalar?clj/s

(scalar? s)

Is an object scalar or complex?

Is an object scalar or complex?
raw docstring

Serializableclj/sprotocol

serializeclj/s

(serialize v)

Serializes an object or value to its TTL string representation

Serializes an object or value to its TTL string representation

simple-seq?clj/s

(simple-seq? s)

Tests if a seq contains elements that are scalar or short embeded objects

Tests if a seq contains elements that are scalar or short embeded objects
raw docstring

skip-iri-charsclj/s


to-stringclj/s

(to-string f & args)

uri-outputclj/s

(uri-output u abs?)

write-base!clj/s

(write-base! out base)

Writes a base to the provided output stream. out: The output stream to write to. base: The base URI as a string.

Writes a base to the provided output stream.
out: The output stream to write to.
base: The base URI as a string.
raw docstring

write-object!clj/s

(write-object! out e)

Writes a single anonymous object to the output stream. out: The object stream to write to. e: The entity to write

Writes a single anonymous object to the output stream.
out: The object stream to write to.
e: The entity to write
raw docstring

write-prefixes!clj/s

(write-prefixes! out)
(write-prefixes! out mp)

Writes a prefix map to the provided output stream. out: The output stream to write to. mp: a map where keys are either strings or keywords for a localname, and values are strings containing the full namespace. Optional.

Writes a prefix map to the provided output stream.
out: The output stream to write to.
mp: a map where keys are either strings or keywords for a localname,
    and values are strings containing the full namespace. Optional.
raw docstring

write-triple!clj/s

(write-triple! out subj pred obj)

Writes a single triple to the output stream. out: The output stream to write to. subj: The subject of the triple. pred: The predicate of the triple. obj: The object of the triple.

Writes a single triple to the output stream.
out: The output stream to write to.
subj: The subject of the triple.
pred: The predicate of the triple.
obj: The object of the triple.
raw docstring

write-triples!clj/s

(write-triples! out subj property-map)

Writes the triples for a single subject, as a group. The subject is provided as a single element, and the property/values are provided as a map. The map contains predicates as keys, and objects as values. If a value is a collection then this will be emitted as multiple values with the same property. out: The output stream to write to. subj: The subject to write triples for. property-map: A map of properties to values, or collections of values.

Writes the triples for a single subject, as a group.
The subject is provided as a single element, and the property/values are provided as a map.
The map contains predicates as keys, and objects as values. If a value is a collection
then this will be emitted as multiple values with the same property.
out: The output stream to write to.
subj: The subject to write triples for.
property-map: A map of properties to values, or collections of values.
raw docstring

write-triples-map!clj/s

(write-triples-map! out mp)

Writes to a stream a nested map of subjects to maps of predicates to objects. Objects may be individuals or collections. out: The output stream to write to. mp: A map of subjects to property/value maps.

Writes to a stream a nested map of subjects to maps of predicates to objects.
Objects may be individuals or collections.
out: The output stream to write to.
mp: A map of subjects to property/value maps.
raw docstring

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

× close