Skip to content

Class: PublicationEvent

Publication event of a manifestation or possibly the first known publication of a work. Always specify the type of event and if possible a date or a period of time via has_date. Specify located_in as appropriate, e.g. the country where the manifestation was published. Involved parties in various roles can be linked via has_activity. See also: FIAF Moving Image Cataloguing Manual D.4.1

URI: avefi:PublicationEvent

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

      PublicationEvent : category

      PublicationEvent : has_activity




    PublicationEvent --> "*" ManifestationActivity : has_activity
    click ManifestationActivity href "../ManifestationActivity"


      PublicationEvent : has_date

      PublicationEvent : located_in




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


      PublicationEvent : type




    PublicationEvent --> "1" PublicationEventTypeEnum : type
    click PublicationEventTypeEnum href "../PublicationEventTypeEnum"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
type 1
PublicationEventTypeEnum
See specific class documentation for controlled vocabulary applicable to the type slot, respectively direct
has_activity *
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/8e1f90c97bb610491c08

Schema Source

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

Mappings

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

LinkML Source

Direct

name: PublicationEvent
annotations:
  pid:
    tag: pid
    value: 21.T11969/8e1f90c97bb610491c08
description: 'Publication event of a manifestation or possibly the first known publication
  of a work. Always specify the type of event and if possible a date or a period of
  time via has_date. Specify located_in as appropriate, e.g. the country where the
  manifestation was published. Involved parties in various roles can be linked via
  has_activity. See also: FIAF Moving Image Cataloguing Manual D.4.1'
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
close_mappings:
- fiaf:PublicationEvent
rank: 13
is_a: Event
slots:
- type
slot_usage:
  has_activity:
    name: has_activity
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - Event
    range: ManifestationActivity
  type:
    name: type
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - WorkVariant
    - Activity
    - Agent
    - ProductionEvent
    - PreservationEvent
    - PublicationEvent
    - ManufactureEvent
    - Title
    - Format
    range: PublicationEventTypeEnum
    required: true

Induced

name: PublicationEvent
annotations:
  pid:
    tag: pid
    value: 21.T11969/8e1f90c97bb610491c08
description: 'Publication event of a manifestation or possibly the first known publication
  of a work. Always specify the type of event and if possible a date or a period of
  time via has_date. Specify located_in as appropriate, e.g. the country where the
  manifestation was published. Involved parties in various roles can be linked via
  has_activity. See also: FIAF Moving Image Cataloguing Manual D.4.1'
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
close_mappings:
- fiaf:PublicationEvent
rank: 13
is_a: Event
slot_usage:
  has_activity:
    name: has_activity
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - Event
    range: ManifestationActivity
  type:
    name: type
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - WorkVariant
    - Activity
    - Agent
    - ProductionEvent
    - PreservationEvent
    - PublicationEvent
    - ManufactureEvent
    - Title
    - Format
    range: PublicationEventTypeEnum
    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: PublicationEvent
    domain_of:
    - WorkVariant
    - Activity
    - Agent
    - ProductionEvent
    - PreservationEvent
    - PublicationEvent
    - ManufactureEvent
    - Title
    - Format
    range: PublicationEventTypeEnum
    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: PublicationEvent
    domain_of:
    - Event
    range: ManifestationActivity
    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: PublicationEvent
    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: PublicationEvent
    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: PublicationEvent
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true