Skip to content

Class: NamedThing

A generic grouping for any identifiable entity

URI: schema:Thing

classDiagram class NamedThing NamedThing <|-- MaterialEntity NamedThing <|-- InformationArtifact NamedThing <|-- Process NamedThing : description NamedThing : id NamedThing : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1..1
Uriorcurie
A unique identifier for a thing 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://w3id.org/beril-model/beril-model

Mappings

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

LinkML Source

Direct

name: NamedThing
description: A generic grouping for any identifiable entity
notes:
- What kinds of things wouldn't be named? Observations that only have relations with
  types, not instances?
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
slots:
- id
- name
- description
class_uri: schema:Thing

Induced

name: NamedThing
description: A generic grouping for any identifiable entity
notes:
- What kinds of things wouldn't be named? Observations that only have relations with
  types, not instances?
from_schema: https://w3id.org/beril-model/beril-model
rank: 1000
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 1
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: NamedThing
    domain_of:
    - NamedThing
    - Person
    slot_group: identifiers
    range: uriorcurie
    required: true
    pattern: '[a-zA-Z0-9_]+:[a-zA-Z0-9_]+'
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 2
    slot_uri: schema:name
    alias: name
    owner: NamedThing
    domain_of:
    - NamedThing
    slot_group: identifiers
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/beril-model/beril-model
    rank: 3
    slot_uri: schema:description
    alias: description
    owner: NamedThing
    domain_of:
    - NamedThing
    slot_group: identifiers
    range: string
class_uri: schema:Thing