Liking cljdoc? Tell your friends :D

csv2rdf.csvw.common


cell-element->rdfclj

(cell-element->rdf {:keys [value stringValue datatype] :as cell-element} lang)

cell-predicateclj

(cell-predicate tabular-data-file-url {:keys [propertyUrl column] :as cell})

cell-value-statementsclj

(cell-value-statements subject
                       predicate
                       {:keys [value valueUrl ordered lang] :as cell})

column-about-urlclj

(column-about-url tabular-data-file-url column)

gen-blank-nodeclj

(gen-blank-node)
(gen-blank-node prefix)

Generates a grafter representation of a new blank node

Generates a grafter representation of a new blank node
raw docstring

rdf-listclj

(rdf-list ordered-value-elements lang)

row-unsuppressed-cellsclj

(row-unsuppressed-cells {:keys [cells] :as row})

Gets the all the cells within a row whose column output is not suppressed

Gets the all the cells within a row whose column output is not suppressed
raw docstring

set-encoded-fragmentclj

(set-encoded-fragment uri encoded-fragment)

Returns a sesame URI containing for the given URI whose fragment is replaced with the encoded string. The java URI constructor encodes only % character within fragements, so cannot be used to encode an unencoded fragment. When given an encoded fragment, it encodes the % character which leads to a double-encoding. The sesame URIImpl does not process the constructed string so can be used when output.

Returns a sesame URI containing for the given URI whose fragment is replaced with the encoded string. The java URI
constructor encodes only % character within fragements, so cannot be used to encode an unencoded fragment. When
given an encoded fragment, it encodes the % character which leads to a double-encoding. The sesame URIImpl does
not process the constructed string so can be used when output.
raw docstring

table-group-contextcljmultimethod


table-statementscljmultimethod

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

× close