How To Make Blogging More SemWeb Friendly

After thinking about this for a little while, and with the discussions on this blog, I offer some suggestions to make blogs more friendly and useful to the semantic web.


  1. Put triples describing comments and comment authors inside RSS - This would help with the comment spam problem and start to build a web of trust wrt posting to blogs. Movable Type's TypeKey system solves the authentication problem. By finding triples of the blog comments, I feel we can help with the second level to the problem: authorization.

  2. RSS feeds should populate dc:references with URIs used in blog entry body - Typically, blog entries include one or more URIs in the body of the entry. By making those URIs explicitly available via triples inside the RSS, more accurate and interesting information becomes available. Specifically, the question of "What are people blogging about?" becomes easier to answer.

  3. Encourage Blog authors to include dc:subject, and help define what might go in there - By starting to label blog entries with information on their subject (what the entry might be about), ad hoc planet* sites can be built. These planet* sites scan all the RSS looking for entries about particular subject matters and aggregate the entries. For this to work, there would be a way for an aggregator to declare a mapping between the values of dc:subject found in the wild, and the recognized values of the aggregator (OWL helps here a lot).



Thoughts or comments?

Popular posts from this blog

Lists and arrays in Dart

Converting Array to List in Scala

Null-aware operators in Dart