WARNING! This URL (in the Main cluster) is no longer the authoritative source for this page; it has been moved to the VOS or ODS cluster as appropriate instead.
See Tim Haynes in case of confusion.
List of all registered WordPress members returned as an RDF Graph
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX sioc: <http://rdfs.org/sioc/ns#>
CONSTRUCT
{
?x rdf:type sioc:User .
}
FROM <http://demo.openlinksw.com/wpl_v>
WHERE
{
?x rdf:type sioc:User .
}