-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtto-edit.owl
More file actions
822 lines (668 loc) · 87.5 KB
/
Copy pathtto-edit.owl
File metadata and controls
822 lines (668 loc) · 87.5 KB
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
Prefix(:=<https://w3id.org/pmd/tto#>)
Prefix(dce:=<http://purl.org/dc/elements/1.1/>)
Prefix(owl:=<http://www.w3.org/2002/07/owl#>)
Prefix(pmd:=<https://w3id.org/pmd/co/>)
Prefix(rdf:=<http://www.w3.org/1999/02/22-rdf-syntax-ns#>)
Prefix(xml:=<http://www.w3.org/XML/1998/namespace>)
Prefix(xsd:=<http://www.w3.org/2001/XMLSchema#>)
Prefix(rdfs:=<http://www.w3.org/2000/01/rdf-schema#>)
Prefix(dcterms:=<http://purl.org/dc/terms/>)
Ontology(<https://w3id.org/pmd/tto>
Import(<https://w3id.org/pmd/tto/imports/nfdicore_import.owl>)
Import(<https://w3id.org/pmd/tto/imports/pmdco_import.owl>)
Annotation(dcterms:contributor "https://orcid.org/0000-0003-1649-6832")
Annotation(dcterms:creator <https://orcid.org/0000-0001-7192-7143>)
Annotation(dcterms:creator <https://orcid.org/0000-0002-3717-7104>)
Annotation(dcterms:creator <https://orcid.org/0000-0002-7094-5371>)
Annotation(dcterms:creator <https://orcid.org/0000-0002-9014-2920>)
Annotation(dcterms:creator <https://orcid.org/0000-0003-4971-3645>)
Annotation(dcterms:description "Dies ist die PMD-Ontologie für Zugversuche (Tensile Test Ontology – TTO), die auf der Grundlage der Prüfnorm \"ISO 6892-1: Metallische Werkstoffe – Zugversuche – Teil 1: Prüfverfahren bei Raumtemperatur\" entwickelt wurde.
Die TTO wurde im Rahmen des PMD-Projekts entwickelt. Die TTO bietet Konzeptualisierungen, die für die Beschreibung von Zugversuchen und entsprechenden Daten gemäß der jeweiligen Prüfnorm gültig sind. Durch die Verwendung der TTO zur Speicherung von Zugversuchsdaten sind alle Daten gut strukturiert und basieren auf einem gemeinsamen Vokabular, das von einer Expertengruppe vereinbart wurde (Erzeugung von FAIRen-Daten), was zu einer verbesserten Dateninteroperabilität führen wird. Durch den Import der PMD Core Ontology (PMDco) wird die Interoperabilität von Zugprüfungsdaten verbessert und die Abfrage in Kombination mit anderen Aspekten und Daten aus dem breiten Feld der Materialwissenschaft und Werkstofftechnik (MSE) erleichtert."@de)
Annotation(dcterms:description "This is thePMD ontology of the tensile test (Tensile Test Ontology - TTO) as developed on the basis of the test standard ISO 6892-1: Metallic materials - Tensile Testing - Part 1: Method of test at room temperature.
The TTO was developed in the frame of the PMD project. The TTO provides conceptualizations valid for the description of tensile tests and corresponding data in accordance with the respective test standard. By using TTO for storing tensile test data, all data will be well structured and based on a common vocabulary agreed on by an expert group (generation of FAIR data) which will lead to enhanced data interoperability. Due to the import of the PMD core ontology (PMDco), the interoperability of tensile test data is enhanced and querying in combination with other aspects and data within the broad field of material science and engineering (MSE) is facilitated."@en)
Annotation(dcterms:license <http://creativecommons.org/licenses/by/4.0/>)
Annotation(dcterms:title "Tensile Test Ontology (TTO)")
Annotation(<http://usefulinc.com/ns/doap#repository> "https://github.com/materialdigital/tensile-test-ontology")
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000001>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000004>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000005>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000006>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000007>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000008>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000009>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000010>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000011>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000012>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000013>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000014>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000015>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000016>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000017>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000018>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000019>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000020>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000021>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000022>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000023>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000024>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000025>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000026>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000027>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000028>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000029>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000030>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000031>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000032>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000033>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000034>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000035>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000036>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000037>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000038>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000039>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000040>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000041>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000042>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000043>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000044>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000045>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000046>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000047>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000048>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000051>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000052>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000053>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000054>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000056>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000057>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000058>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000059>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000060>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0000100>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_0050000>))
Declaration(Class(<https://w3id.org/pmd/tto/TTO_1000000>))
Declaration(ObjectProperty(pmd:relatesTo))
Declaration(DataProperty(<http://www.w3.org/ns/prov#value>))
Declaration(AnnotationProperty(<http://purl.obolibrary.org/obo/IAO_0000114>))
Declaration(AnnotationProperty(dcterms:description))
Declaration(AnnotationProperty(dcterms:license))
Declaration(AnnotationProperty(dcterms:title))
Declaration(AnnotationProperty(<http://usefulinc.com/ns/doap#repository>))
Declaration(AnnotationProperty(pmd:definitionSource))
Declaration(AnnotationProperty(pmd:symbol))
############################
# Classes
############################
# Class: pmd:PMD_0000973 (tensile testing machine)
SubClassOf(pmd:PMD_0000973 ObjectIntersectionOf(ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> pmd:PMD_0000636) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> pmd:PMD_0000820)))
# Class: pmd:PMD_0000974 (Zugprüfverfahren)
SubClassOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000055> pmd:PMD_0000975))
SubClassOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000293> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000030> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000087> pmd:PMD_0000975))))
SubClassOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000299> <https://w3id.org/pmd/tto/TTO_0000008>))
SubClassOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000299> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000030> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000087> ObjectUnionOf(<https://w3id.org/pmd/tto/TTO_0000006> <https://w3id.org/pmd/tto/TTO_0000007>)))))
SubClassOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000057> pmd:PMD_0000973))
# Class: <https://w3id.org/pmd/tto/TTO_0000001> (load cell maximum force)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000001> "Höchstkraft der Kraftmessdose"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000001> "load cell maximum force"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000001> "Die Maximalkraft der Kraftmessdose ist eine Gerätespezifikation, welche die größte Kraft bezeichnet, die eine Kraftmessdose bei einem Zugversuch zuverlässig und ohne bleibende Beschädigung messen kann. Sie definiert die obere Belastungsgrenze des Sensors, oberhalb derer Messfehler, plastische Verformungen oder ein Ausfall des Messsystems auftreten können."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000001> "Load cell maximum force is a device specification describing the highest force that a load cell can reliably measure during a tensile test without permanent damage. It defines the upper load limit of the sensor, beyond which measurement errors, plastic deformation, or failure of the system may occur."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000001> pmd:PMD_0060006)
# Class: <https://w3id.org/pmd/tto/TTO_0000004> (elongation)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000004> "'characteristic of' some
(object
and ('is specified output of' some
('tensile testing process'
and ('has specified input' some
(object
and ('has quality' some 'original gauge length'))))))")
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000004> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000004> "Verlängerung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000004> "elongation"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000004> <https://w3id.org/pmd/tto/Elongation>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000004> "Zunahme der Anfangsmesslänge zu einem beliebigen Zeitpunkt während des Versuchs"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000004> "increase in the original gauge length at any moment during the test"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000004> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000004> pmd:PMD_0000848)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000004> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000054> ObjectIntersectionOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000293> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000030> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000086> <https://w3id.org/pmd/tto/TTO_0000028>))))))
# Class: <https://w3id.org/pmd/tto/TTO_0000005> (extension)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000114> <https://w3id.org/pmd/tto/TTO_0000005> <http://purl.obolibrary.org/obo/IAO_0000428>)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000005> "Dimensional analysis: L
Unit (e.g. SI): mm"@en)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000005> "Hinweis: Die Dehnung kann mit verschiedenen Kanälen gemessen werden (z. B. bei Verwendung von einem oder zwei Dehnungsmesserkanälen); in der Regel wird als Dehnungswert der mittlere Durchschnittswert der beteiligten Kanäle angegeben, falls zutreffend.
Hinweis: Die optische Längenänderungsmessung kann eine besondere Methode der Datenspeicherung erfordern."@de)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000005> "Note: The extension might be measured using different channels (e.g. when using one or two extensometer channels); usually, the mean average value of involved channels is given as extension value, if applicable.
Note: Optical extensometry may require a specific data storage method."@en)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000005> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000005> "Verlängerung (der Extensometer-Messlänge)"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000005> "extension"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000005> <https://w3id.org/pmd/co/2.0.8/Extension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000005> "Increase in the extensometer gauge length at any moment during a test"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000005> "Zunahme der Extensometer-Messlänge zu einem beliebigen Zeitpunkt eines Versuchs"@de)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000005> "DIN EN ISO 6892-1:2019")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000005> pmd:PMD_0000848)
# Class: <https://w3id.org/pmd/tto/TTO_0000006> (broken tested test piece role)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000006> "broken tested test piece role"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000006> "The role of a test piece that, as part of a destructive testing process, has been brought to failure and is therefore in a broken physical state after the test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000006> pmd:PMD_0000975)
# Class: <https://w3id.org/pmd/tto/TTO_0000007> (unbroken tested test piece role)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000007> "An unbroken tested test piece role may explicitly also be realized by a destructive testing process that unintendedly actually did not lead to breakage."@en)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000007> "unbroken tested test piece role"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000007> "The role of a test piece that has undergone a test but remains physically intact after the testing process, typically as a result of a non-destructive or non-failure-inducing test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000007> pmd:PMD_0000975)
# Class: <https://w3id.org/pmd/tto/TTO_0000008> (tensile test result)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000008> "Ergebnis eines Zugversuches"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000008> "tensile test result"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000008> "Data item that represents any result generated during or after a tensile test, independent of its structure, granularity, or encoding format."@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000008> "Datenobjekt, das ein beliebiges Ergebnis beschreibt, das während oder nach einem Zugversuch erzeugt wird, unabhängig von Struktur, Detaillierungsgrad oder Format der Darstellung."@de)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000008> <http://purl.obolibrary.org/obo/IAO_0000027>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000008> ObjectIntersectionOf(ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <http://purl.obolibrary.org/obo/IAO_0000109>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000312> pmd:PMD_0000974)))
# Class: <https://w3id.org/pmd/tto/TTO_0000009> (Streckgrenze)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000009> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000009> "Streckgrenze"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000009> "yield strength"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000009> <https://w3id.org/pmd/tto/YieldStrength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000009> "Wenn der metallische Werkstoff diese Eigenschaft aufweist: die Spannung zu einem bestimmten Zeitpunkt während des Versuchs bei dem eine plastische Verformung ohne Zunahme der Kraft auftritt"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000009> "when the metallic material exhibits a yield phenomenon, stress corresponding to the point reached during the test at which plastic deformation occurs without any increase in the force"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000009> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000009> pmd:PMD_0000952)
# Class: <https://w3id.org/pmd/tto/TTO_0000010> (Kraft bei der unteren Streckgrenze)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000010> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000010> "Kraft bei der unteren Streckgrenze"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000010> "force at lower yield strength"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000010> "A force at lower yield strength is a force that is measured at the lower yield point (lower yield strength condition) during a tensile test."@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000010> "Kraft bei unterer Streckgrenze (F_eL) ist eine Kraft, die am Punkt der unteren Streckgrenze (untere Streckgrenzen‑Bedingung) während eines Zugversuchs gemessen wird."@de)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000010> "F_eL")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000010> pmd:PMD_0020200)
# Class: <https://w3id.org/pmd/tto/TTO_0000011> (change of transverse dimension)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000011> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000011> "change of transverse dimension"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000011> "Änderung der transversalen Dimension"@de)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000011> <https://w3id.org/pmd/tto/ChangeOfTransverseDimension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000011> "Dieses Konzept beschreibt eine Variation der Abmessungen eines Prüfkörpers in Bezug auf seine Querachse, die sich auf seine Querschnittsfläche auswirkt und möglicherweise während eines Zugversuchs auftritt. Das Verhältnis der wahren plastischen Breitendehnung und der wahren plastischen Dickendehnung in einem in uniaxialem Zug beanspruchten Prüfkörper (vertikale Anisotropie) kann anhand dieser Information berechnet werden."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000011> "This concept describes a variation in the dimension of a test piece referring to its transversal axis affecting its cross-sectional area that may potentially occur during a tensile test. The ratio of the true plastic strain in width and the true plastic strain in thickness in a test piece loaded in uniaxial tension (vertical anisotropy) may be calculated using this information."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000011> "DIN EN ISO 10113:2021-06")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000011> pmd:PMD_0040001)
# Class: <https://w3id.org/pmd/tto/TTO_0000012> (cross section area)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000012> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000012> "Querschnittsfläche"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000012> "cross section area"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000012> <https://w3id.org/pmd/co/2.0.8/CrossSectionArea>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000012> "Die Querschnittsfläche ist die Fläche eines Schnittes oder eines rechtwinklig geschnittenen oder gebrochenen Stücks eines Objektes in Bezug auf eine Achse."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000012> "The cross section area is an area of a cutting or piece of an object cut off or broken at right angles or related to an axis."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000012> <https://www.merriam-webster.com/dictionary/cross%20section>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000012> <https://w3id.org/pmd/tto/TTO_0050000>)
# Class: <https://w3id.org/pmd/tto/TTO_0000013> (crosshead separation)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000013> "Dimensional analysis: L
Unit (e.g. SI): mm"@en)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000013> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000013> "Querhaupttrennung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000013> "crosshead separation"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000013> <https://w3id.org/pmd/tto/CrossheadSeparation>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000013> "Dieses Konzept beschreibt die Verschiebung der Traverse einer Zugprüfmaschine."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000013> "This concept describes the displacement of the crossheads of a tensile testing machine."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000013> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000013> pmd:PMD_0040001)
# Class: <https://w3id.org/pmd/tto/TTO_0000014> (crosshead separation rate)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000014> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000014> "Traversengeschwindigkeit"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000014> "crosshead separation rate"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000014> <https://w3id.org/pmd/tto/CrossheadSeparationRate>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000014> "Traversenweg je Zeiteinheit"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000014> "displacement of the crossheads per time"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000014> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000014> "v_c"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000014> pmd:PMD_0000008)
# Class: <https://w3id.org/pmd/tto/TTO_0000015> (End-Probendurchmesser)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000015> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000015> "End-Probendurchmesser"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000015> "diameter after fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000015> <https://w3id.org/pmd/tto/DiameterAfterFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000015> "Die Länge einer geraden Linie durch den Mittelpunkt eines Objekts (Zugprüfstücks), gemessen nach einem Bruch, der während einer Prüfung aufgetreten ist."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000015> "The length of a straight line through the center of an object (tensile test piece) as measured after a fracture occured during a test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000015> pmd:PMD_0050051)
# Class: <https://w3id.org/pmd/tto/TTO_0000016> (estimated strain rate over the parallel length)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000016> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000016> "Abgeschätzte Dehngeschwindigkeit Über Die Parallele Länge"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000016> "estimated strain rate over the parallel length"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000016> <https://w3id.org/pmd/tto/EstimatedStrainRateOverTheParallelLength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000016> "Zunahme der Dehnung über die parallele Länge der Probe je Zeiteinheit, basierend auf der Traversengeschwindigkeit und der parallelen Länge der Probe"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000016> "value of the increase of strain over the parallel length of the test piece per time based on the crosshead separation rate and the parallel length of the test piece"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000016> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000016> "e^._L_c"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000016> pmd:PMD_0000008)
# Class: <https://w3id.org/pmd/tto/TTO_0000017> (extensometer gauge length)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000017> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000017> "Extensometer-Messlänge"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000017> "extensometer gauge length"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000017> <https://w3id.org/pmd/tto/ExtensometerGaugeLength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000017> "Anfangsmesslänge des Dehnungsaufnehmers (Extensometer), die zum Messen der Verlängerung benutzt wird
Anmerkung: Für die Bestimmung mehrerer Eigenschaften, die (teilweise oder vollständig) von der Verlängerung abhängig sind, z. B. R_p, A_e oder A_g, ist die Verwendung eines Extensometers zwingend erforderlich."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000017> "initial gauge length of the extensometer used for measurement of extension
Note: For the determination of several properties which are based (partly or complete) on extension, e. g. R_p, A_e or A_g, the use of an extensometer is mandatory."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000017> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000017> "L_e"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000017> <https://w3id.org/pmd/tto/TTO_0000019>)
# Class: <https://w3id.org/pmd/tto/TTO_0000018> (final gauge length after fracture)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000018> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000018> "Messlänge nach dem Bruch"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000018> "final gauge length after fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000018> <https://w3id.org/pmd/tto/FinalGaugeLengthAfterFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000018> "Länge zwischen den Marken zur Kennzeichnung der Messlänge auf der Probe, die nach dem Bruch bei Raumtemperatur gemessen wird, nachdem die beiden Probenbruchstücke sorgfältig so zusammengefügt wurden, dass ihre Achsen in einer Geraden liegen"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000018> "length between gauge length marks on the test piece measured after rupture, at room temperature, the two pieces having been carefully fitted back together so that their axes lie in a straight line"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000018> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000018> "L_u"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000018> <https://w3id.org/pmd/tto/TTO_0000019>)
# Class: <https://w3id.org/pmd/tto/TTO_0000019> (gauge length)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000019> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000019> "Messlänge"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000019> "gauge length"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000019> <https://w3id.org/pmd/tto/GaugeLength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000019> "Länge des parallelen Teils der Probe, an dem zu einem beliebigen Zeitpunkt während des Versuchs die Verlängerung gemessen wird"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000019> "length of the parallel portion of the test piece on which elongation is measured at any moment during the test"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000019> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000019> "L"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000019> pmd:PMD_0040001)
# Class: <https://w3id.org/pmd/tto/TTO_0000020> (gauge length marks)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000114> <https://w3id.org/pmd/tto/TTO_0000020> <http://purl.obolibrary.org/obo/IAO_0000428>)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000020> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000020> "Messlängenmarkierungen"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000020> "gauge length marks"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000020> <https://w3id.org/pmd/tto/GaugeLengthMarks>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000020> "Dieses Konzept wird verwendet, um die sichtbaren Markierungen zu beschreiben, die in der Regel während eines Zugversuchs zur Messung der Dehnung an den Prüfkörpern angebracht werden."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000020> "This concept is used to describe the visible markers usually attached to test pieces during a tensile test for elongation / extension measurements."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000020> pmd:PMD_0000602)
# Class: <https://w3id.org/pmd/tto/TTO_0000021> (force at upper yield strength)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000021> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000021> "Kraft bei der oberer Streckgrenze"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000021> "force at upper yield strength"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000021> "Die Kraft bei oberer Streckgrenze (F_eH) ist eine Kraft, die am Punkt der oberen Streckgrenze gemessen wird, d. h. bevor der erste Kraftabfall während eines Zugversuchs auftritt."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000021> "Force at upper yield strength is a force that is measured at the upper yield point (upper yield strength condition), i.e., prior to the first decrease in force during a tensile test."@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000021> "F_eH")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000021> pmd:PMD_0020200)
# Class: <https://w3id.org/pmd/tto/TTO_0000022> (lower yield strength)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000022> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000022> "lower yield strength"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000022> "untere Streckgrenze"@de)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000022> <https://w3id.org/pmd/tto/LowerYieldStrength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000022> "kleinste Spannung während des plastischen Fließens, wobei Einschwingerscheinungen nicht berücksichtigt werden"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000022> "lowest value of stress during plastic yielding, ignoring any initial transient effects"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000022> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000022> "R_eL"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000022> <https://w3id.org/pmd/tto/TTO_0000009>)
# Class: <https://w3id.org/pmd/tto/TTO_0000023> (Höchstkraft)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000023> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000023> "Höchstkraft"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000023> "maximum force"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000023> <https://w3id.org/pmd/tto/MaximumForce>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000023> "Bei Werkstoffen, die kein diskontinuierliches Fließen zeigen: größte Kraft, der die Probe während des Versuchs standhält
Bei Werkstoffen, die ein diskontinuierliches Fließen zeigen: größte Kraft, der die Probe während des Versuchs nach dem Beginn der Verfestigung standhält
Anmerkung: Für Werkstoffe, die ein diskontinuierliches Fließen zeigen, aber keine Verfestigung erzielt werden kann, ist die Höchstkraft nicht definiert
."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000023> "For materials displaying no discontinuous yielding: highest force that the test piece withstands during the test
For materials displaying discontinuous yielding: highest force that the test piece withstands during the test after the beginning of work-hardening
Note: For materials which display discontinuous yielding, but where no work-hardening can be established, the maximum force is not defined."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000023> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000023> pmd:PMD_0020200)
# Class: <https://w3id.org/pmd/tto/TTO_0000024> (Kleinster Querschnitt nach dem Bruch)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000024> "Symbol: S_u")
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000024> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000024> "Kleinster Querschnitt nach dem Bruch"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000024> "minimum cross-sectional area after fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000024> <https://w3id.org/pmd/tto/MinimumCrossSectionalAreaAfterFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000024> "Dieses Konzept beschreibt die kleinste Querschnittsfläche des Zugprüfkörers, die nach dem Bruch infolge der aufgebrachten Zugkraft erhalten wird.
Anmerkung: Sie wird in der Regel senkrecht zur Richtung der aufgebrachten Kraft gemessen und dient zur Berechnung der technischen Spannung während der Prüfung.
Anmerkung: Es wird empfohlen, den Anfangsquerschnitt innerhalb der parallelen Länge mit einer Genauigkeit von ±2 % zu messen. Bei runden Prüfkörpern mit kleinem Durchmesser oder Prüfkörpern mit anderen Querschnittsgeometrien ist es jedoch möglicherweise nicht möglich, den Anfangsquerschnitt innerhalb der parallelen Länge mit einer Genauigkeit von ±2 % zu messen."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000024> "This concept describes the smallest cross-sectional area of the tensile test piece observed after it has fractured under the applied tensile force.
Note: It is typically measured perpendicular to the direction of the applied force and is used to calculate engineering stress during the test.
Note: It is recommended to measure the original cross-sectional area of the parallel length to an accuracy of ±2 %. However, measuring the original cross-sectional area of the parallel length with an accuracy of ±2 % on small diameter round test pieces, or test pieces with other cross-sectional geometries, may not be possible."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000024> "DIN EN ISO 6892-1:2019")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000024> <https://w3id.org/pmd/tto/TTO_0000012>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000024> ObjectUnionOf(ObjectIntersectionOf(ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000056>) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000060>)) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000015>)))
# Class: <https://w3id.org/pmd/tto/TTO_0000025> (Kraft bei Dehngrenze bei plastischer Extensometer-Dehnung)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000025> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000025> "Kraft bei Dehngrenze bei plastischer Extensometer-Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000025> "force at proof strength plastic extension"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000025> "A force at proof strength plastic extension is a force that is measured at the proof‑strength point defined by a specified plastic extensometer extension during a tensile test."@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000025> "Die Kraft bei Dehngrenze (plastische Extensometer‑Dehnung) ist eine Kraft, die am Dehngrenzen‑Punkt gemessen wird, der durch eine vorgegebene plastische Extensometer‑Dehnung während eines Zugversuchs definiert ist."@de)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000025> "F_p")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000025> pmd:PMD_0020200)
# Class: <https://w3id.org/pmd/tto/TTO_0000026> (Anfangsquerschnitt innerhalb der parallelen Länge)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000026> "Symbol: S_o")
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000026> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000026> "Anfangsquerschnitt innerhalb der parallelen Länge"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000026> "original cross-sectional area of the parallel length"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000026> <https://w3id.org/pmd/tto/OriginalCrossSectionalArea>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000026> "Dieses Konzept beschreibt die initiale Querschnittsfläche des Zugprüfkörpers entlang seiner parallelen Länge, bevor eine Verformung auftritt."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000026> "This concept describes the initial area of the tensile test piece before any deformation occurs."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000026> "DIN EN ISO 6892-1:2019")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000026> <https://w3id.org/pmd/tto/TTO_0000012>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000026> ObjectUnionOf(ObjectIntersectionOf(ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000029>) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000030>)) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000027>)))
# Class: <https://w3id.org/pmd/tto/TTO_0000027> (original diameter)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000027> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000027> "Anfangs-Probendurchmesser"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000027> "original diameter"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000027> <https://w3id.org/pmd/tto/OriginalDiameter>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000027> "Die Länge einer geraden Linie durch den Mittelpunkt eines Objekts (Zugprüfkörpers), die vor einer Prüfung gemessen wird."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000027> "The length of a straight line through the center of an object (tensile test piece) as measured prior to a tensile test."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000027> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000027> pmd:PMD_0050051)
# Class: <https://w3id.org/pmd/tto/TTO_0000028> (original gauge length)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000028> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000028> "Anfangsmesslänge"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000028> "original gauge length"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000028> <https://w3id.org/pmd/tto/OriginalGaugeLength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000028> "Länge zwischen den Marken zur Kennzeichnung der Messlänge auf der Probe, die vor dem Versuch bei Raumtemperatur gemessen wird"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000028> "length between gauge length marks on the test piece measured at room temperature before the test"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000028> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000028> "L_o"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000028> <https://w3id.org/pmd/tto/TTO_0000019>)
# Class: <https://w3id.org/pmd/tto/TTO_0000029> (original thickness)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000029> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000029> "Anfangs-Dicke"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000029> "original thickness"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000029> <https://w3id.org/pmd/tto/OriginalThickness>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000029> "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks, wie sie vor der Prüfung gemessen wurde."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000029> "This entity describes the measured dimension in one direction of a test piece, as measured before the test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000029> pmd:PMD_0050153)
# Class: <https://w3id.org/pmd/tto/TTO_0000030> (original width)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000030> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000030> "Anfangs-Breite"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000030> "original width"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000030> <https://w3id.org/pmd/tto/OriginalWidth>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000030> "Diese Entität beschreibt eine horizontale Messung eines Objekts (Prüfkörpers) im rechten Winkel zur Länge des Objekts (Prüfkörpers), wie sie vor einer Prüfung gemessen wird."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000030> "This entity describes a horizontal measurement of an object (test piece) taken at right angles to the length of the object (test piece), as measured before a test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000030> pmd:PMD_0050154)
# Class: <https://w3id.org/pmd/tto/TTO_0000031> (Parallele Länge)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000031> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000031> "Parallele Länge"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000031> "parallel length"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000031> <https://w3id.org/pmd/tto/ParallelLength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000031> "Länge des parallelen reduzierten Querschnitts der Probe
Anmerkung: Bei unbearbeiteten Proben tritt an die Stelle der parallelen Länge der Abstand zwischen den Einspannungen."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000031> "length of the parallel reduced section of the test piece
Note: The concept of parallel length is replaced by the concept of distance between grips for unmachined test pieces."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000031> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000031> "L_c"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000031> pmd:PMD_0040001)
# Class: <https://w3id.org/pmd/tto/TTO_0000032> (percentage elongation)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000032> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000032> "Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000032> "percentage elongation"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000032> <https://w3id.org/pmd/tto/PercentageElongation>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000032> "Verlängerung, angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000032> "elongation expressed as a percentage of the original gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000032> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000032> <https://w3id.org/pmd/tto/TTO_0000004>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000032> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000028>))
# Class: <https://w3id.org/pmd/tto/TTO_0000033> (percentage elongation after fracture)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000033> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000033> "Bruchdehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000033> "percentage elongation after fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000033> <https://w3id.org/pmd/tto/PercentageElongationAfterFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000033> "bleibende Verlängerung der Messlänge nach dem Bruch (L_u − L_o), angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000033> "permanent elongation of the gauge length after fracture (L_u − L_o), expressed as a percentage of the original gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000033> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000033> "A"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000033> <https://w3id.org/pmd/tto/TTO_0000004>)
# Class: <https://w3id.org/pmd/tto/TTO_0000034> (percentage extension)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000034> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000034> "Extensometer-Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000034> "percentage extension"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000034> <https://w3id.org/pmd/co/2.0.8/PercentageExtension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#altLabel> <https://w3id.org/pmd/tto/TTO_0000034> "(engineering) strain"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#altLabel> <https://w3id.org/pmd/tto/TTO_0000034> "technische Dehnung"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000034> "extension expressed as a percentage of the extensometer gauge length
Note: The percentage extension is commonly called engineering strain."@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000034> "in Prozent angegebene Verlängerung der Extensometer-Messlänge
Anmerkung: Die Extensometer-Dehnung wird oftmals auch als technische Dehnung bezeichnet.")
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000034> "DIN EN ISO 6892-1:2019")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000034> <https://w3id.org/pmd/tto/TTO_0000005>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000034> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000017>))
# Class: <https://w3id.org/pmd/tto/TTO_0000035> (percentage permanent elongation)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000035> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000035> "Bleibende Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000035> "percentage permanent elongation"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000035> <https://w3id.org/pmd/tto/PercentagePermanentElongation>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000035> "Zunahme der Anfangsmesslänge einer Probe nach Entfernen einer festgelegten Zugspannung, angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000035> "increase in the original gauge length of a test piece after removal of a specified stress, expressed as a percentage of the original gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000035> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000035> <https://w3id.org/pmd/tto/TTO_0000004>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000035> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000028>))
# Class: <https://w3id.org/pmd/tto/TTO_0000036> (percentage permanent extension)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000036> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000036> "Bleibende Extensometer-Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000036> "percentage permanent extension"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000036> <https://w3id.org/pmd/tto/PercentagePermanentExtension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000036> "Vergrößerung der Extensometer-Messlänge nach Entfernen einer festgelegten, auf die Probe aufgebrachten Zugspannung, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000036> "increase in the extensometer gauge length, after removal of a specified stress from the test piece, expressed as a percentage of the extensometer gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000036> "DIN EN ISO 6892-1:2019"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000036> <https://w3id.org/pmd/tto/TTO_0000005>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000036> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000017>))
# Class: <https://w3id.org/pmd/tto/TTO_0000037> (percentage plastic extension at maximum force)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000037> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000037> "Plastische Extensometer-Dehnung bei Höchstkraft"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000037> "percentage plastic extension at maximum force"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000037> <https://w3id.org/pmd/tto/PercentagePlasticExtensionAtMaximumForce>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000037> "plastic extension at maximum force, expressed as a percentage of the extensometer gauge length"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000037> "plastische Verlängerung der Extensometer-Messlänge bei Höchstkraft, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000037> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000037> "A_g"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000037> <https://w3id.org/pmd/tto/TTO_0000005>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000037> ObjectIntersectionOf(ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000017>) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000023>)))
# Class: <https://w3id.org/pmd/tto/TTO_0000038> (percentage reduction of area)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000038> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000038> "Brucheinschnürung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000038> "percentage reduction of area"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000038> <https://w3id.org/pmd/tto/PercentageReductionOfArea>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000038> "größte während des Versuchs aufgetretene Änderung des Querschnitts (S_o − S_u), angegeben in Prozent, bezogen auf den Anfangsquerschnitt S_o"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000038> "maximum change in cross-sectional area which has occurred during the test (S_o − S_u), expressed as a percentage of the original cross-sectional area, S_o"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000038> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000038> "Z")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000038> pmd:PMD_0000848)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000038> ObjectIntersectionOf(ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000024>) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000026>)))
# Class: <https://w3id.org/pmd/tto/TTO_0000039> (percentage total extension at fracture)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000039> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000039> "Gesamte Extensometer-Dehnung beim Bruch"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000039> "percentage total extension at fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000039> <https://w3id.org/pmd/tto/PercentageTotalExtensionAtFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000039> "gesamte Verlängerung (elastische plus plastische Verlängerung) der Extensometer-Messlänge beim Bruch, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000039> "total extension (elastic extension plus plastic extension) at the moment of fracture, expressed as a percentage of the extensometer gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000039> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000039> "A_t"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000039> <https://w3id.org/pmd/tto/TTO_0000005>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000039> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000017>))
# Class: <https://w3id.org/pmd/tto/TTO_0000040> (Gesamte Extensometer-Dehnung bei Höchstkraft)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000040> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000040> "Gesamte Extensometer-Dehnung bei Höchstkraft"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000040> "percentage total extension at maximum force"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000040> <https://w3id.org/pmd/tto/PercentageTotalExtensionAtMaximumForce>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000040> "gesamte Verlängerung (elastische plus plastische Verlängerung) der Extensometer-Messlänge bei Höchstkraft, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000040> "total extension (elastic extension plus plastic extension) at maximum force, expressed as a percentage of the extensometer gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000040> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000040> "A_gt"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000040> <https://w3id.org/pmd/tto/TTO_0000005>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000040> ObjectIntersectionOf(ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000017>) ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000023>)))
# Class: <https://w3id.org/pmd/tto/TTO_0000041> (Streckgrenzen-Extensometer-Dehnung)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000041> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000041> "Streckgrenzen-Extensometer-Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000041> "percentage yield point extension"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000041> <https://w3id.org/pmd/tto/PercentageYieldPointExtension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000041> "Bei Werkstoffen, die ein diskontinuierliches Fließen zeigen: Verlängerung der Extensometer-Messlänge zwischen dem Beginn örtlichen Fließens und dem Einsetzen gleichmäßiger Verfestigung, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000041> "For discontinuous yielding materials: extension between the start of yielding and the start of uniform work-hardening, expressed as a percentage of the extensometer gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000041> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000041> "A_e"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000041> <https://w3id.org/pmd/tto/TTO_0000005>)
# Class: <https://w3id.org/pmd/tto/TTO_0000042> (force at proof strength plastic extension f02)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000042> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000042> "Kraft bei Dehngrenze bei plastischer Extensometer-Dehnung Rp02"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000042> "force at proof strength plastic extension f02"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000042> "Die Kraft bei Dehngrenze Rp0,2 (F_p_0,2) ist eine Kraft bei Dehngrenze (plastische Extensometer‑Dehnung), die an dem Punkt gemessen wird, an dem die vorgegebene plastische Extensometer‑Dehnung 0,2 % der Extensometer‑Messlänge während eines Zugversuchs beträgt."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000042> "Force at proof strength plastic extension f02 is a force at proof strength plastic extension that is measured at the point where the specified plastic extensometer extension is 0.2% of the extensometer gauge length during a tensile test."@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000042> "F_p_0.2")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000042> <https://w3id.org/pmd/tto/TTO_0000025>)
# Class: <https://w3id.org/pmd/tto/TTO_0000043> (proof strength)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000043> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000043> "Dehngrenze"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000043> "proof strength"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000043> <https://w3id.org/pmd/tto/ProofStrength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000043> "Spannung, bei der ein bestimmter Dehnungswert gleich einem bestimmten Prozentsatz der Messlänge des Dehnungsmessers ist"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000043> "stress at which the a specific extension value is equal to a specified percentage of the extensometer gauge length"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000043> pmd:PMD_0000952)
# Class: <https://w3id.org/pmd/tto/TTO_0000044> (proof strength plastic extension)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000044> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000044> "Dehngrenze bei plastischer Extensometer-Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000044> "proof strength plastic extension"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000044> <https://w3id.org/pmd/tto/ProofStrengthPlasticExtension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000044> "Spannung, bei der die plastische Extensometer-Dehnung einem vorgegebenen Prozentanteil der Extensometer-Messlänge entspricht
Anmerkung: Der Index wird durch den Zahlenwert ergänzt, der den vorgegebenen Zahlenwert der plastischen Extensometer-Dehnung in Prozent angibt, z. B. R_p_0,2."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000044> "stress at which the plastic extension is equal to a specified percentage of the extensometer gauge length
Note: A suffix is added to the subscript to indicate the prescribed percentage, e.g. R_p_0.2.
Source: ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000044> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000044> "R_p"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000044> <https://w3id.org/pmd/tto/TTO_0000043>)
# Class: <https://w3id.org/pmd/tto/TTO_0000045> (proof strength total extension)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000045> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000045> "Dehngrenze bei gesamter Extensometer-Dehnung"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000045> "proof strength total extension"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000045> <https://w3id.org/pmd/tto/ProofStrengthTotalExtension>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000045> "Spannung, bei der die gesamte Extensometer-Dehnung (elastische und plastische Extensometer-Dehnung) einem vorgegebenen Prozentanteil der Extensometer-Messlänge entspricht
Anmerkung: Der Index wird durch den Zahlenwert ergänzt, der den vorgegebenen Zahlenwert der gesamten Extensometer-Dehnung in Prozent angibt, z. B. R_t_0,5."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000045> "stress at which total extension (elastic extension plus plastic extension) is equal to a specified percentage of the extensometer gauge length
Note: A suffix is added to the subscript to indicate the prescribed percentage, e.g. R_t_0.5."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000045> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000045> "R_t"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000045> <https://w3id.org/pmd/tto/TTO_0000043>)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000045> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/tto/TTO_0000017>))
# Class: <https://w3id.org/pmd/tto/TTO_0000046> (Dehngrenze bei plastischer Extensometer-Dehnung Rp01)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000046> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000046> "Dehngrenze bei plastischer Extensometer-Dehnung Rp01"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000046> "proof strength plastic extension rp01"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000046> <https://w3id.org/pmd/tto/Rp01>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000046> "Spannung bei einer plastischen Extensometer-Dehnung, die 0,1 Prozent der Extensometer-Messlänge entspricht"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000046> "stress at which the plastic extension is equal to 0.1 percent of the extensometer gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000046> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000046> "R_p_0.1"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000046> <https://w3id.org/pmd/tto/TTO_0000044>)
# Class: <https://w3id.org/pmd/tto/TTO_0000047> (proof strength plastic extension rp02)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000047> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000047> "Dehngrenze bei plastischer Extensometer-Dehnung Rp02"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000047> "proof strength plastic extension rp02"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000047> <https://w3id.org/pmd/tto/Rp02>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000047> "Spannung bei einer plastischen Extensometer-Dehnung, die 0,2 Prozent der Extensometer-Messlänge entspricht"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000047> "stress at which the plastic extension is equal to 0.2 percent of the extensometer gauge length"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000047> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000047> "R_p_0.2"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000047> <https://w3id.org/pmd/tto/TTO_0000044>)
# Class: <https://w3id.org/pmd/tto/TTO_0000048> (force at proof strength plastic extension f01)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000048> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000048> "Kraft bei Dehngrenze bei plastischer Extensometer-Dehnung Rp01"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000048> "force at proof strength plastic extension f01"@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000048> "Die Kraft bei Dehngrenze Rp0,1 (F_p_0,1) ist eine Kraft bei Dehngrenze (plastische Extensometer‑Dehnung), die an dem Punkt gemessen wird, an dem die vorgegebene plastische Extensometer‑Dehnung 0,2 % der Extensometer‑Messlänge während eines Zugversuchs beträgt."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000048> "Force at proof strength plastic extension f01 is a force at proof strength plastic extension that is measured at the point where the specified plastic extensometer extension is 0.1% of the extensometer gauge length during a tensile test."@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000048> "F_p_0.1")
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000048> <https://w3id.org/pmd/tto/TTO_0000025>)
# Class: <https://w3id.org/pmd/tto/TTO_0000051> (strain rate)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000051> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000051> "Dehngeschwindigkeit"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000051> "strain rate"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000051> <https://w3id.org/pmd/tto/StrainRate>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000051> "Zunahme der mit einem Extensometer in der Extensometer-Messlänge gemessenen Dehnung je Zeiteinheit"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000051> "increase of strain, measured with an extensometer, in extensometer gauge length, per time"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000051> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000051> "e^._L_e"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000051> pmd:PMD_0000008)
# Class: <https://w3id.org/pmd/tto/TTO_0000052> (stress rate)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000052> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000052> "Spannungsgeschwindigkeit"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000052> "stress rate"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000052> <https://w3id.org/pmd/tto/StressRate>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000052> "Zunahme der Spannung je Zeiteinheit
Anmerkung: Die Spannungsgeschwindigkeit wird nur im elastischen Bereich des Versuchs verwendet."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000052> "increase of stress per time
Note: Stress rate is only used in the elastic part of the test."@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000052> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000052> "R"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000052> pmd:PMD_0000008)
# Class: <https://w3id.org/pmd/tto/TTO_0000053> (tensile strength)
AnnotationAssertion(<http://purl.obolibrary.org/obo/IAO_0000114> <https://w3id.org/pmd/tto/TTO_0000053> <http://purl.obolibrary.org/obo/IAO_0000428>)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000053> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000053> "Zugfestigkeit"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000053> "tensile strength"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000053> <https://w3id.org/pmd/tto/TensileStrength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000053> "Spannung, die der Höchstkraft entspricht"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000053> "stress corresponding to the maximum force"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000053> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000053> "R_m"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000053> pmd:PMD_0000952)
# Class: <https://w3id.org/pmd/tto/TTO_0000054> (tensile test method)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000054> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000054> "Zugversuchsmethode"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000054> "tensile test method"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000054> <https://w3id.org/pmd/tto/TensileTestMethod>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000054> "A tensile test method is a plan specification that prescribes the execution of a controlled experiment designed to determine the mechanical properties of a material under uniaxial tensile loading. The plan specifies procedural steps, conditions, and measurement criteria to assess properties such as ultimate tensile strength, yield strength, and elongation at break."@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000054> "Eine Zugversuchsmethode ist eine Planspezifikation, die die Durchführung eines kontrollierten Versuchs zur Bestimmung der mechanischen Eigenschaften eines Materials unter einachsiger Zugbelastung vorschreibt. Der Plan legt Verfahrensschritte, Bedingungen und Messkriterien fest, um Eigenschaften wie die Zugfestigkeit, die Streckgrenze und die Bruchdehnung zu bestimmen."@de)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000054> <http://purl.obolibrary.org/obo/IAO_0000104>)
# Class: <https://w3id.org/pmd/tto/TTO_0000056> (thickness after fracture)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000056> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000056> "End-Dicke"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000056> "thickness after fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000056> <https://w3id.org/pmd/tto/ThicknessAfterFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000056> "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks, wie sie vor der Prüfung gemessen wurde."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000056> "This entity describes the measured dimension in one direction of a test piece, as measured after the test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000056> pmd:PMD_0050153)
# Class: <https://w3id.org/pmd/tto/TTO_0000057> (Umschaltpunkt)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000057> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000057> "Umschaltpunkt"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000057> "transition point"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000057> <https://w3id.org/pmd/tto/TransitionPoint>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000057> "Diese Entität beschreibt einen einzelnen Punkt, an dem ein Übergang von einer Bedingung oder einem Zustand in einen anderen erfolgt, z. B. der Punkt, an dem verschiedene Phasen von Materie im Gleichgewicht miteinander existieren können (auch Inversionspunkt genannt) oder wenn Prozessparameter geändert werden, die zu einem Übergang des Prozesses während seiner Ausführung führen."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000057> "This entity describes a single point at which a transition from one condition or state to another occurs, e.g. the point at which different phases of matter are capable of existing together in equilibrium (also called inversion point) or if process parameters are changed that will lead to a transition of the process during its execution."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000057> pmd:PMD_0000008)
# Class: <https://w3id.org/pmd/tto/TTO_0000058> (transition point testing rate)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000058> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000058> "Umschaltpunkt der Prüfgeschwindigkeit"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000058> "transition point testing rate"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000058> <https://w3id.org/pmd/tto/TransitionPointTestingRate>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000058> "Diese Entität beschreibt den Umschaltpunkt der Prüfgeschwindigkeit während eines Analyse- / Testprozesses, z.B. den Punkt bezogen auf die Dehnung oder Spannung, an welchem die Prüfgeschwindigkeit während eines Zugversuchs geändert wird. Typischerweise ist dieser Punkt mit einer Abnahme des Extensometers (Dehnungsaufnehmers) vom Prüfkörper während eines dehnungsgeregelten Zugversuchs verbunden."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000058> "This entity describes the the transition point of the testing rate during an analysis / test process, e.g. the point referring to the strain or the stress at which the testing rate is changed during a tensile test. Typically, this transition point is associated with a removal of the extensometer from the test piece during a strain-controlled tensile test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000058> pmd:PMD_0000008)
# Class: <https://w3id.org/pmd/tto/TTO_0000059> (Obere Streckgrenze)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000059> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000059> "Obere Streckgrenze"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000059> "upper yield strength"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000059> <https://w3id.org/pmd/tto/UpperYieldStrength>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000059> "höchste Spannung, bevor der erste Kraftabfall auftritt"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000059> "maximum value of stress prior to the first decrease in force"@en)
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/tto/TTO_0000059> "DIN EN ISO 6892-1:2019"@en)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_0000059> "R_eH"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000059> <https://w3id.org/pmd/tto/TTO_0000009>)
# Class: <https://w3id.org/pmd/tto/TTO_0000060> (End-Breite)
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/tto/TTO_0000060> <https://w3id.org/pmd/tto>)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000060> "End-Breite"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000060> "width after fracture"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_0000060> <https://w3id.org/pmd/tto/WidthAfterFracture>)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000060> "Diese Entität beschreibt eine horizontale Messung eines Objekts (Prüfkörpers) im rechten Winkel zur Länge des Objekts (Prüfkörpers), wie sie nach einer Prüfung gemessen wird."@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000060> "This entity describes a horizontal measurement of an object (test piece) taken at right angles to the length of the object (test piece), as measured after a test."@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000060> pmd:PMD_0050154)
# Class: <https://w3id.org/pmd/tto/TTO_0000100> (ISO-konformer Zugversuchsprozess)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000100> "Strenges ISO-Profil auf Basis der bereits in TTO vorhandenen Klassen. Diese Klasse ist als inferenzfähige Profilklasse gedacht und sollte für automatische Klassifikation über EquivalentClasses definiert werden."@de)
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/tto/TTO_0000100> "Strict ISO profile based on classes already present in TTO. This class is intended as an inference-oriented profiling class and should be defined via EquivalentClasses for automatic classification."@en)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000100> "ISO tensile testing process"@en)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0000100> "ISO-konformer Zugversuchsprozess"@de)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000100> "An ISO tensile testing process (full profile) is a tensile testing process in the sense of the TTO whose documented inputs, participating apparatus, and outputs are described with sufficient completeness such that the essential geometry-related initial quantities, testing-rate/strain-rate information, and mechanical properties specified in ISO 6892-1 for metallic materials at room temperature are represented in a form suitable for inference. This includes, in particular, a test-piece input, a tensile testing machine, and a result object containing initial geometry, gauge lengths, maximum force, tensile strength, yield/proof-strength information, and fracture-related result quantities."@en)
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_0000100> "Ein ISO-konformer Zugversuchsprozess (Vollprofil) ist ein Zugprüfverfahren im Sinne der TTO, dessen dokumentierte Eingaben, beteiligte Apparatur und Ausgaben so vollständig beschrieben sind, dass die wesentlichen in ISO 6892-1 vorgesehenen geometrischen Ausgangsgrößen, Prüfgeschwindigkeits-/Dehngeschwindigkeitsangaben und mechanischen Kennwerte des Zugversuchs für metallische Werkstoffe bei Raumtemperatur inferenzfähig repräsentiert sind. Dazu gehören insbesondere Prüfkörperinput, Zugprüfmaschine, Ergebnisobjekt mit Anfangsgeometrie, Messlängen, Höchstkraft, Zugfestigkeit, Streck- oder Dehngrenzenangaben sowie bruchbezogene Ergebnisgrößen."@de)
EquivalentClasses(<https://w3id.org/pmd/tto/TTO_0000100> ObjectIntersectionOf(pmd:PMD_0000974 ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000293> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000030> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000087> pmd:PMD_0000975))) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000299> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/BFO_0000030> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000087> ObjectUnionOf(<https://w3id.org/pmd/tto/TTO_0000006> <https://w3id.org/pmd/tto/TTO_0000007>)))) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/OBI_0000299> ObjectIntersectionOf(<https://w3id.org/pmd/tto/TTO_0000008> ObjectUnionOf(ObjectIntersectionOf(ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000029>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000030>)) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000027>)) ObjectUnionOf(ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000016>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000051>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000052>)) ObjectUnionOf(ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000022>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000044>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000045>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000059>)) ObjectUnionOf(ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000033>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000037>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000038>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000039>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000040>)) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000017>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000018>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000023>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000024>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000026>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000028>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000031>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> <https://w3id.org/pmd/tto/TTO_0000053>))) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/RO_0000057> pmd:PMD_0000973)))
SubClassOf(<https://w3id.org/pmd/tto/TTO_0000100> pmd:PMD_0000974)
# Class: <https://w3id.org/pmd/tto/TTO_0050000> (area)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_0050000> "area"@en)
SubClassOf(<https://w3id.org/pmd/tto/TTO_0050000> pmd:PMD_0020132)
# Class: <https://w3id.org/pmd/tto/TTO_1000000> (Streckgrenzenverhältnis)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_1000000> "Streckgrenzenverhältnis"@de)
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/tto/TTO_1000000> "yield strength ratio"@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_1000000> "Yield strength ratio is a mechanical property which is determined as a ratio between the offset yield Rp0.2 and the ultimate tensile strength Rm."@en)
AnnotationAssertion(rdfs:seeAlso <https://w3id.org/pmd/tto/TTO_1000000> "https://www.zwickroell.com/industries/materials-testing/tensile-test/yield-point/")
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/tto/TTO_1000000> "Streckgrenzenverhältnis ist eine mechanische Eigenschaft, die als Verhältnis zwischen der Dehngrenze Rp0.2 und der Zugfestigkeit Rm bestimmt wird."@de)
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/tto/TTO_1000000> "Rp0.2 / Rm")
SubClassOf(<https://w3id.org/pmd/tto/TTO_1000000> pmd:PMD_0000848)
)