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

CORESE-GUI: Parsing error in SERVICE query #82

Open
djebR opened this issue Sep 15, 2021 · 0 comments
Open

CORESE-GUI: Parsing error in SERVICE query #82

djebR opened this issue Sep 15, 2021 · 0 comments

Comments

@djebR
Copy link

djebR commented Sep 15, 2021

On a query to find football players in the french chapter of dbpedia, this error emerged:

Service error: http://fr.dbpedia.org/sparql
javax.ws.rs.client.ResponseProcessingException: Virtuoso 37000 Error SP030: SPARQL compiler, line 14: syntax error at '.' before ')'

Since the query I'm following uses VALUES and the IRIs of entities, the problem appears because some entity names have a '.' in them. for instance:
http://fr.dbpedia.org/page/Silviu_Lung_Jr.
In the query, Corese transforms it to:
(db:Silviu_Lung_Jr. )

then shows the error.

@djebR djebR changed the title Parsing error in SERVICE query CORESE-GUI: Parsing error in SERVICE query Sep 15, 2021
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

1 participant