Skip to content

Commit

Permalink
Merge pull request #79 from nf-osi/allaway-patch-7
Browse files Browse the repository at this point in the history
correcting typos
  • Loading branch information
allaway authored Oct 14, 2024
2 parents 742b467 + 3afbf3a commit 7e2a565
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 25 deletions.
28 changes: 4 additions & 24 deletions nf-research-tools.jsonld
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
{
"@id": "bts:resourceName",
"@type": "rdf:Property",
"rdfs:comment": "The canonical name of the resource",
"rdfs:comment": "The \"canonical\" name of the resource",
"rdfs:label": "resourceName",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -3261,7 +3261,7 @@
{
"@id": "bts:Vendor",
"@type": "rdfs:Class",
"rdfs:comment": "A person or compnay offering the resource for sale.",
"rdfs:comment": "A person or company offering the resource for sale.",
"rdfs:label": "Vendor",
"rdfs:subClassOf": [
{
Expand Down Expand Up @@ -4794,9 +4794,6 @@
{
"@id": "bts:institution"
},
{
"@id": "bts:investigatorWebsite"
},
{
"@id": "bts:investigatorSynapseId"
}
Expand Down Expand Up @@ -10767,7 +10764,7 @@
"@id": "http://schema.biothings.io"
},
"sms:displayName": "investigatorId",
"sms:required": "sms:false",
"sms:required": "sms:true",
"sms:validationRules": []
},
{
Expand Down Expand Up @@ -10855,7 +10852,7 @@
{
"@id": "bts:investigatorName",
"@type": "rdf:Property",
"rdfs:comment": "The name of the investigator responsible for devleoping the resource.",
"rdfs:comment": "The name of the investigator responsible for developing the resource.",
"rdfs:label": "investigatorName",
"schema:domainIncludes": [
{
Expand Down Expand Up @@ -10886,23 +10883,6 @@
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:investigatorWebsite",
"@type": "rdf:Property",
"rdfs:comment": "The url to the investigator's laboratory website corresponding to the resource.",
"rdfs:label": "investigatorWebsite",
"schema:domainIncludes": [
{
"@id": "bts:Investigator"
}
],
"schema:isPartOf": {
"@id": "http://schema.biothings.io"
},
"sms:displayName": "investigatorWebsite",
"sms:required": "sms:false",
"sms:validationRules": []
},
{
"@id": "bts:investigatorSynapseId",
"@type": "rdf:Property",
Expand Down
2 changes: 1 addition & 1 deletion nf_research_tools.rdb.model.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Component,Type of submitted information.,,,TRUE,,,,,
resource,"A tool used in the research process (i.e. animal model, cell line, etc.)",,"Component, resourceId, rrid, resourceName, synonyms, resourceType, description, aiSummary, usageRequirements, howToAcquire, dateAdded, dateModified",FALSE,,,"resourceId, animalModelId, antibodyId, cellLineId, geneticReagentId, biobankId, rrid, resourceName, synonyms, resourceType, description, aiSummary, usageRequirements, howToAcquire, dateAdded, dateModified","geneticReagentDetails, antibodyDetails, cellLineDetails, animalModelDetails, biobankDetails",
resourceId,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,,,
resourceName,The canonical name of the resource,,,TRUE,,resource,,,
resourceName,The "canonical" name of the resource,,,TRUE,,resource,,,
synonyms,Synonyms of the resource,,,FALSE,,resource,,,list like
resourceType,"Type of resource. (e.g. animal model, antibody, plasmid, etc.)","Animal Model, Cell Line, Antibody, Genetic Reagent, Biobank",,TRUE,,resource,,,
Animal Model,,,animalModelId,,,resourceType,,,
Expand Down

0 comments on commit 7e2a565

Please sign in to comment.