PREFIX sioc: <http://rdfs.org/sioc/ns#> PREFIX sioct: <http://rdfs.org/sioc/types#> PREFIX ann: <http://www.w3.org/2000/10/annotation-ns#> PREFIX dct: <http://purl.org/dc/elements/1.1/> SELECT * WHERE { ?forum a sioct:Calendar. ?forum sioc:container_of ?post. OPTIONAL {?post dct:title ?title}. ?post ann:hasAnnotation ?hn . OPTIONAL {?hn ann:annotates ?annotates } . OPTIONAL {?hn ann:author ?author } . OPTIONAL {?hn ann:body ?body } . OPTIONAL {?hn ann:created ?created } . OPTIONAL {?hn ann:modified ?modified }. }