grafter icon indicating copy to clipboard operation
grafter copied to clipboard

Linked Data & RDF Manufacturing Tools in Clojure

Results 50 grafter issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Creating a transaction on a grafter/rdf4j `sparql-repo` and then calling `update!` yeilds an error: ```clojure user> (require 'grafter-2.rdf4j.repository) ;; => nil user> (def repo (grafter-2.rdf4j.repository/sparql-repo "http://localhost:5820/test-db/query" "http://localhost:5820/test-db/update")) ;; => #'user/repo...

The `to-statements` implementation of `RepositoryConnection` returns a lazy sequence backed by an internal `org.eclipse.rdf4j.repository.RepositoryResult`. This class contains a `close` which should be called when the internal sequence has been fully...

e.g. ``` (datatype-uri 10) ;; => #object[java.net.URI 0x13fb0262 "http://www.w3.org/2001/XMLSchema#integer"] ``` Which is wrong, but if you serialise the same object (a clojure long) you get: ``` "11"^^ ``` which is...

bug

This may allow us to compile some downstream libraries as graalvm native-images

It'd be useful to have a protocol extended to all types to check for: - `uri?` - `lang-string?` - `xsd-string?` - `resource?` (URI or blank node) - `literal?` - `non-native-literal?`...

I could be wrong but it looks like the calls to `s/conform` in the `-query` multimethod [here](https://github.com/Swirrl/grafter/blob/master/src/grafter_2/rdf4j/sparql.clj#L184) add a relatively significant overhead to some queries. For some relatively simple queries...

The deprecated `grafter.rdf.templater` and `grafter.rdf.repository.registry` namespaces depend on RDF4j classes instead of their sesame equivalents.