Skip to content

Class: AKObject

Anything uniquely identifiable in the AKC.

  • NOTE: this is an abstract class and should not be instantiated directly

URI: ak_schema:AKObject

classDiagram class AKObject AKObject <|-- NamedThing AKObject : akc_id

Inheritance

Slots

Name Cardinality and Range Description Inheritance
akc_id 1..1
Uriorcurie
A unique identifier for a thing in the AKC direct

Identifier and Mapping Information

Schema Source

  • from schema: https://github.com/airr-knowledge/ak-schema

Mappings

Mapping Type Mapped Value
self ak_schema:AKObject
native ak_schema:AKObject

LinkML Source

Direct

name: AKObject
description: Anything uniquely identifiable in the AKC.
from_schema: https://github.com/airr-knowledge/ak-schema
abstract: true
slots:
- akc_id

Induced

name: AKObject
description: Anything uniquely identifiable in the AKC.
from_schema: https://github.com/airr-knowledge/ak-schema
abstract: true
attributes:
  akc_id:
    name: akc_id
    description: A unique identifier for a thing in the AKC.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: akc_id
    owner: AKObject
    domain_of:
    - AKObject
    range: uriorcurie
    required: true