Closed
Description
When a property is repeated (i.e. on a page with multiple images annotates as og:image
) RDFa return it as a list but is not preserving order. Preserving order is important as usually the first image is the most important. An example of page where this would be happening:
It seems difficult to solve it in extruct as the problem seems to present in PyRdfa
library, and it is even happening in the online service: https://www.w3.org/2012/pyRdfa/Overview.html#distill_by_uri+with_options
Related with #115 (I created an xfail test for that in this PR)