Class: Association
An abstract grouping for different kinds of evidence-associated provenance
* __NOTE__: this is an abstract class and should not be instantiated directly
URI: [gocam:Association](https://w3id.org/gocam/Association)
[String](String.md) | The type of association | direct | | [evidence](evidence.md) | *
[EvidenceItem](EvidenceItem.md) | The set of evidence items that support the association | direct | | [provenances](provenances.md) | *
[ProvenanceInfo](ProvenanceInfo.md) | The set of provenance objects that provide metadata about who made the associ... | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:Association | | native | gocam:Association | ## LinkML Source ### Direct
### Induced
classDiagram
class Association
click Association href "../Association/"
Association <|-- EnabledByAssociation
click EnabledByAssociation href "../EnabledByAssociation/"
Association <|-- CausalAssociation
click CausalAssociation href "../CausalAssociation/"
Association <|-- TermAssociation
click TermAssociation href "../TermAssociation/"
Association <|-- MoleculeAssociation
click MoleculeAssociation href "../MoleculeAssociation/"
Association : evidence
Association --> "*" EvidenceItem : evidence
click EvidenceItem href "../EvidenceItem/"
Association : provenances
Association --> "*" ProvenanceInfo : provenances
click ProvenanceInfo href "../ProvenanceInfo/"
Association : type
## Inheritance
* **Association**
* [EnabledByAssociation](EnabledByAssociation.md)
* [CausalAssociation](CausalAssociation.md)
* [TermAssociation](TermAssociation.md)
* [MoleculeAssociation](MoleculeAssociation.md)
## Slots
| Name | Cardinality and Range | Description | Inheritance |
| --- | --- | --- | --- |
| [type](type.md) | 0..1 [String](String.md) | The type of association | direct | | [evidence](evidence.md) | *
[EvidenceItem](EvidenceItem.md) | The set of evidence items that support the association | direct | | [provenances](provenances.md) | *
[ProvenanceInfo](ProvenanceInfo.md) | The set of provenance objects that provide metadata about who made the associ... | direct | ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/gocam ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | gocam:Association | | native | gocam:Association | ## LinkML Source ### Direct
name: Association
description: An abstract grouping for different kinds of evidence-associated provenance
from_schema: https://w3id.org/gocam
abstract: true
attributes:
type:
name: type
description: The type of association.
comments:
- when instantiating Association objects in Python and other languages, it isn't
necessary to populate this, it is auto-populated from the object class.
from_schema: https://w3id.org/gocam
rank: 1000
designates_type: true
domain_of:
- Association
- Object
evidence:
name: evidence
description: The set of evidence items that support the association.
from_schema: https://w3id.org/gocam
rank: 1000
domain_of:
- Association
range: EvidenceItem
multivalued: true
inlined: true
provenances:
name: provenances
description: The set of provenance objects that provide metadata about who made
the association.
from_schema: https://w3id.org/gocam
domain_of:
- Model
- Activity
- EvidenceItem
- Association
range: ProvenanceInfo
multivalued: true
inlined_as_list: true
name: Association
description: An abstract grouping for different kinds of evidence-associated provenance
from_schema: https://w3id.org/gocam
abstract: true
attributes:
type:
name: type
description: The type of association.
comments:
- when instantiating Association objects in Python and other languages, it isn't
necessary to populate this, it is auto-populated from the object class.
from_schema: https://w3id.org/gocam
rank: 1000
designates_type: true
owner: Association
domain_of:
- Association
- Object
range: string
evidence:
name: evidence
description: The set of evidence items that support the association.
from_schema: https://w3id.org/gocam
rank: 1000
owner: Association
domain_of:
- Association
range: EvidenceItem
multivalued: true
inlined: true
provenances:
name: provenances
description: The set of provenance objects that provide metadata about who made
the association.
from_schema: https://w3id.org/gocam
owner: Association
domain_of:
- Model
- Activity
- EvidenceItem
- Association
range: ProvenanceInfo
multivalued: true
inlined: true
inlined_as_list: true