Class: GeographicName
Name of country, region or other location. Names should be taken from appropriate authorities (e.g. GND) and recorded as a human readable string in the name attribute and as linked data in the same_as attribute. See also: FIAF Moving Image Cataloguing Manual 1.3.3, D.4
URI: avefi:GeographicName
 classDiagram
    class GeographicName
    click GeographicName href "../GeographicName/"
      CategorizedThing <|-- GeographicName
        click CategorizedThing href "../CategorizedThing/"
      GeographicName : category
      GeographicName : has_alternate_name
      GeographicName : has_name
      GeographicName : same_as
        GeographicName --> "*" AuthorityResource : same_as
        click AuthorityResource href "../AuthorityResource/"
Inheritance
- CategorizedThing- GeographicName
 
Slots
| Name | Cardinality and Range | Description | Inheritance | 
|---|---|---|---|
| has_alternate_name | * TextLine | Alternative human-readable name(s) for a thing. | direct | 
| has_name | 1 TextLine | Human-readable name for a thing. | direct | 
| same_as | * AuthorityResource or GNDResource or TGNResource or VIAFResource or WikidataResource | See AuthorityResource doucmentation for accepted identifiers | direct | 
| category | 1 AVefiCurie | Designates type, e.g. to distinguish different identifiers (GNDResource vs. | CategorizedThing | 
Usages
| used by | used in | type | used | 
|---|---|---|---|
| WorkVariant | has_subject | any_of[range] | GeographicName | 
| Event | located_in | range | GeographicName | 
| ProductionEvent | located_in | range | GeographicName | 
| PreservationEvent | located_in | range | GeographicName | 
| PublicationEvent | located_in | range | GeographicName | 
| ManufactureEvent | located_in | range | GeographicName | 
| RightsCopyrightRegistrationEvent | located_in | range | GeographicName | 
Identifier and Mapping Information
Annotations
| property | value | 
|---|---|
| pid | 21.T11969/bacbc4ae5eb2ac96982c | 
Schema Source
- from schema: https://www.av-efi.net/av-efi-schema/model
Mappings
| Mapping Type | Mapped Value | 
|---|---|
| self | avefi:GeographicName | 
| native | avefi:GeographicName | 
| related | fiaf:Country, fiaf:Location | 
LinkML Source
Direct
name: GeographicName
annotations:
  pid:
    tag: pid
    value: 21.T11969/bacbc4ae5eb2ac96982c
description: 'Name of country, region or other location. Names should be taken from
  appropriate authorities (e.g. GND) and recorded as a human readable string in the
  name attribute and as linked data in the same_as attribute. See also: FIAF Moving
  Image Cataloguing Manual 1.3.3, D.4'
in_subset:
- TypeRegistrySubset
from_schema: https://www.av-efi.net/av-efi-schema/model
related_mappings:
- fiaf:Country
- fiaf:Location
rank: 12
is_a: CategorizedThing
slots:
- has_alternate_name
- has_name
- same_as
slot_usage:
  same_as:
    name: same_as
    annotations:
      pid:
        tag: pid
        value: 21.T11969/dd35cd4d748c1785083a
    in_subset:
    - TypeRegistrySubset
    any_of:
    - range: GNDResource
    - range: TGNResource
    - range: VIAFResource
    - range: WikidataResource
Induced
name: GeographicName
annotations:
  pid:
    tag: pid
    value: 21.T11969/bacbc4ae5eb2ac96982c
description: 'Name of country, region or other location. Names should be taken from
  appropriate authorities (e.g. GND) and recorded as a human readable string in the
  name attribute and as linked data in the same_as attribute. See also: FIAF Moving
  Image Cataloguing Manual 1.3.3, D.4'
in_subset:
- TypeRegistrySubset
from_schema: https://www.av-efi.net/av-efi-schema/model
related_mappings:
- fiaf:Country
- fiaf:Location
rank: 12
is_a: CategorizedThing
slot_usage:
  same_as:
    name: same_as
    annotations:
      pid:
        tag: pid
        value: 21.T11969/dd35cd4d748c1785083a
    in_subset:
    - TypeRegistrySubset
    any_of:
    - range: GNDResource
    - range: TGNResource
    - range: VIAFResource
    - range: WikidataResource
attributes:
  has_alternate_name:
    name: has_alternate_name
    description: Alternative human-readable name(s) for a thing. Whereas has_name
      provides the preferred display name for the described entity, alternatives can
      be recorded here in order to be indexed in search engines, for instance
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 10
    slot_uri: schema:alternateName
    alias: has_alternate_name
    owner: GeographicName
    domain_of:
    - GeographicName
    - Genre
    - Subject
    - Agent
    range: TextLine
    multivalued: true
  has_name:
    name: has_name
    description: Human-readable name for a thing. This is to be treated as the preferred
      display label in a UI context, whereas has_alternate_name can provide additional
      terms, e.g. for matching in search operations
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 4
    slot_uri: schema:name
    alias: has_name
    owner: GeographicName
    domain_of:
    - GeographicName
    - Genre
    - Subject
    - Agent
    - Title
    range: TextLine
    required: true
  same_as:
    name: same_as
    annotations:
      pid:
        tag: pid
        value: 21.T11969/dd35cd4d748c1785083a
    description: See [AuthorityResource doucmentation](AuthorityResource.md) for accepted
      identifiers
    in_subset:
    - TypeRegistrySubset
    from_schema: https://www.av-efi.net/av-efi-schema/model
    rank: 5
    alias: same_as
    owner: GeographicName
    domain_of:
    - MovingImageRecord
    - GeographicName
    - Genre
    - Subject
    - Agent
    range: AuthorityResource
    multivalued: true
    inlined: true
    inlined_as_list: true
    any_of:
    - range: GNDResource
    - range: TGNResource
    - range: VIAFResource
    - range: WikidataResource
  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: GeographicName
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true