-
Notifications
You must be signed in to change notification settings - Fork 10
Update howfairis.json #223
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
Conversation
Fixes issue#181. Using https://github.com/fair-software/howfairis?tab=readme-ov-file. What indicator to use for 'has open repository'?
added has_documentation
ebreitmo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added indictaor 'has_documentation'
chnaged from 'hasQualityIndicator' to 'measuresQualityIndicator'. Added 'provides_tests'.
| "schema:isAccessibleForFree": "free", | ||
| "rs:hasQualityDimension": {"@id":"rs:FAIRness", "@type": "@id"}, | ||
| "measuresQualityIndicator": [ | ||
| {"@id": "ind:has_license", "@type": "@id"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ "@id": "https://w3id.org/everse/i/indicators/has_license", "@type": "@id"}
| "rs:hasQualityDimension": {"@id":"rs:FAIRness", "@type": "@id"}, | ||
| "measuresQualityIndicator": [ | ||
| {"@id": "ind:has_license", "@type": "@id"}, | ||
| {"@id": "ind:listed_in_a_registry", "@type": "@id"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ "@id": "https://w3id.org/everse/i/indicators/listed_in_a_registry", "@type": "@id"}
| "measuresQualityIndicator": [ | ||
| {"@id": "ind:has_license", "@type": "@id"}, | ||
| {"@id": "ind:listed_in_a_registry", "@type": "@id"}, | ||
| {"@id": "ind:uses_citation", "@type": "@id"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ "@id": "https://w3id.org/everse/i/indicators/uses_citation", "@type": "@id"}
| {"@id": "ind:has_license", "@type": "@id"}, | ||
| {"@id": "ind:listed_in_a_registry", "@type": "@id"}, | ||
| {"@id": "ind:uses_citation", "@type": "@id"}, | ||
| {"@id": "ind:has_no_linting_issues", "@type": "@id"}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| {"@id": "ind:listed_in_a_registry", "@type": "@id"}, | ||
| {"@id": "ind:uses_citation", "@type": "@id"}, | ||
| {"@id": "ind:has_no_linting_issues", "@type": "@id"}, | ||
| {"@id": "ind:has_documentation", "@type": "@id"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ "@id": "https://w3id.org/everse/i/indicators/has_documentation", "@type": "@id"}
| {"@id": "ind:uses_citation", "@type": "@id"}, | ||
| {"@id": "ind:has_no_linting_issues", "@type": "@id"}, | ||
| {"@id": "ind:has_documentation", "@type": "@id"} | ||
| {"@id": "ind:provides_tests", "@type": "@id"} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
{ "@id": "https://w3id.org/everse/i/indicators/provides_tests", "@type": "@id"}
Fixes issue#181. Using https://github.com/fair-software/howfairis?tab=readme-ov-file. What indicator to use for 'has open repository'?