Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nfosi-service committed Nov 9, 2023
1 parent b1c6dbd commit e43d491
Showing 1 changed file with 55 additions and 52 deletions.
107 changes: 55 additions & 52 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@
},
{
"@id": "bts:AnimalModelDetails"
},
{
"@id": "bts:BiobankDetails"
}
],
"sms:requiresDependency": [
Expand Down Expand Up @@ -623,6 +626,58 @@
],
"sms:validationRules": []
},
{
"@id": "bts:BiobankDetails",
"@type": "rdfs:Class",
"rdfs:comment": "A large collection of biological or medical data and tissue samples, amassed for research purposes.",
"rdfs:label": "BiobankDetails",
"rdfs:subClassOf": [
{
"@id": "bts:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "biobankDetails",
"sms:required": "sms:false",
"sms:requiresDependency": [
{
"@id": "bts:Component"
},
{
"@id": "bts:biobankId"
},
{
"@id": "bts:resourceId"
},
{
"@id": "bts:biobankName"
},
{
"@id": "bts:biobankURL"
},
{
"@id": "bts:specimenType"
},
{
"@id": "bts:specimenTissueType"
},
{
"@id": "bts:tumorType"
},
{
"@id": "bts:diseaseType"
},
{
"@id": "bts:specimenPreparationMethod"
},
{
"@id": "bts:specimenFormat"
}
],
"sms:validationRules": []
},
{
"@id": "bts:animalModelId",
"@type": "rdf:Property",
Expand Down Expand Up @@ -3268,58 +3323,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:BiobankDetails",
"@type": "rdfs:Class",
"rdfs:comment": "A large collection of biological or medical data and tissue samples, amassed for research purposes.",
"rdfs:label": "BiobankDetails",
"rdfs:subClassOf": [
{
"@id": "bts:Thing"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "biobankDetails",
"sms:required": "sms:false",
"sms:requiresDependency": [
{
"@id": "bts:Component"
},
{
"@id": "bts:biobankId"
},
{
"@id": "bts:resourceId"
},
{
"@id": "bts:biobankName"
},
{
"@id": "bts:biobankURL"
},
{
"@id": "bts:specimenType"
},
{
"@id": "bts:specimenTissueType"
},
{
"@id": "bts:tumorType"
},
{
"@id": "bts:diseaseType"
},
{
"@id": "bts:specimenPreparationMethod"
},
{
"@id": "bts:specimenFormat"
}
],
"sms:validationRules": []
},
{
"@id": "bts:biobankName",
"@type": "rdf:Property",
Expand Down

0 comments on commit e43d491

Please sign in to comment.