GeoNames Home | Postal Codes | Download / Webservice | About 

GeoNames Forum
  [Search] Search   [Recent Topics] Recent Topics   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[RDF] Request for wgs84_pos:geometry  XML
Forum Index -> General
Author Message
Konrad



Joined: 26/01/2011 19:09:12
Messages: 2
Location: Leipzig, Germany
Offline

I am working on a sameAs - mapping between LinkedGeoData and GeoNames.
It is very helpful that there is a public SPARQL endpoint for geonames, however spatial data is up to now only encoded via wgs84_pos:lat and wgs84_pos:long. While that describes that position perfectly, the matching approach and the tool I use uses metrics which depend on a pair of properties from each datasource and thus does not work with the position encoded in to different properties. Thus I would like to ask if in addition to wgs84_pos:lat and wgs84_pos:long the position could also be included in a single property using wgs84_pos:geometry.

An example from dbpedia for the city of Leipzig (http://dbpedia.org/resource/Leipzig):
wgs84:geometry * POINT(12.3833 51.3333)
wgs84:lat * 51.333332 (xsd:float)
wgs84:long * 12.383333 (xsd:float)
marc



Joined: 08/12/2005 07:39:47
Messages: 4501
Offline

Konrad

I don't really like the idea of having to encode the same values in tons of different formats. Can't you make your tools more intelligent to handle this situation more flexibly?

Best

Marc

[WWW]
Konrad



Joined: 26/01/2011 19:09:12
Messages: 2
Location: Leipzig, Germany
Offline

Hello Marc,

Thanks for the swift reply!
Well the tool is not developed by me but I wrote them an email too, asking them to add handling of values distributed over several properties. If that will not be possible I will probably install my own local SPARQL server and fill it with a geonames dump.
 
Forum Index -> General
Go to:   
Powered by JForum 2.1.5 © JForum Team