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

RE: RDF storage

  • To: "John Song" <sq02@k...>,"Xml-dev" <xml-dev@l...>
  • Subject: RE: RDF storage
  • From: "Joshua Allen" <joshuaa@m...>
  • Date: Mon, 17 May 2004 11:11:36 -0700
  • Thread-index: AcQ8Ly+tqV9ts9dNQC6SScxVGLMU5QACfZsA
  • Thread-topic: RDF storage

rdf storage
>   and the arising problems? the most difference betwwen RDF 
> and pure XML is the data model which is hierarchical tree for XML
>   and graph for RDF.so if storing RDF in NXD,maybe it is 
> needed to redesign the storage model and also mapping rdf query
>   like RQL into XML query language like XQuery.
>   It seems that the most appealing thing to store RDF in NXD 
> is that i can utilize the index and other optimizing 

You are correct; the difference in data model makes it difficult to get
any advantage from Xquery.  The same applies to indexing though.  The
idices which are supported by native XML databases are not RDF-aware.
However, we could make the same criticism of relational databases -- the
RDF data model is not at all like the relational data model; so vendors
have been forced to implement custom indexing and query schemes atop
relational engines.  Since it requires a lot of custom work either way,
I do not think that either relational or native-XML have a distinct
advantage over the other, except for the fact that relational engines
are more mature, and targeting relational makes it easier to port a RDF
engine to multiple platforms.  A native XML database would perhaps have
an easier time preserving the full fidelity of the input RDF documents,
but it is also possible for a relational-backed engine to store the
source RDF in a CLOB when shredding the RDF to relational tables.

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
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

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.