File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 576576
577577 ([target graph triples batch-size]
578578 (apply-batched target (fn [repo batch] (delete repo graph batch)) triples batch-size))))
579-
580-
581- ; ; TODO TOOD TODO
582-
583- #_(defn ^:no-doc statements
584- " Attempts to coerce an arbitrary source of RDF statements into a
585- sequence of grafter Statements.
586-
587- If the source is a quad store quads from all the named graphs will
588- be returned. Any triples in an unnamed graph will be ignored.
589-
590- Takes optional parameters which may be used depending on the
591- context e.g. specifiying the format of the source triples.
592-
593- The `:format` option is supplied by the wrapping function and may be
594- nil, or act as an indicator about the format of the triples to read.
595- Implementers can choose whether or not to ignore or require the
596- format parameter.
597-
598- The `:buffer-size` option can be used to configure the buffer size
599- at which statements are parsed from an RDF stream. Its default
600- value of 32 was found to work well in practice, and also aligns with
601- chunk size of Clojure's lazy sequences.
602-
603- The `:base-uri` option can be supplied to automatically re`@base`
604- URI's on a new prefix when reading."
605- [this & {:keys [format buffer-size base-uri] :as options}]
606- (throw (ex-info " Moved function definition. Please use grafter-2.rdf4j/statements instead" {}))
607- #_ (to-statements this options))
You can’t perform that action at this time.
0 commit comments