MarcoReidelbach / MaRDMO-Plugin

Export Plugin for RDMO
Apache License 2.0
2 stars 2 forks source link

Processor Handler #42

Closed MarcoReidelbach closed 5 months ago

MarcoReidelbach commented 6 months ago

Users can select there Processor from Wikichip.. A part of the URL is used as wikichip ID, the handler should use the ID and check if the processor is already on Wikidata / MaRDI KG.

Problems: 1) the url returned by wikichip is not the url used by wikidata as id. correct id could be extracted from requested text (only in situatiosn where there is an automatic redirect) 2) on some pages there is no direct re-direct, but a link, how to deal with this

MarcoReidelbach commented 5 months ago

Added