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

Parse blank nodes #58

Closed alejgh closed 4 years ago

alejgh commented 4 years ago

Closes #46.

We have decided to use the UID generated by RDFLib to identify each blank node. Additional information about the solution, its benefits and drawbacks has been added to the documentation.

codecov[bot] commented 4 years ago

Codecov Report

Merging #58 into master will increase coverage by 0.55%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
+ Coverage   97.54%   98.08%   +0.55%     
==========================================
  Files          15       15              
  Lines         689      728      +39     
==========================================
+ Hits          672      714      +42     
+ Misses         17       14       -3     
Impacted Files Coverage Δ
hercules_sync/triplestore/__init__.py 100.00% <100.00%> (ø)
hercules_sync/triplestore/triple_info.py 99.37% <100.00%> (+2.68%) :arrow_up:
hercules_sync/triplestore/wikibase_adapter.py 100.00% <100.00%> (ø)
hercules_sync/util/uri_constants.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1223077...5b26b3d. Read the comment docs.