I tried a couple different things and can't get it to work. I do see that it actually duplicates the full folder path within my project (instead of merely linking to it) and then creates the specified model within the TDB database path, but the model itself is not a copy of the model that I created in my jena app.
Here is what I specified as the file, which is the model folder within my TDB database (minus the .tdb.data suffix): C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\SIF\Ontologies\IVHM\TDBDatabase\ivhmModelManagementInst I also tried just specifying C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\SIF\Ontologies\IVHM\TDBDatabase But that didn't work either. jeff > -----Original Message----- > From: [email protected] [mailto:topbraid- > [email protected]] On Behalf Of Scott Henninger > Sent: Wednesday, May 26, 2010 2:34 PM > To: TopBraid Suite Users > Subject: [topbraid-users] Re: TDB Model > > Jeff; Use the pathname to the TDB folder. This will copy the path > into your workspace and create a .tdb connector file. > > -- Scott > > On May 26, 2:14 pm, "Schmitz, Jeffrey A" > <[email protected]> wrote: > > Hello, > > I create models in a Jena TDB database with my Jena application in > a folder on my hardrive, e.g: > > > > TDBFactory.createModel(_config.retrieveTDBDatabaseDir() + > this.getInstName() + this.getClassName()); > > > > and would like to view the models contained within it using TBC. > When I try to create a RDF/OWL Jena TDB model I'm not sure what to put > in the "filename" field to get TBC to find my existing TDB database. > > > > Thanks, > > Jeff > > -- > You received this message because you are subscribed to the Google > Group "TopBraid Suite Users", the topics of which include TopBraid > Composer, > TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. > 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-users?hl=en -- You received this message because you are subscribed to the Google Group "TopBraid Suite Users", the topics of which include TopBraid Composer, TopBraid Live, TopBraid Ensemble, SPARQLMotion and SPIN. 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-users?hl=en
