Skip to content

Class: Process

A generic process.

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

URI: BFO:0000015

classDiagram class Process click Process href "../Process" NamedThing <|-- Process click NamedThing href "../NamedThing" Process <|-- Investigation click Investigation href "../Investigation" Process <|-- StudyEvent click StudyEvent href "../StudyEvent" Process <|-- LifeEvent click LifeEvent href "../LifeEvent" Process <|-- Assessment click Assessment href "../Assessment" Process <|-- SpecimenProcessing click SpecimenProcessing href "../SpecimenProcessing" Process <|-- Assay click Assay href "../Assay" Process <|-- DataTransformation click DataTransformation href "../DataTransformation" Process <|-- Simulation click Simulation href "../Simulation" Process : akc_id Process : description Process : name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
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

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self BFO:0000015
native ak_schema:Process

LinkML Source

Direct

name: Process
description: A generic process.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
abstract: true
class_uri: BFO:0000015

Induced

name: Process
description: A generic process.
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
abstract: true
attributes:
  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: Process
    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: Process
    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: Process
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: BFO:0000015