We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e77451a commit eed3cc0Copy full SHA for eed3cc0
ldbc_socialnet_qgen/sib/int/query8.txt
@@ -1,4 +1,4 @@
1
-select ?from %OtherDetails% ?first ?last ?dt ?content
+select ?from %OtherDetails% ?first ?last ?dt ?rep ?content
2
where {
3
{ select ?rep ?dt
4
@@ -12,3 +12,4 @@ where {
12
?from snvoc:firstName ?first . ?from snvoc:lastName ?last .
13
?rep snvoc:content ?content.
14
}
15
+order by desc(?dt) ?rep
0 commit comments