Re: [Dbpedia-discussion] Get list of Wikipedia URLS for crawling

2011-03-19 Thread Gabriele Kahlout
On Sat, Mar 19, 2011 at 2:13 PM, Gabriele Kahlout gabri...@mysimpatico.comwrote: Hello, I've downloaded and wrote a simple parser to give me pedia urls from this dbpedia file http://downloads.dbpedia.org/3.6/en/wikipedia_links_en.nt.bz2as shown below. I find the result unsatisfactory since

Re: [Dbpedia-discussion] problem with query

2011-03-19 Thread Hugh Williams
Hi Faraz, URIs need to be enclosed inin SPARQL, so the query should be: SELECT ?x ?y WHERE { ?x ?y http://dbpedia.org/resource/Alexander_Grothendieck .} LIMIT 1000 OFFSET 0 Which returns the expected data: http://bit.ly/gSf2H3 Best Regards Hugh Williams Professional Services

Re: [Dbpedia-discussion] Get list of Wikipedia URLS for crawling

2011-03-19 Thread Gabriele Kahlout
working example/cmd? I'm not sure we are talking about the same thing. On Sat, Mar 19, 2011 at 3:36 PM, Dimitris Kontokostas jimk...@gmail.comwrote: Hi, You can grep the output with http://en.wikipedia.orghttp://en.wikipedia.org/wiki/Anarchismand pipe it to sort -u Cheers, Dimitris On