Skip to content

Commit 0838bf8

Browse files
updated ontology
1 parent 0243e6a commit 0838bf8

17 files changed

Lines changed: 1055 additions & 225 deletions

distel-mech-base.owl

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4560,6 +4560,45 @@ The molar ratio of carbon dioxide to average atmosphere air is 420 ppm as of 202
45604560

45614561

45624562

4563+
<!-- https://w3id.org/pmd/distel/DISTEL_0000000 -->
4564+
4565+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000000">
4566+
<owl:equivalentClass>
4567+
<owl:Class>
4568+
<owl:oneOf rdf:parseType="Collection">
4569+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000001"/>
4570+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000002"/>
4571+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000003"/>
4572+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000004"/>
4573+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000005"/>
4574+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000006"/>
4575+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000007"/>
4576+
</owl:oneOf>
4577+
</owl:Class>
4578+
</owl:equivalentClass>
4579+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0001930"/>
4580+
<rdfs:label xml:lang="en">fatigue loading type value</rdfs:label>
4581+
<skos:definition xml:lang="en">Fatigue loading type values is a categotical value specification which describes the direction of an applied force in respect to the specimen.</skos:definition>
4582+
</owl:Class>
4583+
4584+
4585+
4586+
<!-- https://w3id.org/pmd/distel/DISTEL_0000008 -->
4587+
4588+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000008">
4589+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000008"/>
4590+
<rdfs:subClassOf>
4591+
<owl:Restriction>
4592+
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0000004"/>
4593+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000000"/>
4594+
</owl:Restriction>
4595+
</rdfs:subClassOf>
4596+
<rdfs:label xml:lang="en">fatigue loading type</rdfs:label>
4597+
<skos:definition xml:lang="en">Fatigue loading type is process attribute which describes the direction of an applied force in respect to the specimen.</skos:definition>
4598+
</owl:Class>
4599+
4600+
4601+
45634602
<!-- https://w3id.org/pmd/tto/TTO_0000005 -->
45644603

45654604
<owl:Class rdf:about="https://w3id.org/pmd/tto/TTO_0000005">
@@ -5053,6 +5092,62 @@ Note: The concept of parallel length is replaced by the concept of distance betw
50535092

50545093

50555094

5095+
<!-- https://w3id.org/pmd/distel/DISTEL_0000001 -->
5096+
5097+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000001">
5098+
<rdfs:label xml:lang="en">axial loading</rdfs:label>
5099+
</owl:NamedIndividual>
5100+
5101+
5102+
5103+
<!-- https://w3id.org/pmd/distel/DISTEL_0000002 -->
5104+
5105+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000002">
5106+
<rdfs:label xml:lang="en">tension-tension loading</rdfs:label>
5107+
</owl:NamedIndividual>
5108+
5109+
5110+
5111+
<!-- https://w3id.org/pmd/distel/DISTEL_0000003 -->
5112+
5113+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000003">
5114+
<rdfs:label xml:lang="en">tension-compression loading</rdfs:label>
5115+
</owl:NamedIndividual>
5116+
5117+
5118+
5119+
<!-- https://w3id.org/pmd/distel/DISTEL_0000004 -->
5120+
5121+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000004">
5122+
<rdfs:label xml:lang="en">bending loading</rdfs:label>
5123+
</owl:NamedIndividual>
5124+
5125+
5126+
5127+
<!-- https://w3id.org/pmd/distel/DISTEL_0000005 -->
5128+
5129+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000005">
5130+
<rdfs:label xml:lang="en">torsional loading</rdfs:label>
5131+
</owl:NamedIndividual>
5132+
5133+
5134+
5135+
<!-- https://w3id.org/pmd/distel/DISTEL_0000006 -->
5136+
5137+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000006">
5138+
<rdfs:label xml:lang="en">rotating bending loading</rdfs:label>
5139+
</owl:NamedIndividual>
5140+
5141+
5142+
5143+
<!-- https://w3id.org/pmd/distel/DISTEL_0000007 -->
5144+
5145+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000007">
5146+
<rdfs:label xml:lang="en">shear loading</rdfs:label>
5147+
</owl:NamedIndividual>
5148+
5149+
5150+
50565151
<!--
50575152
///////////////////////////////////////////////////////////////////////////////////////
50585153
//

distel-mech-full.owl

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6848,6 +6848,45 @@ The molar ratio of carbon dioxide to average atmosphere air is 420 ppm as of 202
68486848

68496849

68506850

6851+
<!-- https://w3id.org/pmd/distel/DISTEL_0000000 -->
6852+
6853+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000000">
6854+
<owl:equivalentClass>
6855+
<owl:Class>
6856+
<owl:oneOf rdf:parseType="Collection">
6857+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000001"/>
6858+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000002"/>
6859+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000003"/>
6860+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000004"/>
6861+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000005"/>
6862+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000006"/>
6863+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000007"/>
6864+
</owl:oneOf>
6865+
</owl:Class>
6866+
</owl:equivalentClass>
6867+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0001930"/>
6868+
<rdfs:label xml:lang="en">fatigue loading type value</rdfs:label>
6869+
<skos:definition xml:lang="en">Fatigue loading type values is a categotical value specification which describes the direction of an applied force in respect to the specimen.</skos:definition>
6870+
</owl:Class>
6871+
6872+
6873+
6874+
<!-- https://w3id.org/pmd/distel/DISTEL_0000008 -->
6875+
6876+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000008">
6877+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000008"/>
6878+
<rdfs:subClassOf>
6879+
<owl:Restriction>
6880+
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0000004"/>
6881+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000000"/>
6882+
</owl:Restriction>
6883+
</rdfs:subClassOf>
6884+
<rdfs:label xml:lang="en">fatigue loading type</rdfs:label>
6885+
<skos:definition xml:lang="en">Fatigue loading type is process attribute which describes the direction of an applied force in respect to the specimen.</skos:definition>
6886+
</owl:Class>
6887+
6888+
6889+
68516890
<!-- https://w3id.org/pmd/tto/TTO_0000005 -->
68526891

68536892
<owl:Class rdf:about="https://w3id.org/pmd/tto/TTO_0000005">
@@ -7489,6 +7528,62 @@ Note: The concept of parallel length is replaced by the concept of distance betw
74897528

74907529

74917530

7531+
<!-- https://w3id.org/pmd/distel/DISTEL_0000001 -->
7532+
7533+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000001">
7534+
<rdfs:label xml:lang="en">axial loading</rdfs:label>
7535+
</owl:NamedIndividual>
7536+
7537+
7538+
7539+
<!-- https://w3id.org/pmd/distel/DISTEL_0000002 -->
7540+
7541+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000002">
7542+
<rdfs:label xml:lang="en">tension-tension loading</rdfs:label>
7543+
</owl:NamedIndividual>
7544+
7545+
7546+
7547+
<!-- https://w3id.org/pmd/distel/DISTEL_0000003 -->
7548+
7549+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000003">
7550+
<rdfs:label xml:lang="en">tension-compression loading</rdfs:label>
7551+
</owl:NamedIndividual>
7552+
7553+
7554+
7555+
<!-- https://w3id.org/pmd/distel/DISTEL_0000004 -->
7556+
7557+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000004">
7558+
<rdfs:label xml:lang="en">bending loading</rdfs:label>
7559+
</owl:NamedIndividual>
7560+
7561+
7562+
7563+
<!-- https://w3id.org/pmd/distel/DISTEL_0000005 -->
7564+
7565+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000005">
7566+
<rdfs:label xml:lang="en">torsional loading</rdfs:label>
7567+
</owl:NamedIndividual>
7568+
7569+
7570+
7571+
<!-- https://w3id.org/pmd/distel/DISTEL_0000006 -->
7572+
7573+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000006">
7574+
<rdfs:label xml:lang="en">rotating bending loading</rdfs:label>
7575+
</owl:NamedIndividual>
7576+
7577+
7578+
7579+
<!-- https://w3id.org/pmd/distel/DISTEL_0000007 -->
7580+
7581+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000007">
7582+
<rdfs:label xml:lang="en">shear loading</rdfs:label>
7583+
</owl:NamedIndividual>
7584+
7585+
7586+
74927587
<!--
74937588
///////////////////////////////////////////////////////////////////////////////////////
74947589
//

distel-mech.owl

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6848,6 +6848,45 @@ The molar ratio of carbon dioxide to average atmosphere air is 420 ppm as of 202
68486848

68496849

68506850

6851+
<!-- https://w3id.org/pmd/distel/DISTEL_0000000 -->
6852+
6853+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000000">
6854+
<owl:equivalentClass>
6855+
<owl:Class>
6856+
<owl:oneOf rdf:parseType="Collection">
6857+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000001"/>
6858+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000002"/>
6859+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000003"/>
6860+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000004"/>
6861+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000005"/>
6862+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000006"/>
6863+
<rdf:Description rdf:about="https://w3id.org/pmd/distel/DISTEL_0000007"/>
6864+
</owl:oneOf>
6865+
</owl:Class>
6866+
</owl:equivalentClass>
6867+
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/OBI_0001930"/>
6868+
<rdfs:label xml:lang="en">fatigue loading type value</rdfs:label>
6869+
<skos:definition xml:lang="en">Fatigue loading type values is a categotical value specification which describes the direction of an applied force in respect to the specimen.</skos:definition>
6870+
</owl:Class>
6871+
6872+
6873+
6874+
<!-- https://w3id.org/pmd/distel/DISTEL_0000008 -->
6875+
6876+
<owl:Class rdf:about="https://w3id.org/pmd/distel/DISTEL_0000008">
6877+
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000008"/>
6878+
<rdfs:subClassOf>
6879+
<owl:Restriction>
6880+
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0000004"/>
6881+
<owl:allValuesFrom rdf:resource="https://w3id.org/pmd/distel/DISTEL_0000000"/>
6882+
</owl:Restriction>
6883+
</rdfs:subClassOf>
6884+
<rdfs:label xml:lang="en">fatigue loading type</rdfs:label>
6885+
<skos:definition xml:lang="en">Fatigue loading type is process attribute which describes the direction of an applied force in respect to the specimen.</skos:definition>
6886+
</owl:Class>
6887+
6888+
6889+
68516890
<!-- https://w3id.org/pmd/tto/TTO_0000005 -->
68526891

68536892
<owl:Class rdf:about="https://w3id.org/pmd/tto/TTO_0000005">
@@ -7489,6 +7528,62 @@ Note: The concept of parallel length is replaced by the concept of distance betw
74897528

74907529

74917530

7531+
<!-- https://w3id.org/pmd/distel/DISTEL_0000001 -->
7532+
7533+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000001">
7534+
<rdfs:label xml:lang="en">axial loading</rdfs:label>
7535+
</owl:NamedIndividual>
7536+
7537+
7538+
7539+
<!-- https://w3id.org/pmd/distel/DISTEL_0000002 -->
7540+
7541+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000002">
7542+
<rdfs:label xml:lang="en">tension-tension loading</rdfs:label>
7543+
</owl:NamedIndividual>
7544+
7545+
7546+
7547+
<!-- https://w3id.org/pmd/distel/DISTEL_0000003 -->
7548+
7549+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000003">
7550+
<rdfs:label xml:lang="en">tension-compression loading</rdfs:label>
7551+
</owl:NamedIndividual>
7552+
7553+
7554+
7555+
<!-- https://w3id.org/pmd/distel/DISTEL_0000004 -->
7556+
7557+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000004">
7558+
<rdfs:label xml:lang="en">bending loading</rdfs:label>
7559+
</owl:NamedIndividual>
7560+
7561+
7562+
7563+
<!-- https://w3id.org/pmd/distel/DISTEL_0000005 -->
7564+
7565+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000005">
7566+
<rdfs:label xml:lang="en">torsional loading</rdfs:label>
7567+
</owl:NamedIndividual>
7568+
7569+
7570+
7571+
<!-- https://w3id.org/pmd/distel/DISTEL_0000006 -->
7572+
7573+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000006">
7574+
<rdfs:label xml:lang="en">rotating bending loading</rdfs:label>
7575+
</owl:NamedIndividual>
7576+
7577+
7578+
7579+
<!-- https://w3id.org/pmd/distel/DISTEL_0000007 -->
7580+
7581+
<owl:NamedIndividual rdf:about="https://w3id.org/pmd/distel/DISTEL_0000007">
7582+
<rdfs:label xml:lang="en">shear loading</rdfs:label>
7583+
</owl:NamedIndividual>
7584+
7585+
7586+
74927587
<!--
74937588
///////////////////////////////////////////////////////////////////////////////////////
74947589
//

0 commit comments

Comments
 (0)