Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch/institutions #474

Merged
merged 4 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions NF.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,9 @@
{
"@id": "bts:MayoClinic"
},
{
"@id": "bts:MayoClinicinArizona"
},
{
"@id": "bts:MedicalCollegeofWisconsin"
},
Expand Down Expand Up @@ -1607,6 +1610,9 @@
{
"@id": "bts:PacificNorthwestNationalLaboratory"
},
{
"@id": "bts:PenningtonBiomedicalResearchCenter"
},
{
"@id": "bts:PennsylvaniaStateUniversity,UniversityParkandHersheyMedicalCenter"
},
Expand Down Expand Up @@ -3978,6 +3984,23 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:MayoClinicinArizona",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "MayoClinicinArizona",
"rdfs:subClassOf": [
{
"@id": "bts:Institution"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Mayo Clinic in Arizona",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:MedicalCollegeofWisconsin",
"@type": "rdfs:Class",
Expand Down Expand Up @@ -4556,6 +4579,23 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:PenningtonBiomedicalResearchCenter",
"@type": "rdfs:Class",
"rdfs:comment": "TBD",
"rdfs:label": "PenningtonBiomedicalResearchCenter",
"rdfs:subClassOf": [
{
"@id": "bts:Institution"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "Pennington Biomedical Research Center",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:PennsylvaniaStateUniversity,UniversityParkandHersheyMedicalCenter",
"@type": "rdfs:Class",
Expand Down
8 changes: 6 additions & 2 deletions modules/Other/Organization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,15 @@ enums:
Massachusetts Institute of Technology:
meaning: ''
Mayo Clinic:
meaning: null
meaning: https://ror.org/02qp3tb03
Mayo Clinic in Arizona:
meaning: https://ror.org/03jp40720
Medical College of Wisconsin:
meaning: ''
Medical University of South Carolina:
meaning: ''
Memorial Sloan Kettering Cancer Center:
meaning: ''
meaning: https://ror.org/02yrq0923
Mercer University:
meaning: ''
Miami University:
Expand Down Expand Up @@ -264,6 +266,8 @@ enums:
meaning: ''
Pacific Northwest National Laboratory:
meaning: ''
Pennington Biomedical Research Center:
meaning: https://ror.org/040cnym54
Pennsylvania State University, University Park and Hershey Medical Center:
meaning: ''
Portland State University:
Expand Down
2 changes: 2 additions & 0 deletions registered-json-schemas/PortalStudy.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@
"Massachusetts General Hospital",
"Massachusetts Institute of Technology",
"Mayo Clinic",
"Mayo Clinic in Arizona",
"Medical College of Wisconsin",
"Medical University of South Carolina",
"Memorial Sloan Kettering Cancer Center",
Expand Down Expand Up @@ -235,6 +236,7 @@
"Oregon Health and Science University",
"Oregon State University",
"Pacific Northwest National Laboratory",
"Pennington Biomedical Research Center",
"Pennsylvania State University, University Park and Hershey Medical Center",
"Portland State University",
"Prairie View A&M University",
Expand Down
Loading