Hi Orlin,

Jena is not a triple store, but a middleware API. Ok, it does have  
some triple stores (SDB and TDB) included, but SPIN only relies on the  
Model and Graph APIs which can sit on top of any physical storage  
layer. For example, you can run the SPIN API on top of Oracle via the  
Oracle Jena adapter (performance may not be optimal in this case,  
compared to TDB of course). In the case of the Oracle adapter, SPIN  
would load the triples it needs to run specific rules and constraints,  
but leave the bulk of the data on the server.

I would be interested in hearing more about your planned use case, so  
that I can give a better qualified response. You can take this off- 
list if you prefer.

Regards
Holger



On Sep 2, 2009, at 1:51 AM, orlin wrote:

>
> I have an idea about a SPIN application.  I don't want to be tied to a
> triple store (e.g. Jena).  Will probably use Talis for storage, but I
> don't think they run SPIN.  So I need some service to do constraint
> checking, and more importantly - inference.  Actually, the RDF may
> neither come from nor go into a semantic store - just transforming
> some data via SPIN.  Can Jena do this without also having to store?
> Any other options - existing or upcoming?  Does anyone offer this is a
> service, so I don't have to setup a server?
>
> Thanks,
>
> Orlin
>
> >


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

Reply via email to