If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > XML and Triple stores

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-31-03, 17:13
hudsond hudsond is offline
Registered User
 
Join Date: Aug 2003
Location: England
Posts: 1
XML and Triple stores

As a new user I'm hoping you professionals will be able to guide me to becoming a geneous.

I am working on a project which involves taking an XML document and storing it in a database. However, this database must be a triple store.

My ideas to tackle this are as follows;

Search through the xml doc to create the triples (using a full text search).

Using C++ or java, create tables of triples.

Having researched briefly around this area I am sure there are better ways of doing this.

Will it be best to use something other than java, c++ to create the database?

Does anyone know of algorithms already exist to create triples from xml data?

Does anyone know of any material that would be of use to me?

Also I must be able to query this data from the triple store so advice on where to find indexing for triples would be gratefully received.

Cheers, Dave.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On