![]() |
|||||||
![]() |
|||||||
|
|
|||||||
|
RDF intro, part 1 25-Dec-03
My last week of postings have been mostly sauce with no meat, which means it's high time I quit with conjecture and start talking turkey. For those new to the Semantic Web, I'm sure you're saying, "How do I use this stuff?" I know how you feel. When I'm learning a new technology, I'm usually relieved when the writer stops talking around things and finally addresses the topic directly. So for my first "tangle yarn," I'll tackle RDF, the Resource Description Framework, since it's the technological foundation for the whole magilla. There's a lot written about RDF and friends. I'm...
RDF intro, part 2 26-Dec-03
In my last post, we learned that RDF is all about describing resources, and that resources are referenced with URIs. So how does it describe them? Let's start by looking at the source of this very page (View / Page Source). There's two snippets of RDF embedded in the HTML. The first helps tools like Movable Type create what are called "trackbacks", links to this post from other people's posts. Here's the RDF: <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/"> <rdf:Description rdf:about="http://bigfractaltangle.com/archive/2003/12/26.jsp" trackback:ping="http://immuexa.com/cgi-bin/mtype/mt-tb.cgi/80" dc:title="RDF intro, part 2" dc:identifier="http://bigfractaltangle.com/archive/2003/12/26.jsp" dc:subject="Tangle Yarns" dc:description="In my last post, we learned..." dc:creator="timothy" dc:date="2003-12-26T21:49:46-08:00" /> </rdf:RDF> --> First,...
RDF intro, part 3 27-Dec-03
Now that you've seen some actual RDF, we can take a step back to put things in context. RDF is essentially a data model -- a way of describing data, or in this case, metadata. There's plenty of data models out there. The ones we're most familiar with are connected to programming languages and their functional flavors. Algol, Pascal, and C have their records and procedures. Prolog has statements and rules. Smalltalk, C++, and Java have objects and methods. SQL has tables and statements. At their core, each of these systems describe data in the same way: atomic data nuggets...
RDF intro, part 4 28-Dec-03
Last time I talked about "triples", which are the elementary nugget in RDF. What's a triple? Have a look: <rdf:Description rdf:about='http://bigfractaltangle.com' dc:title='Big Fractal Tangle' /> This triple is saying, "The resource 'http://bigfractaltangle.com' has the title 'Big Fractal Tangle." It's a single fact, expressed as an RDF statement, or triple. The three parts that make it a triple are: resource: http://bigfractaltangle.com predicate: dc:title object: Big Fractal Tangle Every RDF statement has a resource, a predicate, and an object. To see it another way, we can take the Grammar Rock approach: each sentence has a subject and a predicate. The subject is...
RDF intro, part 5 29-Dec-03
Why is RDF worth our time? My short answer is "because RDF is loose, but not too loose." RDF has enough order to do useful things, but doesn't require us to rewire the world first. If tech were tunes, RDF would be a jazz trio, not a Bach fugue. It lets players who hardly know each other improvise, yet it holds things together beautifully: the quintessential jam. In this way, RDF is much like the current Web. RDF shares many of the benefits that made the first Web a success. As Dave Beckett said, "RDF allows loose collaboration with little...
|
About Me Contact Me being real blogosphere events interconnectedness isabel making money musings olpc photo stories saving the world semantic web squeak etoys tidepool and storymill usability waveplace computer literacy new videos from st john pilot back from st john immuexa turns ten XO donor comments photos from haiti and st john pilots haitian pilot starts give two, keep none story: fall 2007 good press RDF Intro Angela Talk: a semweb introduction W3C Semantic Web Original Road Map SciAm Article SemanticWeb.org RDF Resource Guide SchemaWeb SUMO Full Article Index April 2008 March 2008 February 2008 January 2008 November 2007 October 2007 September 2007 December 2006 September 2006 May 2006 April 2006 March 2006 February 2006 January 2006 December 2005 November 2005 September 2005 August 2005 July 2005 May 2005 April 2005 March 2005 January 2005 December 2004 November 2004 October 2004 September 2004 August 2004 July 2004 June 2004 May 2004 April 2004 March 2004 February 2004 January 2004 December 2003 November 2003 link to this site
![]()
|
||||||
![]() |
|||||||
|
"Big Fractal Tangle" is a phrase used by Tim Berners-Lee at ISWC 2003
to describe his vision of the Semantic Web (used with permission) "Tidepool" and "Storymill" are trademarks of Immuexa Corporation. Website design copyright © 2003-2004 by Immuexa. |
|||||||