Hi Kevin,

I think you can continue to use sml:ImportRDFFromWorkspace. Just fill  
in the baseURI of the Jena RDB file (this is the same as shows up in  
grey behind the .db file in the Navigator). ImportRDFFromWorkspace  
will pick the right loader for whatever back-end is associated with  
that base URI. You just need to make sure that there is only one file  
(.db) that has this base URI, to avoid potential conflicts.

BTW, the next release of TopBraid will have support for Jena SDB as  
well. SDB is the successor of the (old) RDB interface. We will remove  
Jena RDB support a few versions after 3.1 and people will have had  
enough time to migrate their existing databases.

Another option that does not require any database at all would be  
native Sesame, or Jena TDB (while TDB is less stable than Sesame right  
now).

Holger



On Jun 29, 2009, at 11:28 AM, Kevin Matthews wrote:

>
> I am in the process of migrating my ontology from an Owl file to an
> instance of MySql.  I used the export wizard to successfully transfer
> my schema and triples into MySql without a problem.  Now I am trying
> to update my SparqlMotion scripts so they run from the MySql instance
> instead of the Owl file.  However, I cannot figure out how to do
> this.  I am trying to accomplish this by replacing my
> ImportRDFFromWorkspace modules with an analogous module that imports
> the triples from the MySql instance that I created.
>
> I see there are SparqlMotion modules for importing from Oracle,
> Sesame, and Jena TDB databases, but I do not see a module for
> importing from a Jena RDB database.  Does this exist?  Should I have
> imported my Owl file into a different type of database?  I'd prefer to
> use an open source relational database, for cost reasons.
>
> What am I missing here?
>
>
> Thanks,
>
> Kev
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TopBraid Composer Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/topbraid-composer-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to