@biblioteksentralen/cordata
    Preparing search index...

    Interface Concept

    Concepts are one of the building blocks that make up Subjects.

    Unlike SKOS concepts, which cover anything a work can be about, Cordata Concepts are limited to concepts that do not fall under one of the more narrow categories Person, Collective Agent, Place, Genre, Work, or Individual Concept.

    interface Concept {
        _transformWarnings?: CordataTransformWarning[];
        alternativeNames: LanguageMapList;
        identifiers: { bibbiAuthorityId?: string };
        name: LanguageMap;
    }
    Index

    Properties

    _transformWarnings?: CordataTransformWarning[]

    Warnings from the Cordata transformation process.

    alternativeNames: LanguageMapList

    Alternative name for the concept, e.g. "Swine" for "Pigs".

    identifiers: { bibbiAuthorityId?: string }

    Map of identifiers for matching records in external systems.

    Type declaration

    • OptionalbibbiAuthorityId?: string

      Identifier assigned by Biblioteksentralen for authority records. Unique for all authorities independent of type.

    The preferred name of the concept. Currently registered in Norwegian bokmål and nynorsk.