If you are working with RDF you should be unconcerned about the structure of relational tables. In fact Oracle/Jena SDB, etc. all have their own mappings from RDF that you probably don't want to know about because they are looking to eke out performance on a logical SPO table. I.e. looking at the RDF stores from a relational perspective may or may not make sense.
In Composer, the easiest way to create an Oracle RDF store is through New... (creates a new RDF model) or Export/Merge... (an existing model) to Oracle. -- Scott On Aug 5, 4:19 pm, Holger Knublauch <[email protected]> wrote: > Hi Catrina, > > TopBraid is using the Jena API (Oracle's Jena adapter to be specific) > which shields us from the lower levels of creating tables etc. That's > why you probably won't find much help here and may want to communicate > with the Oracle folks directly on specific matters. In any case, once > you have set up Oracle (including the various 11g RDF extensions) then > you can use the Create New wizard in TopBraid to connect to the > database. You will need to specify a different model name for each > base URI. For lower level access, i.e. to look which triples are > stored, either use SQL directly or simply the same Jena adapter that > we also use. > > Regards, > Holger > > On Aug 5, 2009, at 7:53 AM, Catrina wrote: > > > > > We are just getting setup to use Oracle for our RDF store. > > > Is there any documentation or information for storing and viewing > > triples stored in an Oracle RDF store? > > > So far, I've seen the Oracle information located in the Help Contents > > of TBC (Help -> Help Contents -> TopBraid Composer -> Advanced > > Topics - > >> Working with RDF Databases -> Oracle 10/11g Databases). > > > I'm also looking for information about how to set up the tables. For > > example, if we have multiple hierarchies (different data sets and do > > not overlap), should different Internal Oracle model names be setup? > > What's the industry standard practice? > > > Once I have sent data to the store, I'd like to view and verify which > > triples were stored. Is there an API to view the RDF store contents? > > > Thanks, > > Catrina --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
