Seems a few of us habitually make the same mistakes, so I thought I'd report it here. Not sure exactly what UI improvements to suggest...
Dan >From #swig IRC 17:59 melvster: question: anyone know how do i sparql the genus of a peanut ( http://dbpedia.org/page/Peanut ) in dbpedia ? I tried but seemed to have made a mistake... 18:01 abernier has joined ([email protected]) 18:02 shellac: what are you using as the subject? 18:03 shellac: ensure it's http://dbpedia.org/resource/Peanut, not /page/ 18:03 danbri: select ?x where { <http://dbpedia.org/resource/Peanut> <http://dbpedia.org/ontology/Species/genus> ?x } 18:03 danbri: works for me in http://dbpedia.org/sparql 18:03 melvster: danbri: thanks! 18:03 danbri: welcome 18:04 danbri: just out of curiosity, what did you try? 18:04 danbri like shellac was guessing on a page vs resource mixup 18:04 Wikier has left IRC (Remote closed the connection) 18:05 danbri: .g "may contain Arachis" 18:05 phenny: danbri: http://www.allergyuk.org/fs_peanut.aspx 18:05 shellac: it's an easy mistake to make (i.e. I've done it :-) 18:05 danbri: :) 18:06 shellac: not sure that redirect is a good idea, although I'm not sure what I'd suggest in its place 18:07 abernier: hi 18:08 shellac has left IRC ("Ex-Chat") 18:09 melvster: sorry yes, i had page 18:09 danbri: logger, pointer? 18:09 logger: See http://chatlogs.planetrdf.com/swig/2010-01-20#T17-09-40 ------------------------------------------------------------------------------ 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
