On Tue, 2012-01-10 at 07:16 +0000, Ankit Verma wrote: > Hi all, > > Can we persist any other document like .pdf rather than .rdf file > using jena . > Thanks in advance for the reply.
No, Jena supports storage and query of RDF not of arbitrary binary such as PDF documents. Dave [Well I guess in theory you could encode the document as a string using Base64 or some such, then treat the document as a *big* literal and storage it that way but that seems unlikely to be a useful approach.]
