Skip to content

Class: Conclusion

URI: OBI:0001909

classDiagram class Conclusion NamedThing <|-- Conclusion Conclusion : akc_id Conclusion : data_location_type Conclusion : data_location_value Conclusion : datasets Conclusion --> Dataset : datasets Conclusion : description Conclusion : experiment_type Conclusion : investigations Conclusion --> Investigation : investigations Conclusion : name Conclusion : organism Conclusion --> Species : organism Conclusion : result

Inheritance

Slots

Name Cardinality and Range Description Inheritance
investigations 0..*
Investigation
The investigations that a reference or conclusion are about direct
datasets 0..*
Dataset
The datasets that support a conclusion direct
result 0..1
String
The content of the conclusion direct
data_location_type 0..1
String
The type of location where data was found, e direct
data_location_value 0..1
String
An identifier for the location of the data, e direct
organism 0..1
Species
The type of organism that the conclusion is about direct
experiment_type 0..1
String
The type of experiment that supports the conclusion 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..1
Uriorcurie
A unique identifier for a thing in the AKC AKObject

Usages

used by used in type used
Investigation conclusions range Conclusion
AIRRKnowledgeCommons conclusions range Conclusion

Identifier and Mapping Information

Schema Source

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

Mappings

Mapping Type Mapped Value
self OBI:0001909
native ak_schema:Conclusion

LinkML Source

Direct

name: Conclusion
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
slots:
- investigations
- datasets
- result
- data_location_type
- data_location_value
- organism
- experiment_type
class_uri: OBI:0001909

Induced

name: Conclusion
from_schema: https://github.com/airr-knowledge/ak-schema
is_a: NamedThing
attributes:
  investigations:
    name: investigations
    description: The investigations that a reference or conclusion are about
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: IAO:0000136
    multivalued: true
    alias: investigations
    owner: Conclusion
    domain_of:
    - Conclusion
    - Reference
    - AIRRKnowledgeCommons
    range: Investigation
  datasets:
    name: datasets
    description: The datasets that support a conclusion
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    multivalued: true
    alias: datasets
    owner: Conclusion
    domain_of:
    - Conclusion
    - AIRRKnowledgeCommons
    range: Dataset
  result:
    name: result
    description: The content of the conclusion
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: result
    owner: Conclusion
    domain_of:
    - Conclusion
    range: string
  data_location_type:
    name: data_location_type
    description: The type of location where data was found, e.g. figure, table
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: data_location_type
    owner: Conclusion
    domain_of:
    - Conclusion
    range: string
  data_location_value:
    name: data_location_value
    description: An identifier for the location of the data, e.g. figure 2
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: data_location_value
    owner: Conclusion
    domain_of:
    - Conclusion
    range: string
  organism:
    name: organism
    description: The type of organism that the conclusion is about
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    slot_uri: IAO:0000136
    alias: organism
    owner: Conclusion
    domain_of:
    - Conclusion
    range: Species
  experiment_type:
    name: experiment_type
    description: The type of experiment that supports the conclusion
    from_schema: https://github.com/airr-knowledge/ak-schema
    rank: 1000
    alias: experiment_type
    owner: Conclusion
    domain_of:
    - Conclusion
    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: Conclusion
    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: Conclusion
    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: Conclusion
    domain_of:
    - AKObject
    range: uriorcurie
    required: true
class_uri: OBI:0001909