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 Dec 17, 2024
1 parent 406cffb commit 6724efc
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
20 changes: 20 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -19547,6 +19547,9 @@
{
"@id": "bts:DataIndex"
},
{
"@id": "bts:StandardizedIncidenceRatio"
},
{
"@id": "bts:DescriptiveMetadata"
},
Expand Down Expand Up @@ -20196,6 +20199,23 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:StandardizedIncidenceRatio",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "StandardizedIncidenceRatio",
"rdfs:subClassOf": [
{
"@id": "bts:DataType"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "StandardizedIncidenceRatio",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:DescriptiveMetadata",
"@type": "rdfs:Class",
Expand Down
3 changes: 2 additions & 1 deletion registered-json-schemas/PortalDataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
"Weight",
"electrophysiology",
"audio transcript",
"dataIndex"
"dataIndex",
"StandardizedIncidenceRatio"
],
"title": "Data",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion registered-json-schemas/PortalStudy.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"Weight",
"electrophysiology",
"audio transcript",
"dataIndex"
"dataIndex",
"StandardizedIncidenceRatio"
],
"title": "Data",
"type": "string"
Expand Down
3 changes: 2 additions & 1 deletion registered-json-schemas/Superdataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,8 @@
"Weight",
"electrophysiology",
"audio transcript",
"dataIndex"
"dataIndex",
"StandardizedIncidenceRatio"
],
"title": "Data",
"type": "string"
Expand Down

0 comments on commit 6724efc

Please sign in to comment.