Skip to content

Commit af6f33a

Browse files
updated ontology
1 parent ead1685 commit af6f33a

13 files changed

Lines changed: 64 additions & 43 deletions

src/ontology/hto-base.owl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto/hto-base.owl">
1212
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto-base.owl"/>
1313
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
14-
<dcterms:contributor rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
15-
<dcterms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
14+
<dcterms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
15+
<dcterms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
1616
<dcterms:description>None</dcterms:description>
1717
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
1818
<dcterms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</dcterms:title>
@@ -38,9 +38,9 @@
3838

3939

4040

41-
<!-- http://purl.org/dc/terms/contributor -->
41+
<!-- http://purl.org/dc/terms/contributer -->
4242

43-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
43+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributer"/>
4444

4545

4646

src/ontology/hto-base.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<https://w3id.org/pmd/ao/hto/hto-base.ttl> rdf:type owl:Ontology ;
1212
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto-base.ttl> ;
1313
dce:type <http://purl.obolibrary.org/obo/IAO_8000001> ;
14-
dcterms:contributor <https://orcid.org/0000-0002-9014-2920> ;
15-
dcterms:creator <https://orcid.org/0000-0003-1649-6832> ;
14+
dcterms:contributer <https://orcid.org/0000-0003-1649-6832> ;
15+
dcterms:creator <https://orcid.org/0000-0002-9014-2920> ;
1616
dcterms:description "None" ;
1717
dcterms:license <https://creativecommons.org/licenses/unspecified> ;
1818
dcterms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
@@ -26,8 +26,8 @@
2626
dce:type rdf:type owl:AnnotationProperty .
2727

2828

29-
### http://purl.org/dc/terms/contributor
30-
dcterms:contributor rdf:type owl:AnnotationProperty .
29+
### http://purl.org/dc/terms/contributer
30+
dcterms:contributer rdf:type owl:AnnotationProperty .
3131

3232

3333
### http://purl.org/dc/terms/creator

src/ontology/hto-full.owl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1717
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto/hto-full.owl">
1818
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto-full.owl"/>
19-
<dcterms:contributor rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
20-
<dcterms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
19+
<dcterms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
20+
<dcterms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
2121
<dcterms:description>None</dcterms:description>
2222
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
2323
<dcterms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</dcterms:title>
@@ -211,6 +211,12 @@
211211

212212

213213

214+
<!-- http://purl.org/dc/terms/contributer -->
215+
216+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributer"/>
217+
218+
219+
214220
<!-- http://purl.org/dc/terms/contributor -->
215221

216222
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>

src/ontology/hto-full.ttl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<https://w3id.org/pmd/ao/hto/hto-full.ttl> rdf:type owl:Ontology ;
1818
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto-full.ttl> ;
19-
dcterms:contributor <https://orcid.org/0000-0002-9014-2920> ;
20-
dcterms:creator <https://orcid.org/0000-0003-1649-6832> ;
19+
dcterms:contributer <https://orcid.org/0000-0003-1649-6832> ;
20+
dcterms:creator <https://orcid.org/0000-0002-9014-2920> ;
2121
dcterms:description "None" ;
2222
dcterms:license <https://creativecommons.org/licenses/unspecified> ;
2323
dcterms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
@@ -144,6 +144,10 @@ dce:title rdf:type owl:AnnotationProperty .
144144
dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
145145

146146

147+
### http://purl.org/dc/terms/contributer
148+
dcterms:contributer rdf:type owl:AnnotationProperty .
149+
150+
147151
### http://purl.org/dc/terms/contributor
148152
dcterms:contributor rdf:type owl:AnnotationProperty .
149153

src/ontology/hto-simple.owl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1313
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto/hto-simple.owl">
1414
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto-simple.owl"/>
15-
<terms:contributor rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
16-
<terms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
15+
<terms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
16+
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
1717
<terms:description>None</terms:description>
1818
<terms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
1919
<terms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</terms:title>
@@ -39,9 +39,9 @@
3939

4040

4141

42-
<!-- http://purl.org/dc/terms/contributor -->
42+
<!-- http://purl.org/dc/terms/contributer -->
4343

44-
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>
44+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributer"/>
4545

4646

4747

src/ontology/hto-simple.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
<https://w3id.org/pmd/ao/hto/hto-simple.ttl> rdf:type owl:Ontology ;
1414
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto-simple.ttl> ;
15-
terms:contributor <https://orcid.org/0000-0002-9014-2920> ;
16-
terms:creator <https://orcid.org/0000-0003-1649-6832> ;
15+
terms:contributer <https://orcid.org/0000-0003-1649-6832> ;
16+
terms:creator <https://orcid.org/0000-0002-9014-2920> ;
1717
terms:description "None" ;
1818
terms:license <https://creativecommons.org/licenses/unspecified> ;
1919
terms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
@@ -27,8 +27,8 @@
2727
dc:identifier rdf:type owl:AnnotationProperty .
2828

2929

30-
### http://purl.org/dc/terms/contributor
31-
terms:contributor rdf:type owl:AnnotationProperty .
30+
### http://purl.org/dc/terms/contributer
31+
terms:contributer rdf:type owl:AnnotationProperty .
3232

3333

3434
### http://purl.org/dc/terms/creator

src/ontology/hto.owl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1717
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto.owl">
1818
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto.owl"/>
19-
<dcterms:contributor rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
20-
<dcterms:creator rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
19+
<dcterms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
20+
<dcterms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
2121
<dcterms:description>None</dcterms:description>
2222
<dcterms:license rdf:resource="https://creativecommons.org/licenses/unspecified"/>
2323
<dcterms:title xml:lang="en">Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module</dcterms:title>
@@ -211,6 +211,12 @@
211211

212212

213213

214+
<!-- http://purl.org/dc/terms/contributer -->
215+
216+
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributer"/>
217+
218+
219+
214220
<!-- http://purl.org/dc/terms/contributor -->
215221

216222
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/contributor"/>

src/ontology/hto.ttl

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
<https://w3id.org/pmd/ao/hto.ttl> rdf:type owl:Ontology ;
1818
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-28/hto.ttl> ;
19-
dcterms:contributor <https://orcid.org/0000-0002-9014-2920> ;
20-
dcterms:creator <https://orcid.org/0000-0003-1649-6832> ;
19+
dcterms:contributer <https://orcid.org/0000-0003-1649-6832> ;
20+
dcterms:creator <https://orcid.org/0000-0002-9014-2920> ;
2121
dcterms:description "None" ;
2222
dcterms:license <https://creativecommons.org/licenses/unspecified> ;
2323
dcterms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
@@ -144,6 +144,10 @@ dce:title rdf:type owl:AnnotationProperty .
144144
dcterms:bibliographicCitation rdf:type owl:AnnotationProperty .
145145

146146

147+
### http://purl.org/dc/terms/contributer
148+
dcterms:contributer rdf:type owl:AnnotationProperty .
149+
150+
147151
### http://purl.org/dc/terms/contributor
148152
dcterms:contributor rdf:type owl:AnnotationProperty .
149153

src/ontology/imports/pmdco_import.owl

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3928,7 +3928,7 @@ AnnotationAssertion(skos:definition co:PMD_0000530 "Ein Mechanische Eigenschafte
39283928
AnnotationAssertion(skos:example co:PMD_0000530 "Testing the flexural strength of a plastic beam to ensure it can withstand the required load in an engineering application."@en)
39293929
SubClassOf(co:PMD_0000530 co:PMD_0000849)
39303930

3931-
# Class: co:PMD_0000531 (Analyseverfahren der Biokompatibilität)
3931+
# Class: co:PMD_0000531 (biocompatibility analyzing process)
39323932

39333933
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000531 "PMDco Team")
39343934
AnnotationAssertion(rdfs:label co:PMD_0000531 "Analyseverfahren der Biokompatibilität"@de)
@@ -4211,7 +4211,7 @@ AnnotationAssertion(skos:definition co:PMD_0000564 "A subfunction of coating per
42114211
AnnotationAssertion(skos:definition co:PMD_0000564 "Eine Unterfunktion der Beschichtung, die durchgeführt wird, um eine Beschichtung auf eine Oberfläche aufzutragen."@de)
42124212
SubClassOf(co:PMD_0000564 co:PMD_0000575)
42134213

4214-
# Class: co:PMD_0000565 (Beschichten Durch Löten)
4214+
# Class: co:PMD_0000565 (coating by soldering)
42154215

42164216
AnnotationAssertion(obo:IAO_0000114 co:PMD_0000565 obo:IAO_0000122)
42174217
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000565 "PMDco Team")
@@ -4426,7 +4426,7 @@ AnnotationAssertion(rdfs:label co:PMD_0000587 "crack growth"@en)
44264426
AnnotationAssertion(skos:definition co:PMD_0000587 "The crack growth is an evolution of damage describing the progressive extension of a crack in a material under stress."@en)
44274427
SubClassOf(co:PMD_0000587 co:PMD_0000635)
44284428

4429-
# Class: co:PMD_0000588 (creep testing machine)
4429+
# Class: co:PMD_0000588 (Kriechprüfmaschine)
44304430

44314431
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000588 "PMDco Team")
44324432
AnnotationAssertion(rdfs:label co:PMD_0000588 "Kriechprüfmaschine"@de)
@@ -4924,7 +4924,7 @@ AnnotationAssertion(skos:definition co:PMD_0000649 "Ein Umform Prozess, bei dem
49244924
AnnotationAssertion(skos:example co:PMD_0000649 "Stripping, Deep Drawing, Spinning"@en)
49254925
SubClassOf(co:PMD_0000649 co:PMD_0000646)
49264926

4927-
# Class: co:PMD_0000650 (Druckumformen)
4927+
# Class: co:PMD_0000650 (forming under compressive conditions)
49284928

49294929
AnnotationAssertion(obo:IAO_0000114 co:PMD_0000650 obo:IAO_0000122)
49304930
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000650 "PMDco Team")
@@ -4982,7 +4982,7 @@ SubClassOf(co:PMD_0000654 co:PMD_0000002)
49824982
SubClassOf(co:PMD_0000654 ObjectIntersectionOf(co:PMD_0000002 ObjectSomeValuesFrom(ObjectInverseOf(co:PMD_0020005) ObjectIntersectionOf(obo:BFO_0000030 ObjectSomeValuesFrom(obo:BFO_0000196 obo:BFO_0000034)))))
49834983
SubClassOf(co:PMD_0000654 ObjectSomeValuesFrom(ObjectInverseOf(co:PMD_0020005) ObjectIntersectionOf(obo:BFO_0000030 ObjectSomeValuesFrom(obo:BFO_0000196 obo:BFO_0000034))))
49844984

4985-
# Class: co:PMD_0000655 (Ofen)
4985+
# Class: co:PMD_0000655 (furnace)
49864986

49874987
AnnotationAssertion(obo:IAO_0000114 co:PMD_0000655 obo:IAO_0000428)
49884988
AnnotationAssertion(obo:IAO_0000119 co:PMD_0000655 "“Furnace.” Merriam-Webster.com Dictionary, Merriam-Webster, https://www.merriam-webster.com/dictionary/furnace. Accessed 13 Jan. 2023."@en)
@@ -5384,7 +5384,7 @@ AnnotationAssertion(skos:definition co:PMD_0000799 "A device used for analyzing
53845384
AnnotationAssertion(skos:definition co:PMD_0000799 "Ein Gerät zur Analyse von Ionen in einer Probe zur Bestimmung ihrer Zusammensetzung und Konzentration."@de)
53855385
SubClassOf(co:PMD_0000799 co:PMD_0000602)
53865386

5387-
# Class: co:PMD_0000800 (Ionenspektroskopie)
5387+
# Class: co:PMD_0000800 (ion spectroscopy)
53885388

53895389
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000800 "PMDco Team")
53905390
AnnotationAssertion(rdfs:label co:PMD_0000800 "Ionenspektroskopie"@de)
@@ -5755,7 +5755,7 @@ TODO: Check general class axiom and defintion altogether !!!"@en)
57555755
SubClassOf(co:PMD_0000848 co:PMD_0000005)
57565756
SubClassOf(co:PMD_0000848 ObjectSomeValuesFrom(co:PMD_0001030 co:PMD_0000522))
57575757

5758-
# Class: co:PMD_0000849 (mechanical property analyzing process)
5758+
# Class: co:PMD_0000849 (Mechanische Eigenschaften Analyseverfahren)
57595759

57605760
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000849 "PMDco Team")
57615761
AnnotationAssertion(rdfs:label co:PMD_0000849 "Mechanische Eigenschaften Analyseverfahren"@de)
@@ -5943,7 +5943,7 @@ AnnotationAssertion(skos:definition co:PMD_0000875 "A Microscopy Process that us
59435943
AnnotationAssertion(skos:example co:PMD_0000875 "An example is Light Microscopy."@en)
59445944
SubClassOf(co:PMD_0000875 co:PMD_0000856)
59455945

5946-
# Class: co:PMD_0000876 (optical profilometer)
5946+
# Class: co:PMD_0000876 (Optisches Profilometer)
59475947

59485948
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000876 "PMDco Team"@en)
59495949
AnnotationAssertion(rdfs:label co:PMD_0000876 "Optisches Profilometer"@de)
@@ -6122,7 +6122,7 @@ AnnotationAssertion(skos:definition co:PMD_0000899 "Ein Herstellungsprozess, der
61226122
AnnotationAssertion(skos:example co:PMD_0000899 "Casting, Sintering"@en)
61236123
SubClassOf(co:PMD_0000899 co:PMD_0000833)
61246124

6125-
# Class: co:PMD_0000900 (primary shaping by additive manufacturing)
6125+
# Class: co:PMD_0000900 (Urformen Durch Additive Fertigung)
61266126

61276127
AnnotationAssertion(obo:IAO_0000114 co:PMD_0000900 obo:IAO_0000122)
61286128
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000900 "PMDco Team")
@@ -6221,7 +6221,7 @@ AnnotationAssertion(skos:definition co:PMD_0000908 "Ein Urformprozess, der das F
62216221
AnnotationAssertion(skos:example co:PMD_0000908 "Pottery"@en)
62226222
SubClassOf(co:PMD_0000908 co:PMD_0000899)
62236223

6224-
# Class: co:PMD_0000909 (project)
6224+
# Class: co:PMD_0000909 (Projekt)
62256225

62266226
AnnotationAssertion(rdfs:label co:PMD_0000909 "Projekt"@de)
62276227
AnnotationAssertion(rdfs:label co:PMD_0000909 "project"@en)
@@ -6606,7 +6606,7 @@ AnnotationAssertion(skos:definition co:PMD_0000956 "Ein Simulationsprozess, der
66066606
AnnotationAssertion(skos:example co:PMD_0000956 "Optimizing the atomic structure of a catalyst to enhance its performance."@en)
66076607
SubClassOf(co:PMD_0000956 co:PMD_0000933)
66086608

6609-
# Class: co:PMD_0000957 (Struktur Eigenschaften Analyseverfahren)
6609+
# Class: co:PMD_0000957 (structural property analyzing process)
66106610

66116611
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000957 "PMDco Team")
66126612
AnnotationAssertion(rdfs:label co:PMD_0000957 "Struktur Eigenschaften Analyseverfahren"@de)
@@ -6803,7 +6803,7 @@ AnnotationAssertion(skos:definition co:PMD_0000979 "Ein Thermische Eigenschaften
68036803
AnnotationAssertion(skos:example co:PMD_0000979 "Measuring the thermal conductivity of a composite material used in aerospace applications to ensure efficient heat dissipation."@en)
68046804
SubClassOf(co:PMD_0000979 co:PMD_0000982)
68056805

6806-
# Class: co:PMD_0000980 (Wärmeleitfähigkeitsmessfunktion)
6806+
# Class: co:PMD_0000980 (thermal conductivity measuring function)
68076807

68086808
AnnotationAssertion(obo:IAO_0000117 co:PMD_0000980 "PMDco Team")
68096809
AnnotationAssertion(rdfs:label co:PMD_0000980 "Wärmeleitfähigkeitsmessfunktion"@de)

src/ontology/tmp/hto-preprocess.owl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Prefix(dcterms:=<http://purl.org/dc/terms/>)
1010

1111
Ontology(<https://w3id.org/pmd/ao/hto.owl>
1212
Import(<https://w3id.org/pmd/ao/hto/imports/pmdco_import.owl>)
13-
Annotation(dcterms:contributor <https://orcid.org/0000-0002-9014-2920>)
14-
Annotation(dcterms:creator <https://orcid.org/0000-0003-1649-6832>)
13+
Annotation(dcterms:contributer <https://orcid.org/0000-0003-1649-6832>)
14+
Annotation(dcterms:creator <https://orcid.org/0000-0002-9014-2920>)
1515
Annotation(dcterms:description "None")
1616
Annotation(dcterms:license <https://creativecommons.org/licenses/unspecified>)
1717
Annotation(dcterms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en)
@@ -103,6 +103,7 @@ Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/BFO_0000051>))
103103
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/IAO_0000039>))
104104
Declaration(ObjectProperty(<http://purl.obolibrary.org/obo/OBI_0001938>))
105105
Declaration(DataProperty(<http://purl.obolibrary.org/obo/OBI_0001937>))
106+
Declaration(AnnotationProperty(dcterms:contributer))
106107
Declaration(AnnotationProperty(dcterms:description))
107108
Declaration(AnnotationProperty(dcterms:license))
108109
Declaration(AnnotationProperty(dcterms:title))

0 commit comments

Comments
 (0)