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 XHTML-formatted documents somewhere on the server. I'm using Allegrograph to create and store semantic meta-data about the documents; but what about the documents themselves? Are there any disadvantages to storing them as xsd:string values in the triple-store? Is it considered better practice to store the documents elsewhere - flat files in a directory? - and reference them from triples?