Skip to content

Commit e75b61e

Browse files
updated ontology
1 parent 7384cbb commit e75b61e

14 files changed

Lines changed: 246 additions & 60 deletions

src/ontology/hto-base.owl

Lines changed: 31 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
xmlns:terms="http://purl.org/dc/terms/"
1414
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1515
<owl:Ontology rdf:about="https://w3id.org/pmd/hto/hto-base.owl">
16-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-12-21/hto-base.owl"/>
16+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2026-01-08/hto-base.owl"/>
1717
<dc:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
1818
<terms:contributor>Jannis Grundmann</terms:contributor>
1919
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
@@ -22,7 +22,7 @@
2222
<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>
2323
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
2424
<terms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</terms:title>
25-
<owl:versionInfo>2025-12-21</owl:versionInfo>
25+
<owl:versionInfo>2026-01-08</owl:versionInfo>
2626
</owl:Ontology>
2727

2828

@@ -50,6 +50,12 @@
5050

5151

5252

53+
<!-- http://purl.obolibrary.org/obo/IAO_0000116 -->
54+
55+
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000116"/>
56+
57+
58+
5359
<!-- http://purl.obolibrary.org/obo/IAO_0100001 -->
5460

5561
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0100001"/>
@@ -1035,11 +1041,33 @@ Auch erhöhte Gaskühlung durch ventilation.</rdfs:comment>
10351041
<!-- https://w3id.org/pmd/hto/HTO_0000022 -->
10361042

10371043
<owl:Class rdf:about="https://w3id.org/pmd/hto/HTO_0000022">
1038-
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000779"/>
1044+
<rdfs:subClassOf rdf:nodeID="genid44"/>
1045+
<obo:IAO_0000116 xml:lang="en">the axiom should also include the order of the process (hardening precedes tempering)</obo:IAO_0000116>
10391046
<rdfs:label xml:lang="de">Vergüten</rdfs:label>
10401047
<rdfs:label xml:lang="en">quenching and tempering</rdfs:label>
10411048
<skos:altLabel xml:lang="en">QT</skos:altLabel>
1049+
<skos:definition xml:lang="en">QT is a heat treatment process in which a hardening process is followed by a tempering process.</skos:definition>
1050+
<skos:definition xml:lang="de">Vergüten ist ein Wärmebehandlungsverfahren bei dem auf ein Härtungsprozess ein Anlassprozess folgt.</skos:definition>
10421051
</owl:Class>
1052+
<owl:Class rdf:nodeID="genid44">
1053+
<owl:intersectionOf rdf:parseType="Collection">
1054+
<rdf:Description rdf:about="https://w3id.org/pmd/co/PMD_0000779"/>
1055+
<owl:Restriction>
1056+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
1057+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Hardening"/>
1058+
</owl:Restriction>
1059+
<owl:Restriction>
1060+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
1061+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Tempering"/>
1062+
</owl:Restriction>
1063+
</owl:intersectionOf>
1064+
</owl:Class>
1065+
<owl:Axiom>
1066+
<owl:annotatedSource rdf:resource="https://w3id.org/pmd/hto/HTO_0000022"/>
1067+
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
1068+
<owl:annotatedTarget rdf:nodeID="genid44"/>
1069+
<obo:IAO_0000116>this axiom should also include the order of the process (hardening precedes tempering)</obo:IAO_0000116>
1070+
</owl:Axiom>
10431071

10441072

10451073

src/ontology/hto-base.ttl

Lines changed: 30 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@base <https://w3id.org/pmd/hto/hto-base.ttl> .
1414

1515
<https://w3id.org/pmd/hto/hto-base.ttl> rdf:type owl:Ontology ;
16-
owl:versionIRI <https://w3id.org/pmd/hto/releases/2025-12-21/hto-base.ttl> ;
16+
owl:versionIRI <https://w3id.org/pmd/hto/releases/2026-01-08/hto-base.ttl> ;
1717
dc:type obo:IAO_8000001 ;
1818
terms:contributor "Jannis Grundmann" ;
1919
terms:creator <https://orcid.org/0000-0002-9014-2920> ,
@@ -22,7 +22,7 @@
2222
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 ;
2323
terms:license <https://creativecommons.org/licenses/unspecified> ;
2424
terms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
25-
owl:versionInfo "2025-12-21" .
25+
owl:versionInfo "2026-01-08" .
2626

2727
#################################################################
2828
# Annotation properties
@@ -36,6 +36,10 @@ obo:IAO_0000114 rdf:type owl:AnnotationProperty .
3636
obo:IAO_0000115 rdf:type owl:AnnotationProperty .
3737

3838

39+
### http://purl.obolibrary.org/obo/IAO_0000116
40+
obo:IAO_0000116 rdf:type owl:AnnotationProperty .
41+
42+
3943
### http://purl.obolibrary.org/obo/IAO_0100001
4044
obo:IAO_0100001 rdf:type owl:AnnotationProperty .
4145

@@ -736,10 +740,32 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ,
736740

737741
### https://w3id.org/pmd/hto/HTO_0000022
738742
<https://w3id.org/pmd/hto/HTO_0000022> rdf:type owl:Class ;
739-
rdfs:subClassOf co:PMD_0000779 ;
743+
rdfs:subClassOf _:genid47 ;
744+
obo:IAO_0000116 "the axiom should also include the order of the process (hardening precedes tempering)"@en ;
740745
rdfs:label "Vergüten"@de ,
741746
"quenching and tempering"@en ;
742-
skos:altLabel "QT"@en .
747+
skos:altLabel "QT"@en ;
748+
skos:definition "QT is a heat treatment process in which a hardening process is followed by a tempering process."@en ,
749+
"Vergüten ist ein Wärmebehandlungsverfahren bei dem auf ein Härtungsprozess ein Anlassprozess folgt."@de .
750+
751+
_:genid47 owl:intersectionOf ( co:PMD_0000779
752+
[ rdf:type owl:Restriction ;
753+
owl:onProperty obo:BFO_0000051 ;
754+
owl:someValuesFrom <https://w3id.org/pmd/hto/Hardening>
755+
]
756+
[ rdf:type owl:Restriction ;
757+
owl:onProperty obo:BFO_0000051 ;
758+
owl:someValuesFrom <https://w3id.org/pmd/hto/Tempering>
759+
]
760+
) ;
761+
rdf:type owl:Class .
762+
763+
[ rdf:type owl:Axiom ;
764+
owl:annotatedSource <https://w3id.org/pmd/hto/HTO_0000022> ;
765+
owl:annotatedProperty rdfs:subClassOf ;
766+
owl:annotatedTarget _:genid47 ;
767+
obo:IAO_0000116 "this axiom should also include the order of the process (hardening precedes tempering)"
768+
] .
743769

744770

745771
### https://w3id.org/pmd/hto/HTO_0000023

src/ontology/hto-full.owl

Lines changed: 25 additions & 3 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-21/hto-full.owl"/>
18+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2026-01-08/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-21</owl:versionInfo>
26+
<owl:versionInfo>2026-01-08</owl:versionInfo>
2727
</owl:Ontology>
2828

2929

@@ -14695,11 +14695,33 @@ Auch erhöhte Gaskühlung durch ventilation.</rdfs:comment>
1469514695
<!-- https://w3id.org/pmd/hto/HTO_0000022 -->
1469614696

1469714697
<owl:Class rdf:about="https://w3id.org/pmd/hto/HTO_0000022">
14698-
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/co/PMD_0000779"/>
14698+
<rdfs:subClassOf rdf:nodeID="genid768"/>
14699+
<obo:IAO_0000116 xml:lang="en">the axiom should also include the order of the process (hardening precedes tempering)</obo:IAO_0000116>
1469914700
<rdfs:label xml:lang="de">Vergüten</rdfs:label>
1470014701
<rdfs:label xml:lang="en">quenching and tempering</rdfs:label>
1470114702
<skos:altLabel xml:lang="en">QT</skos:altLabel>
14703+
<skos:definition xml:lang="en">QT is a heat treatment process in which a hardening process is followed by a tempering process.</skos:definition>
14704+
<skos:definition xml:lang="de">Vergüten ist ein Wärmebehandlungsverfahren bei dem auf ein Härtungsprozess ein Anlassprozess folgt.</skos:definition>
14705+
</owl:Class>
14706+
<owl:Class rdf:nodeID="genid768">
14707+
<owl:intersectionOf rdf:parseType="Collection">
14708+
<rdf:Description rdf:about="https://w3id.org/pmd/co/PMD_0000779"/>
14709+
<owl:Restriction>
14710+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
14711+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Hardening"/>
14712+
</owl:Restriction>
14713+
<owl:Restriction>
14714+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
14715+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Tempering"/>
14716+
</owl:Restriction>
14717+
</owl:intersectionOf>
1470214718
</owl:Class>
14719+
<owl:Axiom>
14720+
<owl:annotatedSource rdf:resource="https://w3id.org/pmd/hto/HTO_0000022"/>
14721+
<owl:annotatedProperty rdf:resource="http://www.w3.org/2000/01/rdf-schema#subClassOf"/>
14722+
<owl:annotatedTarget rdf:nodeID="genid768"/>
14723+
<obo:IAO_0000116>this axiom should also include the order of the process (hardening precedes tempering)</obo:IAO_0000116>
14724+
</owl:Axiom>
1470314725

1470414726

1470514727

src/ontology/hto-full.ttl

Lines changed: 26 additions & 4 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-21/hto-full.ttl> ;
18+
owl:versionIRI <https://w3id.org/pmd/hto/releases/2026-01-08/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-21" .
26+
owl:versionInfo "2026-01-08" .
2727

2828
#################################################################
2929
# Annotation properties
@@ -10823,10 +10823,32 @@ Auch erhöhte Gaskühlung durch ventilation."""@de ,
1082310823

1082410824
### https://w3id.org/pmd/hto/HTO_0000022
1082510825
<https://w3id.org/pmd/hto/HTO_0000022> rdf:type owl:Class ;
10826-
rdfs:subClassOf co:PMD_0000779 ;
10826+
rdfs:subClassOf _:genid771 ;
10827+
obo:IAO_0000116 "the axiom should also include the order of the process (hardening precedes tempering)"@en ;
1082710828
rdfs:label "Vergüten"@de ,
1082810829
"quenching and tempering"@en ;
10829-
skos:altLabel "QT"@en .
10830+
skos:altLabel "QT"@en ;
10831+
skos:definition "QT is a heat treatment process in which a hardening process is followed by a tempering process."@en ,
10832+
"Vergüten ist ein Wärmebehandlungsverfahren bei dem auf ein Härtungsprozess ein Anlassprozess folgt."@de .
10833+
10834+
_:genid771 owl:intersectionOf ( co:PMD_0000779
10835+
[ rdf:type owl:Restriction ;
10836+
owl:onProperty obo:BFO_0000051 ;
10837+
owl:someValuesFrom <https://w3id.org/pmd/hto/Hardening>
10838+
]
10839+
[ rdf:type owl:Restriction ;
10840+
owl:onProperty obo:BFO_0000051 ;
10841+
owl:someValuesFrom <https://w3id.org/pmd/hto/Tempering>
10842+
]
10843+
) ;
10844+
rdf:type owl:Class .
10845+
10846+
[ rdf:type owl:Axiom ;
10847+
owl:annotatedSource <https://w3id.org/pmd/hto/HTO_0000022> ;
10848+
owl:annotatedProperty rdfs:subClassOf ;
10849+
owl:annotatedTarget _:genid771 ;
10850+
obo:IAO_0000116 "this axiom should also include the order of the process (hardening precedes tempering)"
10851+
] .
1083010852

1083110853

1083210854
### https://w3id.org/pmd/hto/HTO_0000023

src/ontology/hto-simple.owl

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
xmlns:terms="http://purl.org/dc/terms/"
1414
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1515
<owl:Ontology rdf:about="https://w3id.org/pmd/hto/hto-simple.owl">
16-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2025-12-21/hto-simple.owl"/>
16+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2026-01-08/hto-simple.owl"/>
1717
<terms:contributor>Jannis Grundmann</terms:contributor>
1818
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
1919
<terms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
2020
<terms:creator rdf:resource="https://orcid.org/0009-0004-4787-4685"/>
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-21</owl:versionInfo>
24+
<owl:versionInfo>2026-01-08</owl:versionInfo>
2525
</owl:Ontology>
2626

2727

@@ -102,7 +102,11 @@ We also have the outstanding issue of how to aim different definitions to differ
102102

103103
<!-- http://purl.obolibrary.org/obo/IAO_0000116 -->
104104

105-
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000116"/>
105+
<owl:AnnotationProperty rdf:about="http://purl.obolibrary.org/obo/IAO_0000116">
106+
<obo:IAO_0000115 xml:lang="en">An administrative note intended for its editor. It may not be included in the publication version of the ontology, so it should contain nothing necessary for end users to understand the ontology.</obo:IAO_0000115>
107+
<obo:IAO_0000119 xml:lang="en">GROUP:OBI:&lt;http://purl.obofoundry.org/obo/obi&gt;</obo:IAO_0000119>
108+
<rdfs:label xml:lang="en">editor note</rdfs:label>
109+
</owl:AnnotationProperty>
106110

107111

108112

@@ -215,6 +219,7 @@ We also have the outstanding issue of how to aim different definitions to differ
215219
<owl:AnnotationProperty rdf:about="https://w3id.org/pmd/co/PMD_0000064">
216220
<rdfs:comment>An editor note referring to a pattern which shows the usage of this class or property.</rdfs:comment>
217221
<rdfs:label xml:lang="en">pattern example</rdfs:label>
222+
<rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000116"/>
218223
</owl:AnnotationProperty>
219224

220225

@@ -995,9 +1000,24 @@ Auch erhöhte Gaskühlung durch ventilation.</rdfs:comment>
9951000
<!-- https://w3id.org/pmd/hto/HTO_0000022 -->
9961001

9971002
<owl:Class rdf:about="https://w3id.org/pmd/hto/HTO_0000022">
1003+
<rdfs:subClassOf>
1004+
<owl:Restriction>
1005+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
1006+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Hardening"/>
1007+
</owl:Restriction>
1008+
</rdfs:subClassOf>
1009+
<rdfs:subClassOf>
1010+
<owl:Restriction>
1011+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/BFO_0000051"/>
1012+
<owl:someValuesFrom rdf:resource="https://w3id.org/pmd/hto/Tempering"/>
1013+
</owl:Restriction>
1014+
</rdfs:subClassOf>
1015+
<obo:IAO_0000116 xml:lang="en">the axiom should also include the order of the process (hardening precedes tempering)</obo:IAO_0000116>
9981016
<rdfs:label xml:lang="de">Vergüten</rdfs:label>
9991017
<rdfs:label xml:lang="en">quenching and tempering</rdfs:label>
10001018
<skos:altLabel xml:lang="en">QT</skos:altLabel>
1019+
<skos:definition xml:lang="en">QT is a heat treatment process in which a hardening process is followed by a tempering process.</skos:definition>
1020+
<skos:definition xml:lang="de">Vergüten ist ein Wärmebehandlungsverfahren bei dem auf ein Härtungsprozess ein Anlassprozess folgt.</skos:definition>
10011021
</owl:Class>
10021022

10031023

0 commit comments

Comments
 (0)