wetneb / openrefine-wikibase

This repository has migrated to:
https://gitlab.com/nfdi4culture/ta1-data-enrichment/openrefine-wikibase
Other
100 stars 24 forks source link

Multi-valued property returns "unhashable type: 'list' error #115

Closed PeterWalchhofer closed 3 years ago

PeterWalchhofer commented 3 years ago

When I am querying the service with a multivalued E-Mail property (P968) I get an error. Other multi-valued properties, however, do work. Maybe the reason is that an E-Mail adress is being seen as an identifier and it runs into some error with the new commits?

Before commit 0c1909f16228be3c0d22ead1d9fb62337fc0fb2c this worked.

thadguidry commented 3 years ago

The P968 email property values should look like this: mailto:thadguidry@gmail.com So maybe a parsing issue with the : colon or @? or the service doesn't correctly see it as a URI value as it should (RFC 6068)?