Skip to content

Commit

Permalink
Merge pull request #17 from nf-osi/allaway-patch-2
Browse files Browse the repository at this point in the history
simple commit to trigger pr rebuild
  • Loading branch information
allaway authored Jun 10, 2022
2 parents a5f4ae1 + df80f4c commit 04ed946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -2066,7 +2066,7 @@
{
"@id": "bts:Component",
"@type": "rdfs:Class",
"rdfs:comment": "Type of submitted information. ",
"rdfs:comment": "Type of submitted information.",
"rdfs:label": "Component",
"rdfs:subClassOf": [
{
Expand Down Expand Up @@ -2150,7 +2150,7 @@
"@id": "bts:usageRequirements"
},
{
"@id": "bts:howtoAcquire"
"@id": "bts:howToAcquire"
},
{
"@id": "bts:dateAdded"
Expand Down Expand Up @@ -2346,17 +2346,17 @@
]
},
{
"@id": "bts:howtoAcquire",
"@id": "bts:howToAcquire",
"@type": "rdf:Property",
"rdfs:comment": "How to acquire a particular resource. ",
"rdfs:label": "howtoAcquire",
"rdfs:label": "howToAcquire",
"schema:domainIncludes": {
"@id": "bts:Resource"
},
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "How to Acquire",
"sms:displayName": "How To Acquire",
"sms:required": "sms:true",
"sms:validationRules": []
},
Expand Down
2 changes: 1 addition & 1 deletion nf_research_tools.rdb.model.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Attribute,Description,Valid Values,DependsOn,Required,Source,Parent,Properties,DependsOn Component,Validation Rules,
Component,Type of submitted information. ,,,TRUE,,,,,,
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, How To Acquire, 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,,,,
Expand Down

0 comments on commit 04ed946

Please sign in to comment.