Skip to content

Commit

Permalink
Rebuild NF.jsonld, json
Browse files Browse the repository at this point in the history
  • Loading branch information
nfosi-service committed Mar 14, 2024
1 parent 9914728 commit c08aea0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
28 changes: 27 additions & 1 deletion NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
}, {
"@id" : "bts:Data",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:comment" : "What the data (file) contains.",
"rdfs:label" : "Data",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
Expand Down Expand Up @@ -7117,6 +7117,10 @@
"@id" : "bts:genomicVariants"
}, {
"@id" : "bts:rawcounts"
}, {
"@id" : "bts:RawIntensities"
}, {
"@id" : "bts:NormalizedIntensities"
}, {
"@id" : "bts:PharmacokineticStudy"
}, {
Expand Down Expand Up @@ -21285,6 +21289,17 @@
},
"sms:displayName" : "University of Washington, Seattle",
"sms:required" : "sms:false"
}, {
"@id" : "bts:NormalizedIntensities",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "NormalizedIntensities",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "NormalizedIntensities",
"sms:required" : "sms:false"
}, {
"@id" : "bts:LTQOrbitrapXL",
"@type" : "rdfs:Class",
Expand Down Expand Up @@ -21857,6 +21872,17 @@
},
"sms:displayName" : "bed gappedPeak",
"sms:required" : "sms:false"
}, {
"@id" : "bts:RawIntensities",
"@type" : "rdfs:Class",
"rdfs:comment" : "TBD",
"rdfs:label" : "RawIntensities",
"rdfs:subClassOf" : [ ],
"schema:isPartOf" : {
"@id" : "http://schema.biothings.io/"
},
"sms:displayName" : "RawIntensities",
"sms:required" : "sms:false"
}, {
"@id" : "bts:AnnotatedSomaticVariants",
"@type" : "rdfs:Class",
Expand Down
4 changes: 3 additions & 1 deletion registered-json-schemas/PortalDataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
},
"dataType": {
"items": {
"description": "",
"description": "What the data (file) contains.",
"enum": [
"immunoassay",
"behavior process",
Expand All @@ -217,6 +217,8 @@
"genomicFeatures",
"genomicVariants",
"raw counts",
"RawIntensities",
"NormalizedIntensities",
"Pharmacokinetic Study",
"mask image",
"chromatinActivity",
Expand Down
4 changes: 3 additions & 1 deletion registered-json-schemas/PortalStudy.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dataType": {
"items": {
"description": "",
"description": "What the data (file) contains.",
"enum": [
"immunoassay",
"behavior process",
Expand All @@ -45,6 +45,8 @@
"genomicFeatures",
"genomicVariants",
"raw counts",
"RawIntensities",
"NormalizedIntensities",
"Pharmacokinetic Study",
"mask image",
"chromatinActivity",
Expand Down

0 comments on commit c08aea0

Please sign in to comment.