Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New metrics to add and compute to the Metrics object #103

Open
jonquet opened this issue Oct 19, 2023 · 2 comments
Open

New metrics to add and compute to the Metrics object #103

jonquet opened this issue Oct 19, 2023 · 2 comments

Comments

@jonquet
Copy link

jonquet commented Oct 19, 2023

Similar to #102 , we also need to add a few metrics to the Metrics object:

  • Number of object properties => mod:numberOfObjectProperties
  • Number of data properties => mod:numberOfDataProperties
  • Number of labels => mod:numberOfLabels
  • Number of deprecated objects => mod:numberOfDeprecated
  • Byte size => dcat:byteSize
  • Number of classes with no "formal" definition => mod:classesWithNoFormalDefinition
  • Number of classes with no label => mod:classesWithNoLabel
  • Number of classes with no author metadata => mod:classesWithNoAuthorMetadata
  • Number of classes with no date metadata => mod:classesWithNoDateMetadata
  • Number of notes or comments => mod:numberOfNotes
  • Number of using projects => mod:numberOfUsingProjects
  • Number of endorsements => mod:numberOfEnsorments
  • Number of evaluations => mod:numberOfEvaluations
  • FAIR score => mod:FairScore

See MOD3.0 for details:
https://docs.google.com/spreadsheets/d/1APdKgSCFKlM8Wxi4WCl_weaiU7x3I-xW6cgg-RS3_zw/edit#gid=1638855124

@jonquet
Copy link
Author

jonquet commented Nov 10, 2023

Then we need to populate them with multiple approaches :

With a script checking O'FAIRe value
At parsing time as other metrics
Incremeting the value when related property is updated

@imadbourouche
Copy link
Member

imadbourouche commented Feb 17, 2025

Add these attributes here:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants