Class: Genre
Genre describes categories of Works, characterized by similar plots, themes, settings, situations, and characters. Examples of genres are “westerns” and “thrillers”. See also: FIAF Moving Image Cataloguing Manual 1.4.3 and FIAF Glossary of Filmographic Terms D.2.1
URI: avefi:Genre
 classDiagram
    class Genre
    click Genre href "../Genre/"
      Genre : has_alternate_name
      Genre : has_name
      Genre : same_as
        Genre --> "*" GNDResource : same_as
        click GNDResource href "../GNDResource/"
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| has_alternate_name | * TextLine | Alternative human-readable name(s) for a thing. | direct | 
| has_name | 1 TextLine | Human-readable name for a thing. | direct | 
| same_as | * GNDResource | See AuthorityResource doucmentation for accepted identifiers | direct | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| WorkVariant | has_genre | range | Genre | 
Identifier and Mapping Information
Annotations
| property | value | 
|---|---|
| pid | 21.T11969/e70e5ae724f625a7477f | 
Schema Source
- from schema: https://www.av-efi.net/av-efi-schema/model
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | avefi:Genre | 
| native | avefi:Genre | 
LinkML Source
Direct
name: Genre
annotations:
  pid:
    tag: pid
    value: 21.T11969/e70e5ae724f625a7477f
description: 'Genre describes categories of Works, characterized by similar plots,
  themes, settings, situations, and characters. Examples of genres are “westerns”
  and “thrillers”. See also: FIAF Moving Image Cataloguing Manual 1.4.3 and FIAF Glossary
  of Filmographic Terms D.2.1'
in_subset:
- TypeRegistrySubset
from_schema: https://www.av-efi.net/av-efi-schema/model
structured_aliases:
  Genre:
    literal_form: Genre
    in_language: default
rank: 25
slots:
- has_alternate_name
- has_name
- same_as
slot_usage:
  same_as:
    name: same_as
    in_subset:
    - TypeRegistrySubset
    range: GNDResource
Induced
name: Genre
annotations:
  pid:
    tag: pid
    value: 21.T11969/e70e5ae724f625a7477f
description: 'Genre describes categories of Works, characterized by similar plots,
  themes, settings, situations, and characters. Examples of genres are “westerns”
  and “thrillers”. See also: FIAF Moving Image Cataloguing Manual 1.4.3 and FIAF Glossary
  of Filmographic Terms D.2.1'
in_subset:
- TypeRegistrySubset
from_schema: https://www.av-efi.net/av-efi-schema/model
structured_aliases:
  Genre:
    literal_form: Genre
    in_language: default
rank: 25
slot_usage:
  same_as:
    name: same_as
    in_subset:
    - TypeRegistrySubset
    range: GNDResource
attributes:
  has_alternate_name:
    name: has_alternate_name
    description: Alternative human-readable name(s) for a thing. Whereas has_name
      provides the preferred display name for the described entity, alternatives can
      be recorded here in order to be indexed in search engines, for instance
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 10
    slot_uri: schema:alternateName
    alias: has_alternate_name
    owner: Genre
    domain_of:
    - GeographicName
    - Genre
    - Subject
    - Agent
    range: TextLine
    multivalued: true
  has_name:
    name: has_name
    description: Human-readable name for a thing. This is to be treated as the preferred
      display label in a UI context, whereas has_alternate_name can provide additional
      terms, e.g. for matching in search operations
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 4
    slot_uri: schema:name
    alias: has_name
    owner: Genre
    domain_of:
    - GeographicName
    - Genre
    - Subject
    - Agent
    - Title
    range: TextLine
    required: true
  same_as:
    name: same_as
    description: See [AuthorityResource doucmentation](AuthorityResource.md) for accepted
      identifiers
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 5
    alias: same_as
    owner: Genre
    domain_of:
    - MovingImageRecord
    - GeographicName
    - Genre
    - Subject
    - Agent
    range: GNDResource
    multivalued: true
    inlined: true
    inlined_as_list: true