Skip to content

Class: FutureContentConsiderations

Description: A structure for collecting notes about content additions or changes to consider in future iterations of this ingest. Create separate objects for each distinct consideration, and indicate if it relates to content that will be captured as Edges, Node Properties, or Edge Properties in the target knowledge graph.
classDiagram class FutureContentConsiderations FutureContentConsiderations : category FutureContentConsiderations --|> ContentCategoryEnum : category FutureContentConsiderations : consideration FutureContentConsiderations : relevant_files

Slots

Name Cardinality and Range Inheritance Examples
category:
The category of content described by a given consideration, based on how the content will be represented in the target graph (e.g. "Edges", 'Node Properties", "Edge Properties").
1
ContentCategoryEnum
direct
consideration:
A description of what additional content should be considered and why.
1
String
direct
relevant_files:
A list of the relevant source file or files that provide the considered content.
0..1
String
direct

Usages

used by used in type used
IngestInformation future_considerations range FutureContentConsiderations

LinkML Source

name: FutureContentConsiderations
description: A structure for collecting notes about content additions or changes to
  consider in future iterations of this ingest. Create separate objects for each distinct
  consideration, and indicate if it relates to  content that will be captured as Edges,
  Node Properties, or Edge Properties in the target knowledge graph.
from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
attributes:
  category:
    name: category
    description: The category of content described by a given consideration, based
      on how the content will be represented in the target graph (e.g. "Edges", 'Node
      Properties",  "Edge Properties").
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - FutureContentConsiderations
    - FutureModelingConsiderations
    range: ContentCategoryEnum
    required: true
  consideration:
    name: consideration
    description: A description of what additional content should be considered and
      why.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - FutureContentConsiderations
    - FutureModelingConsiderations
    range: string
    required: true
  relevant_files:
    name: relevant_files
    description: A list of the relevant source file or files that provide the considered
      content.
    from_schema: https://w3id.org/biolink/resource-ingest-guide-schema
    domain_of:
    - IngestInformation
    - FutureContentConsiderations
    range: string