<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Navarr&#039;s Tech Side &#187; xfn</title>
	<atom:link href="http://tech.navarr.me/tag/xfn/feed" rel="self" type="application/rss+xml" />
	<link>http://tech.navarr.me</link>
	<description>The Technical Side of my Life</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:32:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<cloud domain='tech.navarr.me' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Using XFN with FOAF</title>
		<link>http://tech.navarr.me/2008/02/using-xfn-with-foaf.html</link>
		<comments>http://tech.navarr.me/2008/02/using-xfn-with-foaf.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 04:08:00 +0000</pubDate>
		<dc:creator>Navarr</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[DataPortability]]></category>
		<category><![CDATA[foaf]]></category>
		<category><![CDATA[future]]></category>
		<category><![CDATA[Microformats]]></category>
		<category><![CDATA[RDF]]></category>
		<category><![CDATA[semantic web]]></category>
		<category><![CDATA[Standards]]></category>
		<category><![CDATA[Web 3.0]]></category>
		<category><![CDATA[xfn]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://temptech.gtaero.net/?p=27</guid>
		<description><![CDATA[So, before I just start splattering your screen with Acronyms, lets define a few, eh? FOAF: Friend of a Friend - An XML Schema containing information about you, as well as a small bit of information, or links to information, about the people you know. XFN: XHTML Friends Network - A Microformat generally used in [...]]]></description>
			<content:encoded><![CDATA[<p>So, before I just start splattering your screen with Acronyms, lets define a few, eh?</p>
<ul>
<li><a title="The Friend of a Friend (FOAF) Project" href="http://www.foaf-project.org/" target="_blank">FOAF</a>: Friend of a Friend - An XML Schema containing information about you, as well as a small bit of information, or links to information, about the people you know. </li>
<li><a title="XHTML Friends Network" href="http://gmpg.org/xfn/" target="_blank">XFN</a>: XHTML Friends Network - A <a href="http://www.microformats.org/" target="_blank">Microformat</a> generally used in links to other sites or pages to identify that person's relevance to you, such as &quot;contact&quot;, &quot;friend&quot;, &quot;acquaintance&quot;, &quot;met&quot;, &quot;muse&quot; and etcetera. </li>
</ul>
<p>Generally, you wouldn't combine an XHTML standard with a different XML Schema.&#160; But, I've personally decided the best way to use the two together.</p>
<p>First, declare the XHTML namespace in your FOAF file.&#160; This is with all the others, and generally looks like <strong>xmlns:xhtml=&quot;http://www.w3.org/1999/xhtml&quot;.</strong></p>
<p>Next, go to where you have included your contacts.&#160; For each <strong>&lt;foaf:knows&gt;</strong> tag, add inside of it <strong>xhtml:rel=&quot;contact&quot;</strong> or similar, following the XFN standards.</p>
<p>And voila!&#160; You now have XFN and FOAF working together.&#160; Of course, the only problem is that nobody quite supports this standard <em><u>yet</u></em>, but it will hopefully come in the future.</p>
<p>My Guidelines for using XFN in FOAF is that it should be used when referencing another <strong>&lt;foaf:Person&gt;</strong>.&#160; In fact, if you want, you should probably even add <strong>xhtml:rel=&quot;me&quot;</strong> to your own <strong>&lt;foaf:Person&gt;</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.navarr.me/2008/02/using-xfn-with-foaf.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

