%VOSWARNING% ---+++++Dump of all Weblog Posts for a given ODS Member PREFIX rdf: PREFIX sioc: PREFIX sioct: PREFIX xsd: PREFIX dct: PREFIX dcc: SELECT DISTINCT ?forum_name, ?post, ?title ?cr ?url WHERE { ?forum a sioct:Weblog . ?forum sioc:id ?forum_name. ?forum sioc:scope_of ?role. ?role sioc:function_of . ?forum sioc:container_of ?post. optional{ ?post dct:title ?title }. optional{ ?post dcc:created ?cr }. optional{ ?post sioc:link ?url }. } ORDER BY DESC (?cr)