@prefix : <https://w3id.org/hsotto/> .
@prefix csvw: <http://www.w3.org/ns/csvw#> .
@prefix datacite: <http://purl.org/spar/datacite/> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix pmd: <https://w3id.org/pmd/co/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix vocab: <http://purl.org/wild/vocab/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

dc:format a owl:AnnotationProperty .

vocab:activityInstanceOf a owl:AnnotationProperty .

<http://qudt.org/vocab/unit/DEG_C> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

<http://qudt.org/vocab/unit/SEC> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

csvw:column a owl:AnnotationProperty ;
    csvw:column [ ] .

csvw:tableSchema a owl:AnnotationProperty .

<https://w3id.org/hsotto> a owl:Ontology ;
    dc:creator "Janik Harter" ;
    dc:license <http://creativecommons.org/licenses/by/4.0/> ;
    dcterms:created "2024-08-06"@en ;
    dcterms:title "Hochschule Offenburg Tensile Test Ontology (HSOTTO)"@en ;
    rdfs:comment """The HSOTTO is based on the Tensile Test Ontology (TTO) and the PMD Core Ontology (PMDco) both created by Platform MaterialDigital.

The HSOTTO provides conceptualizations valid for the description of tensile tests and corresponding data in accordance with the respective standard. By using HSOTTO 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. This comprises several data categories such as primary data, secondary data and metadata. Data will be human and machine readable. The usage of HSOTTO facilitates data retrieval and downstream usage. Due to a close connection to 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.

The HSOTTO class structure forms a comprehensible and semantic layer for unified storage of data generated in a tensile test including the possibility to record data from analysis, re-evaluation and re-use. Furthermore, extensive metadata allows to assess data quality and reproduce experiments. Following the open world assumption, object properties are deliberately low restrictive and sparse."""@en ;
    owl:imports <https://w3id.org/pmd/co> ;
    owl:versionIRI :0.1 ;
    owl:versionInfo "2.0.1" .

:Debug-001_Debug_process a owl:NamedIndividual,
        <https://w3id.org/pmd/tto/TensileTest> ;
    pmd:characteristic :Debug,
        :Debug-001_Debug,
        :Debug-001_Debug_control_type,
        :Debug-001_Debug_date,
        :Debug-001_Debug_matriculation_number,
        :Debug-001_Debug_operator,
        :Debug-001_Debug_original_gauge_length_L0,
        :Debug-001_Debug_parallel_length_Lc,
        :Debug-001_Debug_project,
        :Debug-001_Debug_strain_rates,
        :Debug-001_Debug_time,
        :_standard ;
    pmd:executedBy :Debug ;
    pmd:input :Debug-001 ;
    pmd:output :Debug-001_Debug_lowerYieldStrength,
        :Debug-001_Debug_maximumForce,
        :Debug-001_Debug_modulusOfElasticity,
        :Debug-001_Debug_percentageElongationAfterFracture,
        :Debug-001_Debug_rSquared,
        :Debug-001_Debug_tensileStrength_Rm,
        :Debug-001_Debug_upperYieldStrength,
        :Debug-001_dataset .

:Debug-002_Debug_process a owl:NamedIndividual,
        <https://w3id.org/pmd/tto/TensileTest> ;
    pmd:characteristic :Debug,
        :Debug-002_Debug,
        :Debug-002_Debug_control_type,
        :Debug-002_Debug_date,
        :Debug-002_Debug_matriculation_number,
        :Debug-002_Debug_operator,
        :Debug-002_Debug_original_gauge_length_L0,
        :Debug-002_Debug_parallel_length_Lc,
        :Debug-002_Debug_project,
        :Debug-002_Debug_strain_rates,
        :Debug-002_Debug_time,
        :_standard ;
    pmd:executedBy :Debug ;
    pmd:input :Debug-002 ;
    pmd:output :Debug-002_Debug_lowerYieldStrength,
        :Debug-002_Debug_maximumForce,
        :Debug-002_Debug_modulusOfElasticity,
        :Debug-002_Debug_percentageElongationAfterFracture,
        :Debug-002_Debug_rSquared,
        :Debug-002_Debug_tensileStrength_Rm,
        :Debug-002_Debug_upperYieldStrength,
        :Debug-002_dataset .

:Debug-003_Debug_process a owl:NamedIndividual,
        <https://w3id.org/pmd/tto/TensileTest> ;
    pmd:characteristic :Debug,
        :Debug-003_Debug,
        :Debug-003_Debug_control_type,
        :Debug-003_Debug_date,
        :Debug-003_Debug_matriculation_number,
        :Debug-003_Debug_operator,
        :Debug-003_Debug_original_gauge_length_L0,
        :Debug-003_Debug_parallel_length_Lc,
        :Debug-003_Debug_project,
        :Debug-003_Debug_strain_rates,
        :Debug-003_Debug_time,
        :_standard ;
    pmd:executedBy :Debug ;
    pmd:input :Debug-003 ;
    pmd:output :Debug-003_Debug_lowerYieldStrength,
        :Debug-003_Debug_maximumForce,
        :Debug-003_Debug_modulusOfElasticity,
        :Debug-003_Debug_percentageElongationAfterFracture,
        :Debug-003_Debug_rSquared,
        :Debug-003_Debug_tensileStrength_Rm,
        :Debug-003_Debug_upperYieldStrength,
        :Debug-003_dataset .

:Hochschule_Offenburg a owl:NamedIndividual,
        prov:Organization,
        pmd:Metadata ;
    pmd:characteristic :_institute_HSO_address .

:TestingMachineTensile_1 a owl:NamedIndividual,
        pmd:Metadata,
        <https://w3id.org/pmd/tto/TensileTestingMachine> ;
    pmd:characteristic :TestingMachineTensile_1_manufacturer,
        :TestingMachineTensile_1_name,
        :TestingMachineTensile_1_serial_number,
        :TestingMachineTensile_1_standard,
        :TestingMachineTensile_1_type ;
    pmd:value "Zwick Roell Z250" .

:Vieleck a owl:Class ;
    rdfs:label "Vieleck"@de,
        "Polygon"@en ;
    rdfs:subClassOf pmd:Shape ;
    skos:definition "Ein Vieleck ist eine ebene Figur, die mindestens drei Ecken hat und deren Seiten gerade miteinander verbunden sind. Zudem gibt es gleich viele Ecken wie Seiten in der Figur."@de,
        "A polygon is a flat figure that has at least three corners and whose sides are connected in a straight line. There are also the same number of corners as sides in the figure."@en .

pmd:Extensometer a owl:Class .

pmd:LoadCell a owl:Class .

pmd:ProcessingNode a owl:Class .

pmd:definitionSource a owl:AnnotationProperty .

pmd:symbol a owl:AnnotationProperty .

<https://w3id.org/pmd/tto#Traversenweg_(Querhaupttrennung)> a owl:Class ;
    rdfs:label "Traversenweg (Querhaupttrennung)"@de,
        "Crosshead separation"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "Diese Eigenschaft beschreibt die Verschiebung der Traverse einer Zugprüfmaschine."@de,
        """Dimension analysis: L
Unit (e.g. SI): mm"""@en,
        "This property describes the displacement of the crossheads of a tensile testing machine."@en .

<https://w3id.org/pmd/tto/ChangeOfTransverseDimension> a owl:Class ;
    rdfs:label "Änderung der transversalen Dimension"@de,
        "Change Of Transverse Dimension"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Length ;
    skos:definition "Dieses Wertobjekt 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,
        "This value object 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 ;
    pmd:definitionSource "DIN EN ISO 10113:2021-06" .

<https://w3id.org/pmd/tto/CrossheadSeparationRate> a owl:Class ;
    rdfs:label "Traversengeschwindigkeit"@de,
        "Crosshead Separation Rate"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestingRate ;
    skos:definition "Traversenweg je Zeiteinheit"@de,
        "Symbol: v_c"@en,
        "displacement of the crossheads per time"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/EstimatedStrainRateOverTheParallelLength> a owl:Class ;
    rdfs:label "Abgeschätzte Dehngeschwindigkeit Über Die Parallele Länge"@de,
        "Estimated Strain Rate Over The Parallel Length"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestingRate ;
    skos:definition "Zunahme der Dehnung über die parallele Länge der Probe je Zeiteinheit, basierend auf der Traversengeschwindigkeit und der parallelen Länge der Probe"@de,
        "Symbol: e^._L_c"@en,
        "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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/FinalGaugeLengthAfterFracture> a owl:Class ;
    rdfs:label "Messlänge nach dem Bruch"@de,
        "Final Gauge Length After Fracture"@en,
        "Symbol: L_u"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/GaugeLength> ;
    skos:definition "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,
        "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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentageElongation> a owl:Class ;
    rdfs:label "Dehnung"@de,
        "Percentage Elongation"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/Elongation> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalGaugeLength> ] ;
    skos:definition "Verlängerung, angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de,
        "elongation expressed as a percentage of the original gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentagePermanentElongation> a owl:Class ;
    rdfs:label "Bleibende Dehnung"@de,
        "Percentage Permanent Elongation"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/Elongation> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalGaugeLength> ] ;
    skos:definition "Zunahme der Anfangsmesslänge einer Probe nach Entfernen einer festgelegten Zugspannung, angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de,
        "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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentagePermanentExtension> a owl:Class ;
    rdfs:label "Bleibende Extensometer-Dehnung"@de,
        "Percentage Permanent Extension"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Extension ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/ExtensometerGaugeLength> ] ;
    skos:definition "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,
        "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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentagePlasticExtensionAtMaximumForce> a owl:Class ;
    rdfs:label "Plastische Extensometer-Dehnung bei Höchstkraft"@de,
        "Percentage Plastic Extension At Maximum Force"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Extension ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/ExtensometerGaugeLength> ] [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/MaximumForce> ] ) ] ;
    skos:definition "plastische Verlängerung der Extensometer-Messlänge bei Höchstkraft, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de,
        "Symbol: A_g"@en,
        "plastic extension at maximum force, expressed as a percentage of the extensometer gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentageReductionOfArea> a owl:Class ;
    rdfs:label "Brucheinschnürung"@de,
        "Percentage Reduction Of Area"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/MinimumCrossSectionalAreaAfterFracture> ] [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalCrossSectionalArea> ] ) ] ;
    skos:definition "größte während des Versuchs aufgetretene Änderung des Querschnitts (S_o − S_u), angegeben in Prozent, bezogen auf den Anfangsquerschnitt S_o"@de,
        "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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en ;
    pmd:symbol "Z" .

<https://w3id.org/pmd/tto/PercentageTotalExtensionAtFracture> a owl:Class ;
    rdfs:label "Gesamte Extensometer-Dehnung beim Bruch"@de,
        "Percentage Total Extension At Fracture"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Extension ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/ExtensometerGaugeLength> ] ;
    skos:definition "gesamte Verlängerung (elastische plus plastische Verlängerung) der Extensometer-Messlänge beim Bruch, angegeben in Prozent, bezogen auf die Extensometer-Messlänge"@de,
        "Symbol: A_t"@en,
        "total extension (elastic extension plus plastic extension) at the moment of fracture, expressed as a percentage of the extensometer gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentageTotalExtensionAtMaximumForce> a owl:Class ;
    rdfs:label "Gesamte Extensometer-Dehnung bei Höchstkraft"@de,
        "Percentage Total Extension At Maximum Force"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Extension ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/ExtensometerGaugeLength> ] [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/MaximumForce> ] ) ] ;
    skos:definition "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,
        "Symbol: A_gt"@en,
        "total extension (elastic extension plus plastic extension) at maximum force, expressed as a percentage of the extensometer gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentageYieldPointExtension> a owl:Class ;
    rdfs:label "Streckgrenzen-Extensometer-Dehnung"@de,
        "Percentage Yield Point Extension"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Extension ;
    skos:definition "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,
        "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,
        "Symbol: A_e"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/ProofStrengthTotalExtension> a owl:Class ;
    rdfs:label "Dehngrenze bei gesamter Extensometer-Dehnung"@de,
        "Proof Strength Total Extension"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/ProofStrength> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/ExtensometerGaugeLength> ] ;
    skos:definition """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,
        "Symbol: R_t"@en,
        """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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/Rp01> a owl:Class ;
    rdfs:label "Dehngrenze bei plastischer Extensometer-Dehnung Rp01"@de,
        "Proof Strength Plastic Extension Rp01"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/ProofStrengthPlasticExtension> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty <https://w3id.org/pmd/tto/relatesToExtension> ;
            owl:someValuesFrom [ a owl:Restriction ;
                    owl:hasValue "0.1"^^xsd:float ;
                    owl:onProperty prov:value ] ] ;
    skos:definition "Spannung bei einer plastischen Extensometer-Dehnung, die 0,1 Prozent der Extensometer-Messlänge entspricht"@de,
        "Symbol: R_p_0.1"@en,
        "stress at which the plastic extension is equal to 0.1 percent of the extensometer gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/Rp02> a owl:Class ;
    rdfs:label "Dehngrenze bei plastischer Extensometer-Dehnung Rp02"@de,
        "Proof Strength Plastic Extension Rp02"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/ProofStrengthPlasticExtension> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty <https://w3id.org/pmd/tto/relatesToExtension> ;
            owl:someValuesFrom [ a owl:Restriction ;
                    owl:hasValue "0.2"^^xsd:float ;
                    owl:onProperty prov:value ] ] ;
    skos:definition "Spannung bei einer plastischen Extensometer-Dehnung, die 0,2 Prozent der Extensometer-Messlänge entspricht"@de,
        "Symbol: R_p_0.2"@en,
        "stress at which the plastic extension is equal to 0.2 percent of the extensometer gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/StressRate> a owl:Class ;
    rdfs:label "Spannungsgeschwindigkeit"@de,
        "Stress Rate"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestingRate ;
    skos:definition """Zunahme der Spannung je Zeiteinheit

Anmerkung: Die Spannungsgeschwindigkeit wird nur im elastischen Bereich des Versuchs verwendet."""@de,
        "Symbol: R"@en,
        """increase of stress per time

Note: Stress rate is only used in the elastic part of the test."""@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/TransitionPointTestingRate> a owl:Class ;
    rdfs:label "Umschaltpunkt der Prüfgeschwindigkeit"@de,
        "Transition Point Testing Rate"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/TransitionPoint> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom pmd:TestingRate ] ;
    skos:definition "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,
        "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 .

<https://w3id.org/pmd/tto/TypeGaugeLengthMarks> a owl:Class ;
    rdfs:label "Typ Der Messlängenmarkierungen"@de,
        "Type Gauge Length Marks"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestPieceInfo ;
    skos:definition "Diese Eigenschaft 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,
        "This property is used to describe the visible markers usually attached to test pieces during a tensile test for elongation / extension measurements."@en .

csvw:NodeType a owl:Class .

:Debug-001 a owl:NamedIndividual,
        pmd:TestPiece ;
    pmd:characteristic :Debug-001_Debug_crossSectionArea_S0,
        :Debug-001_Debug_lowerYieldStrength,
        :Debug-001_Debug_materialDescription,
        :Debug-001_Debug_maximumForce,
        :Debug-001_Debug_modulusOfElasticity,
        :Debug-001_Debug_original_gauge_length_L0,
        :Debug-001_Debug_parallel_length_Lc,
        :Debug-001_Debug_percentageElongationAfterFracture,
        :Debug-001_Debug_rSquared,
        :Debug-001_Debug_specimen_shape,
        :Debug-001_Debug_tensileStrength_Rm,
        :Debug-001_Debug_thickness,
        :Debug-001_Debug_upperYieldStrength,
        :Debug-001_Debug_width,
        :Debug-001_name .

:Debug-001_Debug a owl:NamedIndividual,
        pmd:ProcessIdentifier ;
    pmd:value "Debug-001_Debug" .

:Debug-001_Debug_control_type a owl:NamedIndividual,
        :controlType,
        pmd:Metadata ;
    pmd:value "" .

:Debug-001_Debug_crossSectionArea_S0 a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalCrossSectionArea> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM2> ;
    pmd:value "144.0"^^xsd:float .

:Debug-001_Debug_date a owl:NamedIndividual,
        pmd:Date,
        pmd:Metadata ;
    pmd:value "2026-06-30" .

:Debug-001_Debug_materialDescription a owl:NamedIndividual,
        pmd:Metadata,
        pmd:materialDesignation ;
    pmd:value "Debug" .

:Debug-001_Debug_matriculation_number a owl:NamedIndividual,
        :matriculationNumber,
        pmd:Metadata ;
    pmd:value "121033017" .

:Debug-001_Debug_operator a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Operator ;
    pmd:value "Moser" .

:Debug-001_Debug_project a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Project ;
    datacite:hasIdentifier :Auftraggeber ;
    pmd:characteristic :Debug-001_Debug_project_ID .

:Debug-001_Debug_project_ID a owl:NamedIndividual,
        pmd:Metadata,
        pmd:ProjectIdentifier ;
    pmd:value "" .

:Debug-001_Debug_specimen_shape a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Rectangular,
        <https://w3id.org/pmd/tto/GeometryShape> ;
    pmd:value "Flach" .

:Debug-001_Debug_strain_rates a owl:NamedIndividual,
        pmd:Metadata,
        pmd:SetPoint,
        <https://w3id.org/pmd/tto/StrainRate> ;
    pmd:unit :SEC-1 ;
    pmd:value "" .

:Debug-001_Debug_thickness a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalThickness> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "6.0"^^xsd:float .

:Debug-001_Debug_time a owl:NamedIndividual,
        pmd:Metadata,
        pmd:StartTime ;
    pmd:value "10:15" .

:Debug-001_Debug_width a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalWidth> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "24.0"^^xsd:float .

:Debug-001_csv a owl:NamedIndividual,
        csvw:Table,
        pmd:Dataset ;
    dc:format "text/csv" ;
    dc:title "process/Debug-001_Debug_testpiece_id/Debug-001" ;
    csvw:tableSchema :Debug-001_schema ;
    csvw:url "zugversuch_baustahl_zwick.csv" .

:Debug-001_dataset a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        pmd:ValueObject ;
    pmd:resource :Debug-001_csv .

:Debug-001_name a owl:NamedIndividual,
        pmd:Metadata,
        pmd:TestPieceName ;
    pmd:value "Debug-001" .

:Debug-001_schema a owl:NamedIndividual,
        csvw:Schema ;
    csvw:column "Dehnung;Standardkraft;Spannung;DehnungProzent" .

:Debug-002 a owl:NamedIndividual,
        pmd:TestPiece ;
    pmd:characteristic :Debug-002_Debug_crossSectionArea_S0,
        :Debug-002_Debug_lowerYieldStrength,
        :Debug-002_Debug_materialDescription,
        :Debug-002_Debug_maximumForce,
        :Debug-002_Debug_modulusOfElasticity,
        :Debug-002_Debug_original_gauge_length_L0,
        :Debug-002_Debug_parallel_length_Lc,
        :Debug-002_Debug_percentageElongationAfterFracture,
        :Debug-002_Debug_rSquared,
        :Debug-002_Debug_specimen_shape,
        :Debug-002_Debug_tensileStrength_Rm,
        :Debug-002_Debug_thickness,
        :Debug-002_Debug_upperYieldStrength,
        :Debug-002_Debug_width,
        :Debug-002_name .

:Debug-002_Debug a owl:NamedIndividual,
        pmd:ProcessIdentifier ;
    pmd:value "Debug-002_Debug" .

:Debug-002_Debug_control_type a owl:NamedIndividual,
        :controlType,
        pmd:Metadata ;
    pmd:value "" .

:Debug-002_Debug_crossSectionArea_S0 a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalCrossSectionArea> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM2> ;
    pmd:value "144.0"^^xsd:float .

:Debug-002_Debug_date a owl:NamedIndividual,
        pmd:Date,
        pmd:Metadata ;
    pmd:value "2026-06-30" .

:Debug-002_Debug_materialDescription a owl:NamedIndividual,
        pmd:Metadata,
        pmd:materialDesignation ;
    pmd:value "Debug" .

:Debug-002_Debug_matriculation_number a owl:NamedIndividual,
        :matriculationNumber,
        pmd:Metadata ;
    pmd:value "1234" .

:Debug-002_Debug_operator a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Operator ;
    pmd:value "Janik" .

:Debug-002_Debug_project a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Project ;
    datacite:hasIdentifier :Auftraggeber ;
    pmd:characteristic :Debug-002_Debug_project_ID .

:Debug-002_Debug_project_ID a owl:NamedIndividual,
        pmd:Metadata,
        pmd:ProjectIdentifier ;
    pmd:value "" .

:Debug-002_Debug_specimen_shape a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Rectangular,
        <https://w3id.org/pmd/tto/GeometryShape> ;
    pmd:value "Flach" .

:Debug-002_Debug_strain_rates a owl:NamedIndividual,
        pmd:Metadata,
        pmd:SetPoint,
        <https://w3id.org/pmd/tto/StrainRate> ;
    pmd:unit :SEC-1 ;
    pmd:value "" .

:Debug-002_Debug_thickness a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalThickness> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "6.0"^^xsd:float .

:Debug-002_Debug_time a owl:NamedIndividual,
        pmd:Metadata,
        pmd:StartTime ;
    pmd:value "10:16" .

:Debug-002_Debug_width a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalWidth> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "24.0"^^xsd:float .

:Debug-002_csv a owl:NamedIndividual,
        csvw:Table,
        pmd:Dataset ;
    dc:format "text/csv" ;
    dc:title "process/Debug-002_Debug_testpiece_id/Debug-002" ;
    csvw:tableSchema :Debug-002_schema ;
    csvw:url "zugversuch_baustahl_zwick.csv" .

:Debug-002_dataset a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        pmd:ValueObject ;
    pmd:resource :Debug-002_csv .

:Debug-002_name a owl:NamedIndividual,
        pmd:Metadata,
        pmd:TestPieceName ;
    pmd:value "Debug-002" .

:Debug-002_schema a owl:NamedIndividual,
        csvw:Schema ;
    csvw:column "Dehnung;Standardkraft;Spannung;DehnungProzent" .

:Debug-003 a owl:NamedIndividual,
        pmd:TestPiece ;
    pmd:characteristic :Debug-003_Debug_crossSectionArea_S0,
        :Debug-003_Debug_lowerYieldStrength,
        :Debug-003_Debug_materialDescription,
        :Debug-003_Debug_maximumForce,
        :Debug-003_Debug_modulusOfElasticity,
        :Debug-003_Debug_original_gauge_length_L0,
        :Debug-003_Debug_parallel_length_Lc,
        :Debug-003_Debug_percentageElongationAfterFracture,
        :Debug-003_Debug_rSquared,
        :Debug-003_Debug_specimen_shape,
        :Debug-003_Debug_tensileStrength_Rm,
        :Debug-003_Debug_thickness,
        :Debug-003_Debug_upperYieldStrength,
        :Debug-003_Debug_width,
        :Debug-003_name .

:Debug-003_Debug a owl:NamedIndividual,
        pmd:ProcessIdentifier ;
    pmd:value "Debug-003_Debug" .

:Debug-003_Debug_control_type a owl:NamedIndividual,
        :controlType,
        pmd:Metadata ;
    pmd:value "" .

:Debug-003_Debug_crossSectionArea_S0 a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalCrossSectionArea> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM2> ;
    pmd:value "144.0"^^xsd:float .

:Debug-003_Debug_date a owl:NamedIndividual,
        pmd:Date,
        pmd:Metadata ;
    pmd:value "2026-06-30" .

:Debug-003_Debug_materialDescription a owl:NamedIndividual,
        pmd:Metadata,
        pmd:materialDesignation ;
    pmd:value "Debug" .

:Debug-003_Debug_matriculation_number a owl:NamedIndividual,
        :matriculationNumber,
        pmd:Metadata ;
    pmd:value "123123" .

:Debug-003_Debug_operator a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Operator ;
    pmd:value "Moser" .

:Debug-003_Debug_project a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Project ;
    datacite:hasIdentifier :Auftraggeber ;
    pmd:characteristic :Debug-003_Debug_project_ID .

:Debug-003_Debug_project_ID a owl:NamedIndividual,
        pmd:Metadata,
        pmd:ProjectIdentifier ;
    pmd:value "" .

:Debug-003_Debug_specimen_shape a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Rectangular,
        <https://w3id.org/pmd/tto/GeometryShape> ;
    pmd:value "Flach" .

:Debug-003_Debug_strain_rates a owl:NamedIndividual,
        pmd:Metadata,
        pmd:SetPoint,
        <https://w3id.org/pmd/tto/StrainRate> ;
    pmd:unit :SEC-1 ;
    pmd:value "" .

:Debug-003_Debug_thickness a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalThickness> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "6.0"^^xsd:float .

:Debug-003_Debug_time a owl:NamedIndividual,
        pmd:Metadata,
        pmd:StartTime ;
    pmd:value "12:42" .

:Debug-003_Debug_width a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalWidth> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "24.0"^^xsd:float .

:Debug-003_csv a owl:NamedIndividual,
        csvw:Table,
        pmd:Dataset ;
    dc:format "text/csv" ;
    dc:title "process/Debug-003_Debug_testpiece_id/Debug-003" ;
    csvw:tableSchema :Debug-003_schema ;
    csvw:url "zugversuch_baustahl_zwick.csv" .

:Debug-003_dataset a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        pmd:ValueObject ;
    pmd:resource :Debug-003_csv .

:Debug-003_name a owl:NamedIndividual,
        pmd:Metadata,
        pmd:TestPieceName ;
    pmd:value "Debug-003" .

:Debug-003_schema a owl:NamedIndividual,
        csvw:Schema ;
    csvw:column "Dehnung;Standardkraft;Spannung;DehnungProzent" .

:Debug_manufacturer a owl:NamedIndividual,
        pmd:Metadata ;
    pmd:value "Debug" .

:Debug_model a owl:NamedIndividual,
        pmd:Metadata ;
    pmd:value "Debug-Zugmaschine" .

:Debug_serial_number a owl:NamedIndividual,
        pmd:Metadata ;
    pmd:value "DEBUG" .

:Debug_standards a owl:NamedIndividual,
        pmd:Metadata ;
    pmd:value "DIN EN ISO 6892-1" .

:TestingMachineTensile_1_manufacturer a owl:NamedIndividual,
        pmd:Manufacturer,
        pmd:Metadata ;
    pmd:value "Zwick Roell" .

:TestingMachineTensile_1_name a owl:NamedIndividual,
        pmd:Metadata,
        pmd:NodeName ;
    pmd:value "TestingMachineTensile_X" .

:TestingMachineTensile_1_serial_number a owl:NamedIndividual,
        pmd:Metadata,
        pmd:NodeSerialNumber ;
    pmd:value "257128" .

:TestingMachineTensile_1_standard a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Norm ;
    pmd:value "DIN EN ISO 7500-1:2018, DIN EN ISO 9513" .

:TestingMachineTensile_1_type a owl:NamedIndividual,
        csvw:NodeType,
        pmd:Metadata ;
    pmd:value "Zwick Roell Z250" .

:_institute_HSO_address a owl:NamedIndividual,
        pmd:Address,
        pmd:Metadata ;
    pmd:value "Badstraße 24 77652 Offenburg" .

pmd:Area a owl:Class ;
    rdfs:label "Fläche"@de,
        "Area"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "The extent or measurement of a surface."@en .

pmd:DigitalEntity a owl:Class ;
    rdfs:label "Digital Entity"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    skos:definition "An entity with digital representation."@en .

pmd:Force a owl:Class .

pmd:Location a owl:Class ;
    rdfs:label "Ort"@de,
        "Location"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "Eine Position oder ein Ort, der besetzt ist oder besetzt werden kann oder durch ein bestimmtes Merkmal gekennzeichnet ist."@de,
        "A position or site occupied or available for occupancy or marked by some distinguishing feature."@en .

pmd:MechanicalTestingProcess a owl:Class .

pmd:PercentageExtension a owl:Class ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/ExtensometerGaugeLength> ] .

pmd:TestingMachine a owl:Class .

<https://w3id.org/pmd/tto/DiameterAfterFracture> a owl:Class ;
    rdfs:label "End-Probendurchmesser"@de,
        "Diameter After Fracture"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Diameter ;
    skos:definition "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,
        "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 .

<https://w3id.org/pmd/tto/MinimumCrossSectionalAreaAfterFracture> a owl:Class ;
    rdfs:label "Kleinster Querschnitt nach dem Bruch"@de,
        "Minimum cross-sectional area after fracture"@en ;
    rdfs:comment "Symbol: S_u" ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:CrossSectionArea ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( [ a owl:Class ;
                        owl:intersectionOf ( [ a owl:Restriction ;
                                    owl:onProperty pmd:relatesTo ;
                                    owl:someValuesFrom <https://w3id.org/pmd/tto/ThicknessAfterFracture> ] [ a owl:Restriction ;
                                    owl:onProperty pmd:relatesTo ;
                                    owl:someValuesFrom <https://w3id.org/pmd/tto/WidthAfterFracture> ] ) ] [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/DiameterAfterFracture> ] ) ] ;
    skos:definition """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,
        """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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019" .

<https://w3id.org/pmd/tto/OriginalCrossSectionalArea> a owl:Class ;
    rdfs:label "Anfangsquerschnitt innerhalb der parallelen Länge"@de,
        "Original cross-sectional area of the parallel length"@en ;
    rdfs:comment "Symbol: S_o" ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:CrossSectionArea ;
    owl:equivalentClass [ a owl:Class ;
            owl:unionOf ( [ a owl:Class ;
                        owl:intersectionOf ( [ a owl:Restriction ;
                                    owl:onProperty pmd:relatesTo ;
                                    owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalThickness> ] [ a owl:Restriction ;
                                    owl:onProperty pmd:relatesTo ;
                                    owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalWidth> ] ) ] [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalDiameter> ] ) ] ;
    skos:definition "Dieses Konzept beschreibt die initiale Querschnittsfläche des Zugprüfkörpers entlang seiner parallelen Länge, bevor eine Verformung auftritt."@de,
        "This concept describes the initial area of the tensile test piece before any deformation occurs."@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019" .

<https://w3id.org/pmd/tto/OriginalDiameter> a owl:Class ;
    rdfs:label "Anfangs-Probendurchmesser"@de,
        "Original Diameter"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Diameter ;
    skos:definition "Die Länge einer geraden Linie durch den Mittelpunkt eines Objekts (Zugprüfkörpers), die vor einer Prüfung gemessen wird."@de,
        "The length of a straight line through the center of an object (tensile test piece) as measured prior to a tensile test."@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/ThicknessAfterFracture> a owl:Class ;
    rdfs:label "End-Dicke"@de,
        "Thickness After Fracture"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Thickness ;
    skos:definition "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks, wie sie vor der Prüfung gemessen wurde."@de,
        "This entity describes the measured dimension in one direction of a test piece, as measured after the test."@en .

<https://w3id.org/pmd/tto/TransitionPoint> a owl:Class ;
    rdfs:label "Umschaltpunkt"@de,
        "Transition Point"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "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,
        "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 .

<https://w3id.org/pmd/tto/WidthAfterFracture> a owl:Class ;
    rdfs:label "End-Breite"@de,
        "Width After Fracture"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Width ;
    skos:definition "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,
        "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 .

:Debug-001_Debug_lowerYieldStrength a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/LowerYieldStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "322.57"^^xsd:float .

:Debug-001_Debug_maximumForce a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/MaximumForce> ;
    pmd:unit <http://qudt.org/vocab/unit/KiloN> ;
    pmd:value "66.08098"^^xsd:float .

:Debug-001_Debug_modulusOfElasticity a owl:NamedIndividual,
        pmd:Measurement,
        pmd:ModulusOfElasticity,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/SlopeOfTheElasticPart> ;
    pmd:unit <http://qudt.org/vocab/unit/GigaPA> ;
    pmd:value "397.92722"^^xsd:float .

:Debug-001_Debug_original_gauge_length_L0 a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalGaugeLength> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "147.5"^^xsd:float .

:Debug-001_Debug_parallel_length_Lc a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/ParallelLength> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "160.0"^^xsd:float .

:Debug-001_Debug_percentageElongationAfterFracture a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/PercentageElongationAfterFracture> ;
    pmd:unit <http://qudt.org/vocab/unit/PERCENT> ;
    pmd:value "15.47"^^xsd:float .

:Debug-001_Debug_rSquared a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        pmd:ValueObject ;
    pmd:value "0.99937326"^^xsd:float .

:Debug-001_Debug_tensileStrength_Rm a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/TensileStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "458.9"^^xsd:float .

:Debug-001_Debug_upperYieldStrength a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/UpperYieldStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "395.42"^^xsd:float .

:Debug-002_Debug_lowerYieldStrength a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/LowerYieldStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "322.57"^^xsd:float .

:Debug-002_Debug_maximumForce a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/MaximumForce> ;
    pmd:unit <http://qudt.org/vocab/unit/KiloN> ;
    pmd:value "66.08098"^^xsd:float .

:Debug-002_Debug_modulusOfElasticity a owl:NamedIndividual,
        pmd:Measurement,
        pmd:ModulusOfElasticity,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/SlopeOfTheElasticPart> ;
    pmd:unit <http://qudt.org/vocab/unit/GigaPA> ;
    pmd:value "397.92722"^^xsd:float .

:Debug-002_Debug_original_gauge_length_L0 a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalGaugeLength> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "147.5"^^xsd:float .

:Debug-002_Debug_parallel_length_Lc a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/ParallelLength> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "160.0"^^xsd:float .

:Debug-002_Debug_percentageElongationAfterFracture a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/PercentageElongationAfterFracture> ;
    pmd:unit <http://qudt.org/vocab/unit/PERCENT> ;
    pmd:value "15.47"^^xsd:float .

:Debug-002_Debug_rSquared a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        pmd:ValueObject ;
    pmd:value "0.99937326"^^xsd:float .

:Debug-002_Debug_tensileStrength_Rm a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/TensileStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "458.9"^^xsd:float .

:Debug-002_Debug_upperYieldStrength a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/UpperYieldStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "395.42"^^xsd:float .

:Debug-003_Debug_lowerYieldStrength a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/LowerYieldStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "322.57"^^xsd:float .

:Debug-003_Debug_maximumForce a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/MaximumForce> ;
    pmd:unit <http://qudt.org/vocab/unit/KiloN> ;
    pmd:value "66.08098"^^xsd:float .

:Debug-003_Debug_modulusOfElasticity a owl:NamedIndividual,
        pmd:Measurement,
        pmd:ModulusOfElasticity,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/SlopeOfTheElasticPart> ;
    pmd:unit <http://qudt.org/vocab/unit/GigaPA> ;
    pmd:value "397.92722"^^xsd:float .

:Debug-003_Debug_original_gauge_length_L0 a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/OriginalGaugeLength> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "147.5"^^xsd:float .

:Debug-003_Debug_parallel_length_Lc a owl:NamedIndividual,
        pmd:Measurement,
        pmd:PrimaryData,
        <https://w3id.org/pmd/tto/ParallelLength> ;
    pmd:unit <http://qudt.org/vocab/unit/MilliM> ;
    pmd:value "160.0"^^xsd:float .

:Debug-003_Debug_percentageElongationAfterFracture a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/PercentageElongationAfterFracture> ;
    pmd:unit <http://qudt.org/vocab/unit/PERCENT> ;
    pmd:value "15.47"^^xsd:float .

:Debug-003_Debug_rSquared a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        pmd:ValueObject ;
    pmd:value "0.99937326"^^xsd:float .

:Debug-003_Debug_tensileStrength_Rm a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/TensileStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "458.9"^^xsd:float .

:Debug-003_Debug_upperYieldStrength a owl:NamedIndividual,
        pmd:Measurement,
        pmd:SecondaryData,
        <https://w3id.org/pmd/tto/UpperYieldStrength> ;
    pmd:unit <http://qudt.org/vocab/unit/MegaPA> ;
    pmd:value "395.42"^^xsd:float .

pmd:CrossSectionArea a owl:Class ;
    rdfs:label "Querschnittsfläche"@de,
        "Cross Section Area"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Area ;
    skos:definition "Diese Eigenschaft beschreibt die Fläche eines Schnittes oder eines rechtwinklig geschnittenen oder gebrochenen Stücks eines Objektes in Bezug auf eine Achse."@de,
        "This property describes the area of a cutting or piece of an object cut off or broken at right angles or related to an axis."@en .

pmd:Diameter a owl:Class .

pmd:Shape a owl:Class ;
    rdfs:label "Form"@de,
        "Shape"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "Das sichtbare Ausstattungsmerkmal (räumliche Form oder Kontur) eines bestimmten Objektes oder einer Art von Objekt."@de,
        "The visible makeup characteristic (spatial form or contour) of a particular item or kind of item."@en .

pmd:TestPieceInfo a owl:Class .

pmd:Thickness a owl:Class .

pmd:Time a owl:Class ;
    rdfs:label "Zeit"@de,
        "Time"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "A nonspatial continuum that is measured in terms of events which succeed one another from past through present to future."@en .

pmd:ValueScope a owl:Class ;
    rdfs:label "Wertekategorie"@de,
        "Value Scope"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    skos:definition "Eine Entität, die es ermöglicht \"ValueObjects\" zusätzlich zu kategorisieren."@de,
        "This class expresses the categorization of :ValueObjects into measurements and setpoints."@en .

pmd:Width a owl:Class .

pmd:participant a owl:ObjectProperty .

<https://w3id.org/pmd/tto/ProofStrength> a owl:Class ;
    rdfs:label "Dehngrenze"@de,
        "Proof Strength"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "Spannung, bei der ein bestimmter Dehnungswert gleich einem bestimmten Prozentsatz der Messlänge des Dehnungsmessers ist"@de,
        "stress at which the a specific extension value is equal to a specified percentage of the extensometer gauge length"@en .

<https://w3id.org/pmd/tto/YieldStrength> a owl:Class ;
    rdfs:label "Streckgrenze"@de,
        "Yield Strength"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom pmd:Stress ] ;
    skos:definition "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,
        "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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<http://qudt.org/vocab/unit/GigaPA> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

<http://qudt.org/vocab/unit/KiloN> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

<http://qudt.org/vocab/unit/MilliM2> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

<http://qudt.org/vocab/unit/PERCENT> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

csvw:Schema a owl:Class .

csvw:Table a owl:Class .

:Auftraggeber a owl:NamedIndividual,
        prov:Organization,
        pmd:Metadata ;
    pmd:value "Bundesministerium für Bildung und Forschung" .

:SEC-1 a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual .

:_standard a owl:NamedIndividual,
        pmd:Metadata,
        pmd:Norm ;
    pmd:value "DIN EN ISO 6892-1" .

:controlType a owl:Class ;
    rdfs:label "Regelungsart der Prüfgeschwindigkeit"@de,
        "control type of the testing rate"@en ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "Regelungsart der Prüfgeschwindigkeit angegeben in Buchstaben A1/A2 oder B. Norm DIN EN ISO 6892-1:2019 definiert die Prüfgeschwindigkeit basierend auf der Spannungsgeschwindigkeit und/oder der Dehngeschwindigkeit."@de,
        "Control type of testing rate specified as A1/A2 or B. DIN EN ISO 6892-1:2019 defines the testing rate based on the stress rate and/or the strain rate."@en .

:matriculationNumber a owl:Class ;
    rdfs:label "Matrikelnummer"@de,
        "matriculation number"@en ;
    rdfs:subClassOf pmd:Identifier ;
    skos:definition "Optionale Matrikelnummer der/des Studierenden, die/der den Versuch durchgeführt hat. Dient der Zuordnung des Versuchs im Lehrbetrieb."@de,
        "Optional matriculation (student enrolment) number of the student who carried out the test. Used to attribute the experiment in teaching."@en .

pmd:DataScope a owl:Class ;
    rdfs:label "Datenkategorie"@de,
        "Data Scope"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    skos:definition "Die Entität Datenkategorie dient der Kategorisierung von Daten im Hinblick auf ihren Verwendungszweck in Übereinstimmung mit einem betrachteten Objekt oder Prozess."@de,
        "This class is used to categorize data with respect to their intended usage in accordance with a regarded object or process."@en .

pmd:Dataset a owl:Class ;
    rdfs:label "Datensatz"@de,
        "Dataset"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:DigitalEntity ;
    skos:definition "A collection of data published in one or more files. Usually instances of this class are also instances of DCAT dataset (see https://www.w3.org/TR/vocab-dcat-2/)."@en .

pmd:Date a owl:Class ;
    rdfs:label "Datum"@de,
        "Date"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Time ;
    skos:definition "Eine Erklärung über den Tag der Ausführung oder Herstellung. Basierend auf dem gregorianischen Kalendersystem."@de,
        "A statement of the day of execution or making. Based on an the gregorian calender system."@en .

pmd:Length a owl:Class .

pmd:Operator a owl:Class ;
    rdfs:label "Operator"@de,
        "Operator"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    skos:definition "A person that operates a machine or device."@en .

pmd:ProcessIdentifier a owl:Class ;
    rdfs:label "Prozessidentifikator"@de,
        "Process Identifier"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Identifier ;
    skos:definition "Ein umgangssprachlicher, von Menschen erstellter, beschreibender Text, der die Art einer Prozessinstanz qualifiziert, die als Kennung verwendet wird, die nicht unbedingt eindeutig sein muss, z.B. “1050°C30 840°C10/ÖL”."@de,
        "A colloquial, human-generated, descriptive text qualifying the nature of a process instance used as an identifier that is not strictly intended to be unique, e.g. “1050°C30 840°C10/ÖL”."@en .

pmd:Project a owl:Class ;
    rdfs:label "Projekt"@de,
        "Project"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    skos:definition "Eine Reihe von zielorientierten (absichtlichen) Aktivitäten und Interaktionen, um ein bestimmtes Ergebnis zu erzielen."@de,
        "A series of goal-orientated (intent) activities and interactions to achieve a specific outcome."@en .

pmd:ProjectIdentifier a owl:Class ;
    rdfs:label "Projektidentifikator"@de,
        "Project Identifier"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Identifier ;
    skos:definition "Ein umgangssprachlicher, von Menschen erstellter, beschreibender Text, der die Art eines Projekts qualifiziert."@de,
        "A colloquial, human-generated, descriptive text qualifying the nature of a project."@en .

pmd:Rectangular a owl:Class ;
    rdfs:label "Rechteckig"@de,
        "Rectangular"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Shape ;
    skos:definition "Geformt wie ein Rechteck."@de,
        "Shaped like a rectangle."@en .

pmd:SetPoint a owl:Class ;
    rdfs:label "Sollwert"@de,
        "Set Point"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueScope ;
    skos:definition "Die Wertekategorie Sollwert bezeichnet allgemein den gewünschten Wert eines quantitativen Merkmals eines Systems, von dem der Istwert möglichst wenig abweichen soll."@de,
        "The ValueScope Setpoint generally refers to the desired value of a quantitative characteristic of a system, from which the actual value should deviate as little as possible."@en .

pmd:StartTime a owl:Class ;
    rdfs:label "Startzeit"@de,
        "Start Time"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Time ;
    skos:definition "The date and time when a plan/recipe or process is executed."@en .

pmd:TestPieceName a owl:Class ;
    rdfs:label "Prüfkörpername"@de,
        "Test Piece Name"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:Identifier ;
    skos:definition "Diese Eigenschaft beschreibt die Bezeichnung eines Prüfkörpers, die in der Regel als menschenlesbarer Identifikator von Menschen vergeben wird."@de,
        "This property describes the designation of a test piece, usually given as human-readable identifier by humans."@en .

pmd:materialDesignation a owl:Class .

<https://w3id.org/pmd/tto/Elongation> a owl:Class ;
    rdfs:label "Verlängerung"@de,
        "Elongation"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalGaugeLength> ] ;
    skos:definition "Zunahme der Anfangsmesslänge zu einem beliebigen Zeitpunkt während des Versuchs"@de,
        "increase in the original gauge length at any moment during the test"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/GaugeLength> a owl:Class ;
    rdfs:label "Messlänge"@de,
        "Gauge Length"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Length ;
    skos:definition "Länge des parallelen Teils der Probe, an dem zu einem beliebigen Zeitpunkt während des Versuchs die Verlängerung gemessen wird"@de,
        "Symbol: L"@en,
        "length of the parallel portion of the test piece on which elongation is measured at any moment during the test"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/GeometryShape> a owl:Class ;
    rdfs:label "Geometrische Form"@de,
        "Geometry Shape"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestPieceInfo ;
    skos:definition "Diese Eigenschaft beschreibt die geometrischen Abmessungen und das Erscheinungsbild (Form und Abmaße) einer Probe, eines Prüfkörpers oder eines Prüfstücks, wie sie üblicherweise durch eine entsprechende Norm definiert sind. Dementsprechend ist der angegebene Formwert in Übereinstimmung mit der definierenden Norm anzugeben, z. B. \"Zugprüfstück Form 1 gemäß Anhang B\"."@de,
        "This property describes the geometric dimensions and appearance (shape and dimensions) of a sample, specimen, or test piece as usually defined by a corresponding standard. Accordingly, the shape value given is in accordance with the defining standard, e.g., ‘tensile test piece shape 1 in accordance with annex B’."@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/LowerYieldStrength> a owl:Class ;
    rdfs:label "untere Streckgrenze"@de,
        "Lower Yield Strength"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/YieldStrength> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom pmd:Stress ] ;
    skos:definition "kleinste Spannung während des plastischen Fließens, wobei Einschwingerscheinungen nicht berücksichtigt werden"@de,
        "Symbol: R_eL"@en,
        "lowest value of stress during plastic yielding, ignoring any initial transient effects"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/ParallelLength> a owl:Class ;
    rdfs:label "Parallele Länge"@de,
        "Parallel Length"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Length ;
    skos:definition """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,
        "Symbol: L_c"@en,
        """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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/PercentageElongationAfterFracture> a owl:Class ;
    rdfs:label "Bruchdehnung"@de,
        "Percentage Elongation After Fracture"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/Elongation> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom <https://w3id.org/pmd/tto/OriginalGaugeLength> ] ;
    skos:definition "bleibende Verlängerung der Messlänge nach dem Bruch (L_u − L_o), angegeben in Prozent, bezogen auf die Anfangsmesslänge"@de,
        "Symbol: A"@en,
        "permanent elongation of the gauge length after fracture (L_u − L_o), expressed as a percentage of the original gauge length"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/ProofStrengthPlasticExtension> a owl:Class ;
    rdfs:label "Dehngrenze bei plastischer Extensometer-Dehnung"@de,
        "Proof Strength Plastic Extension"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/ProofStrength> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty <https://w3id.org/pmd/tto/relatesToExtension> ;
            owl:someValuesFrom [ a owl:Restriction ;
                    owl:onProperty prov:value ;
                    owl:someValuesFrom xsd:float ] ] ;
    skos:definition """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,
        "Symbol: R_p"@en,
        """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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/SlopeOfTheElasticPart> a owl:Class ;
    rdfs:label "Steigung des elastischen Bereichs"@de,
        "Slope Of The Elastic Part"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "Diese Eigenschaft beschreibt den Wert der Steigung des ersten linear ansteigenden Teils (\"elastischer Teil\") in der bei einem Zugversuch erhaltenen Spannungs-Dehnungs-Kurve. Im elastischen Teil der Spannungs-Dehnungs-Kurve muss der Wert der Steigung nicht unbedingt dem Elastizitätsmodul entsprechen. Dieser Wert kann mit dem Wert des Elastizitätsmoduls (nur) sehr gut übereinstimmen, wenn optimale Bedingungen herrschten."@de,
        "This property describes the value of the slope of the first linear increasing part (‘elastic part’) in the stress-percentage extension curve obtained during a tensile test. In the elastic part of the stress‐percentage extension curve, the value of the slope may not necessarily represent the modulus of elasticity. This value may closely agree with the value of the modulus of elasticity if optimal conditions were used."@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/StrainRate> a owl:Class ;
    rdfs:label "Dehngeschwindigkeit"@de,
        "Strain Rate"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestingRate ;
    skos:definition "Zunahme der mit einem Extensometer in der Extensometer-Messlänge gemessenen Dehnung je Zeiteinheit"@de,
        "Symbol: e^._L_e"@en,
        "increase of strain, measured with an extensometer, in extensometer gauge length, per time"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/TensileStrength> a owl:Class ;
    rdfs:label "Zugfestigkeit"@de,
        "Tensile Strength"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:ValueObject ;
    owl:equivalentClass [ a owl:Class ;
            owl:intersectionOf ( [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom pmd:Stress ] [ a owl:Restriction ;
                        owl:onProperty pmd:relatesTo ;
                        owl:someValuesFrom <https://w3id.org/pmd/tto/MaximumForce> ] ) ] ;
    skos:definition "Spannung, die der Höchstkraft entspricht"@de,
        "Symbol: R_m"@en,
        "stress corresponding to the maximum force"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/TensileTest> a owl:Class ;
    rdfs:label "Zugversuch"@de,
        "Tensile Test"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:MechanicalTestingProcess ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onClass pmd:TestPiece ;
            owl:onProperty pmd:participant ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ],
        [ a owl:Restriction ;
            owl:onClass <https://w3id.org/pmd/tto/TensileTestingMachine> ;
            owl:onProperty pmd:participant ;
            owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ;
    skos:definition """Zugversuche (Zugprüfungen) an Werkstoffen geben Auskunft über deren Festigkeit, Duktilität sowie weitere Kennwerte unter einachsiger Zugbeanspruchung.

Beim Zugversuch wird ein Prüfkörper durch Zugkraft belastet, im Allgemeinen bis zum Bruch, um eine oder mehrere mechanische Eigenschaften zu bestimmen, die durch die semantisch verknüpften und definierten Begriffe festgelegt sind."""@de,
        """Tensile tests (tension tests) on materials provide information on their strength, ductility as well as other characteristic values under uniaxial tensile stress.

The tensile test involves straining a test piece by tensile force, generally to fracture, for the determination of one or more mechanical properties specified by the semantically related and defined terms."""@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/TensileTestingMachine> a owl:Class ;
    rdfs:label "Zugprüfmaschine"@de,
        "Tensile Testing Machine"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:TestingMachine ;
    skos:definition "Maschine zur Durchführung eines Zugversuches; die Regelung und Überwachung des Versuches, die Messungen und die Datenverarbeitung werden üblicherweise mithilfe eines Computers durchgeführt."@de,
        "machine to conduct a tensile test; the control and monitoring of the test, the measurements, and the data processing are usually undertaken by computer"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/UpperYieldStrength> a owl:Class ;
    rdfs:label "Obere Streckgrenze"@de,
        "Upper Yield Strength"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/YieldStrength> ;
    owl:equivalentClass [ a owl:Restriction ;
            owl:onProperty pmd:relatesTo ;
            owl:someValuesFrom pmd:Stress ] ;
    skos:definition "höchste Spannung, bevor der erste Kraftabfall auftritt"@de,
        "Symbol: R_eH"@en,
        "maximum value of stress prior to the first decrease in force"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/relatesToExtension> a owl:ObjectProperty ;
    rdfs:label "relates to extension"@en ;
    rdfs:domain <https://w3id.org/pmd/tto/ProofStrengthPlasticExtension> ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:range pmd:PercentageExtension ;
    rdfs:subPropertyOf pmd:relatesTo .

pmd:Identifier a owl:Class ;
    rdfs:label "Identifikator"@de,
        "Identifier"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueObject ;
    skos:definition "A named value intended to distinguish between entities."@en .

pmd:Stress a owl:Class .

pmd:TestPiece a owl:Class .

<https://w3id.org/pmd/tto/OriginalThickness> a owl:Class ;
    rdfs:label "Anfangs-Dicke"@de,
        "Original Thickness"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Thickness ;
    skos:definition "Diese Entität beschreibt die gemessene Dimension in einer Richtung eines Prüfstücks, wie sie vor der Prüfung gemessen wurde."@de,
        "This entity describes the measured dimension in one direction of a test piece, as measured before the test."@en .

<https://w3id.org/pmd/tto/OriginalWidth> a owl:Class ;
    rdfs:label "Anfangs-Breite"@de,
        "Original Width"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Width ;
    skos:definition "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,
        "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 .

pmd:Extension a owl:Class .

pmd:TestingRate a owl:Class .

:Debug a owl:NamedIndividual,
        pmd:Location,
        <https://w3id.org/pmd/tto/TensileTestingMachine> ;
    pmd:characteristic :Debug_manufacturer,
        :Debug_model,
        :Debug_serial_number,
        :Debug_standards ;
    pmd:value "Debug" .

<https://w3id.org/pmd/tto/ExtensometerGaugeLength> a owl:Class ;
    rdfs:label "Extensometer-Messlänge"@de,
        "Extensometer Gauge Length"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/GaugeLength> ;
    skos:definition """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,
        "Symbol: L_e"@en,
        """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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/MaximumForce> a owl:Class ;
    rdfs:label "Höchstkraft"@de,
        "Maximum Force"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf pmd:Force ;
    skos:definition """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,
        """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 ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<https://w3id.org/pmd/tto/OriginalGaugeLength> a owl:Class ;
    rdfs:label "Anfangsmesslänge"@de,
        "Original Gauge Length"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/tto> ;
    rdfs:subClassOf <https://w3id.org/pmd/tto/GaugeLength> ;
    skos:definition "Länge zwischen den Marken zur Kennzeichnung der Messlänge auf der Probe, die vor dem Versuch bei Raumtemperatur gemessen wird"@de,
        "Symbol: L_o"@en,
        "length between gauge length marks on the test piece measured at room temperature before the test"@en ;
    pmd:definitionSource "DIN EN ISO 6892-1:2019"@en .

<http://qudt.org/vocab/unit/MegaPA> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

<http://qudt.org/vocab/unit/MilliM> a <http://qudt.org/schema/qudt/Unit>,
        owl:NamedIndividual ;
    rdfs:isDefinedBy <http://qudt.org/schema/qudt> .

pmd:PrimaryData a owl:Class ;
    rdfs:label "Primärdaten"@de,
        "Primary Data"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:DataScope ;
    skos:definition "Die Datenkategorie Primärdaten umfasst Daten, die vor / nach einem Prozess erfasst werden, entweder bezogen auf die Geometrie des Objekts (z.B. ao, bo, do, au, bu, du, Lu) oder als Register des gesamten Aufbaus (z.B. Skizzen, Fotos oder Videos)"@de,
        "This data scope expresses that a ValueObject refers to data that is directly acquired during a process by sensors (time, force, length, temperature)"@en .

pmd:SecondaryData a owl:Class ;
    rdfs:label "Sekundärdaten"@de,
        "Secondary Data"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:DataScope ;
    skos:definition "Der Datenkategorie Sekundärdaten umfasst Werte (z. B. Testergebnisse), die durch Gleichungen oder Algorithmen unter Verwendung von Primärdaten und Metadaten ermittelt werden."@de,
        "This data scope expresses that a ValueObject refers to characteristic values (e.g. test results) determined by equations or algorithms using primary data and/or metadata."@en .

pmd:ValueObject a owl:Class .

pmd:relatesTo a owl:ObjectProperty .

pmd:Measurement a owl:Class ;
    rdfs:label "Messwert"@de,
        "Measurement"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:ValueScope ;
    skos:definition """Die Wertekategorie Messung ermöglicht die Kategorisierung von ValueObjects als gemessen.
Messung ist die Quantifizierung von Eigenschaften eines Objekts oder Ereignisses, die zum Vergleich mit anderen Objekten oder Ereignissen verwendet werden können."""@de,
        """The ValueScope category Measurement enables the categorization of ValueObjects as measured.
Measurement is the quantification of attributes of an object or event, which can be used to compare with other objects or events."""@en .

pmd:Metadata a owl:Class ;
    rdfs:label "Metadaten"@de,
        "Metadata"@en ;
    rdfs:isDefinedBy <https://w3id.org/pmd/co> ;
    rdfs:subClassOf pmd:DataScope,
        pmd:ValueObject ;
    skos:definition "Die DataScope Metadaten umfassen Attribute und zusätzliche Daten (Provenienz), die z.B. die Fabrik, das Labor, das Prozesssystem und die Objekte betreffen und die eine Bewertung der Qualität / Zuverlässigkeit der Messungen und eine systematische Suche in einer Datenbank ermöglichen."@de,
        "This data scope expresses that a :ValueObject refers to attributes and additional data (provenance) on production, laboratory, process system and objects that enable an evaluation of the quality/reliability of the measurements and a systematic search task in a database."@en .

