-
Notifications
You must be signed in to change notification settings - Fork 2
/
relationB.html
139 lines (103 loc) · 3.51 KB
/
relationB.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
<!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">relationB Label EN</h1>
<p class="lead subtitle"></p>
<p class="lead"></p>
<hr class="my-4">
<p>
<dl></dl>
</p>
<hr class="my-4">
<p>
</p>
</div>
<h1>http://w3id.org/steel/ProcessOntology/relationB</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#ObjectProperty</td>
</tr>
<tr>
<td>http://purl.org/dc/elements/1.1/description</td>
<td>relationB Description EN</td>
</tr>
<tr>
<td>http://www.w3.org/2000/01/rdf-schema#domain</td>
<td>http://w3id.org/steel/ProcessOntology/ConceptB</td>
</tr>
<tr>
<td>http://www.w3.org/2000/01/rdf-schema#label</td>
<td>relationB Label EN</td>
</tr>
<tr>
<td>http://www.w3.org/2000/01/rdf-schema#range</td>
<td>http://w3id.org/steel/ProcessOntology/ConceptA</td>
</tr>
<tr>
<td>http://www.w3.org/2004/02/skos/core#altlabel</td>
<td>relationB Synonym EN</td>
</tr>
<tr>
<td>http://www.w3.org/2004/02/skos/core#preflabel</td>
<td>relationB 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#ObjectProperty"
>ObjectProperty</a> via
<a
href=".//rdfsites/http/www.w3.org/1999/02/22-rdf-syntax-ns#type"
>type</a>
</li>
<li>
<a
title="http://www.w3.org/2000/01/rdf-schema#domain"
href=".//ProcessOntology/ConceptB"
>ConceptB 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/ConceptA"
>ConceptA Label EN</a> via
<a
href=".//rdfsites/http/www.w3.org/2000/01/rdf-schema#range"
>range</a>
</li>
</ul>
<h3>Resources linking here</h3>
<ul>
</ul>
<h3>Resources using this as predicate</h3>
<ul>
</ul>
</div>
</main>
</div>
</div>
</body>
</html>