Skip to content

Class: SupportingDataSourceInformation

Description: A container for information about upstream sources of data that are used by an ingested source, to derive the knowledge that we ingest. This info is not relevant for typical ingest of an external knowledge source, and applies mainly for describing "ingest" of data-derived KPs like ICEES, COHD, various Multiomics KPs, etc.
classDiagram class SupportingDataSourceInformation SupportingDataSourceInformation : description SupportingDataSourceInformation : infores_id SupportingDataSourceInformation : name SupportingDataSourceInformation : relevant_files SupportingDataSourceInformation --|> RelevantFiles : relevant_files SupportingDataSourceInformation : terms_of_use_info SupportingDataSourceInformation --|> TermsOfUseInformation : terms_of_use_info

Slots

Name Cardinality and Range Inheritance Examples
infores_id:
The infores identifier of the source from which content is being ingested, e.g. "infores:ctd".
1
Uriorcurie
direct
name:
A human-readable name for the source of supporting data, e.g. "Aggregate Analysis of ClinicalTrial.gov (AACT)"
0..1
String
direct
description:
A brief description of the source, including its purpose, scope, and any relevant background information.
0..1
String
direct
terms_of_use_info:
Information about conditions for use of the ingested source. May include the name of a community license (e.g. CC-BY 4.0), a link to a "terms of use" or license information web page (e.g. https://ctdbase.org/about/legal.jsp), and/or a free-text summary of key terms of use.
1
TermsOfUseInformation
direct
relevant_files:
A description of each source file (or API endpoint, database, or table) that contains data used to create the ingested knowledge. Source files that dontain data not used to created knowledge need not be listed or described.
1..*
RelevantFiles
direct

Usages

used by used in type used
ReferenceIngestGuide supporting_data_source_info range SupportingDataSourceInformation

LinkML Source

name: SupportingDataSourceInformation
description: A container for information about upstream sources of data that are used
  by an ingested source, to derive the knowledge that we ingest. This info is not
  relevant for typical ingest of an external knowledge source, and applies mainly
  for describing "ingest" of data-derived KPs like ICEES, COHD, various Multiomics
  KPs, etc.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
attributes:
  infores_id:
    name: infores_id
    description: The infores identifier of the source from which content is being
      ingested, e.g. "infores:ctd".
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SupportingDataSourceInformation
    - SourceInformation
    - TargetInformation
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for the source of supporting data, e.g. "Aggregate
      Analysis of ClinicalTrial.gov (AACT)"
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - ReferenceIngestGuide
    - SupportingDataSourceInformation
    - SourceInformation
    range: string
  description:
    name: description
    description: A brief description of the source, including its purpose, scope,
      and any relevant background information.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SupportingDataSourceInformation
    - SourceInformation
    - RelevantFiles
    range: string
  terms_of_use_info:
    name: terms_of_use_info
    description: Information about conditions for use of the ingested source. May
      include the name of a community license (e.g. `CC-BY 4.0`), a link to a "terms
      of use" or license information web page (e.g. `https://ctdbase.org/about/legal.jsp`),
      and/or a free-text summary of key terms of use.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SupportingDataSourceInformation
    - SourceInformation
    range: TermsOfUseInformation
    required: true
  relevant_files:
    name: relevant_files
    description: A description of each source file (or API endpoint, database, or
      table) that contains data used to create the ingested knowledge. Source files
      that dontain data not used to created knowledge need not be listed or described.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SupportingDataSourceInformation
    - IngestInformation
    - FutureContentConsiderations
    range: RelevantFiles
    required: true
    multivalued: true