Remove duplicate metrics from the metadata model
jonquet opened this issue · comments
Over the iteration of the new metadata model, we decided to remove the duplicate of some of the metrics introduced in 2017.
The ontology Submission object shall then be amputed from:
omv:numberOfClasses
omv:numberOfIndividuals
omv:numberOfProperties
omv:numberOfAxioms
bpm:maxDepth
bpm:maxChildCount
bpm:averageChildCount
bpm:classesWithOneChild
bpm:classesWithMoreThan25Children
bpm:classesWithNoDefinition
That are already in the Metrics object.
Duplicate of #77
Already done in #82 and #72
but I forgot display all the properties of the metrics, I just show classes, properties and individuals (need to update this line https://github.com/ontoportal-lirmm/ontologies_linked_data/blob/development/lib/ontologies_linked_data/models/ontology_submission.rb#L188C71-L188C78)
Done with #104