Skip to content

Commit

Permalink
Testing the new Paper and Person model changes for WS275.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Davis committed Nov 8, 2019
1 parent ef4ea53 commit cbcae4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wspec/models.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -3263,6 +3263,8 @@
Status Valid
Invalid
Comment Text
Community_curation Author_first_pass_curation ?Paper XREF Author_first_pass
Phenotype_curator_for ?Paper XREF Phenotype_curation_by
Lineage Supervised ?Person XREF Supervised_by #Role
Supervised_by ?Person XREF Supervised #Role
Worked_with ?Person XREF Worked_with #Role
Expand All @@ -3273,6 +3275,7 @@
// curated for Author->Paper->Person
// connection but not yet verified by
// the Person


#Address Street_address Text // multiple lines including town, state, zip/postcode, whatever
Country UNIQUE Text
Expand Down Expand Up @@ -3360,6 +3363,8 @@
Invalid
Erratum_in ?Paper XREF Erratum_for
Erratum_for ?Paper XREF Erratum_in
Retraction_in ?Paper XREF Retraction_of
Retraction_of ?Paper XREF Retraction_in
Reference Title UNIQUE ?Text
Journal UNIQUE ?Text //we are cleaning up Journal names and considering retiring the class
Publisher UNIQUE Text
Expand Down Expand Up @@ -3438,6 +3443,8 @@
DO_term ?DO_term #Evidence
GO_annotation ?GO_annotation XREF Reference
GO_term ?GO_term
Community_curation Phenotype_curation_by ?Person XREF Phenotype_curator_for
Author_first_pass ?Person XREF Author_first_pass_curation
Curation_pipeline Phenotype2GO
Keyword ?Keyword
Remark ?Text #Evidence
Expand Down
6 changes: 6 additions & 0 deletions wspec/models.wrm.annot
Original file line number Diff line number Diff line change
Expand Up @@ -3289,6 +3289,8 @@
Status Valid
Invalid
Comment Text
Community_curation Author_first_pass_curation ?Paper OUTXREF Author_first_pass
Phenotype_curator_for ?Paper OUTXREF Phenotype_curation_by
Lineage Supervised ?Person INXREF Supervised_by #Role
Supervised_by ?Person OUTXREF Supervised #Role
Worked_with ?Person OUTXREF Worked_with #Role
Expand Down Expand Up @@ -3386,6 +3388,8 @@
Invalid
Erratum_in ?Paper INXREF Erratum_for
Erratum_for ?Paper OUTXREF Erratum_in
Retraction_in ?Paper INXREF Retraction_of
Retraction_of ?Paper OUTXREF Retraction_in
Reference Title UNIQUE ?Text
Journal UNIQUE ?Text //we are cleaning up Journal names and considering retiring the class
Publisher UNIQUE Text
Expand Down Expand Up @@ -3464,6 +3468,8 @@
// DO_term ?DO_term NOXREF Reference #Evidence
GO_annotation ?GO_annotation INXREF Reference
GO_term ?GO_term
Community_curation Phenotype_curation_by ?Person INXREF Phenotype_curator_for
Author_first_pass ?Person INXREF Author_first_pass_curation
Curation_pipeline Phenotype2GO
Keyword ?Text // tad removed "nameholder"
Remark ?Text #Evidence
Expand Down

0 comments on commit cbcae4a

Please sign in to comment.