-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhito.ttl
898 lines (696 loc) · 44 KB
/
hito.ttl
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
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
@prefix : <http://hitontology.eu/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ov: <http://open.vocab.org/terms/>.
@prefix dbo: <http://dbpedia.org/ontology/>.
@prefix dbr: <http://dbpedia.org/resource/>.
@prefix yago: <http://dbpedia.org/class/yago/>.
@prefix doap: <http://usefulinc.com/ns/doap#>.
@prefix skos: <http://www.w3.org/2004/02/skos/core#>.
@prefix swo: <http://www.ebi.ac.uk/swo/>.
@prefix swol: <http://www.ebi.ac.uk/swo/license/>.
@prefix bibo: <http://purl.org/ontology/bibo/>.
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix dce: <http://purl.org/dc/elements/1.1/> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@base <http://hitontology.eu/ontology/> .
<http://hitontology.eu/ontology> rdf:type owl:Ontology ;
rdfs:label "Health IT Ontology"@en;
skos:altLabel "HITO"@en;
rdfs:comment "The Health IT Ontology (HITO) allows systematically describing application systems and software products in health IT.";
dcterms:abstract "The Health IT Ontology (HITO) allows systematically describing application systems and software products in health IT. Our motivation is that information management professionals have a strong need to share and compare knowledge about health IT in several situations. These situations are, among others, to describe the components of a health information system as part of its strategic or operational management, to select a new software product, to learn about available evidence regarding an application, or to hire or train health IT specialists."@en;
doap:repository <https://github.com/hitontology/ontology>;
#dcterms:license <https://creativecommons.org/licenses/by/4.0/>; # temporary, may change
dcterms:title "A Health IT Ontology to describe health IT systems in a comparable way"@en;
dcterms:creator "<a href='http://www.people.imise.uni-leipzig.de/alfred.winter/'>Prof. Alfred Winter</a>, <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>",
"<a href='https://www.umit.at/page.cfm?vpath=departments/technik/iig/'>Prof. Elske Ammenwerth</a>, <a href='https://www.umit-tirol.at'>UMIT Tirol, Austria</a>",
"<a href='https://github.com/KonradHoeffner'>Konrad Höffner</a>, <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>",
"<a href='https://iig.umit-tirol.at/index.php/de/staff/30-verena-dornauer'>Verena Dornauer</a>, <a href='https://www.umit-tirol.at'>UMIT Tirol, Austria</a>",
"<a href='http://www.imise.uni-leipzig.de/Mitarbeiter/Franziska_Jahn'>Franziska Jahn</a>, <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>",
"Michelle Bindel, <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>";
dcterms:contributor "<a href=''http://www.imise.uni-leipzig.de/Mitarbeiter/Birgit_Schneider>Birgit Schneider</a>, <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>",
"<a href='https://www.imise.uni-leipzig.de/en/Mitarbeiter/Maryam_Ghalandari'>Maryam Ghalandari</a>, <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>",
"<a href='https://github.com/ThomasPause'>Thomas Pause</a>, formerly <a href='https://www.imise.uni-leipzig.de/en'>IMISE Leipzig, Germany</a>";
dcterms:created "2021-07-29"^^xsd:gYear;
dcterms:publisher <https://www.imise.uni-leipzig.de/>;
vann:preferredNamespaceURI <http://hitontology.eu/ontology/>;
vann:preferredNamespacePrefix "hito";
bibo:status <http://purl.org/ontology/bibo/status/draft>;
owl:versionInfo "0.2";
#owl:versionIRI <https://github.com/hitontology/ontology/blob/master/hito.ttl>;
foaf:logo <https://hitontology.eu/public/hito.svg>;
rdfs:seeAlso <https://hitontology.eu>, <https://hitontology.eu/ontology/>;
ov:defines :ExperimentalStudyRCT;
ov:defines :FeatureCatalogue;
ov:defines :FeatureClassified;
ov:defines :FeatureCitation;
ov:defines :Journal;
ov:defines :LabStudy;
ov:defines :NonExperimentalStudy;
ov:defines :OrganizationalUnitCatalogue;
ov:defines :OrganizationalUnitClassified;
ov:defines :OrganizationalUnitCitation;
ov:defines :OutcomeCriteriaClassified;
ov:defines :OutcomeCriteriaCitation;
ov:defines :PMID;
ov:defines :QuasiExperimentalStudy;
ov:defines :SoftwareProduct;
ov:defines :SoftwareProductInstallation;
ov:defines :Study;
ov:defines :StudyMethodClassified;
ov:defines :StudyMethodCitation;
ov:defines :UserGroupCatalogue;
ov:defines :UserGroupClassified;
ov:defines :UserGroupCitation;
ov:defines :ValidationStudy;
ov:defines :ApplicationSystemCatalogue;
ov:defines :ApplicationSystemClassified;
ov:defines :ApplicationSystemCitation;
# ov:defines :Certification;
ov:defines :Citation;
ov:defines :Classification;
ov:defines :Client;
ov:defines :CommunicationStandard;
ov:defines :DatabaseSystem;
ov:defines :EnterpriseFunctionCitation;
ov:defines :EnterpriseFunctionClassified;
ov:defines :EnterpriseFunctionCatalogue;
ov:defines :Interoperability;
ov:defines :Terminology.
#:uc1 rdf:type owl:Ontology ;
# rdfs:label "Evaluation Studies"@en ;
# rdfs:comment "finding evidence in health IT evaluation studies"@en ;
#:uc2 rdf:type owl:Ontology ;
# rdfs:label "MEDFLOSS"@en ;
# rdfs:comment "selecting medical free/libre open source software"@en ;
#:uc3 rdf:type owl:Ontology ;
# rdfs:label "commercial software"@en ;
# rdfs:comment "selecting commercial software"@en .
#################################################################
# Object Properties
#################################################################
### http://hitontology.eu/ontology/applicationSystem
:applicationSystem rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :citation ;
rdfs:domain :SoftwareProduct ;
rdfs:range :ApplicationSystemCitation ;
rdfs:label "application system type catalogue"@en .
### http://hitontology.eu/ontology/applicationSystemCatalogue
:applicationSystemCatalogue rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :catalogue ;
rdfs:domain :ApplicationSystemClassified ;
rdfs:range :ApplicationSystemCatalogue ;
rdfs:label "application system type catalogue"@en .
### http://hitontology.eu/ontology/applicationSystemClassified
:applicationSystemClassified rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :ApplicationSystemCitation ;
rdfs:range :ApplicationSystemClassified ;
rdfs:label "classified application system type"@en .
### http://hitontology.eu/ontology/certification
#:certification rdf:type owl:ObjectProperty ;
:certification rdf:type owl:DatatypeProperty ;
rdfs:domain :SoftwareProduct;
# rdfs:range :Certification ;
# rdfs:range xsd:string ;
rdfs:label "certification"@en .
### http://hitontology.eu/ontology/catalogue
:citation rdf:type owl:ObjectProperty ;
rdfs:domain :Classified;
rdfs:range :Catalogue;
rdfs:label "catalogue"@en .
### http://hitontology.eu/ontology/citation
:citation rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :Citation;
rdfs:label "citation"@en .
### http://hitontology.eu/ontology/classified
:classified rdf:type owl:ObjectProperty ;
rdfs:domain :Citation;
rdfs:range :Classified;
rdfs:label "classified"@en .
### http://hitontology.eu/ontology/featureClassified
:featureClassified rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :FeatureCitation ;
rdfs:range :FeatureClassified ;
rdfs:label "classified feature"@en .
### http://hitontology.eu/ontology/enterpriseFunctionClassified
:enterpriseFunctionClassified rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :EnterpriseFunctionCitation ;
rdfs:range :EnterpriseFunctionClassified ;
rdfs:label "classified function"@en .
### http://hitontology.eu/ontology/classifiedOutcomeCriteria
:classifiedOutcomeCriteria rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :OutcomeCriteriaCitation ;
rdfs:range :OutcomeCriteriaClassified ;
rdfs:label "classified Outcome Criteria"@en .
### http://hitontology.eu/ontology/classifiedStudyMethod
:classifiedStudyMethod rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :StudyMethodCitation ;
rdfs:range :StudyMethodClassified ;
rdfs:label "classified Study Method"@en .
### http://hitontology.eu/ontology/organizationalUnitClassified
:organizationalUnitClassified rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :OrganizationalUnitCitation ;
rdfs:range :OrganizationalUnitClassified ;
rdfs:label "classified organizational unit"@en .
### http://hitontology.eu/ontology/classifiedUserGroupSNOMEDCT
:classifiedUserGroupSNOMEDCT rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified ;
rdfs:domain :UserGroupCitation ;
rdfs:range :UserGroupClassified ;
rdfs:label "classified User Group SNOMEDCT"@en .
### http://hitontology.eu/ontology/organizationalUnit
:organizationalUnit rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :citation ;
rdfs:domain :SoftwareProduct ;
rdfs:range :OrganizationalUnitCitation ;
rdfs:label "used in organizational unit"@en ;
rdfs:comment "Shows in which organizational unit the software product is used."@en .
### http://hitontology.eu/ontology/userGroup
:userGroup rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :citation ;
rdfs:domain :SoftwareProduct ;
rdfs:range :UserGroupClassified ;
rdfs:label "user group"@en .
### http://hitontology.eu/ontology/evaluatesApplicationSystem
:evaluatesApplicationSystem rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :ApplicationSystemCitation ;
rdfs:label "evaluates Application System Type"@en .
### http://hitontology.eu/ontology/enterpriseFunctionCatalogue
:enterpriseFunctionCatalogue rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :catalogue;
rdfs:domain :EnterpriseFunctionClassified ;
rdfs:range :EnterpriseFunctionCatalogue ;
rdfs:label "enterprise function catalogue"@en .
### http://hitontology.eu/ontology/evaluatesApplicationSystemBasedOnProduct
:evaluatesApplicationSystemBasedOnProduct rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :SoftwareProduct ;
rdfs:label "evaluates Application System Type Based On Product"@en .
### http://hitontology.eu/ontology/evaluatesApplicationSystemHavingFeature
:evaluatesApplicationSystemHavingFeature rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :FeatureCitation ;
rdfs:label "evaluates Application System Type Having Feature"@en .
### http://hitontology.eu/ontology/evaluatesApplicationSystemHavingUserGroup
:evaluatesApplicationSystemHavingUserGroup rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :UserGroupCitation ;
rdfs:label "evaluates Application System Type Having User Group"@en .
### http://hitontology.eu/ontology/evaluatesApplicationSystemUsedInUnit
:evaluatesApplicationSystemUsedInUnit rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :OrganizationalUnitCitation ;
rdfs:label "evaluates Application System Type Used In Unit"@en .
### http://hitontology.eu/ontology/featureCatalogue
:featureCatalogue rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :catalogue;
rdfs:domain :FeatureClassified ;
rdfs:range :FeatureCatalogue ;
rdfs:label "feature catalogue"@en .
### http://hitontology.eu/ontology/firstAuthor
:firstAuthor rdf:type owl:DatatypeProperty ;
rdfs:domain :Study ;
rdfs:range xsd:String ;
rdfs:label "first author"@en ;
#skos:example "AllainTJ", "AmmenwerthE";
rdfs:comment "The surname and the initials of the first author of the modelled evaluation study."@en .
### http://hitontology.eu/ontology/outcomeCriteria
:outcomeCriteria rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :OutcomeCriteriaCitation ;
rdfs:label "has Outcome Criteria"@en .
### http://hitontology.eu/ontology/pmid
:pmid rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :PMID ;
rdfs:label "has PMID"@en .
### http://hitontology.eu/ontology/studyMethod
:studyMethod rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :StudyMethodCitation ;
rdfs:label "has Study Method"@en .
### http://hitontology.eu/ontology/homepage
:homepage rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
skos:closeMatch doap:homepage ;
rdfs:range rdfs:Resource;
rdfs:label "homepage"@en ;
rdfs:comment "The website on which a software product is described or where its code can be downloaded. Is represented through an URL that links to the repository."@en .
### http://hitontology.eu/ontology/implements
:implements rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range :ApplicationSystemCitation ;
rdfs:comment "If installed and customized, a software product implements a certain application system."@en ;
rdfs:label "implements"@en .
### http://hitontology.eu/ontology/interoperability
:interoperability rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range :Interoperability;
rdfs:label "interoperability"@en .
### http://hitontology.eu/ontology/license
:license rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range swo:SWO_0000002 ;
rdfs:label "license"@en ;
vann:example swol:SWO_9000085, swol:SWO_9000084, swol:SWO_1000046 ;
rdfs:comment "the license under which a software product is distributed."@en .
### http://hitontology.eu/ontology/feature
:feature rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :citation ;
rdfs:domain :SoftwareProduct ;
rdfs:range :FeatureCitation ;
rdfs:label "offers Feature"@en .
### http://hitontology.eu/ontology/organizationalUnitCatalogue
:organizationalUnitCatalogue rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :catalogue ;
rdfs:domain :OrganizationalUnitClassified ;
rdfs:range :OrganizationalUnitCatalogue ;
rdfs:label "organizational unit catalogue"@en .
### http://hitontology.eu/ontology/repository
:repository rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
skos:closeMatch doap:repository;
rdfs:range rdfs:Resource;
rdfs:label "repository"@en ;
rdfs:comment "Is a storage location for software-code, along with relevant metadata. Is represented through an URL that links to the repository."@en .
### http://hitontology.eu/ontology/programmingLanguage
:programmingLanguage rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range yago:WikicatProgrammingLanguages ;
rdfs:label "programming language"@en ;
vann:example <http://dbpedia.org/resource/Java_(programming_language)>, dbr:JavaScript, <http://dbpedia.org/resource/Python_(programming_language)> ;
rdfs:comment "The programming language used to develop a software product."@en .
### http://hitontology.eu/ontology/programmingLibrary
:programmingLibrary rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range :ProgrammingLibrary ;
rdfs:label "programming library or toolkit"@en ;
#vann:example # no instances yet
rdfs:comment "Programming toolkits are utility programs that are used to develop and maintain software. Programming libraries are a collection of prewritten functions that are ready to be used in coding. Both help programmers in developing software in a fast and safe manner."@en .
### http://hitontology.eu/ontology/publishedInJournal
:publishedInJournal rdf:type owl:ObjectProperty ;
rdfs:domain :Study ;
rdfs:range :Journal ;
rdfs:label "published In Journal"@en ;
rdfs:comment "The journal the evaluation study is published in."@en .
### http://hitontology.eu/ontology/operatingSystem
:operatingSystem rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range :OperatingSystem;
rdfs:label "operating system"@en ;
rdfs:comment "The operating system a software uses. A software product might be able to run on a variety of operating systems."@en .
### http://hitontology.eu/ontology/softwareProductComponent
:softwareProductComponent rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :SoftwareProduct;
rdfs:label "software product component"@en .
### http://hitontology.eu/ontology/softwareProductInstallation
:softwareProductInstallation rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :SoftwareProductInstallation;
rdfs:label "software product installation"@en ;
dcterms:source <https://www.doi.org/10.1007/978-1-84996-441-8> ;
#vann:example
rdfs:comment "Also known as Computer-based application component. Based on a software product, which is an acquired or self-developed piece of software that can be installed on a computer system. For example, the computer-based application component patient administration system stands for the installation of a software product to support enterprise functions such as patient admission and administrative discharge and final billing."@en .
### http://hitontology.eu/ontology/subClassifiedOf
:subClassifiedOf rdf:type owl:ObjectProperty ;
rdfs:domain :Classified;
rdfs:range :Classified;
rdfs:label "subclassified of"@en ;
rdfs:comment "The classified in subject position is a child of classified in object position."@en .
### http://hitontology.eu/ontology/subFeatureOf
:subFeatureOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :subClassifiedOf ;
rdfs:domain :FeatureClassified;
rdfs:range :FeatureClassified;
rdfs:label "subfeature of"@en .
### http://hitontology.eu/ontology/subFunctionOf
:subFunctionOf rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :subClassifiedOf ;
rdfs:domain :EnterpriseFunctionClassified;
rdfs:range :EnterpriseFunctionClassified;
rdfs:label "subfunction of"@en .
### http://hitontology.eu/ontology/subInteroperabilityOf
:subInteroperabilityOf rdf:type owl:ObjectProperty ;
rdfs:domain :Interoperability;
rdfs:range :Interoperability ;
rdfs:label "subinteroperability of"@en ;
rdfs:comment "subinteroperability standard of."@en .
### http://hitontology.eu/ontology/supportsFunction
:supportsFunction rdf:type owl:ObjectProperty ;
rdfs:domain :FeatureCitation ;
rdfs:range :EnterpriseFunctionCitation ;
rdfs:label "supports function citation"@en .
### http://hitontology.eu/ontology/supportsFunctionClassified
:supportsFunctionClassified rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :subClassifiedOf ;
rdfs:domain :FeatureClassified;
rdfs:range :EnterpriseFunctionClassified ;
rdfs:label "supports classified function"@en ;
rdfs:comment "The classified feature in subject position supports the classified enterprise function in object position."@en .
### http://hitontology.eu/ontology/client
:client rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range :Client ;
rdfs:label "client"@en ;
rdfs:comment "The client type on which a software product is able to be run."@en .
### http://hitontology.eu/ontology/supportedByFeatureCitation
:supportedByFeatureCitation rdf:type owl:ObjectProperty ;
rdfs:domain :EnterpriseFunctionCitation ;
rdfs:range :FeatureCitation ;
rdfs:label "supported by feature citation"@en .
### http://hitontology.eu/ontology/enterpriseFunction
:enterpriseFunction rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :citation ;
rdfs:domain :SoftwareProduct ;
rdfs:range :EnterpriseFunctionCitation ;
rdfs:label "supports enterprise function"@en .
### http://hitontology.eu/ontology/language
:language rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range dbo:Language;
rdfs:label "language"@en ;
rdfs:comment "The language supported by a software product. A software product can offer multiple languages the user can choose from."@en .
### http://hitontology.eu/ontology/userGroupClassified
:userGroupClassified rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :classified;
rdfs:domain :UserGroupCitation ;
rdfs:range :UserGroupClassified ;
rdfs:label "classified user group"@en .
### http://hitontology.eu/ontology/userGroupCatalogue
:userGroupCatalogue rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf :catalogue;
rdfs:domain :UserGroupClassified ;
rdfs:range :UserGroupCatalogue ;
rdfs:label "user group catalogue"@en .
### http://hitontology.eu/ontology/databaseSystem
:databaseSystem rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct ;
rdfs:range :DatabaseSystem ;
rdfs:label "database system"@en ;
rdfs:comment "The database system a software product uses."@en .
#################################################################
# Data properties
#################################################################
### http://hitontology.eu/ontology/internalId
:internalId rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Classified ;
rdfs:range xsd:string ;
rdfs:label "internal identifier"@en;
rdfs:comment "Internal identifier of a member of a catalogue. Unique inside a catalogue but duplicates may exist across different catalogues. "@en.
### http://hitontology.eu/ontology/organizationalUnitSctid
:organizationalUnitSctid rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :OrganizationalUnitClassified ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:label "unit SCTID"@en ;
rdfs:comment "SCTID of an organizational unit"@en .
### http://hitontology.eu/ontology/userGroupSctid
:userGroupSctid rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :UserGroupClassified ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:label "group SCTID"@en ;
rdfs:label "SCTID of a user group"@en .
### http://hitontology.eu/ontology/publishedInYear
:publishedInYear rdf:type owl:DatatypeProperty ,
owl:FunctionalProperty ;
rdfs:domain :Study ;
rdfs:range xsd:gYear ;
rdfs:label "published In Year"@en .
### http://hitontology.eu/ontology/vancouverReference
:vancouverReference rdf:type owl:DatatypeProperty ;
rdfs:domain :ApplicationSystemClassified ,
:FeatureClassified ,
:OrganizationalUnitClassified ,
:OutcomeCriteriaClassified ,
:Study ,
:StudyMethodClassified ,
:UserGroupClassified ;
rdfs:range xsd:string ;
rdfs:comment "vancouver Reference"@en .
########## Direct connections between SoftwareProduct and classified catalogue entries
### http://hitontology.eu/ontology/directApplicationSystem
:directApplicationSystem rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :ApplicationSystemClassified ;
rdfs:label "application system"@en .
### http://hitontology.eu/ontology/directEnterpriseFunction
:directEnterpriseFunction rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :EnterpriseFunctionClassified ;
rdfs:label "function"@en .
### http://hitontology.eu/ontology/directFeature
:directFeature rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :FeatureClassified ;
rdfs:label "feature"@en .
### http://hitontology.eu/ontology/directUserGroup
:directUserGroup rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :UserGroupClassified ;
rdfs:label "user group"@en .
### http://hitontology.eu/ontology/directOrganizationalUnit
:directOrganizationalUnit rdf:type owl:ObjectProperty ;
rdfs:domain :SoftwareProduct;
rdfs:range :OrganizationalUnitClassified ;
rdfs:label "organizational unit"@en .
#################################################################
# Classes
#################################################################
### http://hitontology.eu/ontology/ApplicationSystemCatalogue
:ApplicationSystemCatalogue rdf:type owl:Class ;
rdfs:subClassOf :Catalogue ;
rdfs:label "Application System Type Catalogue"@en ;
vann:example :BbApplicationSystemCatalogue, :WhoDhiSystemCategoryApplicationSystemCatalogue ;
rdfs:comment "A collection of classified application systems."@en .
### http://hitontology.eu/ontology/ApplicationSystemClassified
:ApplicationSystemClassified rdf:type owl:Class ;
rdfs:subClassOf :Classified ;
rdfs:label "Application System Type Classified"@en ;
vann:example :BbDialysisInformationSystem, :BbDigitalDictationSystem, :WhoDhiElectronicMedicalRecord ;
rdfs:comment "The term for an application system, which is used in the classification of application systems."@en;
dcterms:source <https://www.doi.org/10.1007/978-1-84996-441-8>.
### http://hitontology.eu/ontology/ApplicationSystemCitation
:ApplicationSystemCitation rdf:type owl:Class ;
rdfs:subClassOf :Citation;
rdfs:label "Application System Type Citation"@en ;
vann:example :BahmniAppHospitalSystem, :EChasquiLaboratoryInformationSystem ;
rdfs:comment "The natural language term an author uses for the application system, which is evaluated in the study."@en .
### http://hitontology.eu/ontology/Catalogue
:Catalogue rdf:type owl:Class ;
rdfs:label "Catalogue"@en ;
vann:example :BbFeatureCatalogue, :BbFunctionCatalogue, :BbApplicationSystemCatalogue, :SnomedUserGroupCatalogue ;
rdfs:comment "A collection of classifieds of the same type from the same source."@en .
### http://hitontology.eu/ontology/Certification
:Certification rdf:type owl:Class ;
rdfs:label "Certification"@en ;
dcterms:source <https://www.doi.org/10.1007/978-1-84996-441-8> ;
# vann:example ... ;
rdfs:comment "Certificate of a software product to assess the compliance with quality management standards."@en .
### http://hitontology.eu/ontology/Citation
:Citation rdf:type owl:Class ;
rdfs:label "Citation"@en ;
rdfs:comment "Natural language description of a software product from that products documentation, such as a web page."@en .
### http://hitontology.eu/ontology/Classification
:Classification rdf:type owl:Class ;
rdfs:label "Classification"@en ;
vann:example :WhoDhi1-0, :Snomed, :EhrSfm, :Bb ;
rdfs:comment "Group of catalogues of different catalogue types from the same source."@en .
### http://hitontology.eu/ontology/Classified
:Classified rdf:type owl:Class ;
rdfs:label "Classified"@en ;
rdfs:comment "Classifies an entry of a catalogue, such as a feature or an enterprise function."@en .
### http://hitontology.eu/ontology/Client
:Client rdf:type owl:Class ;
rdfs:label "Client"@en ;
rdfs:comment "The client type on which a software product is able to be run."@en .
### http://hitontology.eu/ontology/Mobile
:Mobile a :Client; rdfs:label "mobile"@en .
### http://hitontology.eu/ontology/Native
:Native a :Client; rdfs:label "native"@en .
### http://hitontology.eu/ontology/WebBased
:WebBased a :Client; rdfs:label "web-based"@en .
### http://hitontology.eu/ontology/DatabaseSystem
:DatabaseSystem rdf:type owl:Class ;
rdfs:label "Database System"@en ;
vann:example :MySql, :PostgreSql, :OracleDatabase .
### http://hitontology.eu/ontology/EnterpriseFunctionClassified
:EnterpriseFunctionClassified rdf:type owl:Class ;
rdfs:subClassOf :Classified ;
rdfs:label "Enterprise Function Classified"@en ;
vann:example :BbAdministrativeAdmission, :WhoDhiCertifyBirthEvent ;
rdfs:comment "The term for an enterprise function, which is used in the classification of enterprise functions. It is a classified term as per our definition that belongs to a classification"@en .
# todo: add dcterms:source paper Winter A, Haux R, Ammenwerth E, Brigl B, Hellrung N, Jahn F. Health Information Systems: Architecture and Strategies. 2nd Edition. London: Springer London; 2011.
### http://hitontology.eu/ontology/EnterpriseFunctionCitation
:EnterpriseFunctionCitation rdf:type owl:Class ;
rdfs:subClassOf :Citation;
rdfs:label "Enterprise Function Citation"@en ;
vann:example :BahmniFuncBilling, :BikaLimsFuncQualityControl, :ElexisFuncAbrechnungssystem ;
dcterms:source <https://www.doi.org/10.1007/978-1-84996-441-8> ;
rdfs:comment "Natural language citation of an enterprise function, describes what acting human or machines have to do in certain enterprise to contribute to its mission or goals. An enterprise function is a directive in an institution on how to interpret data about entity types and then update data about entity types as a consequence of this interpretation. The citation is a term an author uses to describe the enterprise function that is supported by an application system."@en .
### http://hitontology.eu/ontology/ExperimentalStudyRCT
:ExperimentalStudyRCT rdf:type owl:Class ;
rdfs:subClassOf :Study ;
rdfs:label "Experimental Study RCT"@en .
### http://hitontology.eu/ontology/FeatureCatalogue
:FeatureCatalogue rdf:type owl:Class ;
rdfs:subClassOf :Catalogue ;
rdfs:label "Feature Catalogue"@en ;
vann:example :WhoDhiHealthSystemManagerFeatureCatalogue, :EhrSfmFeatureCatalogue, :BbFeatureCatalogue ;
rdfs:comment "A collection of classified software features."@en .
### http://hitontology.eu/ontology/FeatureClassified
:FeatureClassified rdf:type owl:Class ;
rdfs:subClassOf :Classified ;
rdfs:label "Feature Classified"@en ;
vann:example :BbAdmitPatientsToTheWard, :WhoDhiRegisterBirthEvent, :EhrSfmManageClinicalDocumentation ;
rdfs:comment "The summarizing term of a feature, which is used in catalogues. It is a classified term as per our definition that belongs to a classification"@en .
### http://hitontology.eu/ontology/FeatureCitation
:FeatureCitation rdf:type owl:Class ;
rdfs:subClassOf :Citation;
rdfs:label "Feature Citation"@en ;
rdfs:comment "Features are functionalities offered by the software product of the application system which directly contribute to the fulfilment of one or more function. The finer the granularity of a function is formulated, the greater is the probability that the function semantically corresponds with a feature an application component offers."@en .
### http://hitontology.eu/ontology/EnterpriseFunctionCatalogue
:EnterpriseFunctionCatalogue rdf:type owl:Class ;
rdfs:subClassOf :Catalogue ;
rdfs:label "Function Catalogue"@en ;
vann:example :WhoDhiHealthSystemManagerFunctionCatalogue, :BbFunctionCatalogue ;
rdfs:comment "A collection of classified enterprise functions."@en .
### http://hitontology.eu/ontology/OperatingSystem
:OperatingSystem rdf:type owl:Class ;
rdfs:label "Operating System"@en ;
vann:example dbr:Linux, dbr:Mac_OS, dbr:Microsoft_Windows ;
rdfs:comment "DBpedia instances bundled under this HITO class because DBpedia didn't provide a good fit."@en .
### http://hitontology.eu/ontology/Interoperability
:Interoperability rdf:type owl:Class ;
rdfs:label "Interoperability"@en ;
vann:example :HL7, <http://hitontology.eu/ontology/HL7_V2.x>, <http://hitontology.eu/ontology/HL7_V3.0>, :ICD10, :HL7_FHIR, :HL7_FHIR, :OpenEHR ;
dcterms:source <https://www.doi.org/10.1007/978-1-84996-441-8>, <https://www.himss.org/resources/interoperability-healthcare> ;
rdfs:comment "Interoperability in general is the ability of two or more components to exchange information and to use the information that has been exchanged. Standards provide a common language and a common set of expectations that enable interoperability between systems and/or devices. In order to seamlessly digest information about an individual and improve the overall coordination and delivery of healthcare, standards permit clinicians, labs, hospitals, pharmacies and patients to share data regardless of application or market supplier."@en .
### http://hitontology.eu/ontology/Journal
:Journal rdf:type owl:Class ;
rdfs:label "Journal"@en .
### http://hitontology.eu/ontology/LabStudy
:LabStudy rdf:type owl:Class ;
rdfs:subClassOf :Study ;
rdfs:label "Lab Study"@en .
### http://hitontology.eu/ontology/NonExperimentalStudy
:NonExperimentalStudy rdf:type owl:Class ;
rdfs:subClassOf :Study ;
rdfs:label "Non Experimental Study"@en .
### http://hitontology.eu/ontology/OrganizationalUnitCatalogue
:OrganizationalUnitCatalogue rdf:type owl:Class ;
rdfs:subClassOf :Catalogue ;
rdfs:label "Organizational Unit Catalogue"@en ;
vann:example :SnomedEnvironmentOrganizationalUnitCatalogue ;
rdfs:comment "A collection of classified organizational units."@en .
### http://hitontology.eu/ontology/OrganizationalUnitClassified
:OrganizationalUnitClassified rdf:type owl:Class ;
rdfs:subClassOf :Classified ;
rdfs:label "Organizational Unit Classified"@en ;
vann:example :SnomedRadiologyDepartmentEnvironment, :SnomedCardiologyDepartmentEnvironment, :SnomedMedicalCenterEnvironment ;
rdfs:seeAlso <https://browser.ihtsdotools.org/> ;
rdfs:comment "Classified catalogue entry of an organizational unit. The SNOMED CT concept from SNOMED International."@en .
### http://hitontology.eu/ontology/OrganizationalUnitCitation
:OrganizationalUnitCitation rdf:type owl:Class ;
rdfs:subClassOf :Citation;
rdfs:label "Organizational Unit Citation"@en ;
vann:example :organizationalUnit, :GnuHealthOrgHospitalEnvironmentSctid22232009, :ElexisOrgArztpraxis, :MedkeyOrgDentalClinic ;
rdfs:comment "The natural language term an author uses for the organizational unit where the evaluation of the application system takes place."@en .
### http://hitontology.eu/ontology/OutcomeCriteriaClassified
:OutcomeCriteriaClassified rdf:type owl:Class ;
rdfs:label "Outcome Criteria Classified"@en ;
vann:example :Communication, :EconomicOutcome, :OutcomeCriteriaClassified ;
# TODO: Add DOI of "An inventory of evaluation studies of information technology in health care: trends in evaluation research"
# dcterms:source ...
rdfs:comment "Classified catalogue entry of an outcome criteria."@en .
### http://hitontology.eu/ontology/OutcomeCriteriaCitation
:OutcomeCriteriaCitation rdf:type owl:Class ;
# rdfs:subClassOf :Citation;
rdfs:label "Outcome Criteria Citation"@en ;
vann:example :softwareStability, :strengthsAndWeaknessesOfIntervention, :timeForProducingImages ;
rdfs:comment "The term an author uses for the outcome criteria of the evaluation study."@en .
### http://hitontology.eu/ontology/ProgrammingLibrary
:ProgrammingLibrary rdf:type owl:Class ;
rdfs:label "Programming Library"@en .
### http://hitontology.eu/ontology/PMID
:PMID rdf:type owl:Class ;
rdfs:label "PMID"@en ;
vann:example :i16955380, :i17660145, :i19717798;
rdfs:comment "The PMID extracted from PubMed for each study."@en .
### http://hitontology.eu/ontology/QuasiExperimentalStudy
:QuasiExperimentalStudy rdf:type owl:Class ;
rdfs:subClassOf :Study ;
rdfs:label "Quasi Experimental Study"@en ;
vann:example :NamedStudy3, :NamedStudy4, :NamedStudy22 .
# rdfs:comment ""@en .
### http://hitontology.eu/ontology/SoftwareProduct
:SoftwareProduct rdf:type owl:Class ;
skos:closeMatch doap:Project ;
vann:example :GnuHealth, :Bahmni, :Orthanc ;
rdfs:label "Software Product"@en .
### http://hitontology.eu/ontology/SoftwareProductInstallation
:SoftwareProductInstallation rdf:type owl:Class ;
rdfs:label "Software Product Installation"@en ;
dcterms:source <https://www.doi.org/10.1007/978-1-84996-441-8> ;
rdfs:comment "Also known as Computer-based application component. Based on a software product, which is an acquired or self-developed piece of software that can be installed on a computer system. For example, the computer-based application component patient administration system stands for the installation of a software product to support enterprise functions such as patient admission and administrative discharge and final billing."@en .
### http://hitontology.eu/ontology/Study
:Study rdf:type owl:Class ;
rdfs:label "Study"@en ;
vann:example :NamedStudy1, :NamedStudy2, :NamedStudy3 ;
rdfs:comment "An evaluation study"@en .
### http://hitontology.eu/ontology/StudyMethodClassified
:StudyMethodClassified rdf:type owl:Class ;
# rdfs:subClassOf :Classified ;
rdfs:label "Study Method Classified"@en ;
vann:example :Qualitative, :Quantitative ;
dcterms:source <http://dx.doi.org/10.1007/s10916-006-7397-9> ;
rdfs:comment "The study method, qualitative or quantitative."@en .
### http://hitontology.eu/ontology/StudyMethodCitation
:StudyMethodCitation rdf:type owl:Class ;
# rdfs:subClassOf :Citation;
rdfs:label "Study Method Citation"@en ;
vann:example :intentToTreatAnalysis, :interviews, :knowledgeQuestionnaire ;
rdfs:comment "The natural language term an author uses for a study method which is used in the evaluation study."@en .
### http://hitontology.eu/ontology/UserGroupClassified
:UserGroupClassified rdf:type owl:Class ;
rdfs:subClassOf :Classified ;
rdfs:label "User Group Classified"@en ;
vann:example :SnomedProfessionalNurseOccupation, :SnomedResearcherOccupation, :SnomedRadiologistOccupation ;
rdfs:seeAlso <https://browser.ihtsdotools.org/> ;
rdfs:comment "The SNOMED CT concept from SNOMED International. SNOMED CT - International SNOMED CT Browser [Internet]. Release: International Edition 20190131. 2019 [cited 2019 Mar 26]. Available from: https://browser.ihtsdotools.org/?"@en .
### http://hitontology.eu/ontology/UserGroupCatalogue
:UserGroupCatalogue rdf:type owl:Class ;
rdfs:subClassOf :Catalogue ;
rdfs:label "User Group Catalogue"@en ;
vann:example :SnomedUserGroupCatalogue ;
rdfs:comment "A collection of classified user groups."@en .
### http://hitontology.eu/ontology/UserGroupCitation
:UserGroupCitation rdf:type owl:Class ;
rdfs:subClassOf :Citation;
rdfs:label "User Group Citation"@en ;
vann:example :OpenDentalUserDentist, :OpenMrsUserAdministrativeStaff, :OrthancUserNetworkEngineer ;
rdfs:comment "The natural language term an author uses for the user group of an application system."@en .
### http://hitontology.eu/ontology/ValidationStudy
:ValidationStudy rdf:type owl:Class ;
rdfs:subClassOf :Study ;
rdfs:label "Validation Study"@en .
################### Labels for external resources
yago:OperatingSystem106568134 rdfs:label "Operating System"@en .
yago:License106549661 rdfs:label "License"@en .
dbo:ProgrammingLanguage rdfs:label "Programming Language"@en .
dbo:Language rdfs:label "Language"@en .