Skip to content

Commit 1e1305d

Browse files
committed
added crack length
1 parent 1509c55 commit 1e1305d

1 file changed

Lines changed: 19 additions & 3 deletions

File tree

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ Option 2 (ontology advanced): make an equv. class axiom with some and only to ma
684684
<!-- https://w3id.org/pmd/distel/DISTEL_0000059 -->
685685

686686
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000059">
687-
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0040001"/>
687+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000095"/>
688688
<rdfs:label xml:lang="en">initial crack length</rdfs:label>
689689
<skos:definition xml:lang="en">Initial crack length is a length of a crack in a specimen which is an input to the crack propagation fatigue testing process.</skos:definition>
690690
</owl:Class>
@@ -815,8 +815,8 @@ Option 2 (ontology advanced): make an equv. class axiom with some and only to ma
815815

816816
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000088">
817817
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000848"/>
818-
<qudt:symbol xml:lang="en">scaling factor of Paris law is a mechanical property of material used in the Paris law to analytically determine the crack growth rate.</qudt:symbol>
819818
<qudt:symbol>C</qudt:symbol>
819+
<qudt:symbol xml:lang="en">scaling factor of Paris law is a mechanical property of material used in the Paris law to analytically determine the crack growth rate.</qudt:symbol>
820820
<rdfs:label xml:lang="en">scaling factor of Paris law</rdfs:label>
821821
</owl:Class>
822822

@@ -902,8 +902,24 @@ Option 2 (ontology advanced): make an equv. class axiom with some and only to ma
902902
</owl:Restriction>
903903
</rdfs:subClassOf>
904904
<rdfs:label xml:lang="en">fatigue scatter bandwidth</rdfs:label>
905-
<skos:definition xml:lang="en">Fatigue scatter bandwidth is a scalar value specification which defines absolute value of maximal deviation from a fatigue curve.</skos:definition>
906905
<skos:definition>+-K_D</skos:definition>
906+
<skos:definition xml:lang="en">Fatigue scatter bandwidth is a scalar value specification which defines absolute value of maximal deviation from a fatigue curve.</skos:definition>
907+
</owl:Class>
908+
909+
910+
911+
<!-- https://w3id.org/pmd/distel/DISTEL_0000095 -->
912+
913+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000095">
914+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0040001"/>
915+
<rdfs:subClassOf>
916+
<owl:Restriction>
917+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
918+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/co/PMD_0020202"/>
919+
</owl:Restriction>
920+
</rdfs:subClassOf>
921+
<rdfs:label xml:lang="en">crack length</rdfs:label>
922+
<skos:definition xml:lang="en">Crack length is a length of a crack.</skos:definition>
907923
</owl:Class>
908924

909925

0 commit comments

Comments
 (0)