Skip to content

Commit

Permalink
Merge pull request #230 from CBIIT/CCDIDC-1556.updateSynonym
Browse files Browse the repository at this point in the history
Ccdidc 1556.update synonym
  • Loading branch information
svburke authored Feb 6, 2025
2 parents 4e6d78a + 99fe780 commit 6825df6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 4 deletions.
44 changes: 44 additions & 0 deletions model-desc/ccdi-model-props.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,48 @@
PropDefinitions:
#synonym
associated_id:
Desc: Text to identify the other name or alias of a person.
Term:
- Origin: caDSR
Code: '3773730'
Value: Person Other Name Text
Version: "1.00"
Type: string
Req: false
Private: false
#synonym
domain_description:
Desc: A textual description of a storage location for digital data.
Term:
- Origin: caDSR
Code: '14612686'
Value: Research Activity Alternate Identifier Repository Text
Version: "1.00"
Type: string
Req: false
Private: false
#synonym
domain_category:
Desc: A textual description of a storage location for digital data.
Term:
- Origin: caDSR
Code: '14612686'
Value: Research Activity Alternate Identifier Repository Text
Version: "1.00"
Type: string
Req: false
Private: false
#synonym
data_location:
Desc: Data location.
Term:
- Origin: caDSR
Code: '11556141'
Value: Electronic File Pathname Text
Version: "2.00"
Type: string
Req: false
Private: false
#study
study_status:
Desc: The status of the study.
Expand Down
10 changes: 6 additions & 4 deletions model-desc/ccdi-model.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@ Nodes:
- sex_at_birth
- id
- crdc_id
# - dbgap_subject_id : store in synonym
pathology_file:
Desc: "The pathology file node is comprised of properties which describe file metadata about the pathology image files."
Tags:
Expand Down Expand Up @@ -466,7 +465,6 @@ Nodes:
- size_of_data_being_uploaded
- id
- crdc_id
# - bioproject_accession : store in synonym
study_admin:
Desc: "The study admin node is comprised of properties which describe the general structure of the study."
Tags:
Expand Down Expand Up @@ -554,8 +552,12 @@ Nodes:
Class: secondary
Template: 'Yes'
Props:
- synonym_id #the alternate or alias id in another repo
- repository_of_synonym_id #the name of the other repo
- synonym_id
- repository_of_synonym_id
- associated_id
- domain_description
- domain_category
- data_location
- id
treatment:
Desc: "The treatment node is comprised of properties which describe the treatment regiments and time periods for a participant."
Expand Down

0 comments on commit 6825df6

Please sign in to comment.