# Slot: evidence_type _The type of evidence supporting the association_ URI: [ontoassoc:evidence_type](https://w3id.org/oak/association/evidence_type) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [Association](Association.md) | A generic association between a thing (subject) and another thing (object) | no | | [PositiveOrNegativeAssociation](PositiveOrNegativeAssociation.md) | | no | | [NegatedAssociation](NegatedAssociation.md) | A negated association between a thing (subject) and another thing (object) | no | ## Properties * Range: [Uriorcurie](Uriorcurie.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/oak/association ## LinkML Source
```yaml name: evidence_type description: The type of evidence supporting the association from_schema: https://w3id.org/oak/association rank: 1000 alias: evidence_type domain_of: - PositiveOrNegativeAssociation range: uriorcurie ```