diachron / quality

Dataset Quality Assessment (part of WP5 of the Diachron EU FP7 project)
MIT License
8 stars 4 forks source link

Consider splitting UndefinedClassesOrProperties metric in two #44

Open clange opened 10 years ago

clange commented 10 years ago

@nfriesen summarising what we discussed: at least for cleaning it will make sense to split UndefinedClassesOrProperties in UndefinedClasses and UndefinedProperties, as otherwise if a triple <s> _:undefinedProperty _:undefinedClass is reported to be problematic w.r.t. UndefinedClassesOrProperties it will be impossible to find out whether the predicate or the object is the culprit.

If you think you'll need this for cleaning soon, could you please discuss with @jerdeb, and then rephrase this issue into a more concrete instruction for implementation?