mkogg.py: Fix 'self.get_mp4_metadata(self, source)'
[blog.git] / posts / FOAF.mdwn
1 [[!meta  title="Friend of a Friend"]]
2
3 [FOAF][] is an [RDF][] language describing social networks and related
4 information.  FOAF tries to social networking available to the
5 [Semantic Web][], making your identity and friendships machine
6 readable.  An interesting FOAF application, if you have enough
7 tech-savy friends is [Foaf+SSL][].  For an intuitive explanation of
8 how FOAF+SSL works, take a look at Henry Story's [paradigm shift][PS]
9 post.
10
11 For the curious, I've created [[my own FOAF file|foaf.rdf]].  You
12 should also check out the [SIOC Project][SIOC]'s [Semantic Radar][SR]
13 plugin, which notifies you of the existence of interesting RDF data as
14 you browse the web (and inspired my [[rel-vcs]] plugin).
15
16 The [foaf:mbox_sha1sum][] property can be generated with:
17
18     $ echo -n 'mailto:you@example.com' | sha1sum
19
20 [FOAF]: http://www.foaf-project.org/
21 [RDF]: http://www.w3.org/RDF/
22 [Semantic Web]: http://en.wikipedia.org/wiki/Semantic_Web
23 [FOAF+SSL]: http://esw.w3.org/Foaf%2Bssl
24 [PS]: http://blogs.sun.com/bblfish/entry/the_foaf_ssl_paradigm_shift
25 [SIOC]: http://sioc-project.org/
26 [SR]: http://sioc-project.org/firefox
27 [foaf:mbox_sha1sum]: http://xmlns.com/foaf/spec/#term_mbox_sha1sum
28
29 [[!tag tags/blogging]]
30 [[!tag tags/web]]