-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPOEM.rdf
More file actions
767 lines (539 loc) · 33.5 KB
/
POEM.rdf
File metadata and controls
767 lines (539 loc) · 33.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
<?xml version="1.0"?>
<rdf:RDF xmlns="http://purl.org/twc/poem/"
xml:base="http://purl.org/twc/poem/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:eco="http://purl.obolibrary.org/obo/eco.owl#"
xmlns:obo="http://purl.obolibrary.org/obo/"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:swa="http://topbraid.org/swa#"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:cito="http://purl.org/spar/cito/"
xmlns:dash="http://datashapes.org/dash#"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:prov="http://www.w3.org/ns/prov#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:tosh="http://topbraid.org/tosh#"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:void="http://rdfs.org/ns/void#"
xmlns:hasco="http://hadatac.org/ont/hasco/"
xmlns:model="http://edg.topbraid.solutions/model/"
xmlns:shacl="http://www.w3.org/ns/shacl#"
xmlns:stato="http://purl.obolibrary.org/obo/stato.owl#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:vstoi="http://hadatac.org/ont/vstoi#"
xmlns:schema="http://schema.org/"
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
xmlns:elements="http://purl.org/ontology/POEM.org/dc/elements/1.1/"
xmlns:metadata="http://topbraid.org/metadata#"
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"
xmlns:resource="http://semanticscience.org/resource/"
xmlns:elements1="http://purl.org/twc/poem.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://purl.org/twc/poem">
<owl:imports rdf:resource="http://semanticscience.org/ontology/sio.owl"/>
<dc:creator>Kelsey Rook</dc:creator>
<terms:description>The Psychometric Ontology of Experience and Measures provides an ontology of domain concepts for the measurement of symptoms and syndromes related to psychiatric conditions.</terms:description>
<terms:license rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://opensource.org/license/mit</terms:license>
<terms:modified>2023-11-20</terms:modified>
<terms:title>Psychometric Ontology of Experience and Measures</terms:title>
<rdfs:isDefinedBy>http://purl.org/ontology/POEM</rdfs:isDefinedBy>
<rdfs:label>Psychometric Ontology of Experience and Measures (POEM)</rdfs:label>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://purl.obolibrary.org/obo/IAO_0000114 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000114"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000115 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000115">
<obo:IAO_0000115>The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions.</obo:IAO_0000115>
<rdfs:isDefinedBy rdf:resource="http://purl.obolibrary.org/obo/iao.owl"/>
<rdfs:label>definition</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.obolibrary.org/obo/IAO_0000117 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000117"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000119 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000119"/>
<!-- http://purl.obolibrary.org/obo/IAO_0000412 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000412"/>
<!-- http://purl.obolibrary.org/obo/STATO_0000032 -->
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/STATO_0000032"/>
<!-- http://purl.org/twc/poem.org/dc/elements/1.1/identifier -->
<owl:AnnotationProperty rdf:about="http://purl.org/twc/poem.org/dc/elements/1.1/identifier"/>
<!-- http://www.w3.org/2004/02/skos/core#definition -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#definition"/>
<!-- http://www.w3.org/2004/02/skos/core#notation -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/2004/02/skos/core#notation">
<elements1:identifier>core#notation</elements1:identifier>
</owl:AnnotationProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://hadatac.org/ont/vstoi#hasItem -->
<owl:ObjectProperty rdf:about="http://hadatac.org/ont/vstoi#hasItem"/>
<!-- http://purl.org/twc/poem/hasSubscale -->
<owl:ObjectProperty rdf:about="http://purl.org/twc/poem/hasSubscale">
<rdfs:subPropertyOf rdf:resource="http://semanticscience.org/resource/SIO_000028"/>
<owl:inverseOf rdf:resource="http://purl.org/twc/poem/isSubscaleOf"/>
<rdfs:domain rdf:resource="http://purl.org/twc/poem/CompositeScale"/>
<rdfs:range rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
<rdfs:label>has subscale</rdfs:label>
<skos:definition>comprises of multiple scales about more specific concepts</skos:definition>
</owl:ObjectProperty>
<!-- http://purl.org/twc/poem/hasVariable -->
<owl:ObjectProperty rdf:about="http://purl.org/twc/poem/hasVariable">
<owl:inverseOf rdf:resource="http://purl.org/twc/poem/isVariableOf"/>
<rdfs:domain rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:range rdf:resource="http://hadatac.org/ont/hasco/SemanticVariable"/>
<rdfs:label>has variable</rdfs:label>
<skos:definition>has a specification of some quality that is subject to change</skos:definition>
</owl:ObjectProperty>
<!-- http://purl.org/twc/poem/isSubscaleOf -->
<owl:ObjectProperty rdf:about="http://purl.org/twc/poem/isSubscaleOf">
<rdfs:subPropertyOf rdf:resource="http://semanticscience.org/resource/SIO_000068"/>
<rdfs:domain rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
<rdfs:range rdf:resource="http://purl.org/twc/poem/CompositeScale"/>
<rdfs:label>is subscale of</rdfs:label>
<skos:definition>has, as its constituent parts, multiple scales</skos:definition>
</owl:ObjectProperty>
<!-- http://purl.org/twc/poem/isVariableOf -->
<owl:ObjectProperty rdf:about="http://purl.org/twc/poem/isVariableOf">
<rdfs:domain rdf:resource="http://hadatac.org/ont/hasco/SemanticVariable"/>
<rdfs:range rdf:resource="http://www.w3.org/2002/07/owl#Thing"/>
<rdfs:label>is variable of</rdfs:label>
<skos:definition>is an attribute specification of some entity that is subject to change</skos:definition>
</owl:ObjectProperty>
<!-- http://semanticscience.org/resource/SIO_000028 -->
<owl:ObjectProperty rdf:about="http://semanticscience.org/resource/SIO_000028"/>
<!-- http://semanticscience.org/resource/SIO_000068 -->
<owl:ObjectProperty rdf:about="http://semanticscience.org/resource/SIO_000068"/>
<!-- http://semanticscience.org/resource/SIO_000291 -->
<owl:ObjectProperty rdf:about="http://semanticscience.org/resource/SIO_000291"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://hadatac.org/ont/hasco/hasLanguage -->
<owl:DatatypeProperty rdf:about="http://hadatac.org/ont/hasco/hasLanguage"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://hadatac.org/ont/hasco/SemanticVariable -->
<owl:Class rdf:about="http://hadatac.org/ont/hasco/SemanticVariable">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/twc/poem/isVariableOf"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/twc/poem#ItemStemConcept"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://semanticscience.org/resource/SIO_000614"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000332"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://semanticscience.org/resource/SIO_000776"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>semantic variable</rdfs:label>
<skos:definition>A variable specification that includes the target entities and attributes, but not the population property</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#Codebook -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#Codebook">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000000"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000011"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/vstoi#Item"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000059"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#ResponseOption"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/twc/poem/Experience"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>codebook</rdfs:label>
<skos:definition>a document used to outline the content, format,
and coding scheme of a dataset</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#Detector -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#Detector">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000956"/>
<rdfs:label>Detector</rdfs:label>
<skos:definition>an object that is capable of sensing environmental properties by collecting physical signals about these properties, translating these physical signals into (most often electrical) signals, and forwarding these electrical signals to instruments</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#Informant -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#Informant">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000498"/>
<rdfs:label>Informant</rdfs:label>
<skos:definition>an individual or respondent who provides information based on an observation about themselves or someone else</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#Instrument -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#Instrument">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000956"/>
<rdfs:label>Instrument</rdfs:label>
<skos:definition>an object that receives sensed signals from detectors and processes these signals into numerical values</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#Item -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#Item">
<rdfs:subClassOf rdf:resource="http://hadatac.org/ont/vstoi#Instrument"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:someValuesFrom rdf:resource="http://semanticscience.org/resource/SIO_000613"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000095"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/vstoi#Questionnaire"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000253"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#ItemStem"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#Codebook"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>item</rdfs:label>
<skos:definition>an item stem and its response option within an assessment</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#ItemStem -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#ItemStem">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000776"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/twc/poem/hasVariable"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/hasco/SemanticVariable"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000219"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#Item"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000332"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/twc/poem#ItemStemConcept"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>item stem</rdfs:label>
<skos:definition>a question or statement used to prompt an individual to provide information regarding a latent variable</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#Questionnaire -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#Questionnaire">
<rdfs:subClassOf rdf:resource="http://hadatac.org/ont/vstoi#Instrument"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/vstoi#Informant"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000059"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#Item"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>Questionnaire</rdfs:label>
<skos:definition>a set of questions for obtaining statistically useful or personal information from individuals</skos:definition>
</owl:Class>
<!-- http://hadatac.org/ont/vstoi#ResponseOption -->
<owl:Class rdf:about="http://hadatac.org/ont/vstoi#ResponseOption">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000776"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem/Experience"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000008"/>
<owl:someValuesFrom rdf:resource="http://semanticscience.org/resource/SIO_000613"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000095"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#Codebook"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>response option</rdfs:label>
<skos:definition>a possible answer choice provided for a question or statement</skos:definition>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/ECO_0000000 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/ECO_0000000">
<obo:IAO_0000115>A type of information that is used to support an assertion.</obo:IAO_0000115>
<rdfs:label>evidence</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/IAO_0000027 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/IAO_0000027">
<rdfs:label>data item</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/OBI_0000175 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/OBI_0000175">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
<rdfs:label>p-value</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/STATO_0000193 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000193">
<obo:IAO_0000114 rdf:resource="http://purl.obolibrary.org/obo/IAO_0000122"/>
<obo:IAO_0000115>is a population whose individual members realize (may be expressed as) a combination of inclusion rule values specifications or resulting from a sampling process (e.g. recruitment followed by randomization to group) on which a number of measurements will be carried out, which may be used as input to statistical tests and statistical inference.</obo:IAO_0000115>
<obo:IAO_0000117 xml:lang="en">Alejandra Gonzalez-Beltran</obo:IAO_0000117>
<obo:IAO_0000117>Orlaith Burke</obo:IAO_0000117>
<obo:IAO_0000117>Philippe Rocca-Serra</obo:IAO_0000117>
<obo:IAO_0000119 xml:lang="en">STATO</obo:IAO_0000119>
<obo:IAO_0000412 rdf:resource="http://purl.obolibrary.org/obo/stato.owl"/>
<obo:STATO_0000032 xml:lang="en">statistical sample</obo:STATO_0000032>
<rdfs:label>study group population</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/STATO_0000203 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000203">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/STATO_0000193"/>
<obo:IAO_0000115>a cohort is a study group population where the members are human beings which meet inclusion criteria and undergo a longitudinal design</obo:IAO_0000115>
<rdfs:label>cohort</rdfs:label>
</owl:Class>
<!-- http://purl.obolibrary.org/obo/STATO_0000280 -->
<owl:Class rdf:about="http://purl.obolibrary.org/obo/STATO_0000280">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000027"/>
<rdfs:label>Pearson's correlation coefficient</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#BackwardTranslation -->
<owl:Class rdf:about="http://purl.org/twc/poem#BackwardTranslation">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<dc:description>Process of transforming (translating) the generated instrument in the target langauge (i.e., a draft of the translated instrument), back into the language of the used instrument</dc:description>
<rdfs:label>Backward Translation</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#BlindReview -->
<owl:Class rdf:about="http://purl.org/twc/poem#BlindReview">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<dc:description>Process by which someone who is blind to the original (untranslated) text resolves discrepancies between multiple forward translations</dc:description>
<rdfs:label>Blind Review</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#DoubleTranslationReconciliation -->
<owl:Class rdf:about="http://purl.org/twc/poem#DoubleTranslationReconciliation">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<dc:description>Process that includes an independent translator or an expert panel to identify and resolve any discrepancies between multiple forward translations, reconciling them into a single instrument. Requires forward translation to have occurred.</dc:description>
<rdfs:label>Double-Translation and Reconciliation</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#ExpertReview -->
<owl:Class rdf:about="http://purl.org/twc/poem#ExpertReview">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<dc:description>Process by which an individual or group of individuals review changes from the used instrument to the generated instrument and provide feedback to others associated with the activity</dc:description>
<rdfs:label>Expert Review</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#ForwardTranslation -->
<owl:Class rdf:about="http://purl.org/twc/poem#ForwardTranslation">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<dc:description>Process of transforming (translating) the source language (i.e., the language of the used instrument) into a target language (i.e., the language in which generated instrument is to be administered)</dc:description>
<rdfs:label>Forward Translation</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#InstrumentCollection -->
<owl:Class rdf:about="http://purl.org/twc/poem#InstrumentCollection">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000616"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000059"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">2</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#Instrument"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>instrument collection</rdfs:label>
<skos:definition>A set of measurement instruments that have been derived from each other, are published by the same organization, or have some other reason for close association</skos:definition>
</owl:Class>
<!-- http://purl.org/twc/poem#Interview -->
<owl:Class rdf:about="http://purl.org/twc/poem#Interview">
<rdfs:subClassOf rdf:resource="http://www.w3.org/ns/prov#Activity"/>
<dc:description>Process that includes distributing the generated instrument to the intended target population and collecting feedback</dc:description>
<rdfs:label>Interview</rdfs:label>
</owl:Class>
<!-- http://purl.org/twc/poem#ItemStemConcept -->
<owl:Class rdf:about="http://purl.org/twc/poem#ItemStemConcept">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000000"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/twc/poem/hasVariable"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/hasco/SemanticVariable"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000095"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000332"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem/Construct"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000629"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#ItemStem"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>item stem concept</rdfs:label>
<skos:definition>the experience or construct that the question or statement used to prompt an individual intends to capture</skos:definition>
</owl:Class>
<!-- http://purl.org/twc/poem/CompositeScale -->
<owl:Class rdf:about="http://purl.org/twc/poem/CompositeScale">
<rdfs:subClassOf rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://purl.org/twc/poem/hasSubscale"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>composite scale</rdfs:label>
<skos:definition>a questionnaire scale with one or more subsets of questions comprising another questionnaire scale</skos:definition>
</owl:Class>
<!-- http://purl.org/twc/poem/Construct -->
<owl:Class rdf:about="http://purl.org/twc/poem/Construct">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000000"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000563"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem#ItemStemConcept"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000563"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem/QuestionnaireScale"/>
</owl:Restriction>
</rdfs:subClassOf>
<terms:alternative>psychological construct</terms:alternative>
<rdfs:label>construct</rdfs:label>
<skos:definition>a hypothetical or theoretical entity that can not be directly observed</skos:definition>
</owl:Class>
<!-- http://purl.org/twc/poem/Experience -->
<owl:Class rdf:about="http://purl.org/twc/poem/Experience">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000005"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000011"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/vstoi#Codebook"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000011"/>
<owl:someValuesFrom rdf:resource="http://hadatac.org/ont/vstoi#ResponseOption"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>experience</rdfs:label>
<skos:definition>an informant's observation or encounter in a situation or event</skos:definition>
</owl:Class>
<!-- http://purl.org/twc/poem/PsychometricQuestionnaire -->
<owl:Class rdf:about="http://purl.org/twc/poem/PsychometricQuestionnaire">
<rdfs:subClassOf rdf:resource="http://hadatac.org/ont/vstoi#Questionnaire"/>
<rdfs:label>psychometric questionnaire</rdfs:label>
<skos:definition>a questionnaire used to measure an individual's mental capabilities, behaviors, or psychological traits</skos:definition>
</owl:Class>
<!-- http://purl.org/twc/poem/QuestionnaireScale -->
<owl:Class rdf:about="http://purl.org/twc/poem/QuestionnaireScale">
<rdfs:subClassOf rdf:resource="http://semanticscience.org/resource/SIO_000776"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000332"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem/Construct"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000011"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://hadatac.org/ont/vstoi#Questionnaire"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000059"/>
<owl:minQualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:minQualifiedCardinality>
<owl:onClass rdf:resource="http://purl.org/twc/poem#ItemStemConcept"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:label>questionnaire scale</rdfs:label>
<skos:definition>a set of questions, often within a questionnaire, for obtaining information and/or a numeric result about one particular condition</skos:definition>
</owl:Class>
<!-- http://semanticscience.org/resource/SIO_000485 -->
<owl:Class rdf:about="http://semanticscience.org/resource/SIO_000485"/>
<!-- http://semanticscience.org/resource/SIO_000614 -->
<owl:Class rdf:about="http://semanticscience.org/resource/SIO_000614"/>
<!-- http://semanticscience.org/resource/SIO_000788 -->
<rdf:Description rdf:about="http://semanticscience.org/resource/SIO_000788">
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://semanticscience.org/resource/SIO_000668"/>
<owl:someValuesFrom rdf:resource="http://purl.org/twc/poem/PsychometricQuestionnaire"/>
</owl:Restriction>
</rdfs:subClassOf>
</rdf:Description>
<!-- http://semanticscience.org/resource/SIO_000912 -->
<owl:Class rdf:about="http://semanticscience.org/resource/SIO_000912"/>
<!-- http://semanticscience.org/resource/SIO_001017 -->
<owl:Class rdf:about="http://semanticscience.org/resource/SIO_001017">
<skos:definition>a sufficient set of co-occuring symptoms believed to represent an underlying phenomenon with dimensional properties</skos:definition>
</owl:Class>
<!-- http://www.w3.org/ns/prov#Activity -->
<owl:Class rdf:about="http://www.w3.org/ns/prov#Activity"/>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.5.25.2023-02-15T19:15:49Z) https://github.com/owlcs/owlapi -->