Skip to content

Class: NamedThing

A generic grouping for any identifiable entity with an id, name, and description. Provided as a convenience base class; entity schemas are not required to extend it.

URI: schema:Thing

 classDiagram
    class NamedThing
    click NamedThing href "../NamedThing/"
      NamedThing : description

      NamedThing : id

      NamedThing : name

Class Properties

Property Value
Class URI schema:Thing

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for the entity direct
name 0..1
String
A human-readable name for a thing direct
description 0..1
String
A human-readable description for a thing direct

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

Mappings

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

LinkML Source

Direct

name: NamedThing
description: A generic grouping for any identifiable entity with an id, name, and
  description. Provided as a convenience base class; entity schemas are not required
  to extend it.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
slots:
- id
- name
- description
class_uri: schema:Thing

Induced

name: NamedThing
description: A generic grouping for any identifiable entity with an id, name, and
  description. Provided as a convenience base class; entity schemas are not required
  to extend it.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
attributes:
  id:
    name: id
    description: A unique identifier for the entity.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    - SocialOrganisation
    - Actor
    - StorageLocation
    - DonationSource
    - DonationCollection
    - DonationItem
    - DemandSignal
    - Campaign
    - ProvenanceRecord
    range: uriorcurie
  name:
    name: name
    description: A human-readable name for a thing.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    - SocialOrganisation
    range: string
  description:
    name: description
    description: A human-readable description for a thing.
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    - Campaign
    range: string
class_uri: schema:Thing