Odeuropa / explorer

Exploratory Search Engine for Odeuropa
https://explorer.odeuropa.eu
Apache License 2.0
2 stars 0 forks source link

Duplicated names in vocabularies #1

Closed pasqLisena closed 2 years ago

pasqLisena commented 2 years ago

When the vocabulary terms have been interlinked with owl:sameAs to Wikidata (most of the times), the results show twice the same name. Look at https://odeuropa.tools.eurecom.fr/fr/smell-sources

When we run the query, together with the query parameter, we should also set sameAs=false

ehrhart commented 2 years ago

I think this should be implemented into sparql-transformer which is used by the explorer. I opened a pull request: https://github.com/D2KLab/sparql-transformer/pull/28

Alternatively, we can specify FROM onto:disable-sameAs in SPARQL queries to disable the rule locally.

ehrhart commented 2 years ago

Fixed by https://github.com/Odeuropa/explorer/commit/c611b6fc447fd0fef64360c532ec05617d1dcb26