Skip to content

Class: LocalResource

Some identifier used by data provider to represent relations between work/variant, manifestation and item when PIDs have not been assigned yet. On ingest into AVefi, these identifiers will be replaced by the generated PIDs

URI: avefi:LocalResource

 classDiagram
    class LocalResource
    click LocalResource href "../LocalResource"
      MovingImageResource <|-- LocalResource
        click MovingImageResource href "../MovingImageResource"

      LocalResource : category

      LocalResource : id

Inheritance

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

Examples

Value
some_fairly/arbitrary-string%for+1.work
id_for_manifestation

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: LocalResource
description: Some identifier used by data provider to represent relations between
  work/variant, manifestation and item when PIDs have not been assigned yet. On ingest
  into AVefi, these identifiers will be replaced by the generated PIDs
notes:
- Not to be implemented in DTR
examples:
- value: some_fairly/arbitrary-string%for+1.work
  description: Local / temporary identifier for work record
- value: id_for_manifestation
  description: Local / temporary identifier for manifestation record
from_schema: https://github.io/av-efi-schema/model
rank: 51
is_a: MovingImageResource

Induced

name: LocalResource
description: Some identifier used by data provider to represent relations between
  work/variant, manifestation and item when PIDs have not been assigned yet. On ingest
  into AVefi, these identifiers will be replaced by the generated PIDs
notes:
- Not to be implemented in DTR
examples:
- value: some_fairly/arbitrary-string%for+1.work
  description: Local / temporary identifier for work record
- value: id_for_manifestation
  description: Local / temporary identifier for manifestation record
from_schema: https://github.io/av-efi-schema/model
rank: 51
is_a: MovingImageResource
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    in_subset:
    - TypeRegistrySubset
    from_schema: https://github.io/av-efi-schema/model
    rank: 5
    alias: id
    owner: LocalResource
    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://github.io/av-efi-schema/model
    rank: 1
    slot_uri: rdf:type
    designates_type: true
    alias: category
    owner: LocalResource
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true