CurationReportHistory
Object used to describe the individual run of this curation report
classDiagram
AuditedObject <|-- CurationReportHistory
CurationReportHistory : created_by
CurationReportHistory : curation_report
CurationReportHistory : curation_report_status
CurationReportHistory : curation_report_timestamp
CurationReportHistory : date_created
CurationReportHistory : date_updated
CurationReportHistory : db_date_created
CurationReportHistory : db_date_updated
CurationReportHistory : html_file_path
CurationReportHistory : internal
CurationReportHistory : obsolete
CurationReportHistory : pdf_file_path
CurationReportHistory : updated_by
CurationReportHistory : xls_file_path
URI: alliance:CurationReportHistory
Parent Classes
- AuditedObject
- CurationReportHistory
Slots
Name | Description |
---|---|
created_by | The individual that created the entity. |
curation_report | Links a report history to its associated report |
curation_report_status | Describes the status of the curation report |
curation_report_timestamp | Timestamp for creation of BIRT report file |
date_created | The date on which an entity was created. This can be applied to nodes or edges. |
date_updated | Date on which an entity was last modified. |
db_date_created | The date on which an entity was created in the Alliance database. This is distinct from date_created, which represents the date when the entity was originally created (i.e. at the MOD for imported data). |
db_date_updated | Date on which an entity was last modified in the Alliance database. This is distinct from date_updated, which represents the date when the entity was last modified and may predate import into the Alliance database. |
html_file_path | File path of the HTML file generated from the BIRT report |
internal | Classifies the entity as private (for internal use) or not (for public use). |
obsolete | Entity is no longer current. |
pdf_file_path | File path of the PDF file generated from the BIRT report |
updated_by | The individual that last modified the entity. |
xls_file_path | File path of the Excel file generated from the BIRT report |
Mappings
Mapping Type | Mapped Value |
---|---|
self | ['alliance:CurationReportHistory'] |
native | ['alliance:CurationReportHistory'] |
LinkML Specification
Direct
name: CurationReportHistory
description: Object used to describe the individual run of this curation report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: AuditedObject
slots:
- curation_report
- curation_report_timestamp
- pdf_file_path
- xls_file_path
- html_file_path
- curation_report_status
Induced
name: CurationReportHistory
description: Object used to describe the individual run of this curation report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
is_a: AuditedObject
attributes:
curation_report:
name: curation_report
description: Links a report history to its associated report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: CurationReportHistory
alias: curation_report
owner: CurationReportHistory
domain_of:
- CurationReportHistory
range: CurationReport
curation_report_timestamp:
name: curation_report_timestamp
description: Timestamp for creation of BIRT report file
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: CurationReportHistory
alias: curation_report_timestamp
owner: CurationReportHistory
domain_of:
- CurationReportHistory
range: date
pdf_file_path:
name: pdf_file_path
description: File path of the PDF file generated from the BIRT report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: pdf_file_path
owner: CurationReportHistory
domain_of:
- CurationReportHistory
range: string
xls_file_path:
name: xls_file_path
description: File path of the Excel file generated from the BIRT report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: xls_file_path
owner: CurationReportHistory
domain_of:
- CurationReportHistory
range: string
html_file_path:
name: html_file_path
description: File path of the HTML file generated from the BIRT report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: html_file_path
owner: CurationReportHistory
domain_of:
- CurationReportHistory
range: string
curation_report_status:
name: curation_report_status
description: Describes the status of the curation report
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: curation_report_status
owner: CurationReportHistory
domain_of:
- CurationReport
- CurationReportHistory
range: string
created_by:
name: created_by
description: The individual that created the entity.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: AuditedObject
multivalued: false
alias: created_by
owner: CurationReportHistory
domain_of:
- AuditedObject
range: Person
date_created:
name: date_created
description: The date on which an entity was created. This can be applied to nodes
or edges.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
aliases:
- creation_date
exact_mappings:
- dct:createdOn
- WIKIDATA_PROPERTY:P577
alias: date_created
owner: CurationReportHistory
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
updated_by:
name: updated_by
description: The individual that last modified the entity.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
domain: AuditedObject
multivalued: false
alias: updated_by
owner: CurationReportHistory
domain_of:
- AuditedObject
range: Person
date_updated:
name: date_updated
description: Date on which an entity was last modified.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
aliases:
- date_last_modified
alias: date_updated
owner: CurationReportHistory
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
db_date_created:
name: db_date_created
description: The date on which an entity was created in the Alliance database. This
is distinct from date_created, which represents the date when the entity was
originally created (i.e. at the MOD for imported data).
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: db_date_created
owner: CurationReportHistory
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
db_date_updated:
name: db_date_updated
description: Date on which an entity was last modified in the Alliance database. This
is distinct from date_updated, which represents the date when the entity was
last modified and may predate import into the Alliance database.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: db_date_updated
owner: CurationReportHistory
domain_of:
- AuditedObject
- AuditedObjectDTO
range: datetime
internal:
name: internal
description: Classifies the entity as private (for internal use) or not (for public
use).
notes:
- Default value is true.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: internal
owner: CurationReportHistory
domain_of:
- AuditedObject
- AuditedObjectDTO
range: boolean
required: true
obsolete:
name: obsolete
description: Entity is no longer current.
notes:
- Obsolete entities are preserved in the database for posterity but should not
be publicly displayed.
from_schema: https://github.com/alliance-genome/agr_curation_schema/alliance_schema
alias: obsolete
owner: CurationReportHistory
domain_of:
- AuditedObject
- AuditedObjectDTO
range: boolean