|
13 | 13 | @base <https://w3id.org/pmd/hto/hto-base.ttl> . |
14 | 14 |
|
15 | 15 | <https://w3id.org/pmd/hto/hto-base.ttl> rdf:type owl:Ontology ; |
16 | | - owl:versionIRI <https://w3id.org/pmd/hto/releases/2026-01-13/hto-base.ttl> ; |
| 16 | + owl:versionIRI <https://w3id.org/pmd/hto/releases/2026-02-10/hto-base.ttl> ; |
17 | 17 | dc:type obo:IAO_8000001 ; |
18 | 18 | terms:contributor "Jannis Grundmann" ; |
19 | 19 | terms:creator <https://orcid.org/0000-0002-9014-2920> , |
|
22 | 22 | 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 ; |
23 | 23 | terms:license <https://creativecommons.org/licenses/unspecified> ; |
24 | 24 | terms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ; |
25 | | - owl:versionInfo "2026-01-13" . |
| 25 | + owl:versionInfo "2026-02-10" . |
26 | 26 |
|
27 | 27 | ################################################################# |
28 | 28 | # Annotation properties |
@@ -116,6 +116,10 @@ obo:IAO_0000039 rdf:type owl:ObjectProperty . |
116 | 116 | obo:IAO_0000136 rdf:type owl:ObjectProperty . |
117 | 117 |
|
118 | 118 |
|
| 119 | +### http://purl.obolibrary.org/obo/RO_0000057 |
| 120 | +obo:RO_0000057 rdf:type owl:ObjectProperty . |
| 121 | + |
| 122 | + |
119 | 123 | ### http://purl.obolibrary.org/obo/RO_0000080 |
120 | 124 | obo:RO_0000080 rdf:type owl:ObjectProperty . |
121 | 125 |
|
@@ -164,6 +168,10 @@ obo:BFO_0000023 rdf:type owl:Class . |
164 | 168 | obo:BFO_0000024 rdf:type owl:Class . |
165 | 169 |
|
166 | 170 |
|
| 171 | +### http://purl.obolibrary.org/obo/BFO_0000040 |
| 172 | +obo:BFO_0000040 rdf:type owl:Class . |
| 173 | + |
| 174 | + |
167 | 175 | ### http://purl.obolibrary.org/obo/BFO_0000145 |
168 | 176 | obo:BFO_0000145 rdf:type owl:Class . |
169 | 177 |
|
@@ -1246,6 +1254,10 @@ Nitrierhärten""" . |
1246 | 1254 | ### https://w3id.org/pmd/hto/heating |
1247 | 1255 | <https://w3id.org/pmd/hto/heating> rdf:type owl:Class ; |
1248 | 1256 | rdfs:subClassOf <https://w3id.org/pmd/hto/HTO_0000000> , |
| 1257 | + [ rdf:type owl:Restriction ; |
| 1258 | + owl:onProperty obo:RO_0000057 ; |
| 1259 | + owl:someValuesFrom obo:BFO_0000040 |
| 1260 | + ] , |
1249 | 1261 | [ rdf:type owl:Restriction ; |
1250 | 1262 | owl:onProperty co:PMD_0000009 ; |
1251 | 1263 | owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000006> |
|
0 commit comments