Skip to content

Class: Antigen

URI: OBI:1110034

classDiagram class Antigen click Antigen href "../Antigen" NamedThing <|-- Antigen click NamedThing href "../NamedThing" Antigen : akc_id Antigen : description Antigen : name Antigen : source_organism Antigen : source_protein

Inheritance

Slots

Name Cardinality and Range Description Inheritance
source_protein 0..1
String
The protein that this epitope comes from direct
source_organism 0..1
String
The organism that the source protein comes from direct
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
akc_id 1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
AntibodyAntigenComplex antigen range Antigen
ReceptorReactivity antigen range Antigen

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:1110034
native ak_schema:Antigen

LinkML Source

Direct

name: Antigen
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- source_protein
- source_organism
class_uri: OBI:1110034

Induced

name: Antigen
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  source_protein:
    name: source_protein
    description: The protein that this epitope comes from
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: source_protein
    owner: Antigen
    domain_of:
    - Antigen
    - PeptidicEpitope
    range: string
  source_organism:
    name: source_organism
    description: The organism that the source protein comes from
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: source_organism
    owner: Antigen
    domain_of:
    - Antigen
    - PeptidicEpitope
    range: string
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: Antigen
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: Antigen
    domain_of:
    - NamedThing
    range: string
  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: Antigen
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:1110034