---++WordPress RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |User|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+sioc%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%23%3E%0D%0ASELECT+*%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fwpl_v%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fuser+a+sioc%3AUser+.%0D%0A++++optional%7B+%3Fuser+sioc%3Aname+%3Fname%7D.%0D%0A++++optional%7B+%3Fuser+sioc%3Aid+%3Fid%7D.%0D%0A++++optional%7B+%3Fuser+sioc%3Aemail+%3Femail%7D.%0D%0A++%7D%0D%0A&format=text%2Fhtml&debug=on][List of all users]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20sioc%3A%20%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Fns%23%3E%0ASELECT%20*%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fwpl_v%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fuser%20sioc%3Aname%20%3Fname%20.%0A%20%20%20%20optional%20%7B%3Fuser%20sioc%3Aid%20%3Fid%7D%20.%0A%20%20%20%20optional%20%7B%3Fuser%20sioc%3Aemail%20%3Femail%7D%20.%0A%20%20%7D&endpoint=/sparql][List of all users]]|PREFIX sioc: <http://rdfs.org/sioc/ns#>
SELECT *
FROM <http://demo.openlinksw.com/wpl_v/>
WHERE
  {
    ?user sioc:name ?name .
    optional {?user sioc:id ?id} .
    optional {?user sioc:email ?email}.
  }|[[http://demo.openlinksw.com/about/html/http://demo.openlinksw.com/wordpress/user/admin#this][User admin]]| ---+++References * [[WordPressSIOCRef][WordPress SIOC Reference]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/OdsIntegrationWordPress][WordPress Installation Guide]]