-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOrgTypeGOC.html
More file actions
390 lines (373 loc) · 27.3 KB
/
OrgTypeGOC.html
File metadata and controls
390 lines (373 loc) · 27.3 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
<!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>Organization Type</title>
<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://codelist.commonapproach.org/OrgTypeGOC","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://codelist.commonapproach.org/OrgTypeGOC","name":"Organization Type", "headline":"Document describing the ontology https://codelist.commonapproach.org/OrgTypeGOC", "dateReleased":"Fri Feb 27 15:58:03 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>Organization Type</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. Organization Type. 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">Organization Type: 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="#Charitable"
title="https://codelist.commonapproach.org/OrgTypeGOC#Charitable">Charitable</a>
</li>
<li>
<a href="#Cooperative"
title="https://codelist.commonapproach.org/OrgTypeGOC#Cooperative">Cooperative</a>
</li>
<li>
<a href="#forProfit"
title="https://codelist.commonapproach.org/OrgTypeGOC#forProfit">For-Profit</a>
</li>
<li>
<a href="#nonProfit"
title="https://codelist.commonapproach.org/OrgTypeGOC#nonProfit">Non-Profit</a>
</li>
<li>
<a href="#" title="https://codelist.commonapproach.org/OrgTypeGOC">
<span>Organization Type</span>
</a>
</li>
</ul>
</div>
<!--DESCRIPTION SECTION-->
<div id="description"><h2 id="desc" class="list">Organization Type: Description <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<span class="markdown">A codelist vocabulary of organization types informed by Government of Canada definitions.</span></div>
<!--CROSSREF SECTION-->
<div id="crossref"><h2 id="crossreference" class="list">Cross-reference for Organization Type 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 Organization Type.
<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="#Charitable" title="https://codelist.commonapproach.org/OrgTypeGOC#Charitable">Charitable</a></li>
<li><a href="#Cooperative" title="https://codelist.commonapproach.org/OrgTypeGOC#Cooperative">Cooperative</a></li>
<li><a href="#forProfit" title="https://codelist.commonapproach.org/OrgTypeGOC#forProfit">For-Profit</a></li>
<li><a href="#nonProfit" title="https://codelist.commonapproach.org/OrgTypeGOC#nonProfit">Non-Profit</a></li>
<li><a href="#" title="https://codelist.commonapproach.org/OrgTypeGOC"> <span>Organization Type</span> </a></li>
</ul>
<div class="entity" id="Charitable">
<h3>Charitable<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/OrgTypeGOC#Charitable</p>
<div class="comment">
<span class="markdown">Charitable organizations are registered as such with the Canada Revenue Agency and have a charitable Registration Number.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/OrgTypeGOC">https://codelist.commonapproach.org/OrgTypeGOC</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#OrganizationType" target="_blank" title="https://ontology.commonapproach.org/cids#OrganizationType">Organization Type</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#esdc" target="_blank" title="https://ontology.commonapproach.org/cids#esdc">Employment Social Development Canada</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">"Charitable"</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">"Charitable"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasDescription" target="_blank" title="https://ontology.commonapproach.org/cids#hasDescription">has Description</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Charitable organizations are registered as such with the Canada Revenue Agency and have a charitable Registration Number."</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#definition" target="_blank" title="http://www.w3.org/2004/02/skos/core#definition">definition</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Charitable organizations are registered as such with the Canada Revenue Agency and have a charitable Registration Number."@en</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/OrgTypeGOC">Organization Type</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">"Charitable"</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">"Charitable"@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/OrgTypeGOC">Organization Type</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="Cooperative">
<h3>Cooperative<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/OrgTypeGOC#Cooperative</p>
<div class="comment">
<span class="markdown">A cooperative is an association of persons united voluntarily to meet their common economic, social, and cultural needs and aspirations through a jointly owned and democratically controlled enterprise incorporated under specific legislation (e.g., the Canada Cooperatives Act) at the provincial, territorial, or federal level. Depending on the governing legislation, cooperatives may be for-profit or non-profit entities.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/OrgTypeGOC">https://codelist.commonapproach.org/OrgTypeGOC</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#OrganizationType" target="_blank" title="https://ontology.commonapproach.org/cids#OrganizationType">Organization Type</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#esdc" target="_blank" title="https://ontology.commonapproach.org/cids#esdc">Employment Social Development Canada</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">"Cooperative"</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">"Cooperative"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasDescription" target="_blank" title="https://ontology.commonapproach.org/cids#hasDescription">has Description</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"A cooperative is an association of persons united voluntarily to meet their common economic, social, and cultural needs and aspirations through a jointly owned and democratically controlled enterprise incorporated under specific legislation (e.g., the Canada Cooperatives Act) at the provincial, territorial, or federal level. Depending on the governing legislation, cooperatives may be for-profit or non-profit entities."</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#definition" target="_blank" title="http://www.w3.org/2004/02/skos/core#definition">definition</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"A cooperative is an association of persons united voluntarily to meet their common economic, social, and cultural needs and aspirations through a jointly owned and democratically controlled enterprise incorporated under specific legislation (e.g., the Canada Cooperatives Act) at the provincial, territorial, or federal level. Depending on the governing legislation, cooperatives may be for-profit or non-profit entities."@en</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/OrgTypeGOC">Organization Type</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">"Cooperative"</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">"Cooperative"@en</span>
</dd>
<dd>
<a href="http://www.w3.org/ns/prov#hadPrimarySource" target="_blank" title="http://www.w3.org/ns/prov#hadPrimarySource">had Primary Source</a> <sup class="type-ap" title="annotation property">ap</sup> <a href="https://ised-isde.canada.ca/site/cooperatives-canada/en/information-guide-co-operatives#seven" target="_blank" title="https://ised-isde.canada.ca/site/cooperatives-canada/en/information-guide-co-operatives#seven">seven</a> <sup class="type-ep" title="external property">ep</sup>
</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/OrgTypeGOC">Organization Type</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="forProfit">
<h3>For-Profit<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/OrgTypeGOC#forProfit</p>
<div class="comment">
<span class="markdown">For-profit organizations are businesses or corporations that are organized and operated for the purpose of generating profit.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/OrgTypeGOC">https://codelist.commonapproach.org/OrgTypeGOC</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#OrganizationType" target="_blank" title="https://ontology.commonapproach.org/cids#OrganizationType">Organization Type</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#esdc" target="_blank" title="https://ontology.commonapproach.org/cids#esdc">Employment Social Development Canada</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">"forProfit"</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">"For-Profit"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasDescription" target="_blank" title="https://ontology.commonapproach.org/cids#hasDescription">has Description</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"For-profit organizations are businesses or corporations that are organized and operated for the purpose of generating profit."</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#definition" target="_blank" title="http://www.w3.org/2004/02/skos/core#definition">definition</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"For-profit organizations are businesses or corporations that are organized and operated for the purpose of generating profit."@en</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/OrgTypeGOC">Organization Type</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">"forProfit"</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">"For-Profit"@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/OrgTypeGOC">Organization Type</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="nonProfit">
<h3>Non-Profit<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/OrgTypeGOC#nonProfit</p>
<div class="comment">
<span class="markdown">Non-profit organizations are associations, clubs, or societies that are not registered charities or individuals, but are organized and operated exclusively for social welfare, civic improvement, pleasure, recreation, or any other purpose except profit. Non-profit organizations may be incorporated or unincorporated.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/OrgTypeGOC">https://codelist.commonapproach.org/OrgTypeGOC</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#OrganizationType" target="_blank" title="https://ontology.commonapproach.org/cids#OrganizationType">Organization Type</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#esdc" target="_blank" title="https://ontology.commonapproach.org/cids#esdc">Employment Social Development Canada</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">"nonProfit"</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">"Non-Profit"</span>
</dd>
<dd>
<a href="https://ontology.commonapproach.org/cids#hasDescription" target="_blank" title="https://ontology.commonapproach.org/cids#hasDescription">has Description</a> <sup class="type-dp" title="data property">dp</sup> <span class="literal">"Non-profit organizations are associations, clubs, or societies that are not registered charities or individuals, but are organized and operated exclusively for social welfare, civic improvement, pleasure, recreation, or any other purpose except profit. Non-profit organizations may be incorporated or unincorporated."</span>
</dd>
<dd>
<a href="http://www.w3.org/2004/02/skos/core#definition" target="_blank" title="http://www.w3.org/2004/02/skos/core#definition">definition</a> <sup class="type-ap" title="annotation property">ap</sup> <span class="literal">"Non-profit organizations are associations, clubs, or societies that are not registered charities or individuals, but are organized and operated exclusively for social welfare, civic improvement, pleasure, recreation, or any other purpose except profit. Non-profit organizations may be incorporated or unincorporated."@en</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/OrgTypeGOC">Organization Type</a> <sup class="type-ni" title="named individual">ni</sup>
</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">"Non-Profit"@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/OrgTypeGOC">Organization Type</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="">
<h3>Organization Type<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/OrgTypeGOC</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><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/>
<sup class="type-ep" title="External Properties">ep</sup>: External Properties
</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>