Fix RDFS namespace declaration.

Thanks tobyink
This commit is contained in:
Craig Andrews 2009-07-17 22:59:58 -04:00
parent f1fc392e2d
commit 7237d59aab
1 changed files with 2 additions and 0 deletions

View File

@ -320,6 +320,8 @@ class Rss10Action extends Action
'http://rdfs.org/sioc/ns#',
'xmlns:sioct' =>
'http://rdfs.org/sioc/types#',
'xmlns:rdfs' =>
'http://www.w3.org/2000/01/rdf-schema#',
'xmlns:laconica' =>
'http://laconi.ca/ont/',
'xmlns' => 'http://purl.org/rss/1.0/'));