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

Issue parsing query #125

Open
giacomoronconiobda opened this issue Dec 4, 2020 · 0 comments
Open

Issue parsing query #125

giacomoronconiobda opened this issue Dec 4, 2020 · 0 comments

Comments

@giacomoronconiobda
Copy link

Hello,

I found your project very good and useful. But I have an issue parsing this SPARQL query:

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> 
SELECT ?ed_number0 ?edr_name0 ?ath_name0 ?bk_title0 
WHERE { 
  ?edr0 <http://www.obdasystems.com/books/name> ?edr_name0 . 
  ?ath0 <http://www.obdasystems.com/books/name> ?ath_name0 . 
  ?bk0 <http://www.obdasystems.com/books/writtenBy> ?ath0 ; 
    <http://www.obdasystems.com/books/title> ?bk_title0 ; 
    <http://www.obdasystems.com/books/hasEdition> ?ed0 . 
  ?ed0 <rdf:type> <http://www.obdasystems.com/books/SpecialEdition> ; 
    <http://www.obdasystems.com/books/editionNumber> ?ed_number0 ; 
    <http://www.obdasystems.com/books/editedBy> ?edr0
}
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