When we write a query like:

select ?s,?p,?o where  {
 ?s ?p ?o. filter (?p = foaf:name).
}

Is there a way to write query like following, but still l get ?p or the
relations connecting the two:

select ?s,?o where
{
  ?s foaf:name ?o.
}

Motivation is to avoid filters to decrease query times, and find ?p if the
relations mentioned in the query can lead to multiple such relations eg.
not foaf:name

Abhishek
------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Virtuoso-users mailing list
Virtuoso-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtuoso-users

Reply via email to