Skip to content

Class: ProvenanceInformation

Description: A container holding information about the provenance of the ingest, including who contributed and how, and links to external provenance artifacts.
classDiagram class ProvenanceInformation ProvenanceInformation : artifacts ProvenanceInformation : contributions

Slots

Name Cardinality and Range Inheritance Examples
contributions:
The name of a person making a contribution, and the type of contribution made. e.g. "code author", "code support", "data modeling", "domain expertise".
*
String
direct
artifacts:
Links to and descriptions of external artifacts related to the provenance of the ingest, such as Github issues, surveys of prior ingests of the source, etc.
*
String
direct

Usages

used by used in type used
ReferenceIngestGuide provenance_info range ProvenanceInformation

LinkML Source

name: ProvenanceInformation
description: A container holding information about the provenance of the ingest, including
  who contributed and how, and links to external provenance artifacts.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
attributes:
  contributions:
    name: contributions
    description: The name of a person making a contribution, and the type of contribution
      made. e.g. "code author", "code support", "data modeling", "domain expertise".
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - ProvenanceInformation
    range: string
    multivalued: true
  artifacts:
    name: artifacts
    description: Links to and descriptions of external artifacts related to the provenance
      of the ingest, such as Github issues, surveys of prior ingests of the source,
      etc.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - ProvenanceInformation
    range: string
    multivalued: true