From: Bryan T. <br...@sy...> - 2015-04-28 00:10:20
|
Jack, Per an email thread with MikeP: addVertex(id) creates the triples: <id> rdf:type <Vertex> . addEdge(eid, from, to, type) creates the triples: <eid> rdf:type <Edge> . <eid> rdf:type <type> . <from> <eid> <to> . <from> <type> <to> . Thanks, Bryan ---- Bryan Thompson Chief Scientist & Founder SYSTAP, LLC 4501 Tower Road Greensboro, NC 27410 br...@sy... http://blazegraph.com http://blog.bigdata.com <http://bigdata.com> http://mapgraph.io Blazegraph™ <http://www.blazegraph.com/> is our ultra high-performance graph database that supports both RDF/SPARQL and Tinkerpop/Blueprints APIs. MapGraph™ <http://www.systap.com/mapgraph> is our disruptive new technology to use GPUs to accelerate data-parallel graph analytics. 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, Apr 27, 2015 at 5:24 PM, Jack Park <jac...@gm...> wrote: > Some fetches in a blueprints graph require queries on multiple key/value > pairs: BigdataGraphClient appears to only support fetching vertices against > a single key/value pair. That seems to indicate a need to bring out SPARQL. > > I figured out how to get a RepositoryConnection, but have no clue what to > expect when mapping my identifiers against URIs. > > Any ideas? Perhaps a better way? > > Many thanks in advance. > Jack > > > ------------------------------------------------------------------------------ > One dashboard for servers and applications across Physical-Virtual-Cloud > Widest out-of-the-box monitoring support with 50+ applications > Performance metrics, stats and reports that give you Actionable Insights > Deep dive visibility with transaction tracing using APM Insight. > http://ad.doubleclick.net/ddm/clk/290420510;117567292;y > _______________________________________________ > Bigdata-developers mailing list > Big...@li... > https://lists.sourceforge.net/lists/listinfo/bigdata-developers > > |