Hello everyone.

I am looking into getting the list of the most influential people in
history.

To achieve this, I am going to be using this query as shown below.

Now, I modify the query to get by adding 'influencedBy' to get a second
table.

Is there not a decent way to get these two tables queried so we retrieve a
uni-dataset.

Thank you.

SELECT *
WHERE {
?p a
<http://dbpedia.org/ontology/Person> .
?p <http://dbpedia.org/ontology/influenced> ?influenced.
}


-- 


Ali Gajani
Founder at Mr. Geek
www.mrgeek.me
www.aligajani.com
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Dbpedia-discussion mailing list
Dbpedia-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion

Reply via email to