Skip to content

Class: WikidataResource

Identifier for Wikidata entities. Check id slot range documentation for examples

URI: avefi:WikidataResource

 classDiagram
    class WikidataResource
    click WikidataResource href "../WikidataResource"
      AuthorityResource <|-- WikidataResource
        click AuthorityResource href "../AuthorityResource"

      WikidataResource : category

      WikidataResource : id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
WikidataID
A unique identifier for a thing AuthorityResource
category 1
AVefiCurie
Designates type, e.g. to distinguish different identifiers (GNDResource vs. CategorizedThing

See Also

Identifier and Mapping Information

Annotations

property value
pid 21.T11969/1c463f1c2cf1187356d8

Schema Source

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

Mappings

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

LinkML Source

Direct

name: WikidataResource
annotations:
  pid:
    tag: pid
    value: 21.T11969/1c463f1c2cf1187356d8
  formatter_uri_for_rdf_resource:
    tag: formatter_uri_for_rdf_resource
    value: https://www.wikidata.org/entity/$1
  formatter_url_for_web_resource:
    tag: formatter_url_for_web_resource
    value: https://www.wikidata.org/entity/$1
  provides:
    tag: provides
    value:
    - CreativeWorkIdentifier
    - PlaceIdentifier
    - OrganizationIdentifier
    - PersonIdentifier
    - SubjectHeadingIdentifier
description: Identifier for Wikidata entities. Check id slot range documentation for
  examples
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
see_also:
- https://www.wikidata.org/wiki/Wikidata:Identifiers
structured_aliases:
  Wikidata:
    literal_form: Wikidata
    in_language: default
rank: 51
is_a: AuthorityResource
slot_usage:
  id:
    name: id
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - AuthorityResource
    range: WikidataID

Induced

name: WikidataResource
annotations:
  pid:
    tag: pid
    value: 21.T11969/1c463f1c2cf1187356d8
  formatter_uri_for_rdf_resource:
    tag: formatter_uri_for_rdf_resource
    value: https://www.wikidata.org/entity/$1
  formatter_url_for_web_resource:
    tag: formatter_url_for_web_resource
    value: https://www.wikidata.org/entity/$1
  provides:
    tag: provides
    value:
    - CreativeWorkIdentifier
    - PlaceIdentifier
    - OrganizationIdentifier
    - PersonIdentifier
    - SubjectHeadingIdentifier
description: Identifier for Wikidata entities. Check id slot range documentation for
  examples
in_subset:
- TypeRegistrySubset
from_schema: https://github.io/av-efi-schema/model
see_also:
- https://www.wikidata.org/wiki/Wikidata:Identifiers
structured_aliases:
  Wikidata:
    literal_form: Wikidata
    in_language: default
rank: 51
is_a: AuthorityResource
slot_usage:
  id:
    name: id
    in_subset:
    - TypeRegistrySubset
    domain_of:
    - AuthorityResource
    range: WikidataID
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: WikidataResource
    domain_of:
    - AuthorityResource
    range: WikidataID
    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: WikidataResource
    domain_of:
    - CategorizedThing
    range: AVefiCurie
    required: true