luckinet / ontologics

Code-Logics to Handle Ontologies
https://luckinet.github.io/ontologics/
GNU General Public License v3.0
3 stars 2 forks source link

Integrate match certainty in RDF graph #25

Open rue-a opened 2 years ago

rue-a commented 2 years ago

For each mapping (exact_match, close_match, narrow_match, broad_match) from a harmonized concept/class to an external concept/class, users of the package have to give a match certainty, reaching from 1 - uncertain, to 3 - very certain. This match certainty is currently not integrated in the RDF graph that is generated with export_as_rdf().

I can imagine two ways to do this, one would be using RDF reification, the other one using singleton properties, where I tend towards the use of singleton properties.