Skip to content

Commit ce779a2

Browse files
authored
Merge pull request #392 from nf-osi/patch-cognitive-psychological
Update Assay.yaml
2 parents c3ff583 + b180b92 commit ce779a2

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

NF.jsonld

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4603,6 +4603,8 @@
46034603
"@id" : "bts:clinicaldata"
46044604
}, {
46054605
"@id" : "bts:cNF-Skindex"
4606+
}, {
4607+
"@id" : "bts:cognitiveassessment"
46064608
}, {
46074609
"@id" : "bts:combinationlibraryscreen"
46084610
}, {
@@ -4707,6 +4709,8 @@
47074709
"@id" : "bts:nanoparticletrackinganalysis"
47084710
}, {
47094711
"@id" : "bts:n-backtask"
4712+
}, {
4713+
"@id" : "bts:neuropsychologicalassessment"
47104714
}, {
47114715
"@id" : "bts:nextgenerationtargetedsequencing"
47124716
}, {
@@ -4946,6 +4950,8 @@
49464950
"@id" : "bts:clinicaldata"
49474951
}, {
49484952
"@id" : "bts:cNF-Skindex"
4953+
}, {
4954+
"@id" : "bts:cognitiveassessment"
49494955
}, {
49504956
"@id" : "bts:combinationlibraryscreen"
49514957
}, {
@@ -5050,6 +5056,8 @@
50505056
"@id" : "bts:nanoparticletrackinganalysis"
50515057
}, {
50525058
"@id" : "bts:n-backtask"
5059+
}, {
5060+
"@id" : "bts:neuropsychologicalassessment"
50535061
}, {
50545062
"@id" : "bts:nextgenerationtargetedsequencing"
50555063
}, {
@@ -19935,6 +19943,17 @@
1993519943
},
1993619944
"sms:displayName" : "Illumina 1M",
1993719945
"sms:required" : "sms:false"
19946+
}, {
19947+
"@id" : "bts:cognitiveassessment",
19948+
"@type" : "rdfs:Class",
19949+
"rdfs:comment" : "TBD",
19950+
"rdfs:label" : "cognitiveassessment",
19951+
"rdfs:subClassOf" : [ ],
19952+
"schema:isPartOf" : {
19953+
"@id" : "http://schema.biothings.io/"
19954+
},
19955+
"sms:displayName" : "cognitive assessment",
19956+
"sms:required" : "sms:false"
1993819957
}, {
1993919958
"@id" : "bts:UniversityofAlaska,Fairbanks",
1994019959
"@type" : "rdfs:Class",
@@ -20364,6 +20383,17 @@
2036420383
},
2036520384
"sms:displayName" : "Illumina MouseWG-6 v2.0 expression beadchip",
2036620385
"sms:required" : "sms:false"
20386+
}, {
20387+
"@id" : "bts:neuropsychologicalassessment",
20388+
"@type" : "rdfs:Class",
20389+
"rdfs:comment" : "TBD",
20390+
"rdfs:label" : "neuropsychologicalassessment",
20391+
"rdfs:subClassOf" : [ ],
20392+
"schema:isPartOf" : {
20393+
"@id" : "http://schema.biothings.io/"
20394+
},
20395+
"sms:displayName" : "neuropsychological assessment",
20396+
"sms:required" : "sms:false"
2036720397
}, {
2036820398
"@id" : "bts:UniversityofVermont",
2036920399
"@type" : "rdfs:Class",

modules/Assay/Assay.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ enums:
218218
cNF-Skindex:
219219
description: The cNF-Skindex, validated in a French population, specifically assesses the cNF-related QOL.
220220
source: https://pubmed.ncbi.nlm.nih.gov/37149083/
221+
cognitive assessment:
222+
description: A set of tests or assessments to determine congnitive abilities of a patient.
223+
meaning: http://purl.obolibrary.org/obo/MAXO_0009017
221224
combination library screen:
222225
description: High throughput sample analysis of collections of compounds that provide a variety of chemically diverse structures that can be used to identify structure types that have affinity with pharmacological targets.
223226
meaning: http://purl.obolibrary.org/obo/ERO_0001686
@@ -383,6 +386,9 @@ enums:
383386
n-back task:
384387
description: A task in which items (e.g., letters) are presented one at a time and participants must identify each item that repeats relative to the item that occurred "n" items before its onset.
385388
meaning: https://www.cognitiveatlas.org/task/id/tsk_4a57abb949bcd/
389+
neuropsychological assessment:
390+
description: Evaluation for cognitive impairment by assessing the neuropsychological domains.
391+
meaning: http://purl.obolibrary.org/obo/MAXO_0009018
386392
next generation targeted sequencing:
387393
description: A type of next generation sequencing in which specific genes or portions of genes are targeted for sequencing using amplicon-based workflow.
388394
meaning: http://purl.obolibrary.org/obo/NCIT_C130177

0 commit comments

Comments
 (0)