Re: Timestamps and Cardinality in Queries

2017-03-02 Thread Liu, Eric
t;> > > > > >>>>> On 2/23/17, 12:34 PM, "Aaron D. Mihalik" < > > > aaron.miha...@gmail.com> > > > > >>> wrote: >

Re: Timestamps and Cardinality in Queries

2017-03-01 Thread Aaron D. Mihalik
ya Manual is outdated > on the > > > > >>> rya.apache.org > > > > >>>>> site. Should be pointing at > https://github.com/apache/ > > > > >>>>> > > incubator-rya/blob/master/extras/rya.manual/src/site/

Re: Timestamps and Cardinality in Queries

2017-03-01 Thread Aaron D. Mihalik
> > >>>>> > > >>>>> s:EventA p:causes s:EventB > > >>>>> s:EventB p:causes s:EventC > > >>>>> s:EventC p:causes s:EventD > > >>>>> > > >>>>> > > >>>>

Re: Timestamps and Cardinality in Queries

2017-03-01 Thread Aaron D. Mihalik
>>>>> } > >>>>> > >>>>> > >>>>> On Thu, Feb 23, 2017 at 2:58 PM Meier, Caleb < > >>> caleb.me...@parsons.com> > >>>>> wrote: > >>>>> > >>>>>> Yes, tha

Re: Timestamps and Cardinality in Queries

2017-03-01 Thread Puja Valiyil
leb.me...@parsons.com> >>>>> wrote: >>>>> >>>>>> Yes, that's a good place to start. If you have external timestamps >>>>> that >>>>>> are built into your graph using the time ontology in owl (e.g you >>>>

Re: Timestamps and Cardinality in Queries

2017-03-01 Thread Liu, Eric
gt;> temporal index is exactly what you want. If you are hoping to query > > >> based > > >>> on the internal timestamps that Accumulo assigns to your triples, > > >> then > > >>> there are some slight tweaks that can be done to

Re: Timestamps and Cardinality in Queries

2017-02-24 Thread Aaron D. Mihalik
29)), > > >> the > > >>> temporal index is exactly what you want. If you are hoping to query > > >> based > > >>> on the internal timestamps that Accumulo assigns to your triples, > > >> then > > >>> there are some slight tweaks that can be done

Re: Timestamps and Cardinality in Queries

2017-02-23 Thread Adina Crainiceanu
that can be done to facilitate this, > >> but it > >>> won't be nearly as efficient (this will require some sort of client > >> side > >>> filtering). > >>> > >>> Caleb A. Meier, Ph.D. > >>> Software Engineer II ♦ Analyst &g

Re: Timestamps and Cardinality in Queries

2017-02-23 Thread John Smith
caleb.me...@parsons.com ♦ www.parsons.com > > > > -Original Message- > > From: Liu, Eric [mailto:eric@capitalone.com] > > Sent: Thursday, February 23, 2017 2:27 PM > > To: dev@rya.incubator.apache.org > > Subject: Re

Re: Timestamps and Cardinality in Queries

2017-02-23 Thread Liu, Eric
rsday, February 23, 2017 2:27 PM > To: dev@rya.incubator.apache.org > Subject: Re: Timestamps and Cardinality in Queries > > We’d like to be able to query by timestamp; specifically, we want to be > able to find all statements that were made within a given time range

Re: Timestamps and Cardinality in Queries

2017-02-23 Thread Aaron D. Mihalik
ww.parsons.com > > -Original Message- > From: Liu, Eric [mailto:eric@capitalone.com] > Sent: Thursday, February 23, 2017 2:27 PM > To: dev@rya.incubator.apache.org > Subject: Re: Timestamps and Cardinality in Queries > > We’d like to be able to query by timestamp

RE: Timestamps and Cardinality in Queries

2017-02-23 Thread Meier, Caleb
: Timestamps and Cardinality in Queries We’d like to be able to query by timestamp; specifically, we want to be able to find all statements that were made within a given time range. Is this what I should be looking at? https://urldefense.proofpoint.com/v2/url?u=https

Re: Timestamps and Cardinality in Queries

2017-02-23 Thread Liu, Eric
ut that requires you to use a temporal ontology to model the temporal properties of your graph nodes. From: Liu, Eric <eric@capitalone.com> Sent: Wednesday, February 22, 2017 6:38 PM To: dev@rya.incubator.apache.org Subject: Time

Re: Timestamps and Cardinality in Queries

2017-02-23 Thread Aaron D. Mihalik
> From: Liu, Eric <eric@capitalone.com> > Sent: Wednesday, February 22, 2017 6:38 PM > To: dev@rya.incubator.apache.org > Subject: Timestamps and Cardinality in Queries > > Hi, > > Continuing from our talk earlier today I was