[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [search-ws] CQL Query on structured data.
Something like:
SELECT ?doc WHERE
{ ?doc dcterms:creator ?x .
?doc xxx:editor ?y .
?y xxx:edited ?a .
?x dcterms:created ?b .
?a > ?b + durn }
[where durn is however you express '4 months' as a duration in sparql]
Rob
On Thu, 18 Sep 2008, Ray Denenberg, Library of Congress wrote:
> From: "Rob Sanderson" <azaroth@liverpool.ac.uk>
>>> * x is author and y is editor and y edited at least 4 months
>>> after x authored
>
> How would you express that in SPARQL?
>
> --rAY
>
>
> ---------------------------------------------------------------------
> To unsubscribe from this mail list, you must leave the OASIS TC that
> generates this mail. Follow this link to all your TCs in OASIS at:
> https://www.oasis-open.org/apps/org/workgroup/portal/my_workgroups.php
>
>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]