root/bbox/t/geo.rss

Revision 424, 1.4 kB (checked in by zool, 3 years ago)

revisions to tests... log updates... bettery geometry support

  • Property svn:executable set to *
Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <rdf:RDF
4  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
5  xmlns="http://purl.org/rss/1.0/"
6  xmlns:foaf="http://xmlns.com/foaf/0.1/"
7  xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
8  xmlns:dc="http://purl.org/dc/elements/1.1/"
9  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
10  xmlns:admin="http://webns.net/mvcb/"
11  xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
12 >
13
14 <channel rdf:about="http://frot.org/devlog/">
15 <title>jo walsh - devlog</title>
16 <link>http://frot.org/devlog/</link>
17 <description>jo walsh's development log, mostly RDF, semweb and bots</description>
18 <dc:date>2004-12-29T10:49:57+08:00</dc:date>
19 <items>
20  <rdf:Seq>
21   <rdf:li rdf:resource="http://frot.org/devlog/0012_dp.html" />
22   <rdf:li rdf:resource="http://frot.org/devlog/0011_wireless.html" />
23  </rdf:Seq>
24 </items>
25 </channel>
26
27 <item rdf:about="http://frot.org/devlog/0012_dp.html">
28 <title>distributed proofreading
29 </title>
30 <link>http://frot.org/devlog/0012_dp.html</link>
31 <description>test1
32 </description>
33 <geo:lat>51.323243</geo:lat>
34 <geo:long>0.232132</geo:long>
35 <dc:date>2004-12-30T02:48:14Z</dc:date>
36 </item>
37
38 <item rdf:about="http://frot.org/devlog/0011_wireless.html">
39 <title>wireless london and accessories
40 </title>
41 <link>http://frot.org/devlog/0011_wireless.html</link>
42 <description>
43 test2
44 </description>
45 <geo:lat>51.32423</geo:lat>
46 <geo:long>0.23213</geo:long>
47 <dc:date>2004-12-18T12:50:09Z</dc:date>
48 </item>
49
50 </rdf:RDF>
Note: See TracBrowser for help on using the browser.