<?xml version="1.0" encoding="iso-8859-1"?> 
<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns:geom2d="http://nurl.org/0/geom2d/1.0/"
  xmlns:map="http://nurl.org/0/geography/map/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<geom2d:Polyline rdf:resource="http://example.org/polyline_example_0">
     <dc:description>
	 A three-point approximation to a section of the railroad tracks in Astoria,Oregon (wgs84)
	 </dc:description>
	 <geom2d:points>
	    <rdf:Seq>
		   <rdf:li>
		      <geom2d:Point>
			     <geom2d:x>-123.835414</geom2d:x>
				 <geom2d:y>46.191617</geom2d:y>
		      </geom2d:Point>
		   </rdf:li>
		   <rdf:li>
		      <geom2d:Point>
			     <geom2d:x>-123.821983</geom2d:x>
				 <geom2d:y>46.189905</geom2d:y>				 
		      </geom2d:Point>
		   </rdf:li>
		   <rdf:li>
		      <geom2d:Point>
			     <geom2d:x>-123.786728</geom2d:x>
				 <geom2d:y>46.197524</geom2d:y>				 
		      </geom2d:Point>
		   </rdf:li>
		</rdf:Seq>
	</geom2d:points>
	<map:srs resource=
            "http://nurl.org/0/geography/SRSCatalog/wgs84"/>
    </geom2d:Polyline>
</rdf:RDF>