Basics of your profile

Insert your settings for your FOAF profile here, these are the basic settings. Please note that not every variable needs to be added. sha1 values will be auto generated if left blank.
Password:
1 2 3 4 5 6 7 |
title
Title (Mr, Mrs, Ms, Dr. etc)
name
A name for some thing.
firstName
The first name of a person.
family_name
The family_name of some person.
phone
A fully qualified international phone number, specified using the tel: URL scheme (refs: http://www.w3.org/Addressing/schemes.html#tel).
mbox
A personal mailbox, ie. an Internet mailbox associated with exactly one owner, the first owner of this mailbox. This is a 'static inverse functional property', in that there is (across time and change) at most one individual that ever has any particular value for foaf:mbox.
mbox_sha1sum
The sha1sum of the URI of an Internet mailbox associated with exactly one owner, the first owner of the mailbox.
homepage
A homepage for some thing.
weblog
A weblog of some thing (whether person, group, company etc.).
img
An image that can be used to represent some thing (ie. those depictions which are particularly representative of something, eg. one's photo on a homepage).
workplaceHomepage
A workplace homepage of some person; the homepage of an organization they work for.
schoolHomepage
A homepage of a school attended by the person.
nick
A short informal nickname characterising an agent (includes login identifiers, IRC and other chat nicknames).
icqChatID
An ICQ chat ID
yahooChatID
A Yahoo chat ID
aimChatID
An AIM chat ID
msnChatID
An MSN chat ID
jabberID
A jabber ID for something. A 'bare JID' per http://www.jabber.org/ietf/draft-ietf-xmpp-core-11.html#addressing-node TODO: just for account IDs, or resources? chatrooms?
  1 2 3 4 5 6 7 |
############################## CURRENT RDF BELOW ##############################
<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:foaf="http://xmlns.com/foaf/0.1/"
	xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
	xmlns:admin="http://webns.net/mvcb/"
>
   <foaf:PersonalProfileDocument rdf:about="">
    <admin:generatorAgent rdf:resource="http://peoplesdns.com"/>
    <admin:errorReportsTo rdf:resource="mailto:joel@tagword.com"/>
   </foaf:PersonalProfileDocument>

<foaf:Person>
	<foaf:title>Mr</foaf:title>
	<foaf:name>Joel De Gan</foaf:name>
	<foaf:firstName>Joel</foaf:firstName>
	<foaf:family_name>De Gan</foaf:family_name>
	<foaf:mbox_sha1sum>da39a3ee5e6b4b0d3255bfef95601890afd80709</foaf:mbox_sha1sum>

</foaf:Person>
</rdf:RDF>
source