ontoportal-lirmm / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
0 stars 6 forks source link

Remove duplicate metrics from the metadata model #102

Closed jonquet closed 10 months ago

jonquet commented 10 months ago

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.

syphax-bouazzouni commented 10 months ago

Duplicate of https://github.com/ontoportal-lirmm/ontologies_linked_data/issues/77 Already done in https://github.com/ontoportal-lirmm/ontologies_linked_data/pull/82 and https://github.com/ontoportal-lirmm/ontologies_linked_data/pull/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)

syphax-bouazzouni commented 10 months ago

Done with #104

image