-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFundingState.html
More file actions
413 lines (396 loc) · 27.1 KB
/
FundingState.html
File metadata and controls
413 lines (396 loc) · 27.1 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
<!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>FundingState Codelist</title>
<!-- SCHEMA.ORG METADATA -->
<script type="application/ld+json">{"@context":"https://schema.org","@type":"TechArticle","url":"https://codelist.commonapproach.org/FundingState","image":"http://vowl.visualdataweb.org/webvowl/#iri=https://codelist.commonapproach.org/FundingState","name":"FundingState Codelist", "headline":"Document describing the ontology https://codelist.commonapproach.org/FundingState", "dateReleased":"Fri Feb 27 15:57:12 EST 2026", "version":"1.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>FundingState Codelist</h1>
<dl>
<dt>Revision:</dt>
<dd>1.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. FundingState Codelist. Revision: 1.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">FundingState Codelist: 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="#applied"
title="https://codelist.commonapproach.org/FundingState#applied">Applied</a>
</li>
<li>
<a href="#funded"
title="https://codelist.commonapproach.org/FundingState#funded">Funded</a>
</li>
<li>
<a href="#" title="https://codelist.commonapproach.org/FundingState">
<span>Funding State</span>
</a>
</li>
<li>
<a href="#inReview"
title="https://codelist.commonapproach.org/FundingState#inReview">In Review</a>
</li>
<li>
<a href="#rejected"
title="https://codelist.commonapproach.org/FundingState#rejected">Rejected</a>
</li>
</ul>
</div>
<!--DESCRIPTION SECTION-->
<div id="description"><h2 id="desc" class="list">FundingState Codelist: Description <span class="backlink"> back to <a href="#toc">ToC</a></span></h2>
<span class="markdown">A codelist vocabulary of funding states to describe funding applications to funders or investors. The list items convey whether the organization is an applicant, rejected, or invested in.</span></div>
<!--CROSSREF SECTION-->
<div id="crossref"><h2 id="crossreference" class="list">Cross-reference for FundingState Codelist 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 FundingState Codelist.
<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="#applied" title="https://codelist.commonapproach.org/FundingState#applied">Applied</a></li>
<li><a href="#funded" title="https://codelist.commonapproach.org/FundingState#funded">Funded</a></li>
<li><a href="#" title="https://codelist.commonapproach.org/FundingState"> <span>Funding State</span> </a></li>
<li><a href="#inReview" title="https://codelist.commonapproach.org/FundingState#inReview">In Review</a></li>
<li><a href="#rejected" title="https://codelist.commonapproach.org/FundingState#rejected">Rejected</a></li>
</ul>
<div class="entity" id="applied">
<h3>Applied<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/FundingState#applied</p>
<div class="comment">
<span class="markdown">The funding proposal has been submitted.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/FundingState">https://codelist.commonapproach.org/FundingState</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#FundingState" target="_blank" title="https://ontology.commonapproach.org/cids#FundingState">Funding State</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">"applied"</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">"Applied"</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">"The funding proposal has been submitted."</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">"La proposition de financement a été soumise."@fr</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">"The funding proposal has been submitted."@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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</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">"applied"</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">"Applied"@en</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">"Appliqué"@fr</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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="funded">
<h3>Funded<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/FundingState#funded</p>
<div class="comment">
<span class="markdown">The funding proposal has been accepted and funding has been allocated.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/FundingState">https://codelist.commonapproach.org/FundingState</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#FundingState" target="_blank" title="https://ontology.commonapproach.org/cids#FundingState">Funding State</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">"invested"</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">"Funded"</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">"The funding proposal has been accepted and funding has been allocated."</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">"La proposition de financement a été acceptée et le financement a été alloué."@fr</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">"The funding proposal has been accepted and funding has been allocated."@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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</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">"invested"</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">"Alloué"@fr</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">"Funded"@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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="">
<h3>Funding State<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/FundingState</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="inReview">
<h3>In Review<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/FundingState#inReview</p>
<div class="comment">
<span class="markdown">The funding proposal is being processed by the evaluating organization and is under review.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/FundingState">https://codelist.commonapproach.org/FundingState</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#FundingState" target="_blank" title="https://ontology.commonapproach.org/cids#FundingState">Funding State</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">"inReview"</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">"In Review"</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">"The funding proposal is being processed by the evaluating organization and is under review."</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">"La proposition de financement est en cours de traitement par l’organisme évaluateur et est en cours d’examen."@fr</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">"The funding proposal is being processed by the evaluating organization and is under review."@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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</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">"inReview"</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">"In Review"@en</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">"Sous-évaluation"@fr</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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</a> <sup class="type-ni" title="named individual">ni</sup>
</dd>
</dl>
</div>
<div class="entity" id="rejected">
<h3>Rejected<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/FundingState#rejected</p>
<div class="comment">
<span class="markdown">The funding proposal has been rejected.</span>
</div>
<dl class="definedBy">
<dt>
Is defined by
</dt>
<dd>
<a href="https://codelist.commonapproach.org/FundingState">https://codelist.commonapproach.org/FundingState</a>
</dd>
</dl>
<dl class="description">
<dt>
belongs to
</dt>
<dd>
<a href="https://ontology.commonapproach.org/cids#FundingState" target="_blank" title="https://ontology.commonapproach.org/cids#FundingState">Funding State</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">"rejected"</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">"Rejected"</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">"The funding proposal has been rejected."</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">"La proposition de financement a été rejetée."@fr</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">"The funding proposal has been rejected."@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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</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">"rejected"</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">"Rejected"@en</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">"Rejetée"@fr</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="#" title="https://codelist.commonapproach.org/FundingState">Funding State</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>