Difference between revisions of "RDF"

From CDOT Wiki
Jump to: navigation, search
m (RDF)
(Links)
Line 9: Line 9:
 
situations where information needs to be processed by applications and not only being displayed.
 
situations where information needs to be processed by applications and not only being displayed.
  
== Links ==
+
==Links==
  
 
*Resource Development Framework on Mozilla.org
 
*Resource Development Framework on Mozilla.org

Revision as of 12:56, 4 October 2006

RDF

RDF is the Resource Development Framework. It is a way of organizing multiple, different internet resources. It describes what they are (URL, mailbox, mail message, newsgroup, etc), and how they relate to each other. Also, one RDF can dynamically update another RDF over a network.

Resource Development Framework

RDF is a general way of describing data that will give more power. This is done by reducing all collections into nuggets of information called triples and is intended for situations where information needs to be processed by applications and not only being displayed.

Links

  • Resource Development Framework on Mozilla.org
http://www.mozilla.org/rdf/doc/
http://planetrdf.com/
  • Wikipedia Entry on RDF
http://en.wikipedia.org/wiki/Resource_Description_Framework
  • RDF in Fifty Words Or Less - A quick description, with example, of RDF
http://developer.mozilla.org/en/docs/RDF_in_Fifty_Words_or_Less

Examples

Example based on http://developer.mozilla.org/en/docs/RDF_in_Fifty_Words_or_Less

There is an RDF "bookmark" folder. It is called Inbox. When you open that folder, RDF generates a list of bookmarks to email messages. Each of those messages are based on real, actual messages sitting in an inbox on another system.

The folder is actually a pointer to a CGI script that contains more RDF. The RDF in there fetches all new messages, and summarizes them. It turns them into XML, and feeds it back to the original RDF "inbox" folder. The folder recieves that data, and its own RDF transforms it into a bunch of bookmarks under the initial inbox folder.

Code

artifacts

Comunications

Newsgroups, mailinglists, IRC channels,