I'm trying to open a specific named graph using the new feature, but can't seem 
to get it to view it correctly.  I know the model is in there because using 
java/jena I can write it to file using:

   _sdbStore = SDBFactory.connectStore("sdb.ttl");
   _baseModel = SDBFactory.connectNamedModel(_sdbStore, graphURI);
   writer.write(baseModel, os, null);

and it works great.  I can also submit sparql queries against the model, run 
spin inferencing on it, etc. and it seems to work correctly.

I've tried connecting from TBC using a Base URI of:

urn:x-arq:DefaultGraph

And the URI of my named model (stored in the graphURI variable in the above 
code) as the Named Graph.  When I try to connect I'm not getting an error or 
anything, but I can't see any triples either.

I have also tried using for the base URI:

urn:x-arq:UnionGraph

And for that I can see all the triples, but it doesn't process any of the 
import triples in my named graph like it used to for RDB based models.  Should 
it?  Also, I get the "more than one owl:Ontology" error when doing it this way.

Thanks,
Jeff

> -----Original Message-----
> From: [email protected] [mailto:topbraid-
> [email protected]] On Behalf Of Scott Henninger
> Sent: Thursday, April 01, 2010 11:13 AM
> To: TopBraid Suite Users
> Subject: [topbraid-users] Named graphs in SDB
> 
> Jeff;  Yes you can open named graphs in SDB within TopBraid.  The
> wizards now allow you to specify the name.
> 
> > Noticed this:
> > - Feature: Added named graph support to SDB import/export wizards
> >
> > Does this include viewing in place, individual SDB named graphs
> within topbraid?  Sounds like this is only for
> > importing and exporting named graphs.
> 
> --
> 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-composer-users?hl=en
> 
> To unsubscribe, reply using "remove me" as the subject.

-- 
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-composer-users?hl=en

Reply via email to