Re: LDPath documentation

2015-11-12 Thread Emir Muñoz
I'm interested in the following things about LDPath: 1) formal grammar of LDPath​ 2) how the language deals with blank nodes? (and how it defines reachability in that case) 3) definition of paths similarity I understand LDPath is not a tree language, i.e., you cannot access parents or siblings. C

Re: LDPath documentation

2015-11-11 Thread Sergio Fernández
Hi Emir. On Wed, Nov 11, 2015 at 2:15 PM, Emir Muñoz wrote: > > I am interested in the project Marmotta, specially in the LDPath module. I > would like > ​to know if there are more > documentation (besides the one online) > or > academic publications > ​about the LDPath language​. > The most u

Re: LDPath Query

2015-07-27 Thread Sebastian Schaffert
gt; > > > Many thanks > > > > Alan > > *From:* Sebastian Schaffert [mailto:sebastian.schaff...@gmail.com] > *Sent:* Friday, July 24, 2015 3:58 AM > *To:* users@marmotta.apache.org > *Subject:* Re: LDPath Query > > > > > > > > 2015-07-23 10:06

RE: LDPath Query

2015-07-26 Thread Robson, Alan
, July 24, 2015 3:58 AM To: users@marmotta.apache.org Subject: Re: LDPath Query 2015-07-23 10:06 GMT+02:00 Sergio Fernández mailto:wik...@apache.org>>: Hi Alan On Wed, Jul 22, 2015 at 9:16 AM, Robson, Alan mailto:alan.rob...@viasat.com>> wrote: I’d like a single query to return all the

Re: LDPath Query

2015-07-24 Thread Sebastian Schaffert
2015-07-23 10:06 GMT+02:00 Sergio Fernández : > Hi Alan > > On Wed, Jul 22, 2015 at 9:16 AM, Robson, Alan > wrote: >> >> I’d like a single query to return all the freezes for a system specified >> by its fqdn in one shot (ie. if possible not have to query to collect the >> resources with that fqd

RE: LDPath Query

2015-07-23 Thread Sergio Fernández
t; modified my query, I can get what I need now. > > > > Many thanks for taking the time > > > > Alan > > > > *From:* Sergio Fernández [mailto:wik...@apache.org] > *Sent:* Thursday, July 23, 2015 1:06 AM > *To:* users@marmotta.apache.org > *Subject:* Re:

RE: LDPath Query

2015-07-23 Thread Robson, Alan
...@apache.org] Sent: Thursday, July 23, 2015 1:06 AM To: users@marmotta.apache.org Subject: Re: LDPath Query Hi Alan On Wed, Jul 22, 2015 at 9:16 AM, Robson, Alan mailto:alan.rob...@viasat.com>> wrote: I’d like a single query to return all the freezes for a system specified by its fqdn

Re: LDPath Query

2015-07-23 Thread Sergio Fernández
Hi Alan On Wed, Jul 22, 2015 at 9:16 AM, Robson, Alan wrote: > > I’d like a single query to return all the freezes for a system specified > by its fqdn in one shot (ie. if possible not have to query to collect the > resources with that fqdn (eg sys:Pug-2) followed by a separate query to get > the

Re: LDPath Query via curl - examples

2014-07-23 Thread Sergio Fernández
Hi Joshua, On 21/07/14 23:54, Joshua Dunham wrote: Sorry for the newbie question … I crawled through the old mailing lists but haven’t been able to put this together. How do I query the LDPath data both via a path and program? Let’s say, My server is : http://server.com/marmotta My input contex

Re: LDPath

2013-11-27 Thread Jakob Frank
Hi Alex, LDPath allows only one @filter statement. I think you are looking for the following: @filter rdf:type is foaf:Person | rdf:type is org:OrganizationalUnit This will match both ex:foo and ex:bar: ex:foo a foaf:Person. ex:bar a org:OrganizationalUnit Generally speaking, you can use any LD