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
- CategorizedThing- AuthorityResource- MovingImageResource- LocalResource
 
 
- 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 | 
Examples
| Value | Description | 
|---|---|
| some_fairly/arbitrary-string%for+1.work | Local / temporary identifier for work record | 
| id_for_manifestation | Local / temporary identifier for manifestation record | 
Identifier and Mapping Information
Schema Source
- from schema: https://www.av-efi.net/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://www.av-efi.net/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://www.av-efi.net/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://www.av-efi.net/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://www.av-efi.net/av-efi-schema/model
    rank: 1
    slot_uri: rdf:type
    designates_type: true
    alias: category
    owner: LocalResource
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true