{
   "openid" : "http://chris.prather.org/",
   "country" : "US", // two letter country code (http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
   "city" : "Orlando",
   "region" : "FL", // no convention here, common sense applies
   "location": {lat: 28.459448, lon: -81.33627},
   "profile" : [
      { 
         "id" : "73270", // stackoverflow ids are numerical
         "name" : "stackoverflow"
      },
      { 
         "id" : "perigrin",
         "name" : "delicious"
      },
      { 
         "id" : "perigrin",
         "name" : "github"
      },
      { 
         "id" : "perigrin",
         "name" : "linkedin"
      },
      { 
         "id" : "perigrin",
         "name" : "perlmonks"
      },
      { 
         "id" : "perigrin",
         "name" : "twitter"
      }
   ],
   "website" : [
      "http://chris.prather.org/"
   ],
   "donation" : [
      {
         "name" : "paypal",
         "id" : "chris@prather.org"
      }
   ],
   "blog" : [
      { 
         "feed" : "http://chris.prather.org/rss.xml",
         "url": "http://chris.prather.org/"
      },
   ],
   "email" : [
      "chris@prather.org",
      "chris.prather@tamarou.com",      
   ],
   "perlmongers" : {
      "name" : "Dahut.pm",
      "url" : "http://dahut.pm.org/"
   }
}