zazuko / vscode-sparql-notebook

Visual Studio Code SPARQL Notebook Extension
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook
Other
26 stars 8 forks source link

multiple endpoints in single cell #84

Open KonstantinKlepikov opened 2 months ago

KonstantinKlepikov commented 2 months ago

now (for this example cell) use only first sentence

# [endpoint=this.ttl]
# [endpoint=exthat.ttl]

SELECT ...

is possible use multiple sources?

BenjaminHofstetter commented 1 month ago

@KonstantinKlepikov no it's not possible. do you need this ?

KonstantinKlepikov commented 4 weeks ago

Yes. For research with small local data.

BenjaminHofstetter commented 1 week ago

Ok. I will investigate and include it what I have time to work on it.

BenjaminHofstetter commented 4 days ago

Basically I have this problem too.

I often have a folder with several TTL files. It should be possible not just to include multiple files. It should be possible ass a folder or 'output/*.ttl'

There are two different ways to use RDF files.

  1. define it like and endpoint in SAPRQL comment
  2. use right click on a file and Choose "Use file as Store" or something like that

Test: