Add FOAF post.
authorW. Trevor King <wking@drexel.edu>
Tue, 9 Nov 2010 17:35:56 +0000 (12:35 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 9 Nov 2010 17:35:56 +0000 (12:35 -0500)
posts/FOAF.mdwn [new file with mode: 0644]
posts/FOAF/Makefile [new file with mode: 0644]
posts/FOAF/biblio.rdf [new file with mode: 0644]
posts/FOAF/biblio.rdf.asc [new file with mode: 0644]
posts/FOAF/foaf.rdf [new file with mode: 0644]
posts/FOAF/foaf.rdf.asc [new file with mode: 0644]
posts/rel-vcs.mdwn

diff --git a/posts/FOAF.mdwn b/posts/FOAF.mdwn
new file mode 100644 (file)
index 0000000..a240b94
--- /dev/null
@@ -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 (file)
index 0000000..e7a8373
--- /dev/null
@@ -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 (file)
index 0000000..9e85a61
--- /dev/null
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF xmlsn="http://xmlns.com/wot/0.1/"
+         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/">
+  <foaf:Document rdf:about="http://dx.doi.org/10.1016/j.ijbiomac.2009.12.001">
+    <dc:title>Monte Carlo simulation of mechanical unfolding of
+      proteins based on a simple two-state model</dc:title>
+  </foaf:Document>
+  <!-- digital signature for this file -->
+  <rdf:Description rdf:about="">
+    <assurance rdf:resource="biblio.rdf.asc" />
+  </rdf:Description>
+</rdf:RDF>
diff --git a/posts/FOAF/biblio.rdf.asc b/posts/FOAF/biblio.rdf.asc
new file mode 100644 (file)
index 0000000..3777935
--- /dev/null
@@ -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 (file)
index 0000000..42775b6
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<rdf:RDF xmlsn="http://xmlns.com/wot/0.1/"
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+         xmlns:foaf="http://xmlns.com/foaf/0.1/">
+  <foaf:Person>
+    <foaf:name>W. Trevor King</foaf:name>
+    <foaf:gender>male</foaf:gender>
+    <foaf:title>Mr</foaf:title>
+    <foaf:givenName>Trevor</foaf:givenName>
+    <foaf:familyName>King</foaf:familyName>
+    <foaf:Image rdf:resource="http://www.physics.drexel.edu/directory/data/pics-100x133/william_king.jpg"/>
+    <foaf:mbox_sha1sum>dd2d7b9b64e062f9ac2365ff48a609c7ca819525
+    </foaf:mbox_sha1sum>
+    <foaf:mbox_sha1sum>031d265f390b454d9b62554ab6ae12978f473f53
+    </foaf:mbox_sha1sum>
+    <hasKey rdf:nodeID="F15F5BE8"/>
+    <foaf:homepage rdf:resource="http://www.physics.drexel.edu/~wking/"/>
+    <foaf:workplaceHomepage rdf:resource="http://www.physics.drexel.edu/~wking/"/>
+    <foaf:weblog rdf:resource="http://www.physics.drexel.edu/~wking/unfolding-disasters/"/>
+    <foaf:schoolHomepage rdf:resource="http://www.colgate.edu/"/>
+    <foaf:schoolHomepage rdf:resource="http://www.rochester.edu/"/>
+    <foaf:schoolHomepage rdf:resource="http://www.drexel.edu/"/>
+    <foaf:publications rdf:resource="biblio.rdf"/>
+  </foaf:Person>
+  <PubKey rdf:nodeID="F15F5BE8">
+    <hex_id>F15F5BE8</hex_id>
+    <pubkeyAddress rdf:resource="http://www.physics.drexel.edu/~wking/pubkey.txt"/>
+  </PubKey>
+  <!-- digital signature for this file -->
+  <rdf:Description rdf:about="">
+    <assurance rdf:resource="foaf.rdf.asc" />
+  </rdf:Description>
+</rdf:RDF>
diff --git a/posts/FOAF/foaf.rdf.asc b/posts/FOAF/foaf.rdf.asc
new file mode 100644 (file)
index 0000000..1964518
--- /dev/null
@@ -0,0 +1,7 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.10 (GNU/Linux)
+
+iEYEABECAAYFAkzZhk0ACgkQ/Cm9zfFfW+g8OQCfYsji2iE1SZjV5kJoaIEAysD4
+pNMAn2gJEskZ5eT3UH2KFXN4UGesndjY
+=W16r
+-----END PGP SIGNATURE-----
index 4981ecc20c69fbc4f8033312581d061e7f2a4b67..9871d98ec7df90002cdadef303b45060b255f428 100644 (file)
@@ -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