---+++Discussions posts details returned as an RDF Graph PREFIX sioc: PREFIX sioct: PREFIX rdf: PREFIX dcterms: CONSTRUCT { ?post dcterms:created ?created . ?post sioc:link ?link . ?post sioc:title ?title . } WHERE { ?forum a sioct:Discussion . ?post sioc:has_container ?forum . OPTIONAL{ ?post dcterms:created ?created } . OPTIONAL{ ?post sioc:link ?link } . OPTIONAL{ ?post sioc:title ?title } }