-
Notifications
You must be signed in to change notification settings - Fork 2
/
ConceptA.html
149 lines (112 loc) · 3.74 KB
/
ConceptA.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
<!doctype html>
<html lang="en">
<head>
<title>Your awesome title</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<div class="container-fluid">
<div class="row">
<main role="main" class="container col-sm-9 col-md-10 col-lg-8 col-xl-7">
<div class="jumbotron">
<h1 class="display-3">ConceptA Label EN</h1>
<p class="lead subtitle"></p>
<p class="lead">ConceptA Description EN</p>
<hr class="my-4">
<p>
<dl></dl>
</p>
<hr class="my-4">
<p>
</p>
</div>
<h1>http://w3id.org/steel/ProcessOntology/ConceptA</h1>
<h2 id="classes">PO Statements</h2>
<table>
<tr>
<td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>
<td>http://www.w3.org/2002/07/owl#Class</td>
</tr>
<tr>
<td>http://www.w3.org/2000/01/rdf-schema#label</td>
<td>ConceptA Label EN</td>
</tr>
<tr>
<td>http://www.w3.org/2000/01/rdf-schema#label</td>
<td>ConceptA Label EN</td>
</tr>
<tr>
<td>http://www.w3.org/2004/02/skos/core#altlabel</td>
<td>ConceptA Synonym EN</td>
</tr>
<tr>
<td>http://www.w3.org/2004/02/skos/core#altlabel</td>
<td>ConceptA Synonym EN</td>
</tr>
<tr>
<td>http://www.w3.org/2004/02/skos/core#preflabel</td>
<td>ConceptA Label EN</td>
</tr>
<tr>
<td>http://www.w3.org/2004/02/skos/core#preflabel</td>
<td>ConceptA Label EN</td>
</tr>
</table>
<h3>Linked Resources</h3>
<ul>
<li>
<a
title="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
href=".//rdfsites/http/www.w3.org/2002/07/owl#Class"
>Class</a> via
<a
href=".//rdfsites/http/www.w3.org/1999/02/22-rdf-syntax-ns#type"
>type</a>
</li>
</ul>
<h3>Resources linking here</h3>
<ul>
<li>
<a
title="http://www.w3.org/2000/01/rdf-schema#domain"
href=".//ProcessOntology/attributeA"
>attributeA Label EN</a> via
<a
href=".//rdfsites/http/www.w3.org/2000/01/rdf-schema#domain"
>domain</a>
</li>
<li>
<a
title="http://www.w3.org/2000/01/rdf-schema#domain"
href=".//ProcessOntology/relationA"
>relationA Label EN</a> via
<a
href=".//rdfsites/http/www.w3.org/2000/01/rdf-schema#domain"
>domain</a>
</li>
<li>
<a
title="http://www.w3.org/2000/01/rdf-schema#range"
href=".//ProcessOntology/relationB"
>relationB Label EN</a> via
<a
href=".//rdfsites/http/www.w3.org/2000/01/rdf-schema#range"
>range</a>
</li>
</ul>
<h3>Resources using this as predicate</h3>
<ul>
</ul>
</div>
</main>
</div>
</div>
</body>
</html>