Class: NamedThing
A generic grouping for any identifiable entity
URI: schema:Thing
 classDiagram
      NamedThing <|-- Person
      NamedThing : description
      NamedThing : id
      NamedThing : name
Inheritance
- NamedThing
Slots
| Name | Cardinality and Range | Description | 
|---|---|---|
| id | 1..1 xsd:anyURI | A unique identifier for a thing | 
| name | 0..1 xsd:string | A human-readable name for a thing | 
| description | 0..1 xsd:string | A human-readable description for a thing | 
Usages
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/turbomam/sheets-for-person-schema
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | ['schema:Thing'] | 
| native | ['sheets_for_person_schema:NamedThing'] | 
LinkML Specification
Direct
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/turbomam/sheets-for-person-schema
rank: 1000
slots:
- id
- name
- description
class_uri: schema:Thing
Induced
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/turbomam/sheets-for-person-schema
rank: 1000
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/turbomam/sheets-for-person-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/turbomam/sheets-for-person-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/turbomam/sheets-for-person-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    range: string
class_uri: schema:Thing