-
Per yesterday's conversation on rdfjs public gitter channel -- Propose to rename the `IRI` node type on the [Data Interfaces spec](https://github.com/rdfjs/representation-task-force/blob/master/interf…
-
We are considering deprecating the current devops APIs since they are not restful:
POST /devops/deploy
POST /devops/invoke
POST /devops/query
And replace them with:
deploy: POST /chainchode
invoke: P…
binhn updated
8 years ago
-
Is it possible to use CONSTRUCT or DESCRIBE calls in some way via this library. Or is focused on SELECT calls only? It's very valuable, but I was curious if we could do these other SPARQL queries.…
-
Or does this exist already?
retog updated
9 years ago
-
-
Current mlrest service doesn't cover the entire REST-api yet. The api includes very useful endpoints like content-based search suggestions, sparql-endpoint, getting values, and tuples, etc. Existing f…
grtjn updated
9 years ago
-
Hi,
calling SQL from SPARQL does not work correctly in my case.
I perform a clean installation of virtuoso, and then I load data:
``` sql
ld_dir ('/home/galgonek' ,'chebi_test.nt.gz', 'http://bioin…
-
# Status
Literal handling in rdf_db is outdated and not practical. Currently, literals have the form
- `literal(Atom)`
- `literal(lang(LangAtom, TextAtom))`
- `literal(type(TypeIRI, Value)`, where V…
-
Currently `OntologyProvider.inheritAnnotations()` is using a very inefficient algorithm. Need to look into how SPIN does the same thing for `spin:constraint` and/or what utilities Jena provides to imp…
-
Hi,
Firstly I'm really glad to see you have taken it upon yourself to fill this gap in the Clojure/RDF ecosystem!
I must confess that I've not yet tried it, but I've been skimming the source code; a…