On Fri, Oct 14, 2011 at 10:56 AM, Mildred Ki'Lya
Maybe this query can help you:
> Do you have an idea how I could get a list of those files which couldn't be
> harvested but only had minimal info created for them? Currently, I'm only
> looking at a certain type of files and I am looking for specific metadata.
> But I can't do that for any kind of file reliably.
$ tracker-sparql -q "SELECT ?u WHERE { ?u a nfo:FileDataObject. FILTER
(NOT EXISTS { ?u a nie:InformationElement. })}"
It gives you everything that is a File but doesn't have any
interpretation (the extractor didn't tell us what it is).