Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ classes:
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
data used to create the ingested knowledge. Source files that contain data not used to created
knowledge need not be listed or described.
range: RelevantFiles
multivalued: true
Expand Down Expand Up @@ -339,7 +339,7 @@ classes:
node_type_info:
description: >-
A description of each type of node created in the target knowledge graph by this ingest, in terms of
the high-level Biolink categor(ies) of nodes as assumed or assigned by ingestors.
the high-level Biolink categories of nodes as assumed or assigned by ingestors.
Note however that downstream normalization of node identifiers may result in new/different categories
ultimately being assigned in the final graph.
range: NodeType
Expand Down Expand Up @@ -436,7 +436,7 @@ classes:
Qualifier:
description: >-
A qualifier property + value tuple that specifies a type of qualifier and value that may be applied to a Statement.
Qualfied predicates are considered qualifiers and captured here as well. Values can be specified to come from a
Qualified predicates are considered qualifiers and captured here as well. Values can be specified to come from a
proper range (e.g. Biolink class, data type, or enum), come from an enumerated list, use a specific id prefix,
and/or conform informally to a free-text description.
attributes:
Expand All @@ -448,7 +448,7 @@ classes:
required: true
value_range:
description: >-
The Biolink class(es) or type(s) that specifies the kind of calue the qualifier property takes,
The Biolink class(es) or type(s) that specifies the kind of value the qualifier property takes,
Reported as the name of a Biolink class, enumeration, or data type, as appropriate.
e.g. "biolink:Disease", "biolink:GeneOrGeneProductOrChemicalEntityAspectEnum", "biolink:string"
range: uriorcurie
Expand All @@ -462,13 +462,13 @@ classes:
multivalued: true
value_id_prefixes:
description: >-
One or more id prefixes from which the qualifier value mush come. e.g. "HP" if the qualifier must be a
One or more id prefixes from which the qualifier value must come. e.g. "HP" if the qualifier must be a
Human Phenotype Ontology term.
range: string
multivalued: true
value_description:
description: >-
A free text description of the tyeps of value allowed for the qualifier.
A free text description of the types of value allowed for the qualifier.
range: string
NodeType:
description: >-
Expand Down
Loading