Dump of all Drupal users
prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
prefix sioc: <http://rdfs.org/sioc/ns#>
select *
where
{
?usr rdf:type sioc:User .
optional{ ?usr sioc:name ?name}.
optional{ ?usr sioc:email ?email}.
}
Sample Data (Live Query Results)
- Click *Here* for an Interactive-Web View of Drupal.
- Click *Here* for a live SPARQL Query (via SPARQL Protocol) against a Drupal collection.