A-IOntologyevidence
extends: entity
properties:
  - key: source_fingerprint
    type: "string"
  - key: locator_kind
    type: "string"
  - key: locator_value
    type: "string"
  - key: excerpt
    type: "string"
    required: true
  - key: interpretation
    type: "string"
  - key: reviewState
    type: "string"
    required: true
  - key: model
    type: "string"
relations:
  - key: source
    targets: [research-source]
    description: "source record this evidence came from"
  - key: project
    targets: [research-project]
    description: "owning research project"

Edit the yaml block above to change the evidence schema. Prose here is documentation — the plugin ignores it.

Built with LogoFlowershow