Skip to content

Commit a5710fb

Browse files
updated ontology
1 parent 975f44d commit a5710fb

11 files changed

Lines changed: 2044 additions & 78 deletions

File tree

src/ontology/hto-base.owl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
1010
xmlns:dcterms="http://purl.org/dc/terms/">
1111
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto/hto-base.owl">
12-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto-base.owl"/>
12+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto-base.owl"/>
1313
<dce:type rdf:resource="http://purl.obolibrary.org/obo/IAO_8000001"/>
14-
<dcterms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
14+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
1515
<dcterms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
16-
<dcterms:description>None</dcterms:description>
16+
<dcterms:description>A platform material digital application ontology for heat treatments</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>
19-
<owl:versionInfo>2025-08-29</owl:versionInfo>
19+
<owl:versionInfo>2025-09-03</owl:versionInfo>
2020
</owl:Ontology>
2121

2222

@@ -38,9 +38,9 @@
3838

3939

4040

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

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

4545

4646

src/ontology/hto-base.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
@base <https://w3id.org/pmd/ao/hto/hto-base.ttl> .
1010

1111
<https://w3id.org/pmd/ao/hto/hto-base.ttl> rdf:type owl:Ontology ;
12-
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto-base.ttl> ;
12+
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto-base.ttl> ;
1313
dce:type <http://purl.obolibrary.org/obo/IAO_8000001> ;
14-
dcterms:contributer <https://orcid.org/0000-0003-1649-6832> ;
14+
dcterms:contributor <https://orcid.org/0000-0003-1649-6832> ;
1515
dcterms:creator <https://orcid.org/0000-0002-9014-2920> ;
16-
dcterms:description "None" ;
16+
dcterms:description "A platform material digital application ontology for heat treatments" ;
1717
dcterms:license <https://creativecommons.org/licenses/unspecified> ;
1818
dcterms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
19-
owl:versionInfo "2025-08-29" .
19+
owl:versionInfo "2025-09-03" .
2020

2121
#################################################################
2222
# Annotation properties
@@ -26,8 +26,8 @@
2626
dce:type rdf:type owl:AnnotationProperty .
2727

2828

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

3232

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

src/ontology/hto-full.owl

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
1616
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1717
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto/hto-full.owl">
18-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto-full.owl"/>
19-
<dcterms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
18+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto-full.owl"/>
19+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
2020
<dcterms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
21-
<dcterms:description>None</dcterms:description>
21+
<dcterms:description>A platform material digital application ontology for heat treatments</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>
24-
<owl:versionInfo>2025-08-29</owl:versionInfo>
24+
<owl:versionInfo>2025-09-03</owl:versionInfo>
2525
</owl:Ontology>
2626

2727

@@ -211,12 +211,6 @@
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-
220214
<!-- http://purl.org/dc/terms/contributor -->
221215

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

src/ontology/hto-full.ttl

Lines changed: 167 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
@base <https://w3id.org/pmd/ao/hto/hto-full.ttl> .
1616

1717
<https://w3id.org/pmd/ao/hto/hto-full.ttl> rdf:type owl:Ontology ;
18-
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto-full.ttl> ;
19-
dcterms:contributer <https://orcid.org/0000-0003-1649-6832> ;
18+
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto-full.ttl> ;
19+
dcterms:contributor <https://orcid.org/0000-0003-1649-6832> ;
2020
dcterms:creator <https://orcid.org/0000-0002-9014-2920> ;
21-
dcterms:description "None" ;
21+
dcterms:description "A platform material digital application ontology for heat treatments" ;
2222
dcterms:license <https://creativecommons.org/licenses/unspecified> ;
2323
dcterms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
24-
owl:versionInfo "2025-08-29" .
24+
owl:versionInfo "2025-09-03" .
2525

2626
#################################################################
2727
# Annotation properties
@@ -144,10 +144,6 @@ 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-
151147
### http://purl.org/dc/terms/contributor
152148
dcterms:contributor rdf:type owl:AnnotationProperty .
153149

@@ -11542,6 +11538,169 @@ obo:OMO_0001000 rdf:type owl:NamedIndividual ;
1154211538
rdfs:label "out of scope" .
1154311539

1154411540

11541+
### https://w3id.org/pmd/co/PMD_0000912
11542+
co:PMD_0000912 rdf:type owl:NamedIndividual .
11543+
11544+
11545+
### https://w3id.org/pmd/co/PMD_0020006
11546+
co:PMD_0020006 rdf:type owl:NamedIndividual ;
11547+
rdfs:label "bravais lattice triclinic primitve"@en .
11548+
11549+
11550+
### https://w3id.org/pmd/co/PMD_0020007
11551+
co:PMD_0020007 rdf:type owl:NamedIndividual ;
11552+
rdfs:label "bravais lattice monoclinic primitive"@en .
11553+
11554+
11555+
### https://w3id.org/pmd/co/PMD_0020008
11556+
co:PMD_0020008 rdf:type owl:NamedIndividual ;
11557+
rdfs:label "bravais lattice monoclinic base-centered"@en .
11558+
11559+
11560+
### https://w3id.org/pmd/co/PMD_0020009
11561+
co:PMD_0020009 rdf:type owl:NamedIndividual ;
11562+
rdfs:label "bravais lattice orthorombic primitive"@en .
11563+
11564+
11565+
### https://w3id.org/pmd/co/PMD_0020010
11566+
co:PMD_0020010 rdf:type owl:NamedIndividual ;
11567+
rdfs:label "bravais lattice orthorhombic base-centered"@en .
11568+
11569+
11570+
### https://w3id.org/pmd/co/PMD_0020011
11571+
co:PMD_0020011 rdf:type owl:NamedIndividual ;
11572+
rdfs:label "bravais lattice orthorhombic body-centered"@en .
11573+
11574+
11575+
### https://w3id.org/pmd/co/PMD_0020012
11576+
co:PMD_0020012 rdf:type owl:NamedIndividual ;
11577+
rdfs:label "bravais lattice orthorhombic face-centered"@en .
11578+
11579+
11580+
### https://w3id.org/pmd/co/PMD_0020013
11581+
co:PMD_0020013 rdf:type owl:NamedIndividual ;
11582+
rdfs:label "bravais lattice tetragonal primitive"@en .
11583+
11584+
11585+
### https://w3id.org/pmd/co/PMD_0020014
11586+
co:PMD_0020014 rdf:type owl:NamedIndividual ;
11587+
rdfs:label "bravais lattice tetragonal body-centered"@en .
11588+
11589+
11590+
### https://w3id.org/pmd/co/PMD_0020015
11591+
co:PMD_0020015 rdf:type owl:NamedIndividual ;
11592+
rdfs:label "bravais lattice hexagonal rhombohedral primitive"@en .
11593+
11594+
11595+
### https://w3id.org/pmd/co/PMD_0020016
11596+
co:PMD_0020016 rdf:type owl:NamedIndividual ;
11597+
rdfs:label "bravais lattice hexagonal hexagonal primitive"@en .
11598+
11599+
11600+
### https://w3id.org/pmd/co/PMD_0020017
11601+
co:PMD_0020017 rdf:type owl:NamedIndividual ;
11602+
rdfs:label "bravais lattice cubic primitive"@en .
11603+
11604+
11605+
### https://w3id.org/pmd/co/PMD_0020018
11606+
co:PMD_0020018 rdf:type owl:NamedIndividual ;
11607+
rdfs:label "bravais lattice cubic body-centered"@en .
11608+
11609+
11610+
### https://w3id.org/pmd/co/PMD_0020019
11611+
co:PMD_0020019 rdf:type owl:NamedIndividual ;
11612+
rdfs:label "bravais lattice cubic face-centered"@en .
11613+
11614+
11615+
### https://w3id.org/pmd/co/PMD_0020027
11616+
co:PMD_0020027 rdf:type owl:NamedIndividual ;
11617+
rdfs:label "bainite"@en .
11618+
11619+
11620+
### https://w3id.org/pmd/co/PMD_0020097
11621+
co:PMD_0020097 rdf:type owl:NamedIndividual ;
11622+
rdfs:label "austenite"@en .
11623+
11624+
11625+
### https://w3id.org/pmd/co/PMD_0020100
11626+
co:PMD_0020100 rdf:type owl:NamedIndividual ;
11627+
rdfs:label "ferrite"@en .
11628+
11629+
11630+
### https://w3id.org/pmd/co/PMD_0020107
11631+
co:PMD_0020107 rdf:type owl:NamedIndividual ;
11632+
rdfs:label "ledeburite"@en .
11633+
11634+
11635+
### https://w3id.org/pmd/co/PMD_0020109
11636+
co:PMD_0020109 rdf:type owl:NamedIndividual ;
11637+
rdfs:label "pearlite"@en .
11638+
11639+
11640+
### https://w3id.org/pmd/co/PMD_0020110
11641+
co:PMD_0020110 rdf:type owl:NamedIndividual ;
11642+
rdfs:label "widmanstatten structure"@en .
11643+
11644+
11645+
### https://w3id.org/pmd/co/PMD_0020111
11646+
co:PMD_0020111 rdf:type owl:NamedIndividual ;
11647+
rdfs:label "martensite"@en .
11648+
11649+
11650+
### https://w3id.org/pmd/co/PMD_0020117
11651+
co:PMD_0020117 rdf:type owl:NamedIndividual ;
11652+
rdfs:label "aggregate state solid"@en ;
11653+
skos:definition "A state where the bonds between entites trasmit shear forces."@en .
11654+
11655+
11656+
### https://w3id.org/pmd/co/PMD_0020118
11657+
co:PMD_0020118 rdf:type owl:NamedIndividual ;
11658+
rdfs:label "aggregate state liquid"@en ;
11659+
skos:definition "A state where the bonds of the entites transmit no shear force."@en .
11660+
11661+
11662+
### https://w3id.org/pmd/co/PMD_0020119
11663+
co:PMD_0020119 rdf:type owl:NamedIndividual ;
11664+
rdfs:label "aggregate state gasous"@en ;
11665+
skos:definition "A state where the entities have no bonding."@en .
11666+
11667+
11668+
### https://w3id.org/pmd/co/PMD_0020120
11669+
co:PMD_0020120 rdf:type owl:NamedIndividual ;
11670+
rdfs:label "aggregate state plasma"@en ;
11671+
skos:definition "An aggregate state where the entites are atom nuclei and have no bonds."@en .
11672+
11673+
11674+
### https://w3id.org/pmd/co/PMD_0020121
11675+
co:PMD_0020121 rdf:type owl:NamedIndividual ;
11676+
rdfs:label "aggregate state atom gas"@en ;
11677+
skos:definition "A gaseous state where the gas entities are atoms."@en .
11678+
11679+
11680+
### https://w3id.org/pmd/co/PMD_0020122
11681+
co:PMD_0020122 rdf:type owl:NamedIndividual ;
11682+
rdfs:label "aggregate state supercritical fluid"@en ;
11683+
skos:definition "A state with strong bindings between entites that do not transmit shear force."@en .
11684+
11685+
11686+
### https://w3id.org/pmd/co/PMD_0020123
11687+
co:PMD_0020123 rdf:type owl:NamedIndividual ;
11688+
rdfs:label "aggregate state mesomorphic"@en ;
11689+
skos:definition "A state where some bonds transmit shear stresses and some do not."@en .
11690+
11691+
11692+
### https://w3id.org/pmd/co/PMD_0020124
11693+
co:PMD_0020124 rdf:type owl:NamedIndividual ;
11694+
rdfs:label "aggregate state suprafluid"@en ;
11695+
skos:definition "A state with frictionless binding that transmits no shear force between entites."@en .
11696+
11697+
11698+
### https://w3id.org/pmd/co/PMD_0020125
11699+
co:PMD_0020125 rdf:type owl:NamedIndividual ;
11700+
rdfs:label "aggregate state suprasolid"@en ;
11701+
skos:definition "A state that exhibits suprafluid and solid properties."@en .
11702+
11703+
1154511704
#################################################################
1154611705
# Annotations
1154711706
#################################################################

src/ontology/hto-simple.owl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
xmlns:terms="http://purl.org/dc/terms/"
1212
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1313
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto/hto-simple.owl">
14-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto-simple.owl"/>
15-
<terms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
14+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto-simple.owl"/>
15+
<terms:contributor rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
1616
<terms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
17-
<terms:description>None</terms:description>
17+
<terms:description>A platform material digital application ontology for heat treatments</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>
20-
<owl:versionInfo>2025-08-29</owl:versionInfo>
20+
<owl:versionInfo>2025-09-03</owl:versionInfo>
2121
</owl:Ontology>
2222

2323

@@ -39,9 +39,9 @@
3939

4040

4141

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

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

4646

4747

src/ontology/hto-simple.ttl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
@base <https://w3id.org/pmd/ao/hto/hto-simple.ttl> .
1212

1313
<https://w3id.org/pmd/ao/hto/hto-simple.ttl> rdf:type owl:Ontology ;
14-
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto-simple.ttl> ;
15-
terms:contributer <https://orcid.org/0000-0003-1649-6832> ;
14+
owl:versionIRI <https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto-simple.ttl> ;
15+
terms:contributor <https://orcid.org/0000-0003-1649-6832> ;
1616
terms:creator <https://orcid.org/0000-0002-9014-2920> ;
17-
terms:description "None" ;
17+
terms:description "A platform material digital application ontology for heat treatments" ;
1818
terms:license <https://creativecommons.org/licenses/unspecified> ;
1919
terms:title "Platform Material Digital Application Ontology (PMDao) - Heat Treatment Module"@en ;
20-
owl:versionInfo "2025-08-29" .
20+
owl:versionInfo "2025-09-03" .
2121

2222
#################################################################
2323
# Annotation properties
@@ -27,8 +27,8 @@
2727
dc:identifier rdf:type owl:AnnotationProperty .
2828

2929

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

3333

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

src/ontology/hto.owl

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
xmlns:protege="http://protege.stanford.edu/plugins/owl/protege#"
1616
xmlns:oboInOwl="http://www.geneontology.org/formats/oboInOwl#">
1717
<owl:Ontology rdf:about="https://w3id.org/pmd/ao/hto.owl">
18-
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-08-29/hto.owl"/>
19-
<dcterms:contributer rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
18+
<owl:versionIRI rdf:resource="https://w3id.org/pmd/ao/hto/releases/2025-09-03/hto.owl"/>
19+
<dcterms:contributor rdf:resource="https://orcid.org/0000-0003-1649-6832"/>
2020
<dcterms:creator rdf:resource="https://orcid.org/0000-0002-9014-2920"/>
21-
<dcterms:description>None</dcterms:description>
21+
<dcterms:description>A platform material digital application ontology for heat treatments</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>
24-
<owl:versionInfo>2025-08-29</owl:versionInfo>
24+
<owl:versionInfo>2025-09-03</owl:versionInfo>
2525
</owl:Ontology>
2626

2727

@@ -211,12 +211,6 @@
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-
220214
<!-- http://purl.org/dc/terms/contributor -->
221215

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

0 commit comments

Comments
 (0)