From: W. Trevor King Date: Tue, 9 Nov 2010 17:35:56 +0000 (-0500) Subject: Add FOAF post. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e7bf7b7b23a17f67be1a89347f7e453d04ba1443;p=blog.git Add FOAF post. --- diff --git a/posts/FOAF.mdwn b/posts/FOAF.mdwn new file mode 100644 index 0000000..a240b94 --- /dev/null +++ b/posts/FOAF.mdwn @@ -0,0 +1,25 @@ +[[!meta title="Friend of a Friend"]] + +[FOAF][] is an [RDF][] language describing social networks and related +information. FOAF tries to social networking available to the +[Semantic Web][], making your identity and friendships machine +readable. An interesting FOAF application, if you have enough +tech-savy friends is [Foaf+SSL][]. For an intuitive explanation of +how FOAF+SSL works, take a look at Henry Story's [paradigm shift][PS] +post. + +For the curious, I've created [[my own FOAF file|foaf.rdf]]. You +should also check out the [SIOC Project][SIOC]'s [Semantic Radar][SR] +plugin, which notifies you of the existence of interesting RDF data as +you browse the web (and inspired my [[rel-vcs]] plugin). + +[FOAF]: http://www.foaf-project.org/ +[RDF]: http://www.w3.org/RDF/ +[Semantic Web]: http://en.wikipedia.org/wiki/Semantic_Web +[FOAF+SSL]: http://esw.w3.org/Foaf%2Bssl +[PS]: http://blogs.sun.com/bblfish/entry/the_foaf_ssl_paradigm_shift +[SIOC]: http://sioc-project.org/ +[SR]: http://sioc-project.org/firefox + +[[!tag tags/blogging]] +[[!tag tags/web]] diff --git a/posts/FOAF/Makefile b/posts/FOAF/Makefile new file mode 100644 index 0000000..e7a8373 --- /dev/null +++ b/posts/FOAF/Makefile @@ -0,0 +1,10 @@ +RDF = foaf biblio +GPG_OPTIONS = + +all: $(RDF:%=%.rdf.asc) + +clean: + rm -f $(RDF:%=%.rdf.asc) + +%.asc: % + gpg $(GPG_OPTIONS) --armor --detach-sign "$<" diff --git a/posts/FOAF/biblio.rdf b/posts/FOAF/biblio.rdf new file mode 100644 index 0000000..9e85a61 --- /dev/null +++ b/posts/FOAF/biblio.rdf @@ -0,0 +1,14 @@ + + + + Monte Carlo simulation of mechanical unfolding of + proteins based on a simple two-state model + + + + + + diff --git a/posts/FOAF/biblio.rdf.asc b/posts/FOAF/biblio.rdf.asc new file mode 100644 index 0000000..3777935 --- /dev/null +++ b/posts/FOAF/biblio.rdf.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkzZf9sACgkQ/Cm9zfFfW+j/rACeNT1SJ7I/K5scbH5BoeDedgyU +QhkAnjG93cfR9umqANwAd33h60IFNrjQ +=XBPx +-----END PGP SIGNATURE----- diff --git a/posts/FOAF/foaf.rdf b/posts/FOAF/foaf.rdf new file mode 100644 index 0000000..42775b6 --- /dev/null +++ b/posts/FOAF/foaf.rdf @@ -0,0 +1,33 @@ + + + + W. Trevor King + male + Mr + Trevor + King + + dd2d7b9b64e062f9ac2365ff48a609c7ca819525 + + 031d265f390b454d9b62554ab6ae12978f473f53 + + + + + + + + + + + + F15F5BE8 + + + + + + + diff --git a/posts/FOAF/foaf.rdf.asc b/posts/FOAF/foaf.rdf.asc new file mode 100644 index 0000000..1964518 --- /dev/null +++ b/posts/FOAF/foaf.rdf.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkzZhk0ACgkQ/Cm9zfFfW+g8OQCfYsji2iE1SZjV5kJoaIEAysD4 +pNMAn2gJEskZ5eT3UH2KFXN4UGesndjY +=W16r +-----END PGP SIGNATURE----- diff --git a/posts/rel-vcs.mdwn b/posts/rel-vcs.mdwn index 4981ecc..9871d98 100644 --- a/posts/rel-vcs.mdwn +++ b/posts/rel-vcs.mdwn @@ -6,7 +6,7 @@ without ever noticing that the link existed. This looks like the same sort of problem that the [Semantic Radar][SR] extension was designed to solve, except the SR extension notifies you -about RDF files (SIOC, FOAF, DOAP, etc.). I've altered the SR +about RDF files (SIOC, [[FOAF]], DOAP, etc.). I've altered the SR extension to identify the `rel=vcs-*` tags. The [[rel-vcs|rel-vcs.xpi]] extension places an icon in your Firefox