Skip to content

Class: PreservationEvent

Preservation event originating a manifestation or possibly a vaniant. Always specify the type of event and if possible a date or a period of time via has_date. Specify located_in as appropriate. Involved parties in various roles can be linked via has_activity. See also: FIAF Moving Image Cataloguing Manual D.4.5

URI: avefi:PreservationEvent

 classDiagram
    class PreservationEvent
    click PreservationEvent href "../PreservationEvent"
      Event <|-- PreservationEvent
        click Event href "../Event"

      PreservationEvent : category

      PreservationEvent : has_activity




    PreservationEvent --> "1..*" ManifestationActivity : has_activity
    click ManifestationActivity href "../ManifestationActivity"


      PreservationEvent : has_date

      PreservationEvent : located_in




    PreservationEvent --> "*" GeographicName : located_in
    click GeographicName href "../GeographicName"


      PreservationEvent : type




    PreservationEvent --> "1" PreservationEventTypeEnum : type
    click PreservationEventTypeEnum href "../PreservationEventTypeEnum"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1
PreservationEventTypeEnum
See specific class documentation for controlled vocabulary applicable to the type slot, respectively direct
has_activity 1..*
ManifestationActivity
Associate activity (and subsequently agents) with event Event
has_date 0..1
ISODate
Date (or interval/period) when an event has taken place. Event
located_in *
GeographicName
Location associated with an event, e.g. the country where the principal offices or production facilities of the production company are located should be associated with the production event Event
category 1
AVefiCurie
Designates type, e.g. to distinguish different identifiers (GNDResource vs. CategorizedThing

Identifier and Mapping Information

Annotations

property value
pid 21.T11969/267f87868c98b2157407

Schema Source

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

Mappings

Mapping Type Mapped Value
self avefi:PreservationEvent
native avefi:PreservationEvent
close fiaf:PreservationEvent

LinkML Source

Direct

name: PreservationEvent
annotations:
  pid:
    tag: pid
    value: 21.T11969/267f87868c98b2157407
description: 'Preservation event originating a manifestation or possibly a vaniant.
  Always specify the type of event and if possible a date or a period of time via
  has_date. Specify located_in as appropriate. Involved parties in various roles can
  be linked via has_activity. See also: FIAF Moving Image Cataloguing Manual D.4.5'
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
close_mappings:
- fiaf:PreservationEvent
rank: 13
is_a: Event
slots:
- type
slot_usage:
  has_activity:
    name: has_activity
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - Event
    range: ManifestationActivity
    required: true
  type:
    name: type
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - WorkVariant
    - Activity
    - Agent
    - ProductionEvent
    - PreservationEvent
    - PublicationEvent
    - ManufactureEvent
    - Title
    - Format
    range: PreservationEventTypeEnum
    required: true

Induced

name: PreservationEvent
annotations:
  pid:
    tag: pid
    value: 21.T11969/267f87868c98b2157407
description: 'Preservation event originating a manifestation or possibly a vaniant.
  Always specify the type of event and if possible a date or a period of time via
  has_date. Specify located_in as appropriate. Involved parties in various roles can
  be linked via has_activity. See also: FIAF Moving Image Cataloguing Manual D.4.5'
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
close_mappings:
- fiaf:PreservationEvent
rank: 13
is_a: Event
slot_usage:
  has_activity:
    name: has_activity
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - Event
    range: ManifestationActivity
    required: true
  type:
    name: type
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - WorkVariant
    - Activity
    - Agent
    - ProductionEvent
    - PreservationEvent
    - PublicationEvent
    - ManufactureEvent
    - Title
    - Format
    range: PreservationEventTypeEnum
    required: true
attributes:
  type:
    name: type
    description: See specific class documentation for controlled vocabulary applicable
      to the type slot, respectively
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 5
    alias: type
    owner: PreservationEvent
    domain_of:
    - WorkVariant
    - Activity
    - Agent
    - ProductionEvent
    - PreservationEvent
    - PublicationEvent
    - ManufactureEvent
    - Title
    - Format
    range: PreservationEventTypeEnum
    required: true
  has_activity:
    name: has_activity
    description: Associate activity (and subsequently agents) with event
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 8
    multivalued: true
    alias: has_activity
    owner: PreservationEvent
    domain_of:
    - Event
    range: ManifestationActivity
    required: true
    inlined: true
    inlined_as_list: true
  has_date:
    name: has_date
    description: Date (or interval/period) when an event has taken place. A subset
      of ISO 8601 is supported, more specifically, EDTF conformance level 0 as well
      as qualifiers ? (uncertain date) and ~ (approximate date). See type ISODate
      definition for details
    notes:
    - https://www.w3.org/TR/xmlschema11-2/#date
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 7
    alias: has_date
    owner: PreservationEvent
    domain_of:
    - Event
    range: ISODate
  located_in:
    name: located_in
    description: Location associated with an event, e.g. the country where the principal
      offices or production facilities of the production company are located should
      be associated with the production event
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 7
    multivalued: true
    alias: located_in
    owner: PreservationEvent
    domain_of:
    - Event
    range: GeographicName
    inlined: true
    inlined_as_list: true
  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: PreservationEvent
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true