Re: parsing and matching triples

2018-05-13 Thread Dave Reynolds
On 12/05/18 17:44, Andy Seaborne wrote: On 12/05/18 17:26, Dave Reynolds wrote: On 11/05/18 20:35, ajs6f wrote: On May 9, 2018, at 3:31 AM, Dave Reynolds wrote: On 08/05/18 16:55, ajs6f wrote: Forking a thread off to dev@: Do we have a global policy about

Re: parsing and matching triples

2018-05-12 Thread Andy Seaborne
On 12/05/18 17:26, Dave Reynolds wrote: On 11/05/18 20:35, ajs6f wrote: On May 9, 2018, at 3:31 AM, Dave Reynolds wrote: On 08/05/18 16:55, ajs6f wrote: Forking a thread off to dev@: Do we have a global policy about where null is accepted as a wildcard? I

Re: parsing and matching triples

2018-05-12 Thread ajs6f
> On May 11, 2018, at 6:48 PM, Andy Seaborne wrote: > On 11/05/18 20:35, ajs6f wrote: >>> On May 9, 2018, at 3:31 AM, Dave Reynolds wrote: >>> On 08/05/18 16:55, ajs6f wrote: Forking a thread off to dev@: Do we have a global policy about

Re: parsing and matching triples

2018-05-12 Thread Dave Reynolds
On 11/05/18 20:35, ajs6f wrote: On May 9, 2018, at 3:31 AM, Dave Reynolds wrote: On 08/05/18 16:55, ajs6f wrote: Forking a thread off to dev@: Do we have a global policy about where null is accepted as a wildcard? I know it works in at least some places... I

Re: parsing and matching triples

2018-05-11 Thread Andy Seaborne
On 11/05/18 20:35, ajs6f wrote: On May 9, 2018, at 3:31 AM, Dave Reynolds wrote: On 08/05/18 16:55, ajs6f wrote: Forking a thread off to dev@: Do we have a global policy about where null is accepted as a wildcard? I know it works in at least some places...

Re: parsing and matching triples

2018-05-11 Thread ajs6f
> On May 9, 2018, at 3:31 AM, Dave Reynolds wrote: > > On 08/05/18 16:55, ajs6f wrote: >> Forking a thread off to dev@: >> Do we have a global policy about where null is accepted as a wildcard? I >> know it works in at least some places... >> I would love to (over an

Re: parsing and matching triples

2018-05-11 Thread ajs6f
Unfortunately, Andy, e.g. the Javadocs for DatasetGraph::delete and ::deleteAny are just /** Delete a quad */ public void delete(Node g, Node s, Node p, Node o) ; /** Delete any quads matching the pattern */ public void deleteAny(Node g, Node s, Node p, Node o) ; So maybe

Re: parsing and matching triples

2018-05-09 Thread Andy Seaborne
On 08/05/18 16:55, ajs6f wrote: Do we have a global policy about where null is accepted as a wildcard? I know it works in at least some places... > I know it works in at least some places... Some operations are matches (Graph.find, Graph.contains, Graph.remove; DatasetGraph similarly)

Re: parsing and matching triples

2018-05-09 Thread Dave Reynolds
On 08/05/18 16:55, ajs6f wrote: Forking a thread off to dev@: Do we have a global policy about where null is accepted as a wildcard? I know it works in at least some places... I would love to (over an appropriate period of time and with lots of warnings and deprecation and so forth) stop

Re: parsing and matching triples

2018-05-08 Thread Adam Jacobs
That's a great idea. +1 From: ajs6f <aj...@apache.org> Sent: Tuesday, May 8, 2018 10:55 AM To: dev@jena.apache.org Subject: Re: parsing and matching triples Forking a thread off to dev@: Do we have a global policy about where null is ac

Re: parsing and matching triples

2018-05-08 Thread ajs6f
Forking a thread off to dev@: Do we have a global policy about where null is accepted as a wildcard? I know it works in at least some places... I would love to (over an appropriate period of time and with lots of warnings and deprecation and so forth) stop letting it be a wildcard and require