Nov 11 2002

FOAF in My RSS

Published by Ian Davis at 10:29 am under Uncategorized and tagged as

I’ve been experimenting with adding FOAF information to my RSS 1.0 feed. This has been discussed before but I’m trying a different approach by pulling some FOAF into the RSS and linking to the full FOAF separately.

<dc:creator>
 <foaf:Person>
  <foaf:name>Ian Davis</foaf:name>
  <foaf:homepage rdf:resource="http://internetalchemy.org/iand/"/ >
  <foaf:mbox_sha1sum>69e31bbcf58d432950127593e292a55975bc55fd</ foaf:mbox_sha1sum>
  <rdfs:seeAlso rdf:resource="http://internetalchemy.org/iand/ foaf.rdf" />
 </foaf:Person>
</dc:creator>

Comments Off

Comments are automatically turned off two weeks after the original post. If you have a question concerning the content of this post, please feel free to contact me.