From: Bryan T. <br...@sy...> - 2014-10-06 09:45:12
|
Rose, You can use either the syntax extension described in the the following links or you can just load data with reified statements. If the database mode to support RDR is enabled, then the reified statements will be automatically interpreted as RDR assertions. See http://blog.bigdata.com/?p=716 See http://www.bigdata.com/whitepapers/reifSPARQL.pdf See http://arxiv.org/pdf/1406.3399.pdf Please note that concurrent query against the sesame http interface wrapping the bigdata sail is much less efficient than using the nanoSparqlServer. This is because the openrdf semantics for a connection are always read/write. Bigdata uses read-only connections as well that are non-blocking and which offer substantially higher throughput for concurrent query. The nanoSparqlServer supports these non-blocking connections automatically. Thanks, Bryan On Sunday, October 5, 2014, Rose Beck <ros...@gm...> wrote: > Dear all, > > I have downloaded bigdata.war and have deployed it using sesame HTTP > API. Now I am not getting as to how should I load rdf > triples/provenance with triples to bigdata using nanosparqlserver? I > am using sesame HTTP API (using apache tomcat). Can someone please > help. > > I intend to use mysql, native java and postgres with sesame. Any help > will be deeply appreciated. > > Regards, > Rose > > > ------------------------------------------------------------------------------ > Meet PCI DSS 3.0 Compliance Requirements with EventLog Analyzer > Achieve PCI DSS 3.0 Compliant Status with Out-of-the-box PCI DSS Reports > Are you Audit-Ready for PCI DSS 3.0 Compliance? Download White paper > Comply to PCI DSS 3.0 Requirement 10 and 11.5 with EventLog Analyzer > > http://pubads.g.doubleclick.net/gampad/clk?id=154622311&iu=/4140/ostg.clktrk > _______________________________________________ > Bigdata-developers mailing list > Big...@li... <javascript:;> > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > -- ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://bigdata.com http://mapgraph.io CONFIDENTIALITY NOTICE: This email and its contents and attachments are for the sole use of the intended recipient(s) and are confidential or proprietary to SYSTAP. Any unauthorized review, use, disclosure, dissemination or copying of this email or its contents or attachments is prohibited. If you have received this communication in error, please notify the sender by reply email and permanently delete all copies of the email and its contents and attachments. |