Skip to content

Class: Review

URI: cell_annotation_schema:Review

classDiagram class Review click Review href "../Review" Review : datestamp Review : explanation Review : review Review --> "0..1" ReviewOptions : review click ReviewOptions href "../ReviewOptions" Review : reviewer

Slots

Name Cardinality and Range Description Inheritance
datestamp 1
String
Time and date review was last edited direct
reviewer 0..1
String
Review Author direct
review 0..1
ReviewOptions
Reviewer's verdict on the annotation direct
explanation 0..1
String
Free-text review of annotation direct

Usages

used by used in type used
CapAnnotation reviews range Review
Annotation reviews range Review

Identifier and Mapping Information

Schema Source

  • from schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS

Mappings

Mapping Type Mapped Value
self cell_annotation_schema:Review
native cell_annotation_schema:Review

LinkML Source

Direct

name: Review
from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
slots:
- datestamp
- reviewer
- review
- explanation

Induced

name: Review
from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
attributes:
  datestamp:
    name: datestamp
    description: Time and date review was last edited.
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: datestamp
    owner: Review
    domain_of:
    - Review
    range: string
    required: true
  reviewer:
    name: reviewer
    description: Review Author
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: reviewer
    owner: Review
    domain_of:
    - Review
    range: string
  review:
    name: review
    description: Reviewer's verdict on the annotation.  Must be 'Agree' or 'Disagree'
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    alias: review
    owner: Review
    domain_of:
    - Review
    range: review_options
  explanation:
    name: explanation
    description: Free-text review of annotation. This is required if the verdict is
      disagree and should include reasons for disagreement.
    from_schema: https://cellular-semantics.sanger.ac.uk/ontology/CAS
    rank: 1000
    slot_uri: IAO:0000115
    alias: explanation
    owner: Review
    domain_of:
    - Review
    range: string