Skip to content

Commit 1171121

Browse files
Update tto-edit.owl
1 parent 6441dc3 commit 1171121

1 file changed

Lines changed: 20 additions & 15 deletions

File tree

src/ontology/tto-edit.owl

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ The TTO was developed in the frame of the PMD project. The TTO provides conceptu
2626
Annotation(dcterms:license <http://creativecommons.org/licenses/by/4.0/>)
2727
Annotation(dcterms:title "Tensile Test Ontology (TTO)")
2828

29-
Declaration(Class(<https://w3id.org/pmd/ao/TTO_0000000>))
29+
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000000>))
30+
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000001>))
3031
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000002>))
3132
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000004>))
3233
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000005>))
@@ -85,7 +86,6 @@ Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000057>))
8586
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000058>))
8687
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000059>))
8788
Declaration(Class(<https://w3id.org/pmd/ao/tto/TTO_0000060>))
88-
Declaration(ObjectProperty(<https://w3id.org/pmd/ao/tto/TTO_0000001>))
8989
Declaration(ObjectProperty(pmd:relatesTo))
9090
Declaration(DataProperty(<http://www.w3.org/ns/prov#value>))
9191
Declaration(AnnotationProperty(dcterms:description))
@@ -101,13 +101,21 @@ Declaration(AnnotationProperty(pmd:symbol))
101101
# Classes
102102
############################
103103

104-
# Class: <https://w3id.org/pmd/ao/TTO_0000000> (funder role)
104+
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000000> (Förderungsrolle)
105105

106-
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/TTO_0000000> "Förderungsrolle"@de)
107-
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/TTO_0000000> "funder role"@en)
108-
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/TTO_0000000> "A funder role is a role that describes the capacity in which a party provides financial support to a project or initiative. This role is realized when the party participates in the project specifically as a source of funding, regardless of other potential involvements."@en)
109-
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/TTO_0000000> "Eine Förderungsrolle (Rolle einer fördernden Partei) ist eine Rolle, die die Funktion beschreibt, in der eine Partei finanzielle Unterstützung für ein Projekt oder eine Initiative bereitstellt. Diese Rolle wird verwirklicht, wenn die Partei speziell als Geldgeber am Projekt teilnimmt, unabhängig von anderen möglichen Beteiligungen."@de)
110-
SubClassOf(<https://w3id.org/pmd/ao/TTO_0000000> <http://purl.obolibrary.org/obo/BFO_0000023>)
106+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000000> "Förderungsrolle"@de)
107+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000000> "funder role"@en)
108+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/tto/TTO_0000000> "A funder role is a role that describes the capacity in which a party provides financial support to a project or initiative. This role is realized when the party participates in the project specifically as a source of funding, regardless of other potential involvements."@en)
109+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/tto/TTO_0000000> "Eine Förderungsrolle (Rolle einer fördernden Partei) ist eine Rolle, die die Funktion beschreibt, in der eine Partei finanzielle Unterstützung für ein Projekt oder eine Initiative bereitstellt. Diese Rolle wird verwirklicht, wenn die Partei speziell als Geldgeber am Projekt teilnimmt, unabhängig von anderen möglichen Beteiligungen."@de)
110+
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000000> <http://purl.obolibrary.org/obo/BFO_0000023>)
111+
112+
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000001> (Höchstkraft der Kraftmessdose)
113+
114+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000001> "Höchstkraft der Kraftmessdose"@de)
115+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000001> "load cell maximum force"@en)
116+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/tto/TTO_0000001> "Die Maximalkraft bezeichnet die größte Kraft, 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)
117+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/tto/TTO_0000001> "The maximum force is 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)
118+
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000001> pmd:PMD_0020200)
111119

112120
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000002> (Diameter)
113121

@@ -262,7 +270,7 @@ AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3
262270
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/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)
263271
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000015> <https://w3id.org/pmd/ao/tto/TTO_0000002>)
264272

265-
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000016> (Abgeschätzte Dehngeschwindigkeit Über Die Parallele Länge)
273+
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000016> (Estimated Strain Rate Over The Parallel Length)
266274

267275
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/ao/tto/TTO_0000016> <https://w3id.org/pmd/ao/tto>)
268276
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000016> "Abgeschätzte Dehngeschwindigkeit Über Die Parallele Länge"@de)
@@ -436,7 +444,7 @@ AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/ao/tto/TTO_000002
436444
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/ao/tto/TTO_0000028> "L_o"@en)
437445
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000028> <https://w3id.org/pmd/ao/tto/TTO_0000019>)
438446

439-
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000029> (Original Thickness)
447+
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000029> (Anfangs-Dicke)
440448

441449
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/ao/tto/TTO_0000029> <https://w3id.org/pmd/ao/tto>)
442450
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000029> "Anfangs-Dicke"@de)
@@ -527,7 +535,7 @@ AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/ao/tto/TTO_000003
527535
EquivalentClasses(<https://w3id.org/pmd/ao/tto/TTO_0000035> ObjectSomeValuesFrom(pmd:relatesTo <https://w3id.org/pmd/ao/tto/TTO_0000028>))
528536
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000035> <https://w3id.org/pmd/ao/tto/TTO_0000004>)
529537

530-
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000036> (Percentage Permanent Extension)
538+
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000036> (Bleibende Extensometer-Dehnung)
531539

532540
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/ao/tto/TTO_0000036> <https://w3id.org/pmd/ao/tto>)
533541
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000036> "Bleibende Extensometer-Dehnung"@de)
@@ -639,7 +647,6 @@ Note: A suffix is added to the subscript to indicate the prescribed percentage,
639647
Source: ISO 6892-1:2019"@en)
640648
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/ao/tto/TTO_0000044> "DIN EN ISO 6892-1:2019"@en)
641649
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/ao/tto/TTO_0000044> "R_p"@en)
642-
EquivalentClasses(<https://w3id.org/pmd/ao/tto/TTO_0000044> ObjectSomeValuesFrom(<https://w3id.org/pmd/ao/tto/TTO_0000001> DataSomeValuesFrom(<http://www.w3.org/ns/prov#value> xsd:float)))
643650
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000044> <https://w3id.org/pmd/ao/tto/TTO_0000043>)
644651

645652
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000045> (Dehngrenze bei gesamter Extensometer-Dehnung)
@@ -669,7 +676,6 @@ AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3
669676
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/tto/TTO_0000046> "stress at which the plastic extension is equal to 0.1 percent of the extensometer gauge length"@en)
670677
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/ao/tto/TTO_0000046> "DIN EN ISO 6892-1:2019"@en)
671678
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/ao/tto/TTO_0000046> "R_p_0.1"@en)
672-
EquivalentClasses(<https://w3id.org/pmd/ao/tto/TTO_0000046> ObjectSomeValuesFrom(<https://w3id.org/pmd/ao/tto/TTO_0000001> DataHasValue(<http://www.w3.org/ns/prov#value> "0.1"^^xsd:float)))
673679
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000046> <https://w3id.org/pmd/ao/tto/TTO_0000044>)
674680

675681
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000047> (Dehngrenze bei plastischer Extensometer-Dehnung Rp02)
@@ -682,7 +688,6 @@ AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3
682688
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/tto/TTO_0000047> "stress at which the plastic extension is equal to 0.2 percent of the extensometer gauge length"@en)
683689
AnnotationAssertion(pmd:definitionSource <https://w3id.org/pmd/ao/tto/TTO_0000047> "DIN EN ISO 6892-1:2019"@en)
684690
AnnotationAssertion(pmd:symbol <https://w3id.org/pmd/ao/tto/TTO_0000047> "R_p_0.2"@en)
685-
EquivalentClasses(<https://w3id.org/pmd/ao/tto/TTO_0000047> ObjectSomeValuesFrom(<https://w3id.org/pmd/ao/tto/TTO_0000001> DataHasValue(<http://www.w3.org/ns/prov#value> "0.2"^^xsd:float)))
686691
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000047> <https://w3id.org/pmd/ao/tto/TTO_0000044>)
687692

688693
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000048> (3D Geometrie)
@@ -799,7 +804,7 @@ AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3
799804
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/ao/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)
800805
SubClassOf(<https://w3id.org/pmd/ao/tto/TTO_0000057> pmd:PMD_0000003)
801806

802-
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000058> (Umschaltpunkt der Prüfgeschwindigkeit)
807+
# Class: <https://w3id.org/pmd/ao/tto/TTO_0000058> (Transition Point Testing Rate)
803808

804809
AnnotationAssertion(rdfs:isDefinedBy <https://w3id.org/pmd/ao/tto/TTO_0000058> <https://w3id.org/pmd/ao/tto>)
805810
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/ao/tto/TTO_0000058> "Transition Point Testing Rate"@en)

0 commit comments

Comments
 (0)