Skip to content

Class: Extent

Physical length or size of the described object. See also: FIAF Moving Image Cataloguing Manual 2.3.5.2, 3.1.5.8

URI: avefi:Extent

 classDiagram
    class Extent
    click Extent href "../Extent"
      Extent : has_precision




    Extent --> "0..1" PrecisionEnum : has_precision
    click PrecisionEnum href "../PrecisionEnum"


      Extent : has_unit




    Extent --> "1" UnitEnum : has_unit
    click UnitEnum href "../UnitEnum"


      Extent : has_value

Slots

Name Cardinality and Range Description Inheritance
has_unit 1
UnitEnum
Unit of some quantity direct
has_value 1
Decimal
Value of some quantity direct
has_precision 0..1
PrecisionEnum
Qualifier indicating the precision of an extent value or duration direct

Usages

used by used in type used
ManifestationOrItem has_extent range Extent
Manifestation has_extent range Extent
Item has_extent range Extent

Identifier and Mapping Information

Annotations

property value
pid 21.T11969/9e169a9a3af6df0758ed

Schema Source

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

Mappings

Mapping Type Mapped Value
self avefi:Extent
native avefi:Extent

LinkML Source

Direct

name: Extent
annotations:
  pid:
    tag: pid
    value: 21.T11969/9e169a9a3af6df0758ed
description: 'Physical length or size of the described object. See also: FIAF Moving
  Image Cataloguing Manual 2.3.5.2, 3.1.5.8'
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
structured_aliases:
  Länge / Größe:
    literal_form: Länge / Größe
    in_language: de
  Extent:
    literal_form: Extent
    in_language: en
rank: 35
slots:
- has_unit
- has_value
- has_precision

Induced

name: Extent
annotations:
  pid:
    tag: pid
    value: 21.T11969/9e169a9a3af6df0758ed
description: 'Physical length or size of the described object. See also: FIAF Moving
  Image Cataloguing Manual 2.3.5.2, 3.1.5.8'
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
structured_aliases:
  Länge / Größe:
    literal_form: Länge / Größe
    in_language: de
  Extent:
    literal_form: Extent
    in_language: en
rank: 35
attributes:
  has_unit:
    name: has_unit
    description: Unit of some quantity
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 26
    alias: has_unit
    owner: Extent
    domain_of:
    - Extent
    range: UnitEnum
    required: true
  has_value:
    name: has_value
    description: Value of some quantity
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 25
    alias: has_value
    owner: Extent
    domain_of:
    - Duration
    - Extent
    range: Decimal
    required: true
  has_precision:
    name: has_precision
    description: Qualifier indicating the precision of an extent value or duration
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 26
    alias: has_precision
    owner: Extent
    domain_of:
    - Duration
    - Extent
    range: PrecisionEnum