Skip to content

None (schema class)

A node in the Biolink knowledge graph.

URI: matrix_schema:MatrixNode

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

Usages

used by used in type used
MatrixNodeList nodes range MatrixNode

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/everycure-org/matrix-schema

Mappings

Mapping Type Mapped Value
self matrix_schema:MatrixNode
native matrix_schema:MatrixNode

LinkML Source

Direct

name: MatrixNode
description: A node in the Biolink knowledge graph.
from_schema: https://w3id.org/everycure-org/matrix-schema
slots:
- id
- name
- category
- description
- equivalent_identifiers
- all_categories
- publications
- labels
- international_resource_identifier
- upstream_data_source
slot_usage:
  category:
    name: category
    required: true
  id:
    name: id
    identifier: true
    required: true
unique_keys:
  unique_id:
    unique_key_name: unique_id
    unique_key_slots:
    - id

Induced

name: MatrixNode
description: A node in the Biolink knowledge graph.
from_schema: https://w3id.org/everycure-org/matrix-schema
slot_usage:
  category:
    name: category
    required: true
  id:
    name: id
    identifier: true
    required: true
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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    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: MatrixNode
    domain_of:
    - MatrixNode
    - MatrixEdge
    range: string
    multivalued: true
unique_keys:
  unique_id:
    unique_key_name: unique_id
    unique_key_slots:
    - id