Skip to content

Commit

Permalink
Merge pull request #563 from nf-osi/patch-modelsystemnames
Browse files Browse the repository at this point in the history
Patch modelsystemnames
  • Loading branch information
changtotheintothemoon authored Dec 17, 2024
2 parents 12a9e43 + 023e503 commit 5ad756b
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 0 deletions.
60 changes: 60 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -21609,6 +21609,15 @@
{
"@id": "bts:HS05"
},
{
"@id": "bts:Primaryculturedfibroblastcell"
},
{
"@id": "bts:Prss56Cre/+;Tom/+;Nf1fl/fl"
},
{
"@id": "bts:Prss56Cre/+;Tom/+"
},
{
"@id": "bts:B6;129S2-Trp53tm1TyjNf1tm1Tyj/J"
},
Expand Down Expand Up @@ -23982,6 +23991,57 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Primaryculturedfibroblastcell",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Primaryculturedfibroblastcell",
"rdfs:subClassOf": [
{
"@id": "bts:ModelSystemName"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "primary cultured fibroblast cell",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Prss56Cre/+;Tom/+;Nf1fl/fl",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Prss56Cre/+;Tom/+;Nf1fl/fl",
"rdfs:subClassOf": [
{
"@id": "bts:ModelSystemName"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Prss56Cre/+;Tom/+;Nf1fl/fl",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Prss56Cre/+;Tom/+",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Prss56Cre/+;Tom/+",
"rdfs:subClassOf": [
{
"@id": "bts:ModelSystemName"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Prss56Cre/+;Tom/+",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:B6;129S2-Trp53tm1TyjNf1tm1Tyj/J",
"@type": "rdfs:Class",
Expand Down
6 changes: 6 additions & 0 deletions modules/Sample/CellLineModel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,9 @@ enums:
HS05:
description: 'NF2 schwannoma model'
source: Sage Bionetworks
primary cultured fibroblast cell:
description: A primary cultured cell that is derived from fibroblast cell in vivo.
meaning: http://purl.obolibrary.org/obo/CLO_0037301



4 changes: 4 additions & 0 deletions modules/Sample/MouseModel.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
enums:
MouseModel:
permissible_values:
Prss56Cre/+;Tom/+;Nf1fl/fl:
description: The Prss56Cre/+;Tom/+;Nf1fl/fl mouse model is genetically engineered to express Cre recombinase under the Prss56 promoter, enabling tissue-specific deletion of the Nf1 gene, alongside a visual reporter, Tomato fluorescent protein, for tracing Cre activity.
Prss56Cre/+;Tom/+:
description: The Prss56Cre/+;Tom/+ mouse model is genetically engineered to express Cre recombinase under the Prss56 promoter, enabling tissue-specific gene modification, alongside a Tomato fluorescent protein reporter to visualize Cre activity.
B6;129S2-Trp53tm1Tyj Nf1tm1Tyj/J:
description: ''
meaning: https://www.jax.org/strain/008191
Expand Down

0 comments on commit 5ad756b

Please sign in to comment.