Dump of all WordPress Users details
PREFIX sioc: <http://rdfs.org/sioc/ns#>
SELECT *
WHERE
{
?user a sioc:User .
optional{ ?user sioc:name ?name}.
optional{ ?user sioc:email ?email}.
}
Sample Data (Live Query Results)
- Click *Here* for an Interactive-Web View of WordPress
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a WordPress collection of posts.