[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: Transform RDF to CSV files

Subject: Re: Transform RDF to CSV files
From: "Tom Morris" <bbtommorris@xxxxxxxxx>
Date: Mon, 19 Mar 2007 23:36:18 +0000
Re:  Transform RDF to CSV files
On 3/19/07, oknam park <ponda7777@xxxxxxxxxxx> wrote:
Hello,

I need an advice to transform RDF files to CSV files.

I have experienced transforming XML files to CSV by XSLT. But, have no ideas
how to transform RDF to CSV.


Oknam,


I would highly recommend that you don't use XSLT to transform RDF. RDF
is a data model and can be represented in a plethora of different
ways, some of which are XML-based (TriX and RDF/XML) and some not (N3,
N-Triples, eRDF, RDFa, GRDDLable microformats).

Instead, it is probably easier to take your RDF data in through an RDF
library and then outputting the data that you want as CSV. There are a
list of RDF libraries on the GetSemantic wiki:
http://www.getsemantic.com/wiki/Semantic_Web_Tools

The only time when you should bother using XSLT on RDF data is when
you know it's coming from a specific source. Any time other than that,
RDF is too unpredictable to try and parse using XSLT. I'm sure it may
be possible to do so - and some people may come up with some crazy
RDF/XML parsers written in XSLT, but there are a plethora of good
tools available for most languages and platforms.

One thing you could do is do the following conversion:
RDF library to turn any RDF input in to N-Triples.
Regular expressions to turn N-Triples in to CSV.

--
Tom Morris
http://blogs.opml.org/tommorris

Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.