Jan Polowinski wrote: > Hi Ryan, > thank you for trying to answer this, although the data was missing. All > files related to this problem can be found here: > http://www.polowinski.de/downloads/fresnelProblem/
Thanks! Much appreciated. > My fresnel configuration file describes lenses for hist:Events and > mid:Persons. If I call the select method without any parameters, the > result is a fresnel result tree with the events as resources. There are > no person resources (at the top level) in it. This is because your lenses are in different groups. > So how can I limit the resources in the output to a special rdf:type? Put the lenses in the same group. The Fresnel engine only understands how to use one group at a time, even if results could be produced using a different group. > One more small question: The result tree contains no style information > from the personGr such as class="person-resource" formats. Why is that? > What am I doing wrong? > > Thank you again for your patience! Isn't there a working example > somewhere that uses select(Repository ..., Resource ...)? It's the one of two forms Longwell uses: http://simile.mit.edu/repository/longwell/trunk/src/main/java/edu/mit/simile/longwell/command/ViewCommand.java -- Ryan Lee [EMAIL PROTECTED] MIT CSAIL Research Staff http://simile.mit.edu/ http://people.csail.mit.edu/ryanlee/ _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
