[
  {
    "@id": "https://infinity-project.codeberg.page/infinity-ecosystem/entity/sample-component",
    "@type": [
      "https://infinity-project.codeberg.page/infinity-ecosystem/entity/Software",
      "http://purl.org/cerif/frapo/MaterialOutput"
    ],
    "https://schema.org/abstract": [
      {
        "@language": "en",
        "@value": "A sample component used to exercise the validator's checks."
      }
    ],
    "https://schema.org/contributor": [
      {
        "@value": "Jane Doe <Example Org, jane@example.org>"
      }
    ],
    "https://schema.org/identifier": [
      {
        "@value": "sample-component"
      }
    ],
    "https://schema.org/isBasedOn": [
      {
        "@value": "A sample component used to exercise the validator's checks."
      }
    ],
    "https://schema.org/isPartOf": [
      {
        "@id": "https://infinity-project.codeberg.page/infinity-ecosystem/entity/infinity-project"
      }
    ],
    "https://schema.org/license": [
      {
        "@value": "MIT"
      }
    ],
    "https://schema.org/title": [
      {
        "@language": "en",
        "@value": "Sample Component"
      }
    ]
  },
  {
    "@id": "https://infinity-project.codeberg.page/infinity-ecosystem/entity/infinity-project",
    "@type": [
      "https://schema.org/Project"
    ]
  }
]