-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathICNPOsector.html
More file actions
745 lines (728 loc) · 47.9 KB
/
ICNPOsector.html
File metadata and controls
745 lines (728 loc) · 47.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/primer.css" media="screen"/>
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/rec.css" media="screen"/>
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/extra.css" media="screen"/>
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/owl.css" media="screen"/>
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/dark.css" media="(prefers-color-scheme: dark)"/>
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/light.css" media="(prefers-color-scheme: light)"/>
<link rel="stylesheet" href="https://ontology.commonapproach.org/resources/slider.css" media="screen"/>
<meta name="color-scheme" content="dark light">
<script type="module" src="https://ontology.commonapproach.org/resources/dark-mode-toggle.mjs"></script><div class="darkmode">
<dark-mode-toggle class="slider"></dark-mode-toggle>
</div>
<title>ICNPO Sector</title>
<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://codelist.commonapproach.org/ICNPOSector","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://codelist.commonapproach.org/ICNPOSector","name":"ICNPO Sector", "headline":"Document describing the ontology https://codelist.commonapproach.org/ICNPOSector", "dateReleased":"Fri Feb 27 15:57:18 EST 2026", "version":"2.0", "author":[{"@type":"Person","name":"https://ontology.commonapproach.org/cids#ac","url":"https://ontology.commonapproach.org/cids#ac"}]}</script>
<script src="https://ontology.commonapproach.org/resources/jquery.js"></script>
<script src="https://ontology.commonapproach.org/resources/marked.min.js"></script>
<script>
function loadHash() {
jQuery(".markdown").each(function(el){jQuery(this).after(marked.parse(jQuery(this).text())).remove()});
var hash = location.hash;
if($(hash).offset()!=null){
$('html, body').animate({scrollTop: $(hash).offset().top}, 0);
}
loadTOC();
}
function loadTOC(){
//process toc dynamically
var t='<h2>Table of contents</h2><ul>';i = 1;j=0;
jQuery(".list").each(function(){
if(jQuery(this).is('h2')){
if(j>0){
t+='</ul>';
j=0;
}
t+= '<li>'+i+'. <a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>';
i++;
}
if(jQuery(this).is('h3')){
if(j==0){
t+='<ul>';
}
j++;
t+= '<li>'+(i-1)+'.'+j+'. '+'<a href=#'+ jQuery(this).attr('id')+'>'+ jQuery(this).ignore("span").text()+'</a></li>';
}
});
t+='</ul>';
$("#toc").html(t);
}
$(function(){
loadHash();
}); $.fn.ignore = function(sel){
return this.clone().find(sel||">*").remove().end();
};
</script>
</head>
<body>
<div class="container">
<div class="head">
<div style="float:right">language <a href="index-en.html"><b>en</b></a> </div>
<h1>ICNPO Sector</h1>
<dl>
<dt>Revision:</dt>
<dd>2.0</dd>
<dt>Authors:</dt>
<dd><a href="https://ontology.commonapproach.org/cids#ac">https://ontology.commonapproach.org/cids#ac</a></dd>
<dt>Imported Ontologies:</dt>
<dd><a href="http://ontology.eil.utoronto.ca/ISO21972/iso21972">iso21972</a></dd><dd><a href="http://ontology.eil.utoronto.ca/tove/activity">activity</a></dd><dd><a href="http://ontology.eil.utoronto.ca/tove/icontact">icontact</a></dd><dd><a href="http://ontology.eil.utoronto.ca/tove/organization">organization</a></dd><dd><a href="http://www.w3.org/2006/time">time</a></dd><dd><a href="https://ontology.commonapproach.org/cids">cids</a></dd><dd><a href="https://standards.iso.org/iso-iec/5087/-1/ed-1/en/ontology/Time/"><https://standards.iso.org/iso-iec/5087/-1/ed-1/en/ontology/Time/></a></dd>
<dt>Download serialization:</dt><dd><span><a href="ontology.jsonld" target="_blank"><img src="https://img.shields.io/badge/Format-JSON_LD-blue.svg" alt="JSON-LD" /></a> </span><span><a href="ontology.owl" target="_blank"><img src="https://img.shields.io/badge/Format-RDF/XML-blue.svg" alt="RDF/XML" /></a> </span><span><a href="ontology.nt" target="_blank"><img src="https://img.shields.io/badge/Format-N_Triples-blue.svg" alt="N-Triples" /></a> </span><span><a href="ontology.ttl" target="_blank"><img src="https://img.shields.io/badge/Format-TTL-blue.svg" alt="TTL" /></a> </span></dd><dt>License:</dt><dd><a href="http://insertlicenseURIhere.example.org" target="_blank"><img src="https://img.shields.io/badge/License-license%20name%20goes%20here-blue.svg" alt="http://insertlicenseURIhere.example.org" /></a>
</dd><!-- <dt>Evaluation:</dt><dd><a href="OOPSevaluation/oopsEval.html#" target="_blank"><img src="https://img.shields.io/badge/Evaluate_with-OOPS! (OntOlogy Pitfall Scanner!)-blue.svg" alt="Evaluate with OOPS!" /></a></dd> --><dt>Cite as:</dt>
<dd>https://ontology.commonapproach.org/cids#ac. ICNPO Sector. Revision: 2.0.</dd>
</dl>
<a href="provenance/provenance-en.html" target="_blank">Provenance of this page</a><hr/>
</div>
<div class="status">
<div>
<span>Ontology Specification Draft</span>
</div>
</div><div id="toc"></div>
<!--OVERVIEW SECTION-->
<div id="overview"><h2 id="overv" class="list">ICNPO Sector: Overview <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<span class="markdown">
This ontology has the following classes and properties.</span>
<h4>Named Individuals</h4><ul xmlns:widoco="https://w3id.org/widoco/vocab#"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
class="hlist">
<li>
<a href="#sec11"
title="https://codelist.commonapproach.org/ICNPOSector#sec11">Business and Professional Associations, Unions</a>
</li>
<li>
<a href="#sec1"
title="https://codelist.commonapproach.org/ICNPOSector#sec1">Culture and Recreation</a>
</li>
<li>
<a href="#sec6"
title="https://codelist.commonapproach.org/ICNPOSector#sec6">Development and Housing</a>
</li>
<li>
<a href="#sec2"
title="https://codelist.commonapproach.org/ICNPOSector#sec2">Education and Research</a>
</li>
<li>
<a href="#sec5"
title="https://codelist.commonapproach.org/ICNPOSector#sec5">Environment</a>
</li>
<li>
<a href="#sec3"
title="https://codelist.commonapproach.org/ICNPOSector#sec3">Health</a>
</li>
<li>
<a href="#" title="https://codelist.commonapproach.org/ICNPOSector">
<span>ICNPO Sector</span>
</a>
</li>
<li>
<a href="#sec9"
title="https://codelist.commonapproach.org/ICNPOSector#sec9">International</a>
</li>
<li>
<a href="#sec7"
title="https://codelist.commonapproach.org/ICNPOSector#sec7">Law, Advocacy, and Politics</a>
</li>
<li>
<a href="#sec12"
title="https://codelist.commonapproach.org/ICNPOSector#sec12">Not Elsewhere Classified</a>
</li>
<li>
<a href="#sec8"
title="https://codelist.commonapproach.org/ICNPOSector#sec8">Philanthropic Intermediaries and Voluntarism Promotion</a>
</li>
<li>
<a href="#sec10"
title="https://codelist.commonapproach.org/ICNPOSector#sec10">Religion</a>
</li>
<li>
<a href="#sec4"
title="https://codelist.commonapproach.org/ICNPOSector#sec4">Social Services</a>
</li>
</ul>
</div>
<!--DESCRIPTION SECTION-->
<div id="description"><h2 id="desc" class="list">ICNPO Sector: Description <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<span class="markdown">A codelist vocabulary of ICNPO Sector</span></div>
<!--CROSSREF SECTION-->
<div id="crossref"><h2 id="crossreference" class="list">Cross-reference for ICNPO Sector classes, object properties and data properties <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
This section provides details for each class and property defined by ICNPO Sector.
<div xmlns:widoco="https://w3id.org/widoco/vocab#" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="namedindividuals">
<h3 id="namedindividuals" class="list">Named Individuals</h3>
<ul class="hlist">
<li><a href="#sec11" title="https://codelist.commonapproach.org/ICNPOSector#sec11">Business and Professional Associations, Unions</a></li>
<li><a href="#sec1" title="https://codelist.commonapproach.org/ICNPOSector#sec1">Culture and Recreation</a></li>
<li><a href="#sec6" title="https://codelist.commonapproach.org/ICNPOSector#sec6">Development and Housing</a></li>
<li><a href="#sec2" title="https://codelist.commonapproach.org/ICNPOSector#sec2">Education and Research</a></li>
<li><a href="#sec5" title="https://codelist.commonapproach.org/ICNPOSector#sec5">Environment</a></li>
<li><a href="#sec3" title="https://codelist.commonapproach.org/ICNPOSector#sec3">Health</a></li>
<li><a href="#" title="https://codelist.commonapproach.org/ICNPOSector"> <span>ICNPO Sector</span> </a></li>
<li><a href="#sec9" title="https://codelist.commonapproach.org/ICNPOSector#sec9">International</a></li>
<li><a href="#sec7" title="https://codelist.commonapproach.org/ICNPOSector#sec7">Law, Advocacy, and Politics</a></li>
<li><a href="#sec12" title="https://codelist.commonapproach.org/ICNPOSector#sec12">Not Elsewhere Classified</a></li>
<li><a href="#sec8" title="https://codelist.commonapproach.org/ICNPOSector#sec8">Philanthropic Intermediaries and Voluntarism Promotion</a></li>
<li><a href="#sec10" title="https://codelist.commonapproach.org/ICNPOSector#sec10">Religion</a></li>
<li><a href="#sec4" title="https://codelist.commonapproach.org/ICNPOSector#sec4">Social Services</a></li>
</ul>
<div class="entity" id="sec11">
<h3>Business and Professional Associations, Unions<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec11</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Business and Professional Associations, Unions"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"11"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Business and Professional Associations, Unions"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"11"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec1">
<h3>Culture and Recreation<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec1</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasIdentifier" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasIdentifier">has Identifier</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"1"</span>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Culture and Recreation"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"1"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Culture and Recreation"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec6">
<h3>Development and Housing<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec6</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Development and Housing"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"6"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Development and Housing"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"6"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec2">
<h3>Education and Research<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec2</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Education and Research"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"2"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Education and Research"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"2"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec5">
<h3>Environment<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec5</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Environment"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"5"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Environment"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"5"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec3">
<h3>Health<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec3</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Health"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"3"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Health"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"3"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="">
<h3>ICNPO Sector<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector</p>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="http://purl.org/vocommons/voaf#Vocabulary" target="_blank" title="http://purl.org/vocommons/voaf#Vocabulary">Vocabulary</a> <sup class="type-c" title="class">c</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#ConceptScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#ConceptScheme">Concept Scheme</a> <sup class="type-c" title="class">c</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec9">
<h3>International<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec9</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"International"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"9"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"International"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"9"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec7">
<h3>Law, Advocacy, and Politics<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec7</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Law, Advocacy, and Politics"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"7"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Law, Advocacy, and Politics"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"7"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec12">
<h3>Not Elsewhere Classified<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec12</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Not Elsewhere Classified"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"12"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Not Elsewhere Classified"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"12"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec8">
<h3>Philanthropic Intermediaries and Voluntarism Promotion<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec8</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Philanthropic Intermediaries and Voluntarism Promotion"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"8"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Philanthropic Intermediaries and Voluntarism Promotion"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"8"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec10">
<h3>Religion<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec10</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Religion"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"10"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Religion"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"10"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="sec4">
<h3>Social Services<sup class="type-ni" title="named individual">ni</sup> <span class="backlink"> back to <a href="#toc">ToC</a> or <a href="#namedindividuals">Named Individual ToC</a> </span></h3>
<p><strong>IRI:</strong> https://codelist.commonapproach.org/ICNPOSector#sec4</p>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/ICNPOSector">https://codelist.commonapproach.org/ICNPOSector</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#Sector" target="_blank" title="https://ontology.commonapproach.org/cids#Sector">Sector</a> <sup class="type-c" title="class">c</sup>
</dd>
<dt>
has facts
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#definedBy" target="_blank" title="https://ontology.commonapproach.org/cids#definedBy">defined By</a> <sup class="type-op" title="object property">op</sup> <a href="https://ontology.commonapproach.org/cids#ac" target="_blank" title="https://ontology.commonapproach.org/cids#ac">Common Approach to Impact Measurement</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://ontology.eil.utoronto.ca/tove/organization#hasName" target="_blank" title="http://ontology.eil.utoronto.ca/tove/organization#hasName">has Name</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Social Services"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#inScheme" target="_blank" title="http://www.w3.org/2004/02/skos/core#inScheme">in Scheme</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#notation" target="_blank" title="http://www.w3.org/2004/02/skos/core#notation">notation</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"4"</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#prefLabel" target="_blank" title="http://www.w3.org/2004/02/skos/core#prefLabel">pref Label</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Social Services"@en</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasIdentifier" target="_blank" title="https://ontology.commonapproach.org/cids#hasIdentifier">has Identifier</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"4"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasSpecification" target="_blank" title="https://ontology.commonapproach.org/cids#hasSpecification">has Specification</a> <sup class="type-dp" title="data property">dp</sup> <a href="#d4e3" title="https://codelist.commonapproach.org/ICNPOSector">ICNPO Sector</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
</div><div id="legend">
<h2>Legend <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<div class="entity">
<sup class="type-c" title="Classes">c</sup>: Classes <br/>
<sup class="type-op" title="Object Properties">op</sup>: Object Properties <br/>
<sup class="type-dp" title="Data Properties">dp</sup>: Data Properties <br/>
<sup class="type-ni" title="Named Individuals">ni</sup>: Named Individuals <br/>
</div>
</div>
</div>
<div id="acknowledgments">
<h2 id="ack" class="list">Acknowledgments <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<p>
The authors would like to thank <a href="http://www.essepuntato.it/">Silvio Peroni</a> for developing <a href="http://www.essepuntato.it/lode">LODE</a>, a Live OWL Documentation Environment, which is used for representing the Cross Referencing Section of this document and <a href="https://w3id.org/people/dgarijo">Daniel Garijo</a> for developing <a href="https://github.com/dgarijo/Widoco">Widoco</a>, the program used to create the template used in this documentation.</p>
</div>
</div>
</body>
</html>