Thomas Ledoux <tledouxfr@...> writes:

> 
> Hello,
> 
> I think the right syntax should be
> 
> PREFIX fedora:  <info:fedora/fedora-system:def/relations-external#>
> SELECT ?a
> FROM <#ri>
> WHERE  {?a fedora:isConstituentOf <info:fedora/Demo:2>}
> 
> or
> 
> SELECT ?a
> FROM <#ri>
> WHERE  {?a <info:fedora/fedora-system:def/relations-external#isConstituentOf>
> <info:fedora/Demo:2>}
> 
Thanks, with this syntax:

SELECT ?a
FROM <#ri>
WHERE  {?a <info:fedora/fedora-system:def/relations-external#isConstituentOf>
<info:fedora/Demo:2>}

it works!


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Fedora-commons-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers

Reply via email to