Hi Serhiy,
 
  you could launch a itql query on the Resource Index (TSV response) selecting 
all the DC elements you need and narrowing the result, something like:

select $object $title $subject ...
from <#ri>
where 
$object <dc:title> $title and
$object <dc:subject> $subject
...

ciao,
Matteo

On 27 Jun, 2011, at 8:53 PM, Serhiy Polyakov wrote:

> Hello,
> 
> I want to extract all metadata fields from all objects stored in
> fedora into a text file. I want to have each object in one line with
> tab delimited field values. I use only DC schema.
> I would appreciate any ideas about how to start.
> 
> Thanks,
> Serhiy
> 
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security 
> threats, fraudulent activity, and more. Splunk takes this data and makes 
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> Fedora-commons-users mailing list
> Fedora-commons-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fedora-commons-users



------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Fedora-commons-users mailing list
Fedora-commons-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fedora-commons-users

Reply via email to