Skip to content

Commit 9d3cf5c

Browse files
updated ontology
1 parent f1d8d35 commit 9d3cf5c

15 files changed

Lines changed: 6501 additions & 2542 deletions

src/ontology/hto-base.owl

Lines changed: 20 additions & 2 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/2026-01-13/hto-base.owl"/>
16+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/hto/releases/2026-02-10/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>2026-01-13</owl:versionInfo>
25+
<owl:versionInfo>2026-02-10</owl:versionInfo>
2626
</owl:Ontology>
2727

2828

@@ -175,6 +175,12 @@
175175

176176

177177

178+
<!-- http://purl.obolibrary.org/obo/RO_0000057 -->
179+
180+
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000057"/>
181+
182+
183+
178184
<!-- http://purl.obolibrary.org/obo/RO_0000080 -->
179185

180186
<owl:ObjectProperty rdf:about="http://purl.obolibrary.org/obo/RO_0000080"/>
@@ -257,6 +263,12 @@
257263

258264

259265

266+
<!-- http://purl.obolibrary.org/obo/BFO_0000040 -->
267+
268+
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000040"/>
269+
270+
271+
260272
<!-- http://purl.obolibrary.org/obo/BFO_0000145 -->
261273

262274
<owl:Class rdf:about="http://purl.obolibrary.org/obo/BFO_0000145"/>
@@ -1693,6 +1705,12 @@ Nitrierhärten</skos:example>
16931705

16941706
<owl:Class rdf:about="https://w3id.org/pmd/hto/heating">
16951707
<rdfs:subClassOf rdf:resource="https://w3id.org/pmd/hto/HTO_0000000"/>
1708+
<rdfs:subClassOf>
1709+
<owl:Restriction>
1710+
<owl:onProperty rdf:resource="http://purl.obolibrary.org/obo/RO_0000057"/>
1711+
<owl:someValuesFrom rdf:resource="http://purl.obolibrary.org/obo/BFO_0000040"/>
1712+
</owl:Restriction>
1713+
</rdfs:subClassOf>
16961714
<rdfs:subClassOf>
16971715
<owl:Restriction>
16981716
<owl:onProperty rdf:resource="https://w3id.org/pmd/co/PMD_0000009"/>

src/ontology/hto-base.ttl

Lines changed: 14 additions & 2 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/2026-01-13/hto-base.ttl> ;
16+
owl:versionIRI <https://w3id.org/pmd/hto/releases/2026-02-10/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 "2026-01-13" .
25+
owl:versionInfo "2026-02-10" .
2626

2727
#################################################################
2828
# Annotation properties
@@ -116,6 +116,10 @@ obo:IAO_0000039 rdf:type owl:ObjectProperty .
116116
obo:IAO_0000136 rdf:type owl:ObjectProperty .
117117

118118

119+
### http://purl.obolibrary.org/obo/RO_0000057
120+
obo:RO_0000057 rdf:type owl:ObjectProperty .
121+
122+
119123
### http://purl.obolibrary.org/obo/RO_0000080
120124
obo:RO_0000080 rdf:type owl:ObjectProperty .
121125

@@ -164,6 +168,10 @@ obo:BFO_0000023 rdf:type owl:Class .
164168
obo:BFO_0000024 rdf:type owl:Class .
165169

166170

171+
### http://purl.obolibrary.org/obo/BFO_0000040
172+
obo:BFO_0000040 rdf:type owl:Class .
173+
174+
167175
### http://purl.obolibrary.org/obo/BFO_0000145
168176
obo:BFO_0000145 rdf:type owl:Class .
169177

@@ -1246,6 +1254,10 @@ Nitrierhärten""" .
12461254
### https://w3id.org/pmd/hto/heating
12471255
<https://w3id.org/pmd/hto/heating> rdf:type owl:Class ;
12481256
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+
] ,
12491261
[ rdf:type owl:Restriction ;
12501262
owl:onProperty co:PMD_0000009 ;
12511263
owl:someValuesFrom <https://w3id.org/pmd/hto/HTO_0000006>

0 commit comments

Comments
 (0)