Skip to content

Class: Schema Based Thing

A mixin used in classes that contain schema based values, such as the classifications used to denote the academic field of an event or the external identifiers used to denote 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
Schema Value xsd:string 0..1 A property to provide the literal value of a schema based entity.
Schema Name xsd:string 0..1 A property to provide the name of a schema.
External formatter URI xsd:anyURI 0..1 The base URI of the schema that provides the context for the schema based value.

Mappings

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

LinkML Source

name: SchemaBasedThing
description: A mixin used in classes that contain schema based values, such as the
  classifications used to denote the academic field of an event or the external identifiers
  used to denote a thing.
title: Schema Based Thing
from_schema: https://raw.githubusercontent.com/TIBHannover/ConfIDent_schema/main/src/ConfIDent_schema/schema/ConfIDent_schema.yaml
rank: 1000
mixin: true
slots:
- schema_value
- schema_name
- schema_base_uri