Skip to content

Commit

Permalink
Update PortalStudy.json (#534)
Browse files Browse the repository at this point in the history
* Update PortalStudy.json

* Update PortalStudy.yaml

* Rebuild NF.jsonld, json

---------

Co-authored-by: Anh Nguyet Vu <[email protected]>
Co-authored-by: nf-osi[bot] <[email protected]>
  • Loading branch information
3 people authored Oct 22, 2024
1 parent 5643691 commit 608e06b
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 0 deletions.
60 changes: 60 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -35578,6 +35578,15 @@
{
"@id": "bts:GrantDOI"
},
{
"@id": "bts:GrantStartDate"
},
{
"@id": "bts:GrantEndDate"
},
{
"@id": "bts:EmbargoEndDate"
},
{
"@id": "bts:AccessRequirements"
},
Expand Down Expand Up @@ -35607,6 +35616,57 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:GrantStartDate",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "GrantStartDate",
"rdfs:subClassOf": [
{
"@id": "bts:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "grantStartDate",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:GrantEndDate",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "GrantEndDate",
"rdfs:subClassOf": [
{
"@id": "bts:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "grantEndDate",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:EmbargoEndDate",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "EmbargoEndDate",
"rdfs:subClassOf": [
{
"@id": "bts:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "embargoEndDate",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:ImagingAssayTemplate",
"@type": "rdfs:Class",
Expand Down
6 changes: 6 additions & 0 deletions modules/Template/PortalStudy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ classes:
range: string
multivalued: true
required: false
grantStartDate:
range: string
grantEndDate:
range: string
embargoEndDate:
range: string
accessRequirements:
range: string
required: false
Expand Down
9 changes: 9 additions & 0 deletions registered-json-schemas/PortalStudy.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@
},
"type": "array"
},
"embargoEndDate": {
"type": "string"
},
"fundingAgency": {
"type": "string"
},
Expand All @@ -96,6 +99,12 @@
},
"type": "array"
},
"grantEndDate": {
"type": "string"
},
"grantStartDate": {
"type": "string"
},
"initiative": {
"type": "string"
},
Expand Down

0 comments on commit 608e06b

Please sign in to comment.