Skip to content

Class: NamedEntity

Generic named entity used as a lightweight semantic root for serializable objects.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: reactome:NamedEntity

 classDiagram
    class NamedEntity
    click NamedEntity href "../NamedEntity/"
      NamedEntity <|-- DatabaseObject
        click DatabaseObject href "../DatabaseObject/"

      NamedEntity : description

      NamedEntity : id

      NamedEntity : name

Inheritance

Class Properties

Property Value
Class URI reactome:NamedEntity

Slots

Name Cardinality and Range Description Inheritance
id 1
String
Unique identifier for an instance in the serialized dataset direct
name 0..1
String
Human-readable primary label for an object direct
description 0..1
String
Free-text textual description of an object direct

Comments

  • Provides reusable identifier, naming, and descriptive slots independent of the Reactome-specific hierarchy.

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/reactome-ontology

Mappings

Mapping Type Mapped Value
self reactome:NamedEntity
native reactome:NamedEntity

LinkML Source

Direct

name: named_entity
description: Generic named entity used as a lightweight semantic root for serializable
  objects.
comments:
- Provides reusable identifier, naming, and descriptive slots independent of the Reactome-specific
  hierarchy.
from_schema: https://w3id.org/reactome-ontology
abstract: true
slots:
- id
- name
- description
class_uri: reactome:NamedEntity

Induced

name: named_entity
description: Generic named entity used as a lightweight semantic root for serializable
  objects.
comments:
- Provides reusable identifier, naming, and descriptive slots independent of the Reactome-specific
  hierarchy.
from_schema: https://w3id.org/reactome-ontology
abstract: true
attributes:
  id:
    name: id
    description: Unique identifier for an instance in the serialized dataset.
    comments:
    - This may be a local identifier, CURIE, URI, or other serialization key.
    from_schema: https://w3id.org/reactome-ontology
    rank: 1000
    slot_uri: dcterms:identifier
    identifier: true
    alias: id
    owner: named_entity
    domain_of:
    - named_entity
    range: string
    required: true
  name:
    name: name
    description: Human-readable primary label for an object.
    comments:
    - Generic reusable naming slot for schema-wide use.
    from_schema: https://w3id.org/reactome-ontology
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: named_entity
    domain_of:
    - named_entity
    range: string
  description:
    name: description
    description: Free-text textual description of an object.
    comments:
    - Can hold editorial notes, plain-language explanations, or short summaries.
    from_schema: https://w3id.org/reactome-ontology
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: named_entity
    domain_of:
    - named_entity
    range: string
    multivalued: false
class_uri: reactome:NamedEntity