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 Apr 19, 2024
1 parent 3667660 commit 8988535
Showing 1 changed file with 80 additions and 0 deletions.
80 changes: 80 additions & 0 deletions HTAN.model.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -30198,6 +30198,18 @@
},
{
"@id": "bts:NexteraXT"
},
{
"@id": "bts:10xMultiome"
},
{
"@id": "bts:10xFLEX"
},
{
"@id": "bts:10xGEM3'"
},
{
"@id": "bts:10xGEM5'"
}
],
"sms:displayName": "Library Construction Method",
Expand Down Expand Up @@ -49346,6 +49358,74 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:10xMultiome",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "10xMultiome",
"rdfs:subClassOf": [
{
"@id": "bts:LibraryConstructionMethod"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "10x Multiome",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:10xFLEX",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "10xFLEX",
"rdfs:subClassOf": [
{
"@id": "bts:LibraryConstructionMethod"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "10x FLEX",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:10xGEM3'",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "10xGEM3'",
"rdfs:subClassOf": [
{
"@id": "bts:LibraryConstructionMethod"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "10x GEM 3'",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:10xGEM5'",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "10xGEM5'",
"rdfs:subClassOf": [
{
"@id": "bts:LibraryConstructionMethod"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "10x GEM 5'",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:EmptyWellBarcode",
"@type": "rdfs:Class",
Expand Down

0 comments on commit 8988535

Please sign in to comment.