Tagged Questions

2
votes
2answers
98 views

Should I store documents as string values in my triple store?

Can you advise me concerning the wisdom or otherwise of storing entire documents as the objects of triples? I'm building a CMS-like application, and need to store thousands of XHT …
1
vote
3answers
208 views

Which Java API to use with AllegroGraph

I note that AllegroGraph has its own Java API; and I also read this in their Java tutorial: "This release of AllegroGraph includes interfaces that allow applications to acc …
3
votes
1answer
92 views

How to turn on reasoning for AllegroGraph store?

Hi there, I have AllegroGraph (AG) installed on a Macbook Pro (Snow Leopard) and Im using the HTTP interface (the new-http-* version) with ruby to interact with the triple store. …
2
votes
2answers
301 views

Help with setting up AllegroGraph

I've been playing around with various different Triple Stores lately and am having trouble getting AllegroGraph to work correctly. Does anyone have any experience with this and co …