Skip to content

Commit c1161a3

Browse files
authored
Merge pull request #344 from materialdigital/341-make-behavioral-material-property-subclassof-disposition
moved behavioral material property to disposition
2 parents 4f718af + 5728d87 commit c1161a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ontology/components/pmdco-qualities.owl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -290,19 +290,19 @@ AnnotationAssertion(skos:example pmdco:PMD_0025999 "mass proportion m is relatio
290290

291291
DisjointClasses(obo:COB_0000082 pmdco:PMD_0025009)
292292

293-
# Class: pmdco:PMD_0000005 (behavioral material property)
293+
# Class: pmdco:PMD_0000005 (material property)
294294

295295
AnnotationAssertion(rdfs:comment pmdco:PMD_0000005 "Technical materials are complex object aggregates. The properties that are determined for those object aggregates are intrinsically associated with the methodologies employed in the measurement process. This is in contrast to typical 'physical' properties, which like e.g. mass that can be determined to high accuracy independently of the measurement process.
296296
As a consequence, the behavoiral material properties in the ontology are differeciated according to their measurement method, e.g. Brinell hardness and Vickers hardness are different types of indentation hardness rather than different measures/quantification (GDC) of the materials property 'indentation hardness'.
297297
The 'unit idenifieres' of such properties (e.g. \"HV1\", \"HV10\", \"HBW\") are strictly speaking not units but rather references to the measurement methodology used to determine a numeric value that quantifies the property."@en)
298-
AnnotationAssertion(rdfs:label pmdco:PMD_0000005 "behavioral material property"@en)
298+
AnnotationAssertion(rdfs:label pmdco:PMD_0000005 "material property"@en)
299299
AnnotationAssertion(skos:definition pmdco:PMD_0000005 "A property is a material trait in terms of the kind and magnitude of response to a specific imposed stimulus. Generally, definitions of properties are made independent of material shape and size.
300300

301301
(Callister, W.D., Rethwisch, D.G., Materials Science and Engineering, Wiley, 2014)
302302

303303
We only deal with intensive (system-size independent) material properties. Extensive properties that depend on the testpiece/specimen/probe size should be found in the respective testing method modules."@en)
304304
AnnotationAssertion(pmdco:PMD_0000060 pmdco:PMD_0000005 "true"^^xsd:boolean)
305-
SubClassOf(pmdco:PMD_0000005 obo:BFO_0000017)
305+
SubClassOf(pmdco:PMD_0000005 obo:BFO_0000016)
306306
SubClassOf(pmdco:PMD_0000005 ObjectSomeValuesFrom(obo:BFO_0000054 pmdco:PMD_0000950))
307307
SubClassOf(Annotation(rdfs:comment "Due to the duality of object and portion of matter this axiom can not be an equivalent class axiom."@en) pmdco:PMD_0000005 ObjectSomeValuesFrom(obo:RO_0000052 ObjectIntersectionOf(pmdco:PMD_0000001 ObjectSomeValuesFrom(obo:RO_0000056 obo:BFO_0000015))))
308308

@@ -819,19 +819,19 @@ SubClassOf(pmdco:PMD_0001008 pmdco:PMD_0000802)
819819

820820
AnnotationAssertion(rdfs:label pmdco:PMD_0010000 "corrosion resistant")
821821
AnnotationAssertion(skos:definition pmdco:PMD_0010000 "a disposition to withstand corrosive attack to a certain extend")
822-
SubClassOf(pmdco:PMD_0010000 obo:BFO_0000016)
822+
SubClassOf(pmdco:PMD_0010000 pmdco:PMD_0000005)
823823

824824
# Class: pmdco:PMD_0010013 (hardenable)
825825

826826
AnnotationAssertion(rdfs:label pmdco:PMD_0010013 "hardenable")
827827
AnnotationAssertion(skos:definition pmdco:PMD_0010013 "a disposition to gain a greatly increased hardness at the surface or entire volume by the process of hardening")
828-
SubClassOf(pmdco:PMD_0010013 obo:BFO_0000016)
828+
SubClassOf(pmdco:PMD_0010013 pmdco:PMD_0000005)
829829

830830
# Class: pmdco:PMD_0010022 (containing magnetic species)
831831

832832
AnnotationAssertion(rdfs:label pmdco:PMD_0010022 "containing magnetic species")
833833
AnnotationAssertion(skos:definition pmdco:PMD_0010022 "A disposition that inheres in a material entity in virtue of the presence of one or more magnetic species (e.g. ferromagnetic, paramagnetic, or diamagnetic particles or atoms), and that manifests under appropriate conditions as the ability of that material entity to exhibit a magnetic response or influence in a magnetic field."@en)
834-
SubClassOf(pmdco:PMD_0010022 obo:BFO_0000016)
834+
SubClassOf(pmdco:PMD_0010022 pmdco:PMD_0000005)
835835

836836
# Class: pmdco:PMD_0010023 (bioactive)
837837

0 commit comments

Comments
 (0)