Skip to content
Snippets Groups Projects
Commit cdf79129 authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Add files, check if valid

parent 594c0625
No related branches found
No related tags found
No related merge requests found
SELECT DISTINCT ?uri ?label WHERE {
GRAPH <urn:x-arq:UnionGraph> {
?uri a ubbont:Exhibition .
?uri dct:title ?label .
?uri ubbont:showWeb true .
}
}
ORDER BY ASC(?label)
LIMIT 12
SELECT DISTINCT ?uri ?label WHERE {
GRAPH <urn:x-arq:UnionGraph> {
?uri a ubbont:Exhibition .
?uri dct:title ?label .
?uri ubbont:showWeb true .
}
}
ORDER BY ASC(?label)
LIMIT 12
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment