Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 67 additions & 18 deletions erdiagram-autogen/assertion_evidence.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,91 @@
```mermaid
erDiagram
Assertion {
Categories has_assertion_category
string has_assertion_text
}
Document {

}
Activity {
datetime ended_at_time
datetime started_at_time
}
Agent {

}
Annotation {
string cell_annotation
string description
}
Assertion {
string is_expressed_in
Categories has_assertion_category
string has_assertion_text
AssertionType has_assertion_type
}
AssertionSummary {
string has_assertion_summary
}
CellAnnotation {
string cell_annotation
string description
}
Description {
string cell_annotation
string description
}
Document {
uri id
}
EvidenceLine {
Categories has_evidence_category
string has_evidence_text
EvidenceType has_evidence_type
}
EvidenceSummary {
string has_evidence_summary
string cell_annotation
string description
}
AssertionMethod {
Group {

}
DataAnnotation {
Organization {

}
Evidence {
Categories has_evidence_category
string has_evidence_text
Person {
ContributorType contributor_type
}
Platform {

}
SoftwareAgent {

}
Source {

}
Identifier {

}
PersonIdentifier {

}
OrcidIdentifier {

}

Assertion ||--|o AssertionMethod : "has_assertion_method"
Assertion ||--|o AssertionSummary : "is_associated_with"
Assertion ||--|o DataAnnotation : "has_data_annotation"
Agent ||--|o Activity : "is_associated_with"
Evidence ||--|o Assertion : "used_in"
Evidence ||--|o EvidenceSummary : "is_associated_with"
Activity ||--|o Agent : "was_associate_with"
Agent ||--|o Identifier : "has_identifier"
Assertion ||--|o CellAnnotation : "has_cell_annotation"
Assertion ||--|o Agent : "has_contributer"
Assertion ||--|o Description : "has_description"
Assertion ||--|o AssertionSummary : "has_summary"
Assertion ||--|o EvidenceLine : "has_evidence_line"
AssertionSummary ||--|o Assertion : "is_associated_with"
EvidenceLine ||--|o Agent : "has_contributer"
EvidenceLine ||--|o EvidenceSummary : "has_summary"
EvidenceLine ||--|o Document : "is_described_by"
EvidenceLine ||--|o Activity : "output_of"
EvidenceSummary ||--|o EvidenceLine : "is_associated_with"
Group ||--|o Identifier : "has_identifier"
Organization ||--|o Identifier : "has_identifier"
Person ||--|o Identifier : "has_identifier"
SoftwareAgent ||--|o Identifier : "has_identifier"

```

Loading