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

Add "How to Acquire" attribute #13

Merged
merged 2 commits into from
May 26, 2022
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
15 changes: 15 additions & 0 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion nf_research_tools.rdb.model.csv
Original file line number Diff line number Diff line change
@@ -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,,,,
Expand All @@ -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",,,
Expand Down