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

Fix problems with multiple values for the same property #22

Closed alejgh closed 4 years ago

alejgh commented 4 years ago

If we have the following statement:

ex:Example owl:disjointWith ex:A ,
                            ex:B .

A new statement will be created for the ex:Example entity, the property owl:disjointWith, and value ex:A. However, after that the value of this statement will be replaced by ex:B. The expected behaviour should be that a new value should be added to the statement, so the disjointWith property of ex:Example will have as values both ex:A and ex:B.