Hi, I'm attempting to find the latest dbpedia URI on a subject by following the chain of redirects. I'm using a sparql query directed to
http://dbpedia-live.openlinksw.com/sparql On some occasions the response indicates a redirect to MediaWiki_talk URIs. The query, for one of the problem nodes, look like this. select ?link, ?redirect WHERE { <http://dbpedia.org/resource/David_Bowie> <http://dbpedia.org/ property/redirect> ?link . OPTIONAL {?link <http://dbpedia.org/property/redirect> ?redirect} } Could this be a problem with the data, or am I trying to do the wrong thing? TIA Dave Spacey http://www.bbc.co.uk/ This e-mail (and any attachments) is confidential and may contain personal views which are not the views of the BBC unless specifically stated. If you have received it in error, please delete it from your system. Do not use, copy or disclose the information in any way nor act in reliance on it and notify the sender immediately. Please note that the BBC monitors e-mails sent or received. Further communication will signify your consent to this. ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
