openworm / owmeta-core

Core library for owmeta
MIT License
3 stars 2 forks source link

Add tools for smushing #23

Open mwatts15 opened 6 years ago

mwatts15 commented 6 years ago

Unlike #24, which would deal primarily with data entry, the concern with smushing is taking URIRefs that are already in a graph and marking them as referring to the same entity (i.e., with an owl:sameAs statement) and, optionally, replacing triples having a secondary identifier with the preferred identifier.

Relates to #24