Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple endpoints in single cell #84

Closed
KonstantinKlepikov opened this issue Aug 13, 2024 · 8 comments
Closed

multiple endpoints in single cell #84

KonstantinKlepikov opened this issue Aug 13, 2024 · 8 comments
Labels
enhancement New feature or request next Add to next Release

Comments

@KonstantinKlepikov
Copy link

now (for this example cell) use only first sentence

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

SELECT ...

is possible use multiple sources?

@BenjaminHofstetter
Copy link
Collaborator

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

@KonstantinKlepikov
Copy link
Author

Yes. For research with small local data.

@BenjaminHofstetter BenjaminHofstetter added the enhancement New feature or request label Oct 16, 2024
@BenjaminHofstetter
Copy link
Collaborator

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

@BenjaminHofstetter BenjaminHofstetter added the next Add to next Release label Oct 23, 2024
@BenjaminHofstetter
Copy link
Collaborator

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:

  • Test it on windows too.

@BenjaminHofstetter
Copy link
Collaborator

@KonstantinKlepikov

in version 0.0.39 you can use multiple entires or patterns

# [endpoint=./rdf/curia.nt]

or

# [endpoint=./rdf/*]

or

# [endpoint=rdf/*]

or

# [endpoint=./rdf/{a,b}.ttl]

or

# [endpoint=rdf/a.ttl]
# [endpoint=./rdf/b.ttl]

@KonstantinKlepikov
Copy link
Author

KonstantinKlepikov commented Nov 7, 2024

@BenjaminHofstetter can you release this in vscode marketplace?

@BenjaminHofstetter
Copy link
Collaborator

it is there in version. the current version ins now 1.0.0
https://marketplace.visualstudio.com/items?itemName=Zazuko.sparql-notebook

@KonstantinKlepikov
Copy link
Author

@BenjaminHofstetter great job!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request next Add to next Release
Projects
None yet
Development

No branches or pull requests

2 participants