|
From: Bryan T. <br...@sy...> - 2016-02-01 15:17:02
|
Response at https://jira.blazegraph.com/browse/BLZG-856 ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://blazegraph.com http://blog.blazegraph.com Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. Blazegraph is now available with GPU acceleration using our disruptive technology to accelerate data-parallel graph analytics and graph query. 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. On Mon, Feb 1, 2016 at 9:25 AM, Jeremy J Carroll <jj...@sy...> wrote: > .I read > > https://wiki.blazegraph.com/wiki/index.php/SPARQL_Update#INSERT_INTO_with_ORDER_BY > > and I am trying to follow. (I actually don’t care about the order, only > the splicing) > > However, I find that to finish (my variant of) the example I need to do > something like the following (where %codes is the solution set I created) > > select * > WHERE > { > { select ?s { > INCLUDE %codes > } LIMIT 100 OFFSET 5000 } > > graph </graph/abox> { > ?s sci:rxnormCd ?drug > } > graph </graph/vocabulary/nlm/rxnorm#> { > ?drug </vocabulary/nlm/rxnorm#asGeneric> ?generic > } > graph </graph/vocabulary/nlm/rxnorm_generic#> { > ?generic skos:prefLabel ?genericTerm > } > } > > where I use a subselect to do the splicing. This then does not work, I > think because of BLZG-856 > > Am I missing the intent of the example on the wiki? or does BLZG-856 > actually block it being useful. > > (I was attracted since almost all items in SPARQL are unordered, in > particular intermediate solution sets, so paging through partial solutions > is hard) > > Jeremy > > > > > > > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140 > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |