Re: Atom RDF/OWL models

Hi,

I have yet another Atom2RDF XSLT which transforms all Atom 1.0 feeds listed
on AtomKnownFeeds at Atom Wiki to valid RDF (at least, as of today ;-). See
http://www.kanzaki.com/works/2005/misc/0726atom.html .

Essentially, this transformation regards all Atom elements (except
atom:feed) as property, and uses rss:channel and rss:item for node types.
These nodes are given URIs from one of their atom:link child nodes. Child
nodes of atom:content are treated as plain literal or XMLLiteral according
to its @type value.

There is no corresponding schema so far, but it'd not be too difficult to
construct one, I guess.

I also tried to write another XSLT that transforms ordinary Atom 1.0 feed
to an Atom-RDF hybrid as danbri suggested, but it turns out to be quite
difficult, mainly because atom:content requires @type attribute in order to
process its content appropriately. Without this attribute the feed is not
valid, but this conflicts with RDF/XML syntax...

cheers,

-- 
KANZAKI, Masahide a.k.a. masaka
http://www.kanzaki.com/info/webwho.rdf
mailto:webmaster(at)kanzaki.com
#Please use above address for a personal mail
#instead of post@kanzaki.com, which is for list only.

Received on Tuesday, 26 July 2005 15:14:10 UTC