Skip to content

Class: Named Thing

A mixin used to provide the attributes needed for the identification of a thing.

  • NOTE: this is a mixin class intended to be used in combination with other classes, and not used directly

Slots

Name Range Cardinality Description
ID xsd:anyURI 1..1 A property to provide an internal id of a schema entity in the ConfIDent plattform.
Name xsd:string 0..1 A property to provide a name of a schema entity.
External ID External ID 0..* A property to provide an external id of a schema entity.

Mappings

Mapping Type Mapped Value
self ['confident:NamedThing']
native ['confident:NamedThing']

LinkML Source

name: NamedThing
description: A mixin used to provide the attributes needed for the identification
  of a thing.
title: Named Thing
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
mixin: true
slots:
- id
- name
- external_id