None (schema class)
A node in the unioned everycure matrix graph.
URI: matrix_schema:UnionedNode
Attributes
| Name | Description | Cardinality and Range |
|---|---|---|
| id | A unique identifier for a thing | 1 Uriorcurie |
| name | Human-readable name of the entity. | 0..1 String |
| category | Biolink category of the entity. | 1 NodeCategoryEnum |
| description | Detailed description of the entity. | 0..1 String |
| equivalent_identifiers | List of equivalent identifiers for the entity. | * String |
| all_categories | All categories associated with the entity. | * NodeCategoryEnum |
| publications | Publications associated with the entity. | * String |
| labels | Alternative labels for the entity. | * String |
| international_resource_identifier | IRI of the entity. | 0..1 String |
| upstream_data_source | Sources from which this entity's data originates. | * String |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/everycure-org/matrix-schema
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | matrix_schema:UnionedNode |
| native | matrix_schema:UnionedNode |
LinkML Source
Direct
name: UnionedNode
description: A node in the unioned everycure matrix graph.
from_schema: https://w3id.org/everycure-org/matrix-schema
is_a: MatrixNode
Induced
name: UnionedNode
description: A node in the unioned everycure matrix graph.
from_schema: https://w3id.org/everycure-org/matrix-schema
is_a: MatrixNode
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
slot_uri: schema:identifier
identifier: true
alias: id
owner: UnionedNode
domain_of:
- MatrixNode
range: uriorcurie
required: true
name:
name: name
description: Human-readable name of the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: name
owner: UnionedNode
domain_of:
- MatrixNode
range: string
category:
name: category
description: Biolink category of the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: category
owner: UnionedNode
domain_of:
- MatrixNode
range: NodeCategoryEnum
required: true
description:
name: description
description: Detailed description of the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: description
owner: UnionedNode
domain_of:
- MatrixNode
range: string
equivalent_identifiers:
name: equivalent_identifiers
description: List of equivalent identifiers for the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: equivalent_identifiers
owner: UnionedNode
domain_of:
- MatrixNode
range: string
multivalued: true
all_categories:
name: all_categories
description: All categories associated with the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: all_categories
owner: UnionedNode
domain_of:
- MatrixNode
range: NodeCategoryEnum
multivalued: true
publications:
name: publications
description: Publications associated with the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: publications
owner: UnionedNode
domain_of:
- MatrixNode
- MatrixEdge
range: string
multivalued: true
labels:
name: labels
description: Alternative labels for the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: labels
owner: UnionedNode
domain_of:
- MatrixNode
range: string
multivalued: true
international_resource_identifier:
name: international_resource_identifier
description: IRI of the entity.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: international_resource_identifier
owner: UnionedNode
domain_of:
- MatrixNode
range: string
upstream_data_source:
name: upstream_data_source
description: Sources from which this entity's data originates.
from_schema: https://w3id.org/everycure-org/matrix-schema
rank: 1000
alias: upstream_data_source
owner: UnionedNode
domain_of:
- MatrixNode
- MatrixEdge
range: string
multivalued: true