The Most Expensive Zip Codes on a Map
Forbes.com reports the most expensive real estate zip codes of 2005. Here is an interactive map that shows the concentration of those zip codes in different states. Though it’s not powered by Google Maps or Yahoo! Maps, but it gets the job done.
According the report, about half of the most expensive zip codes are located in California. The most expensive zip code is 94027, and the median home sales price there is $2.5 million.
Looking at the data, it got me to think about geospatial semantic web applications. I wonder if any real estate applications can exploit this information? Assuming there is such type of applications, we face with one problem — there is no easy way to acquire the data from Forbes.com. Right now, the information is published in an HTML page. It’s difficult to acquire the home sales price information without building some kind of ad hoc content scraper.
I think few different semantic web solutions can be useful. (1) Forbes can use Microformats to annotate the already published HTML data. As long as the Microformat tags are shared with the public, application developers can build XHTML parsers to extract the annotated information. (2) Forbes can also develop simple OWL/RDF ontologies for describing the most expensive zip codes. There is only few concepts need to be modeled: median home sales price, zip code, ranking, and location. Once ontologies are defined, the web page can include a meta-link that points to an OWL/RDF document of the most expensive zip codes. Real estate applications can read this document and make use of the data.




