I'm working on a way the use OpenKapow and GoogleMaps to plot out FOAF data.
A discussion of the project is also at
openkapow.com/forums/8546...ad.aspx#8546
I'll let you know my progress
A discussion of the project is also at
openkapow.com/forums/8546...ad.aspx#8546
I'll let you know my progress
-
Re: Mashup FOAF
Mon, March 5, 2007 - 5:18 AMGreat project. Do many of the profiles on tribe.net have lat/lon info in them?
First I'd heard of OpenKapow... taking a look now... -
-
Re: Mashup FOAF
Tue, March 6, 2007 - 5:45 AMIt's going well.
Many profiles have the lat/lon pair in the FOAF data. The ones that don't have a vCard:ADR tags that either has a country entry like yours,
<vCard:ADR rdf:parseType="Resource">
<vCard:Country>United Kingdom</vCard:Country>
</vCard:ADR>
or more info like this
foaf:based_near>
<geo:Point geo:lat="37.4055" geo:long="-122.078"/>
</foaf:based_near>
−
<vCard:ADR rdf:parseType="Resource">
<vCard:Locality>Mountain View</vCard:Locality>
<vCard:Region>CA</vCard:Region>
<vCard:Country>United States</vCard:Country>
</vCard:ADR>
in the Open Kapow disussion group, I've had some help contructing a start of a Robot that extracts the tribe nickname and geocode data (lat/long) for the specified tribe member and each member in his FOAF data.
try it at
openkapow.com/files/folde...try8577.aspx
-
-
Re: Mashup FOAF
Wed, March 7, 2007 - 10:48 AMHey, it worked :) So what's next?
www.geonames.org/export/ge...earch.html might be relevant btw...
They have some "reverse geocoding" services, www.geonames.org/export/re...oding.html
-
-
-
Re: Mashup FOAF
Sun, November 25, 2007 - 12:04 PMplease email me you results. Thanks