<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF xmlns:contact="http://www.w3.org/2000/10/swap/pim/contact#"
 xmlns:apt="http://www.megginson.com/exp/ns/airports#"
 xmlns:foaf="http://xmlns.com/foaf/0.1/"
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns:airport='http://www.daml.org/2001/10/html/airport-ont#'
 xmlns:jim='http://jibbering.com/2002/9/time#'
 xmlns:pos='http://www.w3.org/2003/01/geo/wgs84_pos#'
 xmlns:vc='http://www.w3.org/vcard-rdf/3.0#'
 xmlns:ical='http://www.w3.org/2000/10/swap/pim/ical#'
>

  <foaf:Person>
    <foaf:mbox_sha1sum>bf8b415f52692f29d1435df3a512dbd354720808</foaf:mbox_sha1sum>
        <foaf:name>Chris Goad</foaf:name>
        <foaf:homepage rdf:resource="http://fabl.net/chrisgoad/"/>
        <foaf:workplaceHomepage rdf:resource="http://www.mapbureau.com/"/>
        <foaf:interest rdf:resource="http://www.w3.org/2001/sw/" />
        <foaf:interest rdf:resource="http://www.opengis.org/" />
        <contact:nearestAirport>
	      <airport:Airport rdf:about='http://www.daml.org/cgi-bin/airport?AST'>
	      <foaf:name>Astoria Regional</foaf:name>
	      <jim:timezone rdf:parseType='Resource'>
	        <ical:tzid>America/Los_Angeles</ical:tzid>
	      </jim:timezone>
	      <vc:country>US</vc:country>
	      <pos:lat>46.1577</pos:lat>
	      <pos:long>-123.8786 </pos:long>
	      <airport:location>Astoria OR [Astoria Regional Airport]</airport:location>
          <airport:iataCode>AST</airport:iataCode>
          <airport:icaoCode>KAST</airport:icaoCode>
	  </airport:Airport>
        </contact:nearestAirport>
    </foaf:Person>
	</rdf:RDF>
