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

haspart.query edited online with Bitbucket

parent ae2eccfe
No related branches found
No related tags found
No related merge requests found
......@@ -7,4 +7,5 @@ SELECT DISTINCT ?uri ?label ?pagestart ?pageend ?maker WHERE {
OPTIONAL { ?uri foaf:maker / foaf:name ?maker0 . }
BIND(CONCAT(?maker0, "; ") AS ?maker)
}
}
\ No newline at end of file
}
ORDER BY ?pagestart
\ No newline at end of file
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