-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathutal.rdf
960 lines (872 loc) · 56.5 KB
/
utal.rdf
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
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
<?xml version="1.0" encoding="utf-8" ?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc11="http://purl.org/dc/elements/1.1/"
xmlns:ns0="https://github.com/renzoar/BMMOntology/blob/master/utal#"
xmlns:ns1="https://github.com/renzoar/BMMOntology/blob/master/bmm#">
<rdf:Description rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#plan">
<rdf:type rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/bmm#BusinessPlan"/>
<dc11:title>First Plan</dc11:title>
<ns0:CreationDate>30-10-2017</ns0:CreationDate>
<ns0:Creator>Talca University</ns0:Creator>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#mission"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#strategy1"/>
<dc11:defines>
<rdf:Description rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#strategy2">
<rdf:type rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/bmm#Strategy"/>
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#plan"/>
<ns1:identifier>str2</ns1:identifier>
<ns1:title>Strategy 2</ns1:title>
<ns1:description>Growth in scientific research, innovation and technology transfer.</ns1:description>
<ns1:isPlanedByMeansOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#mission"/>
</rdf:Description>
</dc11:defines>
<dc11:defines>
<ns1:Strategy rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#strategy3">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#plan"/>
<ns1:identifier>str3</ns1:identifier>
<ns1:title>Strategy 3</ns1:title>
<ns1:description>Strengthening the link with the environment.</ns1:description>
<ns1:isPlanedByMeansOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#mission"/>
</ns1:Strategy>
</dc11:defines>
<dc11:defines>
<ns1:Strategy rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#strategy4">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#plan"/>
<ns1:identifier>str4</ns1:identifier>
<ns1:title>Strategy 4</ns1:title>
<ns1:description>Different Value Generation through Administrative Management.</ns1:description>
<ns1:isPlanedByMeansOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#mission"/>
</ns1:Strategy>
</dc11:defines>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal1"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal2"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal3"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal5"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal6"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal7"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal8"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal9"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal10"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal11"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal13"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal14"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal15"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal16"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal17"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal19"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal20"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal21"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal22"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal23"/>
<dc11:defines rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal24"/>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective1">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj1</ns1:identifier>
<ns1:title>Objective 1</ns1:title>
<ns1:description>More than 2/3 of satisfied employers.</ns1:description>
<ns1:measure>Percentage of satisfied employers</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal1"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective2">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj2</ns1:identifier>
<ns1:title>Objective 2</ns1:title>
<ns1:description>More than 2/3 of the professionally active professionals in the first year are satisfied with their training.</ns1:description>
<ns1:measure>Satisfaction with training</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal1"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective3">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj3</ns1:identifier>
<ns1:title>Objective 3</ns1:title>
<ns1:description>More than 2/3 of the professionals are satisfied with their work.</ns1:description>
<ns1:measure>work satisfaction.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal1"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective4">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj4</ns1:identifier>
<ns1:title>Objective 4</ns1:title>
<ns1:description>80% of doctorates in accredited regime.</ns1:description>
<ns1:measure>Percentage of accredited master's and doctoral programs.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal2"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective5">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj5</ns1:identifier>
<ns1:title>Objective 5</ns1:title>
<ns1:description>80% of master's degrees in accredited regime.</ns1:description>
<ns1:measure>Percentage of accredited master's and doctoral programs.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal2"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective6">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj6</ns1:identifier>
<ns1:title>Objective 6</ns1:title>
<ns1:description>1.5 Doctorate, 1.5 Master's degree, 1.5 Dental specialties.</ns1:description>
<ns1:measure>Attractiveness rate (effective applications v / s number of vacancies)</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal2"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective7">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj7</ns1:identifier>
<ns1:title>Objective 7</ns1:title>
<ns1:description>At least 2/3 of the users associate the University of Talca with the defined attributes.</ns1:description>
<ns1:measure>Percentage of users and clients that associate the University of Talca with the defined attributes.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal3"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective8">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj8</ns1:identifier>
<ns1:title>Objective 8</ns1:title>
<ns1:description>Greater than 90%</ns1:description>
<ns1:measure>Percentage of graduates trained by competencies.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective9">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj9</ns1:identifier>
<ns1:title>Objective 9</ns1:title>
<ns1:description>fifteen%</ns1:description>
<ns1:measure>Percentage of exchange students per year with respect to the cohort.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective10">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj10</ns1:identifier>
<ns1:title>Objective 10</ns1:title>
<ns1:description>At least 1 project developed, evaluated and in execution.</ns1:description>
<ns1:measure>Geographical expansion project prepared and evaluated.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective11">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj11</ns1:identifier>
<ns1:title>Objective 11</ns1:title>
<ns1:description>10% in 1st year, 10% in 2nd year, 8% in 3.</ns1:description>
<ns1:measure>Dropout percentage.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective12">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj12</ns1:identifier>
<ns1:title>Objective 12</ns1:title>
<ns1:description>25%</ns1:description>
<ns1:measure>Timely Titration Rate by cohort.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective13">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj13</ns1:identifier>
<ns1:title>Objective 13</ns1:title>
<ns1:description>80%</ns1:description>
<ns1:measure>Percentage of programs that achieve the goal of vacancy coverage</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal5"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective14">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj14</ns1:identifier>
<ns1:title>Objective 14</ns1:title>
<ns1:description>5.5</ns1:description>
<ns1:measure>Average number of secondary education grades for students of technical-professional training.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal5"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective15">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj15</ns1:identifier>
<ns1:title>Objective 15</ns1:title>
<ns1:description>3</ns1:description>
<ns1:measure>New programs</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal5"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective16">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj16</ns1:identifier>
<ns1:title>Objective 16</ns1:title>
<ns1:description>0.8</ns1:description>
<ns1:measure>Index of publications by JCE.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal6"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective17">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj17</ns1:identifier>
<ns1:title>Objective 17</ns1:title>
<ns1:description>0.15 (Fondecyt + Fondef).</ns1:description>
<ns1:measure>Number of projects in execution by JCE.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal6"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective18">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj18</ns1:identifier>
<ns1:title>Objective 18</ns1:title>
<ns1:description>40 UF / JCE.</ns1:description>
<ns1:measure>income from research projects.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal6"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective19">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj19</ns1:identifier>
<ns1:title>Objective 19</ns1:title>
<ns1:description>25% increase.</ns1:description>
<ns1:measure>Percentage of growth of companies linked to innovation and development projects.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal7"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective20">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj20</ns1:identifier>
<ns1:title>Objective 20</ns1:title>
<ns1:description>75% satisfied users.</ns1:description>
<ns1:measure>Level of satisfaction.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal7"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective21">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj21</ns1:identifier>
<ns1:title>Objective 21</ns1:title>
<ns1:description>fifteen%.</ns1:description>
<ns1:measure>Growth of projects presented by JCE.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal8"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective22">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj22</ns1:identifier>
<ns1:title>Objective 22</ns1:title>
<ns1:description>20</ns1:description>
<ns1:measure>Number of trained technology managers.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal8"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective23">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj23</ns1:identifier>
<ns1:title>Objective 23</ns1:title>
<ns1:description>75% satisfied users</ns1:description>
<ns1:measure>Satifaction of users.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal8"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective24">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj24</ns1:identifier>
<ns1:title>Objective 24</ns1:title>
<ns1:description>25%</ns1:description>
<ns1:measure>Percentage of increase of linking networks in I+D+i</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal8"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective25">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj25</ns1:identifier>
<ns1:title>Objective 25</ns1:title>
<ns1:description>100%.</ns1:description>
<ns1:measure>Percentage of specific areas of knowledge and priorities that have a critical mass.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal9"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective26">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj26</ns1:identifier>
<ns1:title>Objective 26</ns1:title>
<ns1:description>100%.</ns1:description>
<ns1:measure>Rate of academics with achievement of scientific production goals.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal9"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective27">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj27</ns1:identifier>
<ns1:title>Objective 27</ns1:title>
<ns1:description>51%.</ns1:description>
<ns1:measure>Percentage of academics dedicated to research.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal9"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective28">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj28</ns1:identifier>
<ns1:title>Objective 28</ns1:title>
<ns1:description>90.</ns1:description>
<ns1:measure>Number of active academics dedicated to research.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal9"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective29">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj29</ns1:identifier>
<ns1:title>Objective 29</ns1:title>
<ns1:description>Presence in the RS ranking.</ns1:description>
<ns1:measure>RSU index.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal10"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective30">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj30</ns1:identifier>
<ns1:title>Objective 30</ns1:title>
<ns1:description>Level II in GRI report.</ns1:description>
<ns1:measure>Sustainability report</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal10"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective31">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj31</ns1:identifier>
<ns1:title>Objective 31</ns1:title>
<ns1:description>3 to 2011, 2 to 2012, 2 to 2013..</ns1:description>
<ns1:measure>Projects with impact on RSU.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal10"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective32">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj32</ns1:identifier>
<ns1:title>Objective 32</ns1:title>
<ns1:description>90%.</ns1:description>
<ns1:measure>Percentage of activities that meet their goal of participants.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal11"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective33">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj33</ns1:identifier>
<ns1:title>Objective 33</ns1:title>
<ns1:description>1.</ns1:description>
<ns1:measure>Have a sports complex of excellence.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal11"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective34">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj34</ns1:identifier>
<ns1:title>Objective 34</ns1:title>
<ns1:description>20%.</ns1:description>
<ns1:measure>Percentage of growth in the amount of services provided.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective35">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj35</ns1:identifier>
<ns1:title>Objective 35</ns1:title>
<ns1:description>3.</ns1:description>
<ns1:measure>Number of strategic actions completed.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective36">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj36</ns1:identifier>
<ns1:title>Objective 36</ns1:title>
<ns1:description>25%.</ns1:description>
<ns1:measure>Percentage of growth of activities of artistic and cultural extension.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective37">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj37</ns1:identifier>
<ns1:title>Objective 37</ns1:title>
<ns1:description>20%.</ns1:description>
<ns1:measure>Percentage of growth of the collections of paintings and sculptures.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective38">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj38</ns1:identifier>
<ns1:title>Objective 38</ns1:title>
<ns1:description>Among the 10 most influential publishers.</ns1:description>
<ns1:measure>Position within the most influential university publishers.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective39">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj39</ns1:identifier>
<ns1:title>Objective 39</ns1:title>
<ns1:description>7%.</ns1:description>
<ns1:measure>Percentage of the budget in real investment.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal13"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective40">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj40</ns1:identifier>
<ns1:title>Objective 40</ns1:title>
<ns1:description>90%.</ns1:description>
<ns1:measure>Percentage of consultancies and benefits evaluated positively by their users.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal14"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective41">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj41</ns1:identifier>
<ns1:title>Objective 41</ns1:title>
<ns1:description>Have a costing system.</ns1:description>
<ns1:measure>Have systems of indicators.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal15"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective42">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj42</ns1:identifier>
<ns1:title>Objective 42</ns1:title>
<ns1:description>100%</ns1:description>
<ns1:measure>Percentage of system implementation. (critical areas or processes).</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal16"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective43">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj43</ns1:identifier>
<ns1:title>Objective 43</ns1:title>
<ns1:description>100%</ns1:description>
<ns1:measure>Percentage of compliance with system development.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal17"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective44">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj44</ns1:identifier>
<ns1:title>Objective 44</ns1:title>
<ns1:description>Be among the top 5 universities created after 1981.</ns1:description>
<ns1:measure>Ranking position selection process scores and NEM.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective45">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj45</ns1:identifier>
<ns1:title>Objective 45</ns1:title>
<ns1:description>Be among the top 5 universities created after 1981.</ns1:description>
<ns1:measure>Position in national rankings.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective46">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj46</ns1:identifier>
<ns1:title>Objective 46</ns1:title>
<ns1:description>Stay in the 1st group.</ns1:description>
<ns1:measure>Section Tariff Reference.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective47">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj47</ns1:identifier>
<ns1:title>Objective 47</ns1:title>
<ns1:description>60 positive mentions in national media per year.</ns1:description>
<ns1:measure>Number of positive mentions in qualified media.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective48">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj48</ns1:identifier>
<ns1:title>Objective 48</ns1:title>
<ns1:description>80%.</ns1:description>
<ns1:measure>Percentage of races in the accredited regime.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective49">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj49</ns1:identifier>
<ns1:title>Objective 49</ns1:title>
<ns1:description>80%.</ns1:description>
<ns1:measure>Percentage of agreements used.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal19"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective50">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj50</ns1:identifier>
<ns1:title>Objective 50</ns1:title>
<ns1:description>10%.</ns1:description>
<ns1:measure>Percentage increase of agreements signed.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal19"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective51">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj51</ns1:identifier>
<ns1:title>Objective 51</ns1:title>
<ns1:description>75% of respondents are considered satisfied or very satisfied with the service.</ns1:description>
<ns1:measure>User Satisfaction Index.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal20"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective52">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj52</ns1:identifier>
<ns1:title>Objective 52</ns1:title>
<ns1:description>75% are professionally satisfied.</ns1:description>
<ns1:measure>Percentage of staff that meets the goal of job satisfaction.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal21"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective53">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj53</ns1:identifier>
<ns1:title>Objective 53</ns1:title>
<ns1:description>less than 2%.</ns1:description>
<ns1:measure>Rotation of personnel (Academics and administravos).</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal21"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective54">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj54</ns1:identifier>
<ns1:title>Objective 54</ns1:title>
<ns1:description>90%.</ns1:description>
<ns1:measure>Percentage of positions occupied by people who meet the competency profile.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal22"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective55">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj55</ns1:identifier>
<ns1:title>Objective 55</ns1:title>
<ns1:description>100%.</ns1:description>
<ns1:measure>Modifications to the proposed structure and made</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal23"/>
</ns1:Objective>
</dc11:defines>
<dc11:defines>
<ns1:Objective rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#objective56">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>obj56</ns1:identifier>
<ns1:title>Objective 56</ns1:title>
<ns1:description>80%.</ns1:description>
<ns1:measure>Percentage of attributes of the organizational culture evaluated on the goal.</ns1:measure>
<ns1:timetargeted>does not record date</ns1:timetargeted>
<ns1:quantifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#goal24"/>
</ns1:Objective>
</dc11:defines>
</rdf:Description>
<ns1:Mission rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#mission">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#plan"/>
<ns1:identifier>mis1</ns1:identifier>
<ns1:title>Mission 1</ns1:title>
<ns1:description>The mission of the University of Talca is to train people within a framework of values. Seeks excellence in the cultivation of sciences, arts, letters and technological innovation and is committed to the progress and well-being of the region and the country, in permanent dialogue and interaction with the social, cultural and economic environment, both local and global .</ns1:description>
<ns1:makesOperative rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
<ns1:isPlanedByMeansOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#strategy1"/>
</ns1:Mission>
<ns1:Vision rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#vision">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#plan"/>
<ns1:identifier>vis1</ns1:identifier>
<ns1:title>Vision 1</ns1:title>
<ns1:description>To be recognized as an innovative, internationalized, excellence university, benchmark in the higher education system, relevant in its actions, socially and environmentally responsible.</ns1:description>
</ns1:Vision>
<ns1:Strategy rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#strategy1">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#plan"/>
<ns1:identifier>str1</ns1:identifier>
<ns1:title>Strategy 1</ns1:title>
<ns1:description>Undergraduate Training, Postgraduate, Specialties and Continuing Education.</ns1:description>
<ns1:isPlanedByMeansOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#mission"/>
</ns1:Strategy>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal1">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa1</ns1:identifier>
<ns1:title>Goal 1</ns1:title>
<ns1:description>Train qualified professionals through a different educational project based on the development of competences.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal2">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa2</ns1:identifier>
<ns1:title>Goal 2</ns1:title>
<ns1:description>Develop new programs and consolidate an attractive academic offer of postgraduate and specialization for outstanding professionals.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal3">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa3</ns1:identifier>
<ns1:title>Goal 3</ns1:title>
<ns1:description>Offer academic programs of quality undergraduate, accredited, inserted in an educational project based on the development of competences, curricularly integrated and with international connection.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal4">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa4</ns1:identifier>
<ns1:title>Goal 4</ns1:title>
<ns1:description>Consolidate the educational model of undergraduate, postgraduate and continuing education, expanding its academic offer in both current and new programs, and linking it internationally.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal5">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa5</ns1:identifier>
<ns1:title>Goal 5</ns1:title>
<ns1:description>Attract outstanding students to technical-professional training, developing new areas of knowledge and consolidating existing ones in the area of influence.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal6">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa6</ns1:identifier>
<ns1:title>Goal 6</ns1:title>
<ns1:description>Contribute to the scientific and technological development of society.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal7">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa7</ns1:identifier>
<ns1:title>Goal 7</ns1:title>
<ns1:description>Contribute to the development of society through the transference of the results of development and innovation projects.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal8">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa8</ns1:identifier>
<ns1:title>Goal 8</ns1:title>
<ns1:description>Improve the structure and processes of research management, innovation and technology transfer.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal9">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa9</ns1:identifier>
<ns1:title>Goal 9</ns1:title>
<ns1:description>Activate available research capabilities.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal10">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa10</ns1:identifier>
<ns1:title>Goal 10</ns1:title>
<ns1:description>Contribute to the development of the area of influence (south center), in areas that improve the living conditions of its inhabitants.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal11">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa11</ns1:identifier>
<ns1:title>Goal 11</ns1:title>
<ns1:description>To be distinguished by the contribution to the community in: academic and sports extension, artistic and cultural heritage, promotion of regional identity, attractiveness of quality human capital to the region and strengthening of secondary education and health institutions.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal12">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa12</ns1:identifier>
<ns1:title>Goal 12</ns1:title>
<ns1:description>Develop and implement linkage models and strategic actions towards the community, with emphasis on the areas of health and education.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal13">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa13</ns1:identifier>
<ns1:title>Goal 13</ns1:title>
<ns1:description>Improve productivity by optimizing management and economic and financial sustainability.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal14">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa14</ns1:identifier>
<ns1:title>Goal 14</ns1:title>
<ns1:description>To contribute to the development of higher education by contributing with good management practices in all its areas.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal15">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa15</ns1:identifier>
<ns1:title>Goal 15</ns1:title>
<ns1:description>Have management indicators per unit.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal16">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa16</ns1:identifier>
<ns1:title>Goal 16</ns1:title>
<ns1:description>Develop a comprehensive quality management system.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal17">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa17</ns1:identifier>
<ns1:title>Goal 17</ns1:title>
<ns1:description>Improve the valuation system, evaluation and qualification of the contribution of the administrative staff.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal18">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa18</ns1:identifier>
<ns1:title>Goal 18</ns1:title>
<ns1:description>To be recognized as an innovative university of excellence and a reference in the educational system.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal19">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa19</ns1:identifier>
<ns1:title>Goal 19</ns1:title>
<ns1:description>Develop networks and alliances with graduates, employers, sponsors and national and international institutions.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal20">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa20</ns1:identifier>
<ns1:title>Goal 20</ns1:title>
<ns1:description>incorporate, optimize and integrate information systems to enhance administrative and academic management.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal21">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa21</ns1:identifier>
<ns1:title>Goal 21</ns1:title>
<ns1:description>be an attractive place to work with the capacity of retention of its academic and administrative staff.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal22">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa22</ns1:identifier>
<ns1:title>Goal 22</ns1:title>
<ns1:description>Promote in the institution organizational competencies aimed at: -Facing skills in strategic and operational management at the administrative, academic and support levels -Improving innovation management.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal23">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa23</ns1:identifier>
<ns1:title>Goal 23</ns1:title>
<ns1:description>Adjust the organizational structure to the development strategy of the University.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
<ns1:Goal rdf:about="https://github.com/renzoar/BMMOntology/blob/master/utal#goal24">
<ns1:elementOf rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#Plan"/>
<ns1:identifier>goa24</ns1:identifier>
<ns1:title>Goal 24</ns1:title>
<ns1:description>Promote an organizational culture that possesses the following attributes: -Strategic shared vision. - Quality and user orientation. - Orientation to the achievement of goals. - Culture of evaluation. -Social responsability. -Creativity and innovation.</ns1:description>
<ns1:amplifies rdf:resource="https://github.com/renzoar/BMMOntology/blob/master/utal#vision"/>
</ns1:Goal>
</rdf:RDF>