diff -uNr XML-RSS-0.97.orig/RSS.pm XML-RSS-0.97/RSS.pm
--- XML-RSS-0.97.orig/RSS.pm	2001-03-22 14:08:59.000000000 +0900
+++ XML-RSS-0.97/RSS.pm	2003-01-14 00:34:48.000000000 +0900
@@ -82,6 +82,7 @@
 	title       => '',
 	description => '',
 	link        => '',
+	about       => '',
 	},
     image  => { 
 	title => '',
@@ -677,7 +678,9 @@
     ###################
     # Channel Element #
     ###################
-    $output .= '<channel rdf:about="'.$self->{channel}->{'link'}.'">'."\n";
+    $output .= '<channel rdf:about="'
+      . ( $self->{channel}->{'about'} ? $self->{channel}->{'about'} : $self->{channel}->{'link'} )
+	.'">'."\n";
 
     # title
     $output .= '<title>'.$self->{channel}->{title}.'</title>'."\n";
