Skip to content

Commit 74c3c08

Browse files
author
Script
committed
update ontology
1 parent 8a2435f commit 74c3c08

File tree

1,000 files changed

+66968
-6222
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,000 files changed

+66968
-6222
lines changed

docs/BiaxialStress.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<title>ProcessOntology</title>
5+
<!-- Required meta tags -->
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
9+
<!-- Bootstrap CSS -->
10+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
11+
12+
</head>
13+
<body>
14+
15+
16+
<!-- Optional JavaScript -->
17+
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
18+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
19+
20+
<div class="container-fluid">
21+
<div class="row">
22+
<main role="main" class="container col-sm-9 col-md-10 col-lg-8 col-xl-7">
23+
<div class="jumbotron">
24+
<h1 class="display-3">BiaxialStress</h1>
25+
<p class="lead subtitle"></p>
26+
<p class="lead"></p>
27+
<hr class="my-4">
28+
<p>
29+
<dl></dl>
30+
</p>
31+
<hr class="my-4">
32+
<p>
33+
34+
35+
</p>
36+
</div>
37+
38+
39+
<h1>https://w3id.org/steel/ProcessOntology/BiaxialStress</h1>
40+
41+
<h2 id="classes">PO Statements</h2>
42+
43+
44+
45+
<table>
46+
47+
<tr>
48+
<td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>
49+
<td>http://www.w3.org/2004/02/skos/core#Concept</td>
50+
</tr>
51+
52+
<tr>
53+
<td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>
54+
<td>http://www.w3.org/2002/07/owl#Class</td>
55+
</tr>
56+
57+
<tr>
58+
<td>http://www.w3.org/2000/01/rdf-schema#label</td>
59+
<td>BiaxialStress</td>
60+
</tr>
61+
62+
<tr>
63+
<td>http://www.w3.org/2004/02/skos/core#altlabel</td>
64+
<td>Biaxial stress</td>
65+
</tr>
66+
67+
<tr>
68+
<td>http://www.w3.org/2004/02/skos/core#preflabel</td>
69+
<td>BiaxialStress</td>
70+
</tr>
71+
72+
</table>
73+
74+
75+
<h3>Linked Resources</h3>
76+
77+
<ul>
78+
79+
<li>
80+
<a
81+
title="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
82+
href=".//rdfsites/http/www.w3.org/2004/02/skos/core#Concept"
83+
>Concept</a> via
84+
<a
85+
href=".//rdfsites/http/www.w3.org/1999/02/22-rdf-syntax-ns#type"
86+
>type</a>
87+
</li>
88+
89+
<li>
90+
<a
91+
title="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
92+
href=".//rdfsites/http/www.w3.org/2002/07/owl#Class"
93+
>Class</a> via
94+
<a
95+
href=".//rdfsites/http/www.w3.org/1999/02/22-rdf-syntax-ns#type"
96+
>type</a>
97+
</li>
98+
99+
</ul>
100+
101+
<h3>Resources linking here</h3>
102+
103+
<ul>
104+
105+
</ul>
106+
107+
<h3>Resources using this as predicate</h3>
108+
109+
<ul>
110+
111+
</ul>
112+
</div>
113+
114+
</main>
115+
</div>
116+
</div>
117+
118+
</body>
119+
</html>

docs/BiaxialStress.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
{
3+
"https://w3id.org/steel/ProcessOntology/BiaxialStress" : {
4+
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
5+
"value" : "http://www.w3.org/2002/07/owl#Class",
6+
"type" : "uri"
7+
}
8+
,
9+
{
10+
"value" : "http://www.w3.org/2004/02/skos/core#Concept",
11+
"type" : "uri"
12+
}
13+
14+
],
15+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
16+
"value" : "Biaxiale Spannung ermittelt mit Hilfe des hydraulischen Tiefungsversuchs.",
17+
"lang" : "de",
18+
"type" : "literal"
19+
}
20+
21+
],
22+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
23+
"value" : "BiaxialStress",
24+
"lang" : "en",
25+
"type" : "literal"
26+
}
27+
28+
],
29+
"http://www.w3.org/2004/02/skos/core#altlabel" : [ {
30+
"value" : "Biaxial stress",
31+
"lang" : "en",
32+
"type" : "literal"
33+
}
34+
35+
],
36+
"http://www.w3.org/2004/02/skos/core#preflabel" : [ {
37+
"value" : "BiaxialStress",
38+
"lang" : "en",
39+
"type" : "literal"
40+
}
41+
42+
]
43+
}
44+
}

docs/BiaxialStress.nt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
2+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
3+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2000/01/rdf-schema#comment> "Biaxiale Spannung ermittelt mit Hilfe des hydraulischen Tiefungsversuchs."@de .
4+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2000/01/rdf-schema#label> "BiaxialStress"@en .
5+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2004/02/skos/core#altlabel> "Biaxial stress"@en .
6+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2004/02/skos/core#preflabel> "BiaxialStress"@en .

docs/BiaxialStress.rdf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/BiaxialStress">
4+
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
5+
</rdf:Description>
6+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/BiaxialStress">
7+
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
8+
</rdf:Description>
9+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/BiaxialStress">
10+
<ns0:comment xmlns:ns0="http://www.w3.org/2000/01/rdf-schema#" xml:lang="de">Biaxiale Spannung ermittelt mit Hilfe des hydraulischen Tiefungsversuchs.</ns0:comment>
11+
</rdf:Description>
12+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/BiaxialStress">
13+
<ns0:label xmlns:ns0="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">BiaxialStress</ns0:label>
14+
</rdf:Description>
15+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/BiaxialStress">
16+
<ns0:altlabel xmlns:ns0="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Biaxial stress</ns0:altlabel>
17+
</rdf:Description>
18+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/BiaxialStress">
19+
<ns0:preflabel xmlns:ns0="http://www.w3.org/2004/02/skos/core#" xml:lang="en">BiaxialStress</ns0:preflabel>
20+
</rdf:Description>
21+
</rdf:RDF>

docs/BiaxialStress.ttl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
3+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
4+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
5+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2000/01/rdf-schema#comment> "Biaxiale Spannung ermittelt mit Hilfe des hydraulischen Tiefungsversuchs."@de .
6+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2000/01/rdf-schema#label> "BiaxialStress"@en .
7+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2004/02/skos/core#altlabel> "Biaxial stress"@en .
8+
<https://w3id.org/steel/ProcessOntology/BiaxialStress> <http://www.w3.org/2004/02/skos/core#preflabel> "BiaxialStress"@en .
9+
10+

docs/CameraSystem.html

Lines changed: 119 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,119 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<title>ProcessOntology</title>
5+
<!-- Required meta tags -->
6+
<meta charset="utf-8">
7+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
8+
9+
<!-- Bootstrap CSS -->
10+
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
11+
12+
</head>
13+
<body>
14+
15+
16+
<!-- Optional JavaScript -->
17+
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
18+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
19+
20+
<div class="container-fluid">
21+
<div class="row">
22+
<main role="main" class="container col-sm-9 col-md-10 col-lg-8 col-xl-7">
23+
<div class="jumbotron">
24+
<h1 class="display-3">CameraSystem</h1>
25+
<p class="lead subtitle"></p>
26+
<p class="lead"></p>
27+
<hr class="my-4">
28+
<p>
29+
<dl></dl>
30+
</p>
31+
<hr class="my-4">
32+
<p>
33+
34+
35+
</p>
36+
</div>
37+
38+
39+
<h1>https://w3id.org/steel/ProcessOntology/CameraSystem</h1>
40+
41+
<h2 id="classes">PO Statements</h2>
42+
43+
44+
45+
<table>
46+
47+
<tr>
48+
<td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>
49+
<td>http://www.w3.org/2004/02/skos/core#Concept</td>
50+
</tr>
51+
52+
<tr>
53+
<td>http://www.w3.org/1999/02/22-rdf-syntax-ns#type</td>
54+
<td>http://www.w3.org/2002/07/owl#Class</td>
55+
</tr>
56+
57+
<tr>
58+
<td>http://www.w3.org/2000/01/rdf-schema#label</td>
59+
<td>CameraSystem</td>
60+
</tr>
61+
62+
<tr>
63+
<td>http://www.w3.org/2004/02/skos/core#altlabel</td>
64+
<td>Camera System</td>
65+
</tr>
66+
67+
<tr>
68+
<td>http://www.w3.org/2004/02/skos/core#preflabel</td>
69+
<td>CameraSystem</td>
70+
</tr>
71+
72+
</table>
73+
74+
75+
<h3>Linked Resources</h3>
76+
77+
<ul>
78+
79+
<li>
80+
<a
81+
title="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
82+
href=".//rdfsites/http/www.w3.org/2004/02/skos/core#Concept"
83+
>Concept</a> via
84+
<a
85+
href=".//rdfsites/http/www.w3.org/1999/02/22-rdf-syntax-ns#type"
86+
>type</a>
87+
</li>
88+
89+
<li>
90+
<a
91+
title="http://www.w3.org/1999/02/22-rdf-syntax-ns#type"
92+
href=".//rdfsites/http/www.w3.org/2002/07/owl#Class"
93+
>Class</a> via
94+
<a
95+
href=".//rdfsites/http/www.w3.org/1999/02/22-rdf-syntax-ns#type"
96+
>type</a>
97+
</li>
98+
99+
</ul>
100+
101+
<h3>Resources linking here</h3>
102+
103+
<ul>
104+
105+
</ul>
106+
107+
<h3>Resources using this as predicate</h3>
108+
109+
<ul>
110+
111+
</ul>
112+
</div>
113+
114+
</main>
115+
</div>
116+
</div>
117+
118+
</body>
119+
</html>

docs/CameraSystem.json

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
2+
{
3+
"https://w3id.org/steel/ProcessOntology/CameraSystem" : {
4+
"http://www.w3.org/1999/02/22-rdf-syntax-ns#type" : [ {
5+
"value" : "http://www.w3.org/2002/07/owl#Class",
6+
"type" : "uri"
7+
}
8+
,
9+
{
10+
"value" : "http://www.w3.org/2004/02/skos/core#Concept",
11+
"type" : "uri"
12+
}
13+
14+
],
15+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
16+
"value" : "Art des Kamerasystems, welches f\u00FCr den hydraulischen Tiefungsversuch verwendet wurde.",
17+
"lang" : "de",
18+
"type" : "literal"
19+
}
20+
21+
],
22+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
23+
"value" : "CameraSystem",
24+
"lang" : "en",
25+
"type" : "literal"
26+
}
27+
28+
],
29+
"http://www.w3.org/2004/02/skos/core#altlabel" : [ {
30+
"value" : "Camera System",
31+
"lang" : "en",
32+
"type" : "literal"
33+
}
34+
35+
],
36+
"http://www.w3.org/2004/02/skos/core#preflabel" : [ {
37+
"value" : "CameraSystem",
38+
"lang" : "en",
39+
"type" : "literal"
40+
}
41+
42+
]
43+
}
44+
}

docs/CameraSystem.nt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<https://w3id.org/steel/ProcessOntology/CameraSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
2+
<https://w3id.org/steel/ProcessOntology/CameraSystem> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2004/02/skos/core#Concept> .
3+
<https://w3id.org/steel/ProcessOntology/CameraSystem> <http://www.w3.org/2000/01/rdf-schema#comment> "Art des Kamerasystems, welches f\u00FCr den hydraulischen Tiefungsversuch verwendet wurde."@de .
4+
<https://w3id.org/steel/ProcessOntology/CameraSystem> <http://www.w3.org/2000/01/rdf-schema#label> "CameraSystem"@en .
5+
<https://w3id.org/steel/ProcessOntology/CameraSystem> <http://www.w3.org/2004/02/skos/core#altlabel> "Camera System"@en .
6+
<https://w3id.org/steel/ProcessOntology/CameraSystem> <http://www.w3.org/2004/02/skos/core#preflabel> "CameraSystem"@en .

docs/CameraSystem.rdf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
3+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/CameraSystem">
4+
<rdf:type rdf:resource="http://www.w3.org/2004/02/skos/core#Concept"/>
5+
</rdf:Description>
6+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/CameraSystem">
7+
<rdf:type rdf:resource="http://www.w3.org/2002/07/owl#Class"/>
8+
</rdf:Description>
9+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/CameraSystem">
10+
<ns0:comment xmlns:ns0="http://www.w3.org/2000/01/rdf-schema#" xml:lang="de">Art des Kamerasystems, welches für den hydraulischen Tiefungsversuch verwendet wurde.</ns0:comment>
11+
</rdf:Description>
12+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/CameraSystem">
13+
<ns0:label xmlns:ns0="http://www.w3.org/2000/01/rdf-schema#" xml:lang="en">CameraSystem</ns0:label>
14+
</rdf:Description>
15+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/CameraSystem">
16+
<ns0:altlabel xmlns:ns0="http://www.w3.org/2004/02/skos/core#" xml:lang="en">Camera System</ns0:altlabel>
17+
</rdf:Description>
18+
<rdf:Description rdf:about="https://w3id.org/steel/ProcessOntology/CameraSystem">
19+
<ns0:preflabel xmlns:ns0="http://www.w3.org/2004/02/skos/core#" xml:lang="en">CameraSystem</ns0:preflabel>
20+
</rdf:Description>
21+
</rdf:RDF>

0 commit comments

Comments
 (0)