7 lines
350 B
7 lines
350 B
14 years ago
|
select $object $title from <#ri>
|
||
|
where ($object <dc:title> $title
|
||
|
and $object <fedora-model:hasModel> $content
|
||
|
and $object <fedora-rels-ext:isMemberOfCollection> <info:fedora/islandora:demos>
|
||
|
and $object <fedora-model:state> <info:fedora/fedora-system:def/model#Active>)
|
||
|
|
||
|
order by $title
|