Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • sparqlexplorer sparqlexplorer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • open-source
  • SemWeb
  • sparqlexplorersparqlexplorer
  • Issues
  • #31

Closed
Open
Created Oct 16, 2020 by Simon Chabot@schabotOwner

erreur sur wikidata

J’ai voulu tester sparqlexplorer avec wikidata (je suis donc allé ici) et j’ai tapé “Victor Hugo”.

J’obtiens une erreur:

SPARQL-QUERY: queryStr=select distinct ?x ?z where {
 {?x ?y ?z.}
 UNION{
 GRAPH ?g
 {?x ?y ?z.}
 }
 FILTER(isLiteral(?z) && regex(str(?z), "victor hugo","i"))
 }
 LIMIT 100
java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: com.bigdata.rdf.sparql.ast.QuadsOperationInTriplesModeException: Use of WITH and GRAPH constructs in query body is not supported in triples mode.

J’ai testé la query en supprimant l’union avec le graphe, j’ai un timeout (difficile de faire quoique ce soit coté client je pense).

Je remonte ce bug, parce que je ne sais pas si ce type d’erreur Use of WITH and GRAPH constructs in query body is not supported in triples mode. est quelque chose propre à wikidata ? ou bien il y a d’autre endpoints dans la nature qui réagissent pareil ? (au quel cas, ça serait bien que ça ne fasse pas une erreur)

Edited Oct 16, 2020 by Simon Chabot
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking