SolidLabResearch / generic-data-viewer-react-admin

MIT License
0 stars 1 forks source link

Query based on index file only works if the index file SPARQL query uses variable ?object #136

Closed mvanbrab closed 4 months ago

mvanbrab commented 4 months ago

For example, when changing ?object into ?source in this query (public/queries/sourceQueries/index_example_texon_only_source.rq):

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX example: <http://localhost:8080/example/index-example-texon-only#>

SELECT ?object
WHERE {
  example:index-example rdfs:seeAlso ?object .
}

doesn't work...