Hi Tony, the confusion stems from the way that the data is extracted. Depending on which extractor data is coming from, it is placed in a specific file.
I found the data you miss in mappingbased_properties_en.nt [1, 2]. It was extracted from an infobox using the mapping for Infobox_World_Heritage_Site [3]. In contrast, the data in geo_coordinates_en.nt is extracted from Wikipedia templates for geo coordinates such as "coord", "location" or "geocoordinate" etc. That means that in order to be sure to get all geo data, both of these datasets should be loaded. Hope this helps. Best, Max [1] <http://dbpedia.org/resource/Giant%27s_Causeway> <http://www.w3.org/2003/01/geo/wgs84_pos#long> "-6.511666666666667"^^<http://www.w3.org/2001/XMLSchema#float> . [2] <http://dbpedia.org/resource/Giant%27s_Causeway> <http://www.w3.org/2003/01/geo/wgs84_pos#lat> "55.240833333333335"^^<http://www.w3.org/2001/XMLSchema#float> . [3] http://mappings.dbpedia.org/index.php/Mapping:Infobox_World_Heritage_Site On Sat, Feb 19, 2011 at 08:35, Tony Bowden <[email protected]> wrote: > The geo_coordinates_en downloads from > http://wiki.dbpedia.org/Downloads36 doesn't seem to include the > co-ordinates for the Giant's Causeway > (http://en.wikipedia.org/wiki/Giant%27s_Causeway) > > They are available from the web-based interface, though: > http://dbpedia.org/describe/?url=http%3A%2F%2Fdbpedia.org%2Fresource%2FGiant%2527s_Causeway > > Bug? Or something I'm missing? > > Tony > > ------------------------------------------------------------------------------ > The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: > Pinpoint memory and threading errors before they happen. > Find and fix more than 250 security defects in the development cycle. > Locate bottlenecks in serial and parallel code that limit performance. > http://p.sf.net/sfu/intel-dev2devfeb > _______________________________________________ > Dbpedia-discussion mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion > ------------------------------------------------------------------------------ The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE: Pinpoint memory and threading errors before they happen. Find and fix more than 250 security defects in the development cycle. Locate bottlenecks in serial and parallel code that limit performance. http://p.sf.net/sfu/intel-dev2devfeb _______________________________________________ Dbpedia-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dbpedia-discussion
