Skip to content

Class: CategorizedThing

Root for all classes with subclasses in this schema

  • NOTE: this is an abstract class and should not be instantiated directly

URI: avefi:CategorizedThing

 classDiagram
    class CategorizedThing
    click CategorizedThing href "../CategorizedThing"
      CategorizedThing <|-- MovingImageRecord
        click MovingImageRecord href "../MovingImageRecord"
      CategorizedThing <|-- GeographicName
        click GeographicName href "../GeographicName"
      CategorizedThing <|-- Subject
        click Subject href "../Subject"
      CategorizedThing <|-- Activity
        click Activity href "../Activity"
      CategorizedThing <|-- Agent
        click Agent href "../Agent"
      CategorizedThing <|-- Event
        click Event href "../Event"
      CategorizedThing <|-- Format
        click Format href "../Format"
      CategorizedThing <|-- AuthorityResource
        click AuthorityResource href "../AuthorityResource"

      CategorizedThing : category

Inheritance

Slots

Name Cardinality and Range Description Inheritance
category 1
AVefiCurie
Designates type, e.g. to distinguish different identifiers (GNDResource vs. direct

Usages

used by used in type used
WorkVariant has_subject range CategorizedThing

Identifier and Mapping Information

Annotations

property value
trunk_pid 21.T11969/be101407612d022cfdcc

Schema Source

  • from schema: https://github.io/av-efi-schema/model

Mappings

Mapping Type Mapped Value
self avefi:CategorizedThing
native avefi:CategorizedThing

LinkML Source

Direct

name: CategorizedThing
annotations:
  trunk_pid:
    tag: trunk_pid
    value: 21.T11969/be101407612d022cfdcc
description: Root for all classes with subclasses in this schema
from_schema: https://github.io/av-efi-schema/model
rank: 1000
abstract: true
slots:
- category

Induced

name: CategorizedThing
annotations:
  trunk_pid:
    tag: trunk_pid
    value: 21.T11969/be101407612d022cfdcc
description: Root for all classes with subclasses in this schema
from_schema: https://github.io/av-efi-schema/model
rank: 1000
abstract: true
attributes:
  category:
    name: category
    description: Designates type, e.g. to distinguish different identifiers (GNDResource
      vs. VIAFResource)
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 1
    slot_uri: rdf:type
    designates_type: true
    alias: category
    owner: CategorizedThing
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true