[rdfweb-dev] Re: locations?

Dougal Campbell dougal at g...
Tue Jan 7 20:04:18 UTC 2003


On Mon, 6 Jan 2003, Ian Davis wrote:

> On Monday, 06 January 2003 at 16:19, The Emperor <the_emperor at m...> wrote:
> > The only thing you can guarantee is that people will never be happy
> > with whatever you do (but should that stop you from doing it?).
> Not at all. What I like about RDF is that it allows people to define
> their own world views. Anyone can publish a schema and persuade people
> to use it without having a huge amount of infrastructure or money.
> With DAML you can even merge data utilising different schemas by
> using sameClassAs etc.

Okay, how about adding a <foaf:location> and using vCard?

xmlns:vCard="http://www.w3.org/2001/vcard-rdf/3.0#"

<foaf:location>
<vCard:ADR>
<vCard:Locality>Enterprise</vCard:Locality>
<vCard:Region>Alabama</vCard:Region>
<vCard:Pcode>36330</vCard:Pcode>
<vCard:Country>us</vCard:Country>
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#home"/>
<rdf:type rdf:resource="http://www.w3.org/2001/vcard-rdf/3.0#pref"/>
</vCard:ADR>
<vCard:GEO>
<vCard:LAT>31.358978</vCard:LAT>
<vCard:LON>-85.816314</vCard:LON>
</vCard:GEO>
</foaf:location>

-- 
Ernest MacDougal Campbell III, MCP+I, MCSE <dougal at g...>
http://dougal.gunters.org/ http://spam.gunters.org/
Web Design & Development: http://www.mentalcollective.com/
This message is guaranteed to be 100% eror frea!




More information about the foaf-dev mailing list