Class: NamedThing
A generic grouping for any identifiable entity
URI: schema:Thing
classDiagram
class NamedThing
NamedThing <|-- MaterialEntity
NamedThing <|-- PlannedProcess
NamedThing <|-- Agent
NamedThing : description
NamedThing : id
NamedThing : name
Inheritance
- NamedThing
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
id | 1..1 xsd:anyURI |
A unique identifier for a thing | direct |
name | 0..1 NONE |
A human-readable name for a thing | direct |
description | 0..1 NONE |
A human-readable description for a thing | direct |
Usages
used by | used in | type | used |
---|---|---|---|
PlannedProcess | has_inputs | range | NamedThing |
PlannedProcess | has_outputs | range | NamedThing |
DataListCollection | nt_list | range | NamedThing |
Identifier and Mapping Information
Schema Source
- from schema: https://example.com/cleanroom-schema/cleanroom-schema
Mappings
Mapping Type | Mapped Value |
---|---|
self | schema:Thing |
native | cleanroom_schema:NamedThing |
LinkML Source
Direct
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://example.com/cleanroom-schema/cleanroom-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://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
attributes:
id:
name: id
description: A unique identifier for a thing
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
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://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
alias: name
owner: NamedThing
domain_of:
- NamedThing
range: string
description:
name: description
description: A human-readable description for a thing
from_schema: https://example.com/cleanroom-schema/cleanroom-schema
rank: 1000
alias: description
owner: NamedThing
domain_of:
- NamedThing
range: string
class_uri: schema:Thing