Skip to content

Commit

Permalink
GitHub Action: convert *.model.csv to *.model.jsonld
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 30, 2024
1 parent 47dc23d commit c868e7c
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -27725,6 +27725,9 @@
{
"@id": "bts:Fresh"
},
{
"@id": "bts:Frozenat-20C"
},
{
"@id": "bts:Frozenat-70C"
},
Expand Down Expand Up @@ -51339,15 +51342,15 @@
{
"@id": "bts:LungAdjacentHistologyType"
},
{
"@id": "bts:StorageMethod"
},
{
"@id": "bts:HistoneVariant"
},
{
"@id": "bts:PreservationMethod"
},
{
"@id": "bts:StorageMethod"
},
{
"@id": "bts:MolecularAnalysisMethod"
},
Expand Down Expand Up @@ -58448,6 +58451,23 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Frozenat-20C",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "Frozenat-20C",
"rdfs:subClassOf": [
{
"@id": "bts:StorageMethod"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Frozen at -20C",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:Frozenat-70C",
"@type": "rdfs:Class",
Expand Down

0 comments on commit c868e7c

Please sign in to comment.