This is a diff between 1.1 and 1.2 revisions:

192a192
< * [[VirtTipsAndTricksGuideDeleteLargeGraphs][Deleting triples from a "Large" graph]]
191d192
> * [[VirtTipsAndTricksGuideDeleteLargeGraphs][Deleting triples from a "Large" graph]]
\ No newline at end of file
161a162
< ?s ?p ?o
< . FILTER ( ?s = bif:iri_id_from_num(4611686018427397910) )
160d161
> ?s ?p ?o .
> FILTER ( ?s = bif:iri_id_from_num(4611686018427397910) )
42a43
< ?s ?p ?o
< ; <p> <o1a>
41d42
> ?s ?p ?o ;
> <p> <o1a>
25a30
< [] <p> <o1a>
< , <o1b>
< . [] <p> <o2a>
< , <o2b>
< . [] <p> <o3a>
< , <o3b>
24d25
> [] <p> <o1a> ,
> <o1b> .
> [] <p> <o2a> ,
> <o2b> .
> [] <p> <o3a> ,
> <o3b>