Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto PR: assertion_evidence.yaml generated from google spreadsheets using schemasheets #127

Closed
wants to merge 2 commits into from
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
87 changes: 69 additions & 18 deletions erdiagram-autogen/assertion_evidence.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,93 @@
```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
SignificanceLevel significance_level
Significance significance_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