Skip to content

Commit bdfe8fb

Browse files
committed
added compression test types
1 parent 10da988 commit bdfe8fb

1 file changed

Lines changed: 74 additions & 0 deletions

File tree

src/ontology/components/distel-mech-tensile-test.owl

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,41 @@
195195

196196

197197

198+
<!-- https://w3id.org/pmd/distel/DISTEL_0000069 -->
199+
200+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000069">
201+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000008"/>
202+
<rdfs:subClassOf>
203+
<owl:Restriction>
204+
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0025006"/>
205+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0000581"/>
206+
</owl:Restriction>
207+
</rdfs:subClassOf>
208+
<obo:IAO_0000115 xml:lang="en">Compression loading type is a process attribute which describes the direction of an applied load to a specimen in a compression test.</obo:IAO_0000115>
209+
<rdfs:label xml:lang="en">compression loading type</rdfs:label>
210+
</owl:Class>
211+
212+
213+
214+
<!-- https://w3id.org/pmd/distel/DISTEL_0000070 -->
215+
216+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000070">
217+
<owl:equivalentClass>
218+
<owl:Class>
219+
<owl:oneOf rdf:parseType="Collection">
220+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000071"/>
221+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000072"/>
222+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000073"/>
223+
</owl:oneOf>
224+
</owl:Class>
225+
</owl:equivalentClass>
226+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0001933"/>
227+
<obo:IAO_0000115 xml:lang="en">Compression loading type value is a categical value specification which efines the exact type of compression loading type</obo:IAO_0000115>
228+
<rdfs:label xml:lang="en">compression loading type value</rdfs:label>
229+
</owl:Class>
230+
231+
232+
198233
<!-- https://w3id.org/pmd/distel/DISTEL_0002002 -->
199234

200235
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0002002">
@@ -308,6 +343,45 @@
308343
<rdf:Description rdf:about="https://w3id.org/pmd/tto/TTO_0000033">
309344
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000068"/>
310345
</rdf:Description>
346+
347+
348+
349+
<!--
350+
///////////////////////////////////////////////////////////////////////////////////////
351+
//
352+
// Individuals
353+
//
354+
///////////////////////////////////////////////////////////////////////////////////////
355+
-->
356+
357+
358+
359+
360+
<!-- https://w3id.org/pmd/distel/DISTEL_0000071 -->
361+
362+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000071">
363+
<obo:IAO_0000115 xml:lang="en">uniaxial compression loading is a compression loading type characterized by load applied along a single axis without any confinment along two other axes.</obo:IAO_0000115>
364+
<rdfs:label>uniaxial compression loading</rdfs:label>
365+
</owl:NamedIndividual>
366+
367+
368+
369+
<!-- https://w3id.org/pmd/distel/DISTEL_0000072 -->
370+
371+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000072">
372+
<rdfs:comment xml:lang="en">plain strain compression loading is a compression loading type characterized by specimen load applied along a single axis and the the deformation occurs in-plane.</rdfs:comment>
373+
<rdfs:label xml:lang="en">plain strain compression loading</rdfs:label>
374+
</owl:NamedIndividual>
375+
376+
377+
378+
<!-- https://w3id.org/pmd/distel/DISTEL_0000073 -->
379+
380+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000073">
381+
<obo:IAO_0000115>axisymmetric compression loading
382+
TODO</obo:IAO_0000115>
383+
<rdfs:label xml:lang="en">axisymmetric compression loading</rdfs:label>
384+
</owl:NamedIndividual>
311385
</rdf:RDF>
312386

313387

0 commit comments

Comments
 (0)