You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
About question "How many official languages are spoken on the Seychelles?", I got a sparql from GANWERS:
select COUNT(DISTINCT ?languages) where { ?languages <type> <Language>. <Seychelles> <language> ?languages. } LIMIT 3
But I got 403 code when I use gStore to query it.
It is not a stantard SPARQL containing full prefix message. And I want to get a SPARQL followed w3c so that I can query it on other endpoint.
Could you help me to solve this problem.
The text was updated successfully, but these errors were encountered:
xqx1568
changed the title
"message":"Unkown Exception","status":"500"
how to get answer from SPARQL produced by GANWERS
May 13, 2021
xqx1568
changed the title
how to get answer from SPARQL produced by GANWERS
how to transfer SPARQL produced by GANWERS to standard SPARQL followed w3c
May 13, 2021
GAnswer generates SPARQL w/o prefix for simplicity, which needs the data you stored in GStore don't have prefix too.
If you want to change the SPARQL generation method, please refer to the code in src/rdf/Sparql.java.
About question "How many official languages are spoken on the Seychelles?", I got a sparql from GANWERS:
select COUNT(DISTINCT ?languages) where { ?languages <type> <Language>. <Seychelles> <language> ?languages. } LIMIT 3
But I got 403 code when I use gStore to query it.
It is not a stantard SPARQL containing full prefix message. And I want to get a SPARQL followed w3c so that I can query it on other endpoint.
Could you help me to solve this problem.
The text was updated successfully, but these errors were encountered: