Skip to content

Commit

Permalink
bugfix missing valid values
Browse files Browse the repository at this point in the history
  • Loading branch information
allaway authored Sep 17, 2021
1 parent 8ec0114 commit 068d27b
Showing 1 changed file with 9 additions and 20 deletions.
29 changes: 9 additions & 20 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -5515,9 +5515,6 @@
{
"@id": "bts:ISOSeq"
},
{
"@id": "bts:MRI"
},
{
"@id": "bts:WesternBlot"
},
Expand Down Expand Up @@ -5628,6 +5625,15 @@
},
{
"@id": "bts:SingleCellRNASequencing"
},
{
"@id": "bts:ConventionalMRI"
},
{
"@id": "bts:FunctionalMRI"
},
{
"@id": "bts:MagneticResonanceSpectroscopy"
}
],
"sms:displayName": "assay",
Expand Down Expand Up @@ -14797,23 +14803,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:MRI",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "MRI",
"rdfs:subClassOf": [
{
"@id": "bts:Assay"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "MRI",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:TRUE",
"@type": "rdfs:Class",
Expand Down

0 comments on commit 068d27b

Please sign in to comment.