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
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
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
, 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
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
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:
...@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
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
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
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
10 matches
Mail list logo