Drupal modules for browsing and managing Fedora-based digital repositories.
 
 
 
 

7 lines
475 B

select $collTitle $collDesc $member $memberTitle $memberDesc
from <#ri>
where %parent_collection% <dc:title> $collTitle
and %parent_collection% <dc:description> $collDesc
and $member <fedora-rels-ext:isMemberOf> %parent_collection%
and $member <dc:title> $memberTitle
and $member <dc:description> $memberDesc