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

Mapping of external entities to their original URI #39

Closed alejgh closed 4 years ago

alejgh commented 4 years ago

If we have to insert in wikibase a triple like this:

asio:ResearchGroup rdfs:subclassOf foaf:Organization .

Each item will be created if it doesn't exist in the Wikibase. However, for elements that do not belong directly to the asio Ontology (e.g. foaf:Organization) we should automatically create a mapping statement to the original resource.

Maybe this should be done for every resource and not just for the external ones, since this allows the traversal from each item to its original URI from the ontology. We need to decide this before we can start with the implementation of this issue.