Skip to content

Commit c4cdaec

Browse files
committed
added few nex classes
1 parent df5d45b commit c4cdaec

2 files changed

Lines changed: 66 additions & 0 deletions

File tree

src/ontology/components/distel-mech-fatigue.owl

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,16 @@
193193

194194

195195

196+
<!-- https://w3id.org/pmd/distel/DISTEL_0000017 -->
197+
198+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000017">
199+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000952"/>
200+
<rdfs:label xml:lang="en">fatigue strength</rdfs:label>
201+
<skos:definition xml:lang="en">Fatigue strength is a strength which is realized in the fatigue process and desribes the maximum cyclic stress amplitude that a material can withstand without failure.</skos:definition>
202+
</owl:Class>
203+
204+
205+
196206
<!-- https://w3id.org/pmd/distel/DISTEL_0000018 -->
197207

198208
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000018">
@@ -330,6 +340,60 @@
330340

331341

332342

343+
<!-- https://w3id.org/pmd/distel/DISTEL_0000031 -->
344+
345+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000031">
346+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000017"/>
347+
<rdfs:label xml:lang="en">fatigue strength at cycle limit</rdfs:label>
348+
<skos:definition xml:lang="en">Fatigue strength at cycle limit is a fatigue strength which desribes the maximum cyclic stress amplitude that a material must withstand without failure for a predetermined number of cycles.</skos:definition>
349+
<skos:example xml:lang="en">if a material has a fatigue strength of 200 MPa at 10^6 cycles, this means that when subjected to a cyclic stress of 200 MPa, the material is expected to fail after approximately 10^6 cycles.</skos:example>
350+
</owl:Class>
351+
352+
353+
354+
<!-- https://w3id.org/pmd/distel/DISTEL_0000032 -->
355+
356+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000032">
357+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000017"/>
358+
<rdfs:comment xml:lang="en">This limit is characteristic of certain ferrous (iron-based) and titanium alloys, for which the S-N curve and underlying data points level off at high cycle counts, indicating that failure is unlikely to occur below the limit. In contrast, materials like aluminium and copper typically do not exhibit a distinct endurance limit.</rdfs:comment>
359+
<rdfs:label xml:lang="en">fatigue endurance limit</rdfs:label>
360+
<skos:definition xml:lang="en">Fatigue endurance limit is a fatigue strength which desribes the maximum cyclic stress amplitude that a material must withstand without failure assuming an infinite number of load cycles.</skos:definition>
361+
</owl:Class>
362+
363+
364+
365+
<!-- https://w3id.org/pmd/distel/DISTEL_0000033 -->
366+
367+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000033">
368+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000848"/>
369+
<rdfs:label xml:lang="en">knee point</rdfs:label>
370+
<skos:definition xml:lang="en">Knee point is a mechnical property realized in a fatigue process which describes the number of cycles at which....</skos:definition>
371+
</owl:Class>
372+
373+
374+
375+
<!-- https://w3id.org/pmd/distel/DISTEL_0000034 -->
376+
377+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000034">
378+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000848"/>
379+
<rdfs:label xml:lang="en">slope of S-N curve</rdfs:label>
380+
<skos:definition xml:lang="en">Slope of S-N curve is a mechanical property realized in the fatigue testing which defines the inclination of the S-N curve in the finite life fatigue region.</skos:definition>
381+
</owl:Class>
382+
383+
384+
385+
<!-- https://w3id.org/pmd/distel/DISTEL_0000035 -->
386+
387+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000035">
388+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000008"/>
389+
<rdfs:comment xml:lang="en">For now a free text description, i.e., pointing to a value specification</rdfs:comment>
390+
<rdfs:label xml:lang="en">failure criterion</rdfs:label>
391+
<skos:definition xml:lang="en">Failure criterion is a process attribute which describes the conditions at which a fatigue specimen is considered to be failed, i.e., no further cycles are applied.</skos:definition>
392+
<skos:example xml:lang="en">A crack in a specimen, which exceeds certain length. A significant drop in a load which material experiences.</skos:example>
393+
</owl:Class>
394+
395+
396+
333397
<!--
334398
///////////////////////////////////////////////////////////////////////////////////////
335399
//

src/ontology/imports/pmdco_terms.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ https://w3id.org/pmd/co/PMD_0025997 # fraction specification
66
http://purl.obolibrary.org/obo/OBI_0001931 # scalar value specification
77
http://purl.obolibrary.org/obo/IAO_0000109 # measurement datum
88
http://purl.obolibrary.org/obo/UO_0000000 # Unit
9+
https://w3id.org/pmd/co/PMD_0000502 # 2D
910

1011
### SDCs
1112
https://w3id.org/pmd/co/PMD_0020142 # Energy
@@ -74,6 +75,7 @@ https://w3id.org/pmd/co/PMD_0000965 # surface
7475
https://w3id.org/pmd/co/PMD_0000538 # bulk
7576
https://w3id.org/pmd/co/PMD_0000891 # 'disconnected material entity aggregate'
7677
http://purl.obolibrary.org/obo/OBI_0000835 # manufacturer
78+
https://w3id.org/pmd/co/PMD_0000637 # fatigue testing machine
7779

7880

7981
# OPs

0 commit comments

Comments
 (0)