[foaf-dev] Add postal address to FOAF profile
Jonas Smedegaard
dr at jones.dk
Sat Jan 7 14:27:57 EST 2012
Hi Julien,
On 12-01-07 at 07:47pm, julien.plu at redaction-developpez.com wrote:
> I would like add my postal address to my FOAF profile and I don't know
> how to do it. So have you an idea for to do it ?
>
>
>
> If possible, without create myself an extension of FOAF vocabulary.
Here's how I do it:
@prefix contact: <http://www.w3.org/2000/10/swap/pim/contact#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix geo: <http://www.w3.org/2003/01/geo/wgs84_pos#> .
:me
contact:home [
contact:address [
contact:city "Mørkøv" ;
contact:country "Denmark" ;
contact:postalCode "4440" ;
contact:street "Ringstedvej 65 th."
] ;
contact:phone <tel:+45-69106474> ;
geo:Location [
geo:lat "55.639358" ;
geo:long "11.526431"
]
] ;
foaf:name "Jonas Smedegaard" ;
My complete FOAF file is here: http://dr.jones.dk/me/
- Jonas
--
* Jonas Smedegaard - idealist & Internet-arkitekt
* Tlf.: +45 40843136 Website: http://dr.jones.dk/
[x] quote me freely [ ] ask before reusing [ ] keep private
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.foaf-project.org/pipermail/foaf-dev/attachments/20120107/5ee93b4d/attachment.pgp>
More information about the foaf-dev
mailing list