|
13 | 13 | xmlns:terms="http://purl.org/dc/terms/" |
14 | 14 | xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#"> |
15 | 15 | <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"/> |
17 | 17 | <terms:contributor>Jannis Grundmann</terms:contributor> |
18 | 18 | <terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/> |
19 | 19 | <terms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/> |
20 | 20 | <terms:creator rdf:resource="https://orcid.org/0009-0004-4787-4685"/> |
21 | 21 | <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> |
22 | 22 | <terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/> |
23 | 23 | <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> |
25 | 25 | </owl:Ontology> |
26 | 26 |
|
27 | 27 |
|
@@ -102,7 +102,11 @@ We also have the outstanding issue of how to aim different definitions to differ |
102 | 102 |
|
103 | 103 | <!-- http://purl.obolibrary.org/obo/IAO_0000116 --> |
104 | 104 |
|
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:<http://purl.obofoundry.org/obo/obi></obo:IAO_0000119> |
| 108 | + <rdfs:label xml:lang="en">editor note</rdfs:label> |
| 109 | + </owl:AnnotationProperty> |
106 | 110 |
|
107 | 111 |
|
108 | 112 |
|
@@ -215,6 +219,7 @@ We also have the outstanding issue of how to aim different definitions to differ |
215 | 219 | <owl:AnnotationProperty rdf:about="https://w3id.org/pmd/co/PMD_0000064"> |
216 | 220 | <rdfs:comment>An editor note referring to a pattern which shows the usage of this class or property.</rdfs:comment> |
217 | 221 | <rdfs:label xml:lang="en">pattern example</rdfs:label> |
| 222 | + <rdfs:subPropertyOf rdf:resource="http://purl.obolibrary.org/obo/IAO_0000116"/> |
218 | 223 | </owl:AnnotationProperty> |
219 | 224 |
|
220 | 225 |
|
@@ -995,9 +1000,24 @@ Auch erhöhte Gaskühlung durch ventilation.</rdfs:comment> |
995 | 1000 | <!-- https://w3id.org/pmd/hto/HTO_0000022 --> |
996 | 1001 |
|
997 | 1002 | <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> |
998 | 1016 | <rdfs:label xml:lang="de">Vergüten</rdfs:label> |
999 | 1017 | <rdfs:label xml:lang="en">quenching and tempering</rdfs:label> |
1000 | 1018 | <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> |
1001 | 1021 | </owl:Class> |
1002 | 1022 |
|
1003 | 1023 |
|
|
0 commit comments