%VOSWARNING% ---+++++Dump of all Wikiwords for a given Wiki PREFIX rdf: PREFIX sioc: PREFIX sioct: PREFIX xsd: PREFIX dct: PREFIX dcc: SELECT distinct ?forum_name, ?post, ?title, ?link, ?links_to, ?cr WHERE { ?forum rdf:type sioct:Wiki . ?forum sioc:id ?forum_name. ?forum sioc:container_of ?post . ?post dct:title ?title. OPTIONAL {?post dcc:created ?cr}. OPTIONAL {?post sioc:link ?link} . OPTIONAL {?post sioc:links_to ?links_to} . } ORDER BY ?title