%VOSWARNING% ---+++++Data Space Post/Entry/Item Properties (sioc:Post predicates) * content * has_container * has_creator * id * link * links_to * topic (tags) * has_reply (TBD) * reply_of (TBD) PREFIX rdf: PREFIX sioc: PREFIX sioct: SELECT distinct ?attribute WHERE { ?forum rdf:type sioc:Community . ?forum sioc:has_part ?parentf . ?parentf sioc:container_of ?post . ?post ?attribute ?o } ORDER BY ?attribute