{
  "@context": {
    "schema": "http://schema.org/",
    "rs" : "https://w3id.org/everse/rs#"
  },
      "@id": "https://example.org/howfairis",
      "@type": "schema:SoftwareApplication",
  "schema:name": "howfairis",
  "schema:description": "Command line tool to analyze a GitHub or GitLab repository's compliance with the fair-software.eu recommendations",
  "schema:url": "https://github.com/fair-software/howfairis",
  "schema:identifier": { "@id": "https://example.org/howfairis"},
  "schema:isAccessibleForFree": "free",
  "rs:hasQualityDimension": {"@id":"rs:FAIRness", "@type": "@id"},
  "rs:howToUse": ["CI/CD","command-line"],
  "schema:license": { "@id": "https://spdx.org/licenses/Apache-2.0.html", "@type": "@id"}
    
}
