Skip to content
This repository has been archived by the owner on Aug 25, 2023. It is now read-only.

Attempt at using Comunica #75

Merged
merged 7 commits into from May 9, 2019
Merged

Conversation

michielbdejong
Copy link
Contributor

Trying to use Comunica for SPARQL GET queries, ref #49

const myEngine = newEngine()
console.log('executing')
const result = await myEngine.query(sparqlQuery,
{ sources: [ dataset ] })
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently there is a way to pass an RDF/JS in-memory store to Comunica, but this is not it...

@michielbdejong
Copy link
Contributor Author

Amazing how difficult that was :( Still has an ugly conversion for going into Comunica and another ugly conversion for coming out of it because myEngine.resultToString method seems to be returning an empty stream.

@michielbdejong michielbdejong merged commit fdcdb18 into rdf-component May 9, 2019
@michielbdejong michielbdejong deleted the comunica-problem branch July 1, 2019 10:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant