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

How to generate sparql log from using LSQ? #39

Open
Joeyzhouqihui opened this issue Aug 3, 2022 · 3 comments
Open

How to generate sparql log from using LSQ? #39

Joeyzhouqihui opened this issue Aug 3, 2022 · 3 comments

Comments

@Joeyzhouqihui
Copy link

Hi, sorry for bothering you. I am working on a sparql system and I need some query log to test it. But I cannot find the command on the website about how to generate sparql log. Could you help me with it? Thank you so much!

@saleem-muhammad
Copy link
Contributor

You cannot generate SPARQL query log using LSQ. Usually, such logs you get from public SPARQL endpoints. LSQ RDFize those logs.

@Joeyzhouqihui
Copy link
Author

But the "useful queries" on the website says we can "get all SELECT queries from DBpedia log" by executing "
SELECT DISTINCT ?text from http://lsq.aksw.org/dbpedia WHERE
{
?s http://lsq.aksw.org/vocab#text ?text .
?s http://lsq.aksw.org/vocab#hasSpin ?spin .
?spin a http://spinrdf.org/sp#Select .
}
".
What does it mean? How can I execute that sparql using LSQ? Could you please give me some instructions? Thank you so much!

@saleem-muhammad
Copy link
Contributor

Yes you can get SPARQL queries which were part of query logs from public SPARQL endpoints. But the actual logs, we cannot provide due to providers policy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants