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
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 : evidence
Association --> "*" EvidenceItem : evidence
click EvidenceItem href "../EvidenceItem"
Association : provenances
Association --> "*" ProvenanceInfo : provenances
click ProvenanceInfo href "../ProvenanceInfo"
Association : type
Inheritance
- Association
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
type | 0..1 String |
The type of association | direct |
evidence | * EvidenceItem |
The set of evidence items that support the association | direct |
provenances | * ProvenanceInfo |
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: true
inlined_as_list: true
Induced
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
alias: type
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
alias: evidence
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
alias: provenances
owner: Association
domain_of:
- Model
- Activity
- EvidenceItem
- Association
range: ProvenanceInfo
multivalued: true
inlined: true
inlined_as_list: true