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

Better querying of the evaluations results #13

Closed
vemonet opened this issue Jun 22, 2022 · 1 comment
Closed

Better querying of the evaluations results #13

vemonet opened this issue Jun 22, 2022 · 1 comment

Comments

@vemonet
Copy link
Member

vemonet commented Jun 22, 2022

Users should be able to query the evaluations results to answer questions like "get me all evaluations that have a score of 1 for the metric test i1-structrured metadata and a score of 0 for i1-license"

Either:

@vemonet
Copy link
Member Author

vemonet commented Jun 29, 2022

Done

query MyQuery {
  evaluations(filterTests: [
    {metric: "https://w3id.org/fair-enough/metrics/tests/f1-metadata-identifier-persistent", score: 1},
    {metric: "https://w3id.org/fair-enough/metrics/tests/f3-metadata-identifier-in-metadata", score: 1}
  ]) {
    subject
    results {
      metricTest
      score
    }
  }
}

@vemonet vemonet closed this as completed Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant