hi,
i am about to create several collections of basically the same objects  
(images with metadata, the collections bundle those with the same motifs,  
ie all with a crown, all with an eagle, ...).
according to richard green's great tutorial i will add a disseminator to  
each collection object that does a query for all implicit members.

the demo:SmilyStuff defines a query like below:

select $collTitle $collDesc $member $memberTitle $memberDesc
 from   <#ri>
where  <info:fedora/demo:SmileyStuff> <dc:title>                    
$collTitle
and    <info:fedora/demo:SmileyStuff> <dc:description>              
$collDesc
and    $member                        <fedora-rels-ext:isMemberOf>  
<info:fedora/demo:SmileyStuff>
and    $member                        <dc:title>                    
$memberTitle
and    $member                        <dc:description>              
$memberDesc


my 50 something collections will share literally the same query, except  
the id.
there's 3 times <info:fedora/demo:SmileyStuff> -- is there a way to  
dynamically insert the id of the current collection when calling the  
disseminator? if so, i need only one query for all collections.
or do i really need to create 50+ files (one for each collection)?

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fedora-commons-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fedora-commons-developers

Reply via email to