i working dbpedia. in work, program need read dbpedia json file like(http://dbpedia.org/data/germany.json) , extract information key value pair, same dbpedia page(http://dbpedia.org/page/germany). facing problem. example, if see json file(please use json viewer make human readable.), if want language(search language in file), see in json array, have extract information array. on other hand, if search seealso, find have go 1 level , find information. further more , there information in html page(http://dbpedia.org/page/germany) not found in metadata json file(http://dbpedia.org/data/germany.json). example, "birthplace" in html page not in json file. totally confused that, how code can read , store(as key value mapping) data seen in html page.
dbpedia data organized resource, each "resource" page on wikipedia , (presumably) thing in real world. each resource referred url. json file contains whole bunch of resources (such http://dbpedia.org/resource/opel_kadett_c) have link resource you're interested in, http://dbpedia.org/resource/germany. think supposed include information @ http://dbpedia.org/page/germany, entries -- such db:anja_kling -- missing. i'm not sure why is, might bug -- if don't better answer here, should try e-mailing questions dbpedia-discussion mailing list @ https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion. hope helps!
Comments
Post a Comment