-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #130 from brain-bican/autogenerated-yaml-202412200…
…00418 Auto PR: assertion_evidence.yaml generated from google spreadsheets using schemasheets
- Loading branch information
Showing
10 changed files
with
749 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,71 @@ | ||
```mermaid | ||
erDiagram | ||
Activity { | ||
datetime ended_at_time | ||
datetime started_at_time | ||
} | ||
Agent { | ||
} | ||
Annotation { | ||
} | ||
Assertion { | ||
Categories has_assertion_category | ||
string has_assertion_text | ||
string has_assertion_description | ||
string has_assertion_summary | ||
} | ||
CellAnnotation { | ||
} | ||
Document { | ||
uri identifier | ||
} | ||
EvidenceItem { | ||
} | ||
Activity { | ||
datetime ended_at_time | ||
datetime started_at_time | ||
EvidenceLine { | ||
EvidenceDirection evidence_direction | ||
EvidenceStrength evidence_line_strength | ||
Categories has_evidence_category | ||
string has_evidenceline_description | ||
} | ||
Agent { | ||
Group { | ||
} | ||
AssertionSummary { | ||
string has_assertion_summary | ||
Identifier { | ||
} | ||
EvidenceSummary { | ||
string has_evidence_summary | ||
OrcidIdentifier { | ||
} | ||
AssertionMethod { | ||
Organization { | ||
} | ||
DataAnnotation { | ||
Person { | ||
} | ||
Evidence { | ||
Categories has_evidence_category | ||
string has_evidence_text | ||
PersonIdentifier { | ||
} | ||
SoftwareAgent { | ||
} | ||
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 Annotation : "has_annotation" | ||
Assertion ||--|o Activity : "was_generated_by" | ||
Assertion ||--|o EvidenceLine : "has_evidence_line" | ||
Document ||--|o Document : "reference" | ||
EvidenceItem ||--|o Document : "reference" | ||
EvidenceLine ||--|o EvidenceItem : "has_evidence_item" | ||
EvidenceLine ||--|o Activity : "was_generated_by" | ||
Group ||--|o Identifier : "has_identifier" | ||
Organization ||--|o Identifier : "has_identifier" | ||
Person ||--|o Organization : "member" | ||
Person ||--|o Identifier : "has_identifier" | ||
SoftwareAgent ||--|o Identifier : "has_identifier" | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.