weso / hercules-sync

Tools to synchronise data between the ontology files and Wikibase instance for the Hercules project at University of Murcia.
GNU General Public License v3.0
4 stars 1 forks source link

Better handling of unrecognised languages #25

Closed alejgh closed 4 years ago

alejgh commented 4 years ago

Suppose that we have the following triple:

ex:Person rdfs:label "Persona"@es-ES

Since the es-ES language is not valid in wikibase an error is thrown. For the moment we should catch this error and return it in the ModificationResult object.

Due to that, #20 should be implemented before this issue is fixed.