Skip to content

Class: SourceInformation

Description: A container for capturing information about the source of the ingest.
classDiagram class SourceInformation SourceInformation : additional_notes SourceInformation : citations SourceInformation : data_access_locations SourceInformation : data_formats SourceInformation --|> DataFormatEnum : data_formats SourceInformation : data_provision_mechanisms SourceInformation --|> ProvisionMechanismEnum : data_provision_mechanisms SourceInformation : data_versioning_and_releases SourceInformation : description SourceInformation : infores_id SourceInformation : terms_of_use

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
description:
A brief description of the source, including its purpose, scope, and any relevant background information.
0..1
String
direct
citations:
One ore more citations to publications describing the source. May be a identifier (e.g a pmid or doi), a url to the published document, or a free-text citation.
*
String
direct
terms_of_use:
Information about conditions for use of the ingested source. May be 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), or a free-text summary of key terms of use.
1
String
direct
data_access_locations:
Where the source data that is being ingested can be accessed. Provide one or more URLs, along with optional descriptions of what each URL provides.
*
String
direct
data_provision_mechanisms:
How the source distributes their data (file download, API endpoints, database dump).
*
ProvisionMechanismEnum
direct
data_formats:
The format(s) in which the data is serialized for retrieval and use.
*
DataFormatEnum
direct
data_versioning_and_releases:
A description of how releases are versioned and managed by the source (e.g. general approach, frequency, other important considerations). May also include links to web pages describing such information.
0..1
String
direct
additional_notes:
None
0..1
String
direct

Usages

used by used in type used
ReferenceIngestGuide source_info range SourceInformation

LinkML Source

name: SourceInformation
description: A container for capturing information about the source of the ingest.
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:
    - SourceInformation
    - TargetInformation
    range: uriorcurie
    required: true
  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:
    - SourceInformation
    - RelevantFiles
    range: string
  citations:
    name: citations
    description: One ore more citations to publications describing the source. May
      be a identifier (e.g a pmid or doi), a url to the published document, or a free-text
      citation.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    range: string
    multivalued: true
  terms_of_use:
    name: terms_of_use
    description: Information about conditions for use of the ingested source. May
      be 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`),
      or a free-text summary of key terms of use.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    range: string
    required: true
  data_access_locations:
    name: data_access_locations
    description: Where the source data that is being ingested can be accessed. Provide
      one or more URLs,  along with optional descriptions of what each URL provides.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    range: string
    multivalued: true
  data_provision_mechanisms:
    name: data_provision_mechanisms
    description: How the source distributes their data (file download, API endpoints,
      database dump).
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    range: ProvisionMechanismEnum
    multivalued: true
  data_formats:
    name: data_formats
    description: The format(s) in which the data is serialized for retrieval and use.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    range: DataFormatEnum
    multivalued: true
  data_versioning_and_releases:
    name: data_versioning_and_releases
    description: A description of how releases are versioned and managed by the source
      (e.g. general approach, frequency, other important considerations). May also
      include links to web pages describing such information.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    range: string
    multivalued: false
  additional_notes:
    name: additional_notes
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - SourceInformation
    - IngestInformation
    - TargetInformation
    - EdgeType
    - NodeType
    range: string