From 675b2fbc4f0ec836ca41ba388acfc11727627d9c Mon Sep 17 00:00:00 2001 From: Robert Allaway Date: Wed, 25 May 2022 13:04:01 -0700 Subject: [PATCH 1/2] Add files via upload --- nf_research_tools.rdb.model.csv | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nf_research_tools.rdb.model.csv b/nf_research_tools.rdb.model.csv index a2076b9e..368aa794 100644 --- a/nf_research_tools.rdb.model.csv +++ b/nf_research_tools.rdb.model.csv @@ -1,6 +1,6 @@ Attribute,Description,Valid Values,DependsOn,Required,Source,Parent,Properties,DependsOn Component,Validation Rules, Component,Type of submitted information. ,,,TRUE,,,,,, -Resource,"A tool used in the research process (i.e. animal model, cell line, etc.)",,"Component, Resource_id, Genetic Reagent_id, Antibody_id, Cell Line_id, Animal Model_id, rrid, Resource Name, Synonyms, Resource Type, Description, MTA Required, Usage Requirements, Date Added, Date Modified",FALSE,,Individual_Resource,"Resource_id, Genetic Reagent_id, Antibody_id, Cell Line_id, Animal Model_id, rrid, Resource Name, Synonyms, Resource Type, Description, MTA Required, Usage Requirements, Date Added, Date Modified","Genetic Reagent, Antibody, Cell Line, Animal Model",, +Resource,"A tool used in the research process (i.e. animal model, cell line, etc.)",,"Component, Resource_id, Genetic Reagent_id, Antibody_id, Cell Line_id, Animal Model_id, rrid, Resource Name, Synonyms, Resource Type, Description, MTA Required, Usage Requirements, Date Added, Date Modified",FALSE,,Individual_Resource,"Resource_id, Genetic Reagent_id, Antibody_id, Cell Line_id, Animal Model_id, rrid, Resource Name, Synonyms, Resource Type, Description, MTA Required, Usage Requirements, How to Acquire, Date Added, Date Modified","Genetic Reagent, Antibody, Cell Line, Animal Model",, Resource_id,A unique identifier for the resource.,,,TRUE,,Resource,,,, rrid,"The RRID, a standard resource identifier that will facilitate interoperability with other databases, and is an increasingly-used identifier for publications https://scicrunch.org/resources if available",,,FALSE,,Resource,,,, Resource Name,The “canonical” name of the resource,,,TRUE,,Resource,,,, @@ -9,6 +9,7 @@ Resource Type,"Type of resource. (e.g. animal model, antibody, plasmid, etc.)"," Description,Free text description/summary/overview/purpose of the resource.,,,FALSE,,Resource,,,, MTA Required,Whether a Material Transfer Agreement is required or not. ,"yes, no, unknown",,FALSE,,Resource,,,, Usage Requirements,Any known restrictions on use of the resource. ,"non-commercial use only, re-distribution not permitted, generation of germ line transmitting chimeras not permitted, creation of functional gametes not permitted, generation of interspecies chimeras not permitted, human cloning not permitted, cannot be used for treatment purposes, IRB documentation required, special licencing restrictions (see vendor for more information), unknown",,FALSE,,Resource,,,list, +How to Acquire,How to acquire a particular resource. ,,,TRUE,,Resource,,,, Date Added,The date that the resource was originally added.,,,TRUE,,Resource,,,, Date Modified,The last update of the resource metadata (not including observations).,,,TRUE,,Resource,,,, Genetic Reagent,Genetic reagents.,,"Component, Genetic Reagent_id, Insert Name, Insert Entrez_id, gRNA shRNA sequence, Insert Size, Insert Species, nTerminal Tag, cTerminal Tag, Cloning Method, 5prime Cloning Site, 5prime Site Destroyed, 3prime Clonin gSite, 3prime Site Destroyed, Promoter, 5primer, 3primer, Vector Backbone, Vector Type, Backbone Size, Total Size, Bacterial Resistance, Selectable Marker, Copy Number, Growth Temp, Growth Strain, Hazardous",FALSE,,Genetic Reagent,"Genetic Reagent_id, Insert Name, Insert Entrez_id, gRNA shRNA sequence, Insert Size, Insert Species, nTerminal Tag, cTerminal Tag, Cloning Method, 5prime Cloning Site, 5prime Site Destroyed, 3prime Clonin gSite, 3prime Site Destroyed, Promoter, 5primer, 3primer, Vector Backbone, Vector Type, Backbone Size, Total Size, Bacterial Resistance, Selectable Marker, Copy Number, Growth Temp, Growth Strain, Hazardous",,, From 82fe083f5ede5a3c746b78f8f557384dabe496c3 Mon Sep 17 00:00:00 2001 From: "nf-osi[bot]" Date: Wed, 25 May 2022 20:05:29 +0000 Subject: [PATCH 2/2] Add changes --- nf-research-tools.jsonld | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/nf-research-tools.jsonld b/nf-research-tools.jsonld index 6397908f..2ad8dda1 100644 --- a/nf-research-tools.jsonld +++ b/nf-research-tools.jsonld @@ -2342,6 +2342,21 @@ "list" ] }, + { + "@id": "bts:howtoAcquire", + "@type": "rdf:Property", + "rdfs:comment": "How to acquire a particular resource. ", + "rdfs:label": "howtoAcquire", + "schema:domainIncludes": { + "@id": "bts:Resource" + }, + "schema:isPartOf": { + "@id": "http://schema.biothings.io" + }, + "sms:displayName": "How to Acquire", + "sms:required": "sms:true", + "sms:validationRules": [] + }, { "@id": "bts:dateAdded", "@type": "rdf:Property",