---++Drupal RDF Views Live links to a sample instance |*Class*|*Basic SPARQL Protocol URL*|*iSPARQL Results URL*|*SPARQL Query*|*Dynamic Data Page*| |Forum|[[http://demo.openlinksw.com/sparql?default-graph-uri=&should-sponge=&query=PREFIX+rdf%3A+%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0D%0APREFIX+sioct%3A+%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftypes%23%3E%0D%0ASELECT+*+%0D%0AFROM+%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fdrupal_v%3E%0D%0AWHERE%0D%0A++%7B%0D%0A++++%3Fblog+rdf%3Atype+sioct%3AWeblog+.%0D%0A++%7D&format=text%2Fhtml&debug=on][list all blogs URIs]]|[[http://demo.openlinksw.com/isparql/execute.html?format=application%2Frdf%2Bxml&query=%0APREFIX%20rdf%3A%20%3Chttp%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%3E%0APREFIX%20sioct%3A%20%3Chttp%3A%2F%2Frdfs.org%2Fsioc%2Ftypes%23%3E%0ASELECT%20*%20%0AFROM%20%3Chttp%3A%2F%2Fdemo.openlinksw.com%2Fdrupal_v%3E%0AWHERE%0A%20%20%7B%0A%20%20%20%20%3Fblog%20rdf%3Atype%20sioct%3AWeblog%20.%0A%20%20%7D&endpoint=/sparql][list all blogs URIs]]|PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX sioct: <http://rdfs.org/sioc/types#>
SELECT *
FROM <http://demo.openlinksw.com/drupal_v>
WHERE
  {
&nbps;   ?blog rdf:type sioct:Weblog .
&nbps; }|[[http://demo.openlinksw.com/about/html/http/demo.openlinksw.com/drupal/blog/8#this][Blog]]| |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%2Fdrupal_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%2Fdrupal_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 sioct: <http://rdfs.org/sioc/types#>
SELECT *
FROM <http://demo.openlinksw.com/drupal_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/drupal/user/admin#this][User admin]]| ---+++References * [[DrupalSIOCRef][Drupal SIOC Reference]] * [[http://ods.openlinksw.com/dataspace/dav/wiki/ODS/OdsIntegrationDrupal][Drupal Installation Guide]]