Dump of phpBB3 Groups and their members
PREFIX sioc: <http://rdfs.org/sioc/ns#>
SELECT ?grp ?username
FROM <http://demo.openlinksw.com/phpBB3_v/>
WHERE
{
?group a sioc:Usergroup .
optional{ ?group sioc:name ?grp }.
optional{ ?group sioc:has_member ?member} .
optional{ ?member sioc:name ?username} .
}
ORDER BY DESC (?grp)
Sample Data (Live Query Results)
- Click *Here* for an Interactive-Web View of phpBB 3
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a phpBB 3 collection of groups.