Skip to content

Commit 51d651c

Browse files
authored
Merge pull request #435 from materialdigital/434-make-microconstituents-proper-classes
implement #434
2 parents 9adfc5c + 7363b09 commit 51d651c

2 files changed

Lines changed: 185 additions & 93 deletions

File tree

src/ontology/components/pmdco-materials.owl

Lines changed: 58 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@ Declaration(Class(<https://w3id.org/pmd/co/PMD_0020241>))
181181
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020249>))
182182
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020250>))
183183
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020251>))
184+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020280>))
185+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020281>))
186+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020282>))
187+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020283>))
188+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020284>))
189+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020285>))
190+
Declaration(Class(<https://w3id.org/pmd/co/PMD_0020286>))
184191
Declaration(Class(<https://w3id.org/pmd/co/PMD_0025004>))
185192
Declaration(Class(<https://w3id.org/pmd/co/PMD_0025014>))
186193
Declaration(Class(<https://w3id.org/pmd/co/PMD_0025015>))
@@ -1156,16 +1163,17 @@ AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020159> "daughter p
11561163
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020159> "The daughter phase role is the role of a phase that forms during the phase transformation process."@en)
11571164
SubClassOf(<https://w3id.org/pmd/co/PMD_0020159> <http://purl.obolibrary.org/obo/BFO_0000023>)
11581165

1159-
# Class: <https://w3id.org/pmd/co/PMD_0020160> (microconstituent (phase mixture))
1166+
# Class: <https://w3id.org/pmd/co/PMD_0020160> (ferrous metal microconstituent)
11601167

1161-
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/co/PMD_0020160> "In metallography the term phase is sometimes used to denote microconstituents. To avoid confusion, the term phase should only be used for thermodynamic phases."@en)
1162-
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020160> "microconstituent (phase mixture)"@en)
1163-
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020160> "A portion of matter that has one or more thermodynamic phases arranged in a characteristic spatial configuration (morphology) as parts."@en)
1164-
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#example> <https://w3id.org/pmd/co/PMD_0020160> "Pearlite is a microconstituent that has as parts the thermodynamic phases ferrite (α-Fe) and cementite (Fe3C) as parts. The characteristic spatial arrangement is in that case the lamellar orientation of the phases.
1168+
AnnotationAssertion(rdfs:comment <https://w3id.org/pmd/co/PMD_0020160> "Microconstiutents were coined in the times of light-optical metallography and are related to the differences that can be observed using this experimental process.
11651169

1166-
Martensite is a microconstituent that has as part the thermodynamic ferrite phase with characteristic morphologies and chemistry. Its presence and amount is governed by the processing path and kinetics."@en)
1170+
In metallography the term phase is sometimes used to denote microconstituents. To avoid confusion, the term phase should only be used for thermodynamic phases."@en)
1171+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020160> "ferrous metal microconstituent"@en)
1172+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020160> "A portion of matter that is at the same time an object at the microscopic scale which in turn is part of some ferrous metal."@en)
1173+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#example> <https://w3id.org/pmd/co/PMD_0020160> "Pearlite is a microconstituent that has as parts some entities (lamellae) that at the same time are the thermodynamic phases ferrite (α-Fe) and cementite (Fe3C) . The characteristic spatial arrangement is in that case the lamellar orientation of the phases."@en)
11671174
AnnotationAssertion(<https://w3id.org/pmd/co/PMD_0000060> <https://w3id.org/pmd/co/PMD_0020160> "true"^^xsd:boolean)
1168-
SubClassOf(<https://w3id.org/pmd/co/PMD_0020160> <https://w3id.org/pmd/co/PMD_0000001>)
1175+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020160> ObjectIntersectionOf(<https://w3id.org/pmd/co/PMD_0000001> ObjectIntersectionOf(ObjectUnionOf(<http://purl.obolibrary.org/obo/BFO_0000027> <http://purl.obolibrary.org/obo/BFO_0000030>) ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000050> <https://w3id.org/pmd/co/PMD_0000639>))))
1176+
DisjointUnion(<https://w3id.org/pmd/co/PMD_0020160> <https://w3id.org/pmd/co/PMD_0020280> <https://w3id.org/pmd/co/PMD_0020281> <https://w3id.org/pmd/co/PMD_0020282> <https://w3id.org/pmd/co/PMD_0020283> <https://w3id.org/pmd/co/PMD_0020284> <https://w3id.org/pmd/co/PMD_0020285> <https://w3id.org/pmd/co/PMD_0020286>)
11691177

11701178
# Class: <https://w3id.org/pmd/co/PMD_0020197> (lattice point)
11711179

@@ -1308,6 +1316,48 @@ AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3
13081316
SubClassOf(<https://w3id.org/pmd/co/PMD_0020250> <https://w3id.org/pmd/co/PMD_0020003>)
13091317
SubClassOf(<https://w3id.org/pmd/co/PMD_0020250> ObjectSomeValuesFrom(<http://purl.obolibrary.org/obo/BFO_0000051> ObjectIntersectionOf(<http://purl.obolibrary.org/obo/CHEBI_33250> ObjectSomeValuesFrom(<https://w3id.org/pmd/co/PMD_0025998> <https://w3id.org/pmd/co/PMD_0050002>))))
13101318

1319+
# Class: <https://w3id.org/pmd/co/PMD_0020280> (austenite)
1320+
1321+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020280> "austenite"@en)
1322+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020280> "ferrous metal microconstituent which at the same time is a face-centered cubic iron crystall object or object aggregate"@en)
1323+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020280> <https://w3id.org/pmd/co/PMD_0020160>)
1324+
1325+
# Class: <https://w3id.org/pmd/co/PMD_0020281> (bainite)
1326+
1327+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020281> "bainite"@en)
1328+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020281> "ferrous metal microconstituent which at the same time is a body centered cubic iron crystall object or object aggregate and has part some finely dispersed entities that at the same time are cementite thermodynamic phase"@en)
1329+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020281> <https://w3id.org/pmd/co/PMD_0020160>)
1330+
1331+
# Class: <https://w3id.org/pmd/co/PMD_0020282> (ferrite)
1332+
1333+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020282> "ferrite"@en)
1334+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020282> "ferrous metal microconstituent which at the same time is a body centered cubic iron crystall object or object aggregate"@en)
1335+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020282> <https://w3id.org/pmd/co/PMD_0020160>)
1336+
1337+
# Class: <https://w3id.org/pmd/co/PMD_0020283> (ledeburite)
1338+
1339+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020283> "ledeburite"@en)
1340+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020283> "ferrous metal microconstituent which at the same time is a face centered cubic iron crystall object or object aggregate and has part some entities that at the same time are cementite thermodynamic phase"@en)
1341+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020283> <https://w3id.org/pmd/co/PMD_0020160>)
1342+
1343+
# Class: <https://w3id.org/pmd/co/PMD_0020284> (martensite)
1344+
1345+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020284> "martensite"@en)
1346+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020284> "ferrous metal microconstituent which at the same time is a tetragonal body centered iron crystall object or object aggregate"@en)
1347+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020284> <https://w3id.org/pmd/co/PMD_0020160>)
1348+
1349+
# Class: <https://w3id.org/pmd/co/PMD_0020285> (pearlite)
1350+
1351+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020285> "pearlite"@en)
1352+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020285> "ferrous metal microconstituent which at the same time is a body centered cubic iron crystall object or object aggregate and has part some clearly lamella shaped entities that at the same time are cementite thermodynamic phase"@en)
1353+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020285> <https://w3id.org/pmd/co/PMD_0020160>)
1354+
1355+
# Class: <https://w3id.org/pmd/co/PMD_0020286> (widmanstatten structure)
1356+
1357+
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0020286> "widmanstatten structure"@en)
1358+
AnnotationAssertion(<http://www.w3.org/2004/02/skos/core#definition> <https://w3id.org/pmd/co/PMD_0020286> "ferrous metal microconstituent which at the same time is a body centered cubic iron crystall object or object aggregate and has part some entities that at the same time are cementite thermodynamic phase"@en)
1359+
SubClassOf(<https://w3id.org/pmd/co/PMD_0020286> <https://w3id.org/pmd/co/PMD_0020160>)
1360+
13111361
# Class: <https://w3id.org/pmd/co/PMD_0025014> (single crystal)
13121362

13131363
AnnotationAssertion(rdfs:label <https://w3id.org/pmd/co/PMD_0025014> "single crystal"@en)
@@ -1376,4 +1426,5 @@ SubClassOf(<https://w3id.org/pmd/co/PMD_0200001> <http://purl.obolibrary.org/obo
13761426

13771427

13781428

1429+
DisjointClasses(<https://w3id.org/pmd/co/PMD_0020280> <https://w3id.org/pmd/co/PMD_0020281> <https://w3id.org/pmd/co/PMD_0020282> <https://w3id.org/pmd/co/PMD_0020283> <https://w3id.org/pmd/co/PMD_0020284> <https://w3id.org/pmd/co/PMD_0020285> <https://w3id.org/pmd/co/PMD_0020286>)
13791430
)

0 commit comments

Comments
 (0)