-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathii-template-EN.html
152 lines (141 loc) · 9.34 KB
/
ii-template-EN.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML+RDFa 1.0//EN" "http://www.w3.org/MarkUp/DTD/xhtml-rdfa-1.dtd">
<html lang="en">
<head>
<title>II Ontology Specification - ONTOLOGY_VERSION</title>
<meta charset="utf-8"/>
<link rel="mvcb:generatorAgent" type="application/rdf+xml" title="DOAP" href="https://raw.githubusercontent.com/muninn/ontology-tools/master/rdf/voidDescription.rdf#specgenMarkII" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.8/css/all.css" integrity="sha384-3AB7yXWz4OeoZcPbieVW64vVXEwADiYyAEhwilzWsLw+9FgqpyjjStpPnpBO8o8S" crossorigin="anonymous"/>
<!-- Bootstrap core CSS -->
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"/>
<link href="css/cwrc.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="css/favicon.ico" type="image/x-icon"/>
<link rel="icon" href="css/favicon.ico" type="image/x-icon"/>
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="/">
<img src="http://sparql.cwrc.ca/images/cwrclogo-vert-white.png" height="30" class="align-top" alt="CWRC Logo" /> CWRC Linked Data</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="/">Home</a></li>
<li class="nav-item"><a class="nav-link" href="https://yasgui.lincsproject.ca/">SPARQL Queries</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Preambles
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="cwrc-preamble-EN.html">CWRC Ontology</a>
<a class="dropdown-item" href="genre-preamble-EN.html">Genre Ontology</a>
<a class="dropdown-item" href="ii-preamble-EN.html">II Ontology</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Specifications
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="cwrc.html">CWRC Ontology</a>
<a class="dropdown-item" href="genre.html">Genre Ontology</a>
<a class="dropdown-item" href="ii.html">II Ontology</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Documentation
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="documentation/our-dataset.html">Our Dataset</a>
<div class="dropdown-divider"></div>
<a class="dropdown-item" href="documentation/sparql-query-guide.html">SPARQL Query Guide</a>
<a class="dropdown-item" href="documentation/intro-to-sparql.html">Intro to SPARQL</a>
<a class="dropdown-item" href="documentation/query-modifiers.html">Query Modifiers</a>
<a class="dropdown-item" href="documentation/sample-queries.html">Sample Queries</a>
<a class="dropdown-item" href="documentation/load-into-huviz.html">Load into HuViz</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="NavbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
About
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="documentation/cwrc.html">CWRC</a>
<a class="dropdown-item" href="documentation/linked-data.html">Linked Data</a>
<a class="dropdown-item" href="our-team-EN.html">Our Team</a>
<a class="dropdown-item" href="https://github.com/cwrc/ontology">Github</a>
</div>
</li>
</ul>
<span class="navbar-text">The Ontology of the Canadian Writing Research Collaboratory</span>
</div>
</nav>
<div class="container-fluid">
<div class="row">
<nav class="col-xl-3 col-lg-4 col-md-12 d-none d-lg-block bg-light sidebar">
<div class="sidebar-sticky">
<div class="sidebar-heading justify-content-between align-items-center px-3 mt-4 mb-1 text-muted">
<span>Table of Contents</span>
<a class="d-flex align-items-center text-muted" href="#"></a>
<div id="toc">
<!-- Table of Contents -->
</div>
</div>
</div>
</nav>
<header id="header" class="col-xl-9 col-lg-8 col-md-12 ml-sm-auto pt-3 px-4">
{_header_}
<p class="copyright"><a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
<img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/3.0/88x31.png"/></a>
<br/>
This work is licensed under a
<a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.</p>
</header>
<main role="main" class="col-xl-9 col-lg-8 col-md-12 ml-sm-auto pt-3 px-4" data-spy="scroll" data-target="#toc">
<hr/>
<h2 id="definition_list">1. Global Cross-Reference</h2>
<!-- The list of classes and properties goes here -->
{_azlist_}
<!-- End of the terms list -->
<h2 id="reference">2. Terms and Details</h2>
<!-- The following is the script-generated list of classes and properties -->
{_terms_}
<!-- End of the terms list -->
<div class="deprecated">
<h2 id="deprecated">3. Deprecated Terms</h2>
{_deprecated_}
</div>
<h2 id="version_history">4. Version History</h2>
<ul>
<li><p>1.0 - Initial public release. Most of the terms from ICD-10 and SMoL that were deemed appropriate appear in this version but changes to these terms (additions, deletions, modifications) may occur in the future. A new class (Women's Health) appears but is not populated with instances yet. This was added in anticipation of the needs for documenting health issues as opposed to cause of death.</p></li>
</ul>
<h2 id="bibliography">5. Bibliography</h2>
<!-- m4_include(ii-citations.html) -->
<ul style="list-style-type:none">
<li><i>World Health Organization</i>. <i>World Health Organization: Classifications</i>. [<a href="http://www.who.int/classifications/icd/en/">Link</a>]
<br> <br>
<li><i>World Health Organization</i>. <i>WHO Application of ICD-10 for low-resource settings initial cause of death collection: The Startup Mortality List (ICD-10-SMoL) V2.1</i>. [<a href="http://www.who.int/healthinfo/civil_registration/ICD_10_SMoL.pdf?ua=1">Link</a>]
</ul>
</main>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.bundle.min.js" integrity="sha384-feJI7QwhOS+hwpX2zkaeJQjeiwlhOP+SdQDqhgvvo1DsjtiSQByFdThsxO669S2D" crossorigin="anonymous"></script>
<script src="js/toc.js"></script>
<script>
var options = {
selector: 'h2, h3, h4',
scope: 'main'
};
var container = document.querySelector('#toc');
var toc = initTOC(options);
container.appendChild(toc);
</script>
</body>
</html>