Skip to content

Class: ForeignObject

An object held outside of the AK.

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

URI: ak_schema:ForeignObject

classDiagram class ForeignObject ForeignObject <|-- Reference ForeignObject : source_uri

Inheritance

Slots

Name Cardinality and Range Description Inheritance
source_uri 1..1
Uriorcurie
AKC reference to a foreign thing direct

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: ForeignObject
description: An object held outside of the AK.
from_schema: https://github.com/airr-knowledge/ak-schema
abstract: true
slots:
- source_uri

Induced

name: ForeignObject
description: An object held outside of the AK.
from_schema: https://github.com/airr-knowledge/ak-schema
abstract: true
attributes:
  source_uri:
    name: source_uri
    description: AKC reference to a foreign thing.
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: source_uri
    owner: ForeignObject
    domain_of:
    - ForeignObject
    range: uriorcurie
    required: true