As a mismatch provider I want to be able to report mismatches on [[ https://mismatch-finder.toolforge.org/ | Mismatch Finder ]] to data that is stored in qualifiers in order to improve data quality of all data, not just data stored in the main snak of a statement.
**Problem:**
We currently don't allow reporting of mismatches on qualifiers on the [[ https://mismatch-finder.toolforge.org/ | Mismatch Finder ]]. these should be accepted as important data is stored there as well.
**Example for how the upload csv could look:**
CSV for a Q42 statement with qualifier, where both the claim and the qualifier are mismatched:
statement_guid,property_id,wikidata_value,external_value,external_url,type
Q42$A3B1288B-67A9-4491-A3AA-20F881C292B9,P3373,Q14623673,”Shoshanna Adams”,example.com,claim
Q42$A3B1288B-67A9-4491-A3AA-20F881C292B9,P1039,Q10943095,”cousin”,example.com,qualifier
CSV for a Q42 statement with qualifier, where only the qualifier is mismatched:
statement_guid,property_id,wikidata_value,external_value,external_url,type
Q42$A3B1288B-67A9-4491-A3AA-20F881C292B9,P1039,Q10943095,”cousin”,example.com,qualifier
For uploaders to understand that `qualifiers` are now accepted in their csv files, we need to update the Mistmatch Finder User Guide documentation here: https://github.com/wmde/wikidata-mismatch-finder/blob/main/docs/UserGuide.md#importing
**Screenshots/mockups:**
**BDD**
GIVEN a qualifier
AND a mismatch
WHEN a CSV of a mismatch is uploaded to the [[ https://mismatch-finder.toolforge.org/ | Mismatch Finder ]]
AND it contains mismatches for a qualifier
THEN they are accepted
AND shown on the [[ https://mismatch-finder.toolforge.org/ | Mismatch Finder ]] website
**Acceptance criteria:**
[ ] mismatches on qualifiers are accepted from the upload CSV
[ ] mismatches on qualifiers are correctly shown in the Mismatch Finder website
[ ] the [[ https://github.com/wmde/wikidata-mismatch-finder/blob/main/docs/UserGuide.md#importing | Mismatch Finder User Guide ]] is updated to reflect that `qualifiers` are accepted as mismatches
**Open questions:**
~~How do we display qualifier mismatches on the results page?~~
* Should we show `claim` as `statement` in the table, or change the `type` in the csv to `statement`?
* Do we require two tickets here (one for uploaders and one for reviewers)? For uploaders we would need to update the documentation here: https://github.com/wmde/wikidata-mismatch-finder/blob/main/docs/UserGuide.md#importing