See graph names in triple store - SPARQL

select distinct ?g 
where{
 graph ?g {
   ?s ?p ?o.
 }
}

 

posted @ 2014-11-18 05:28  Rui Yan  阅读(126)  评论(0编辑  收藏  举报