Skip to content

Class: NamedThing

A generic grouping for any identifiable entity.

URI: schema:Thing

classDiagram class NamedThing click NamedThing href "../NamedThing" NamedThing <|-- Entity click Entity href "../Entity" NamedThing <|-- Activity click Activity href "../Activity" NamedThing <|-- Agent click Agent href "../Agent" NamedThing : description NamedThing : identifier NamedThing : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
identifier 1
String
direct
name 0..1
String
direct
description 0..1
String
The description of the dataset direct

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/monarchinitiative/promet

Mappings

Mapping Type Mapped Value
self schema:Thing
native monarch_data:NamedThing

LinkML Source

Direct

name: NamedThing
description: A generic grouping for any identifiable entity.
from_schema: https://w3id.org/monarchinitiative/promet
slots:
- identifier
- name
- description
class_uri: schema:Thing

Induced

name: NamedThing
description: A generic grouping for any identifiable entity.
from_schema: https://w3id.org/monarchinitiative/promet
attributes:
  identifier:
    name: identifier
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: identifier
    owner: NamedThing
    domain_of:
    - NamedThing
    - Dataset
    range: string
  name:
    name: name
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: rdfs:label
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: The description of the dataset.
    from_schema: https://w3id.org/monarchinitiative/promet
    rank: 1000
    slot_uri: dcterms:description
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    - Dataset
    range: string
class_uri: schema:Thing