Class: MovingImageResource
Either a persistent or local identifier for AVefi compliant moving image records. See subclasses for details
- NOTE: this is an abstract class and should not be instantiated directly
URI: avefi:MovingImageResource
 classDiagram
    class MovingImageResource
    click MovingImageResource href "../MovingImageResource/"
      AuthorityResource <|-- MovingImageResource
        click AuthorityResource href "../AuthorityResource/"
      MovingImageResource <|-- AVefiResource
        click AVefiResource href "../AVefiResource/"
      MovingImageResource <|-- LocalResource
        click LocalResource href "../LocalResource/"
      MovingImageResource : category
      MovingImageResource : id
Inheritance
- CategorizedThing- AuthorityResource- MovingImageResource
 
 
- AuthorityResource
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| id | 1 IDString | A unique identifier for a thing | AuthorityResource | 
| category | 1 AVefiCurie | Designates type, e.g. to distinguish different identifiers (GNDResource vs. | CategorizedThing | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| MovingImageRecord | has_identifier | range | MovingImageResource | 
| WorkVariant | is_part_of | range | MovingImageResource | 
| WorkVariant | is_variant_of | range | MovingImageResource | 
| WorkVariant | has_identifier | range | MovingImageResource | 
| ManifestationOrItem | has_identifier | range | MovingImageResource | 
| Manifestation | has_item | range | MovingImageResource | 
| Manifestation | is_manifestation_of | range | MovingImageResource | 
| Manifestation | has_identifier | range | MovingImageResource | 
| Manifestation | same_as | any_of[range] | MovingImageResource | 
| Item | is_copy_of | any_of[range] | MovingImageResource | 
| Item | is_derivative_of | range | MovingImageResource | 
| Item | is_item_of | range | MovingImageResource | 
| Item | has_identifier | range | MovingImageResource | 
| Item | same_as | any_of[range] | MovingImageResource | 
Identifier and Mapping Information
Annotations
| property | value | 
|---|---|
| trunk_pid | 21.T11969/e15fa59d1733320642b6 | 
| pid | 21.T11969/efb65a41ee9d746a5e69 | 
Schema Source
- from schema: https://www.av-efi.net/av-efi-schema/model
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | avefi:MovingImageResource | 
| native | avefi:MovingImageResource | 
LinkML Source
Direct
name: MovingImageResource
annotations:
  trunk_pid:
    tag: trunk_pid
    value: 21.T11969/e15fa59d1733320642b6
  pid:
    tag: pid
    value: 21.T11969/efb65a41ee9d746a5e69
description: Either a persistent or local identifier for AVefi compliant moving image
  records. See subclasses for details
from_schema: https://www.av-efi.net/av-efi-schema/model
rank: 1000
is_a: AuthorityResource
abstract: true
Induced
name: MovingImageResource
annotations:
  trunk_pid:
    tag: trunk_pid
    value: 21.T11969/e15fa59d1733320642b6
  pid:
    tag: pid
    value: 21.T11969/efb65a41ee9d746a5e69
description: Either a persistent or local identifier for AVefi compliant moving image
  records. See subclasses for details
from_schema: https://www.av-efi.net/av-efi-schema/model
rank: 1000
is_a: AuthorityResource
abstract: true
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 5
    alias: id
    owner: MovingImageResource
    domain_of:
    - AuthorityResource
    range: IDString
    required: true
  category:
    name: category
    description: Designates type, e.g. to distinguish different identifiers (GNDResource
      vs. VIAFResource)
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 1
    slot_uri: rdf:type
    designates_type: true
    alias: category
    owner: MovingImageResource
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true