Skip to content
Discussion options

You must be logged in to vote

Think this was because I my wisdom of hearing that there were issues with named graphs, I moved a bunch of the optional items outside of the graph, reverted that.

I also move the type filter to the top, before the text search.

PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix schema: <http://schema.org/>
prefix sschema: <https://schema.org/>
PREFIX ql: <http://qlever.cs.uni-freiburg.de/builtin-functions/>
SELECT distinct ?g  ?subj ?type  ?name ?description ?pubname (GROUP_CONCAT(DISTINCT ?placename; SEPARATOR=", ") AS ?placenames)
    (GROUP_CONCAT(DISTINCT ?kwu; SEPARATOR=", ") AS ?kw)
    ?datep  (GROUP_CONCAT(DISTINCT ?url; SEPARATOR=", ") AS ?disurl)
    (COUNT(?text) A…

Replies: 7 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@ktk
Comment options

ktk Jul 28, 2025
Collaborator

@valentinedwv
Comment options

Comment options

You must be logged in to vote
3 replies
@valentinedwv
Comment options

@ktk
Comment options

ktk Aug 1, 2025
Collaborator

@valentinedwv
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

ktk
Aug 3, 2025
Collaborator

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by valentinedwv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants