diff --git a/nf-research-tools.jsonld b/nf-research-tools.jsonld index d70171b0..23c04407 100644 --- a/nf-research-tools.jsonld +++ b/nf-research-tools.jsonld @@ -51,6 +51,9 @@ }, { "@id": "bts:AnimalModelDetails" + }, + { + "@id": "bts:BiobankDetails" } ], "sms:requiresDependency": [ @@ -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", @@ -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",