Skip to content

Commit 31d310b

Browse files
updated ontology
1 parent d3cdc87 commit 31d310b

14 files changed

Lines changed: 170 additions & 110 deletions

src/ontology/hto-base.owl

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
1313
xmlns:terms="http://purl.org/dc/terms/">
1414
<owl:Ontology rdf:about="https://w3id.org/pmd/hto/hto-base.owl">
15-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-12-05/hto-base.owl"/>
15+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-12-09/hto-base.owl"/>
1616
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
1717
<terms:contributor>Jannis Grundmann</terms:contributor>
1818
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
@@ -21,7 +21,7 @@
2121
<terms:description xml:lang="en">This ontology module is part of the Platform Material Digital Application Ontology (PMDao) and covers concepts related to heat treatment processes, parameters, and materials. It is designed to facilitate data integration, sharing, and analysis in the field of materials science and engineering, particularly focusing on heat treatment applications.</terms:description>
2222
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
2323
<terms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</terms:title>
24-
<owl:versionInfo>2025-12-05</owl:versionInfo>
24+
<owl:versionInfo>2025-12-09</owl:versionInfo>
2525
</owl:Ontology>
2626

2727

@@ -126,12 +126,6 @@
126126

127127

128128

129-
<!-- http://purl.obolibrary.org/obo/BFO_0000197 -->
130-
131-
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000197"/>
132-
133-
134-
135129
<!-- http://purl.obolibrary.org/obo/IAO_0000039 -->
136130

137131
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000039"/>
@@ -144,12 +138,24 @@
144138

145139

146140

141+
<!-- http://purl.obolibrary.org/obo/RO_0000080 -->
142+
143+
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000080"/>
144+
145+
146+
147147
<!-- http://purl.obolibrary.org/obo/RO_0000085 -->
148148

149149
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000085"/>
150150

151151

152152

153+
<!-- http://purl.obolibrary.org/obo/STATO_0000102 -->
154+
155+
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/STATO_0000102"/>
156+
157+
158+
153159
<!-- https://w3id.org/pmd/co/PMD_0000009 -->
154160

155161
<owl:ObjectProperty rdf:about="https://w3id.org/pmd/co/PMD_0000009"/>
@@ -455,7 +461,7 @@
455461
<owl:intersectionOf rdf:parseType="Collection">
456462
<rdf:Description rdf:about="https://w3id.org/pmd/co/PMD_0000896"/>
457463
<owl:Restriction>
458-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000197"/>
464+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
459465
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Chamber"/>
460466
</owl:Restriction>
461467
</owl:intersectionOf>
@@ -464,7 +470,7 @@
464470
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000896"/>
465471
<rdfs:subClassOf>
466472
<owl:Restriction>
467-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000197"/>
473+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
468474
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Chamber"/>
469475
</owl:Restriction>
470476
</rdfs:subClassOf>
@@ -1132,6 +1138,12 @@ The rotational speed of a fan.</skos:example>
11321138

11331139
<owl:Class rdf:about="https://w3id.org/pmd/hto/Hardening">
11341140
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000779"/>
1141+
<rdfs:subClassOf>
1142+
<owl:Restriction>
1143+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/STATO_0000102"/>
1144+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/HTO_0000013"/>
1145+
</owl:Restriction>
1146+
</rdfs:subClassOf>
11351147
<rdfs:isDefinedBy rdf:resource="https://w3id.org/pmd/hto/"/>
11361148
<rdfs:label xml:lang="de">Härten</rdfs:label>
11371149
<rdfs:label xml:lang="en">hardening</rdfs:label>

src/ontology/hto-base.ttl

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@base <https://w3id.org/pmd/hto/hto-base.ttl> .
1313

1414
<https://w3id.org/pmd/hto/hto-base.ttl> rdf:type owl:Ontology ;
15-
owl:versionIRI <https://w3id.org/pmd/hto/releases/2025-12-05/hto-base.ttl> ;
15+
owl:versionIRI <https://w3id.org/pmd/hto/releases/2025-12-09/hto-base.ttl> ;
1616
dc:type obo:IAO_8000001 ;
1717
terms:contributor "Jannis Grundmann" ;
1818
terms:creator <https://orcid.org/0000-0002-9014-2920> ,
@@ -21,7 +21,7 @@
2121
terms:description "This ontology module is part of the Platform Material Digital Application Ontology (PMDao) and covers concepts related to heat treatment processes, parameters, and materials. It is designed to facilitate data integration, sharing, and analysis in the field of materials science and engineering, particularly focusing on heat treatment applications."@en ;
2222
terms:license <https://creativecommons.org/licenses/unspecified> ;
2323
terms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
24-
owl:versionInfo "2025-12-05" .
24+
owl:versionInfo "2025-12-09" .
2525

2626
#################################################################
2727
# Annotation properties
@@ -83,10 +83,6 @@ co:PMD_0000064 rdf:type owl:AnnotationProperty .
8383
obo:BFO_0000051 rdf:type owl:ObjectProperty .
8484

8585

86-
### http://purl.obolibrary.org/obo/BFO_0000197
87-
obo:BFO_0000197 rdf:type owl:ObjectProperty .
88-
89-
9086
### http://purl.obolibrary.org/obo/IAO_0000039
9187
obo:IAO_0000039 rdf:type owl:ObjectProperty .
9288

@@ -95,10 +91,18 @@ obo:IAO_0000039 rdf:type owl:ObjectProperty .
9591
obo:IAO_0000136 rdf:type owl:ObjectProperty .
9692

9793

94+
### http://purl.obolibrary.org/obo/RO_0000080
95+
obo:RO_0000080 rdf:type owl:ObjectProperty .
96+
97+
9898
### http://purl.obolibrary.org/obo/RO_0000085
9999
obo:RO_0000085 rdf:type owl:ObjectProperty .
100100

101101

102+
### http://purl.obolibrary.org/obo/STATO_0000102
103+
obo:STATO_0000102 rdf:type owl:ObjectProperty .
104+
105+
102106
### https://w3id.org/pmd/co/PMD_0000009
103107
co:PMD_0000009 rdf:type owl:ObjectProperty .
104108

@@ -305,15 +309,15 @@ co:PMD_0060008 rdf:type owl:Class .
305309
<https://w3id.org/pmd/hto/ChamberPressure> rdf:type owl:Class ;
306310
owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000896
307311
[ rdf:type owl:Restriction ;
308-
owl:onProperty obo:BFO_0000197 ;
312+
owl:onProperty obo:RO_0000080 ;
309313
owl:someValuesFrom <https://w3id.org/pmd/hto/Chamber>
310314
]
311315
) ;
312316
rdf:type owl:Class
313317
] ;
314318
rdfs:subClassOf co:PMD_0000896 ,
315319
[ rdf:type owl:Restriction ;
316-
owl:onProperty obo:BFO_0000197 ;
320+
owl:onProperty obo:RO_0000080 ;
317321
owl:someValuesFrom <https://w3id.org/pmd/hto/Chamber>
318322
] ;
319323
rdfs:comment "measured atmophere pressure in retort, measured using the vacuum sensor "@en ;
@@ -798,7 +802,11 @@ The rotational speed of a fan.""" ;
798802

799803
### https://w3id.org/pmd/hto/Hardening
800804
<https://w3id.org/pmd/hto/Hardening> rdf:type owl:Class ;
801-
rdfs:subClassOf co:PMD_0000779 ;
805+
rdfs:subClassOf co:PMD_0000779 ,
806+
[ rdf:type owl:Restriction ;
807+
owl:onProperty obo:STATO_0000102 ;
808+
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000013>
809+
] ;
802810
rdfs:isDefinedBy <https://w3id.org/pmd/hto/> ;
803811
rdfs:label "Härten"@de ,
804812
"hardening"@en ;

src/ontology/hto-full.owl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
xmlns:terms="http://purl.org/dc/terms/"
1616
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1717
<owl:Ontology rdf:about="https://w3id.org/pmd/hto/hto-full.owl">
18-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-12-05/hto-full.owl"/>
18+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-12-09/hto-full.owl"/>
1919
<terms:contributor>Jannis Grundmann</terms:contributor>
2020
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
2121
<terms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
2222
<terms:creator rdf:resource="https://orcid.org/0009-0004-4787-4685"/>
2323
<terms:description xml:lang="en">This ontology module is part of the Platform Material Digital Application Ontology (PMDao) and covers concepts related to heat treatment processes, parameters, and materials. It is designed to facilitate data integration, sharing, and analysis in the field of materials science and engineering, particularly focusing on heat treatment applications.</terms:description>
2424
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
2525
<terms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</terms:title>
26-
<owl:versionInfo>2025-12-05</owl:versionInfo>
26+
<owl:versionInfo>2025-12-09</owl:versionInfo>
2727
</owl:Ontology>
2828

2929

@@ -601,12 +601,6 @@ A continuant cannot have an occurrent as part: use &apos;participates in&apos;.
601601

602602

603603

604-
<!-- http://purl.obolibrary.org/obo/BFO_0000197 -->
605-
606-
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000197"/>
607-
608-
609-
610604
<!-- http://purl.obolibrary.org/obo/BFO_0000199 -->
611605

612606
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/BFO_0000199">
@@ -14110,7 +14104,7 @@ Typical configuration dependent contributions are interface energy contributions
1411014104
<owl:intersectionOf rdf:parseType="Collection">
1411114105
<rdf:Description rdf:about="https://w3id.org/pmd/co/PMD_0000896"/>
1411214106
<owl:Restriction>
14113-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000197"/>
14107+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
1411414108
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Chamber"/>
1411514109
</owl:Restriction>
1411614110
</owl:intersectionOf>
@@ -14119,7 +14113,7 @@ Typical configuration dependent contributions are interface energy contributions
1411914113
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000896"/>
1412014114
<rdfs:subClassOf>
1412114115
<owl:Restriction>
14122-
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000197"/>
14116+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000080"/>
1412314117
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Chamber"/>
1412414118
</owl:Restriction>
1412514119
</rdfs:subClassOf>
@@ -14787,6 +14781,12 @@ The rotational speed of a fan.</skos:example>
1478714781

1478814782
<owl:Class rdf:about="https://w3id.org/pmd/hto/Hardening">
1478914783
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000779"/>
14784+
<rdfs:subClassOf>
14785+
<owl:Restriction>
14786+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/STATO_0000102"/>
14787+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/HTO_0000013"/>
14788+
</owl:Restriction>
14789+
</rdfs:subClassOf>
1479014790
<rdfs:isDefinedBy rdf:resource="https://w3id.org/pmd/hto/"/>
1479114791
<rdfs:label xml:lang="de">Härten</rdfs:label>
1479214792
<rdfs:label xml:lang="en">hardening</rdfs:label>

src/ontology/hto-full.ttl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
@base <https://w3id.org/pmd/hto/hto-full.ttl> .
1616

1717
<https://w3id.org/pmd/hto/hto-full.ttl> rdf:type owl:Ontology ;
18-
owl:versionIRI <https://w3id.org/pmd/hto/releases/2025-12-05/hto-full.ttl> ;
18+
owl:versionIRI <https://w3id.org/pmd/hto/releases/2025-12-09/hto-full.ttl> ;
1919
terms:contributor "Jannis Grundmann" ;
2020
terms:creator <https://orcid.org/0000-0002-9014-2920> ,
2121
<https://orcid.org/0000-0003-1649-6832> ,
2222
<https://orcid.org/0009-0004-4787-4685> ;
2323
terms:description "This ontology module is part of the Platform Material Digital Application Ontology (PMDao) and covers concepts related to heat treatment processes, parameters, and materials. It is designed to facilitate data integration, sharing, and analysis in the field of materials science and engineering, particularly focusing on heat treatment applications."@en ;
2424
terms:license <https://creativecommons.org/licenses/unspecified> ;
2525
terms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
26-
owl:versionInfo "2025-12-05" .
26+
owl:versionInfo "2025-12-09" .
2727

2828
#################################################################
2929
# Annotation properties
@@ -452,10 +452,6 @@ obo:BFO_0000185 rdf:type owl:ObjectProperty ;
452452
skos:example "This organism has history this life"@en .
453453

454454

455-
### http://purl.obolibrary.org/obo/BFO_0000197
456-
obo:BFO_0000197 rdf:type owl:ObjectProperty .
457-
458-
459455
### http://purl.obolibrary.org/obo/BFO_0000199
460456
obo:BFO_0000199 rdf:type owl:ObjectProperty ,
461457
owl:FunctionalProperty ;
@@ -10387,15 +10383,15 @@ co:PMD_0200001 rdf:type owl:Class ;
1038710383
<https://w3id.org/pmd/hto/ChamberPressure> rdf:type owl:Class ;
1038810384
owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000896
1038910385
[ rdf:type owl:Restriction ;
10390-
owl:onProperty obo:BFO_0000197 ;
10386+
owl:onProperty obo:RO_0000080 ;
1039110387
owl:someValuesFrom <https://w3id.org/pmd/hto/Chamber>
1039210388
]
1039310389
) ;
1039410390
rdf:type owl:Class
1039510391
] ;
1039610392
rdfs:subClassOf co:PMD_0000896 ,
1039710393
[ rdf:type owl:Restriction ;
10398-
owl:onProperty obo:BFO_0000197 ;
10394+
owl:onProperty obo:RO_0000080 ;
1039910395
owl:someValuesFrom <https://w3id.org/pmd/hto/Chamber>
1040010396
] ;
1040110397
rdfs:comment "measured atmophere pressure in retort, measured using the vacuum sensor "@en ;
@@ -10880,7 +10876,11 @@ The rotational speed of a fan.""" ;
1088010876

1088110877
### https://w3id.org/pmd/hto/Hardening
1088210878
<https://w3id.org/pmd/hto/Hardening> rdf:type owl:Class ;
10883-
rdfs:subClassOf co:PMD_0000779 ;
10879+
rdfs:subClassOf co:PMD_0000779 ,
10880+
[ rdf:type owl:Restriction ;
10881+
owl:onProperty obo:STATO_0000102 ;
10882+
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000013>
10883+
] ;
1088410884
rdfs:isDefinedBy <https://w3id.org/pmd/hto/> ;
1088510885
rdfs:label "Härten"@de ,
1088610886
"hardening"@en ;

0 commit comments

Comments
 (0)