Skip to content

Commit ec11a3b

Browse files
mirkospasicvi
authored andcommitted
Interactive queries: Post and comments should not be separated
1 parent 35c60c8 commit ec11a3b

File tree

3 files changed

+0
-2
lines changed

3 files changed

+0
-2
lines changed

ldbc_socialnet_qgen/lib/bibm.jar

2.79 KB
Binary file not shown.

ldbc_socialnet_qgen/sib/int/query2.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ where {
44
%Person% snvoc:knows ?fr.
55
?fr snvoc:firstName ?first. ?fr snvoc:lastName ?last .
66
?post snvoc:hasCreator ?fr.
7-
?post a snvoc:Post.
87
{ {?post snvoc:content ?content } union { ?post snvoc:imageFile ?content }} .
98
?post snvoc:creationDate ?date.
109
filter (?date <= "%Date0%"^^xsd:date).

ldbc_socialnet_qgen/sib/int/query9.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ where {
1010
?fr snvoc:firstName ?first . ?fr snvoc:lastName ?last .
1111
?post snvoc:hasCreator ?fr.
1212
?post snvoc:creationDate ?date.
13-
?post a snvoc:Post.
1413
filter (?date < "%Date0%"^^xsd:date).
1514
{{?post snvoc:content ?content} union {?post snvoc:imageFile ?content}} .
1615
}

0 commit comments

Comments
 (0)