@prefix : <https://w3id.org/pmd/automatce/automatce-full.ttl#> .
@prefix co: <https://w3id.org/pmd/co/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix rdfa: <http://www.w3.org/ns/rdfa#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix swrl: <http://www.w3.org/2003/11/swrl#> .
@prefix void: <http://rdfs.org/ns/void#> .
@prefix swrlb: <http://www.w3.org/2003/11/swrlb#> .
@prefix oboInOwl: <http://www.geneontology.org/formats/oboInOwl#> .
@base <https://w3id.org/pmd/automatce/automatce-full.ttl> .

<https://w3id.org/pmd/automatce/automatce-full.ttl> rdf:type owl:Ontology ;
                                                     owl:versionIRI <https://w3id.org/pmd/automatce/releases/2026-05-28/automatce-full.ttl> ;
                                                     <http://purl.org/dc/elements/1.1/contributor> <https://orcid.org/0000-0003-0473-0070> ,
                                                                                                   <https://orcid.org/0000-0003-0744-8855> ,
                                                                                                   <https://orcid.org/0009-0003-1503-4422> ,
                                                                                                   <https://orcid.org/0009-0007-7468-3544> ;
                                                     <http://purl.org/dc/elements/1.1/creator> <https://orcid.org/0000-0003-0473-0070> ,
                                                                                               <https://orcid.org/0000-0003-0744-8855> ,
                                                                                               <https://orcid.org/0009-0003-1503-4422> ,
                                                                                               <https://orcid.org/0009-0007-7468-3544> ;
                                                     <http://purl.org/dc/elements/1.1/description> "Application ontology for automotive circular-economy product, material, sustainability, usage, dismantling, engineering and transactional data aligned to PMDCore and BFO 2020." ;
                                                     <http://purl.org/dc/elements/1.1/license> <https://w3id.org/pmd/automatce.owl#CC-BY-4.0> ;
                                                     <http://purl.org/dc/elements/1.1/title> "Automotive Circular Economy Ontology" ;
                                                     owl:versionInfo "2026-05-28" .

#################################################################
#    Annotation properties
#################################################################

###  http://purl.obolibrary.org/obo/IAO_0000115
obo:IAO_0000115 rdf:type owl:AnnotationProperty ;
                obo:IAO_0000115 "The official OBI definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ,
                                "The official definition, explaining the meaning of a class or property. Shall be Aristotelian, formalized and normalized. Can be augmented with colloquial definitions."@en ;
                rdfs:label "definition" ,
                           "definition"@en ,
                           "textual definition" .


###  http://purl.org/dc/elements/1.1/contributor
<http://purl.org/dc/elements/1.1/contributor> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/creator
<http://purl.org/dc/elements/1.1/creator> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/description
<http://purl.org/dc/elements/1.1/description> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/license
<http://purl.org/dc/elements/1.1/license> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/elements/1.1/source
<http://purl.org/dc/elements/1.1/source> rdf:type owl:AnnotationProperty ;
                                         rdfs:comment """A reference to a resource from which the present resource
         is derived."""@en-us ;
                                         rdfs:label "Source" ,
                                                    "Source"@en-us .


###  http://purl.org/dc/elements/1.1/title
<http://purl.org/dc/elements/1.1/title> rdf:type owl:AnnotationProperty .


###  http://purl.org/dc/terms/contributor
dc:contributor rdf:type owl:AnnotationProperty ;
               rdfs:label "contributor" .


###  http://purl.org/dc/terms/creator
dc:creator rdf:type owl:AnnotationProperty ;
           rdfs:label "creator" .


###  http://purl.org/dc/terms/description
dc:description rdf:type owl:AnnotationProperty ;
               rdfs:label "description" .


###  http://purl.org/dc/terms/license
dc:license rdf:type owl:AnnotationProperty ;
           rdfs:label "dcterms:license" ,
                      "license" .


###  http://purl.org/dc/terms/title
dc:title rdf:type owl:AnnotationProperty ;
         rdfs:label "title" .


###  http://www.w3.org/2000/01/rdf-schema#comment
rdfs:comment rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2000/01/rdf-schema#label
rdfs:label rdf:type owl:AnnotationProperty ;
           rdfs:label "label" ,
                      "label"@en .


###  http://www.w3.org/2002/07/owl#deprecated
owl:deprecated rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#altLabel
skos:altLabel rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#broader
skos:broader rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#definition
skos:definition rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#example
skos:example rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#inScheme
skos:inScheme rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#notation
skos:notation rdf:type owl:AnnotationProperty .


###  http://www.w3.org/2004/02/skos/core#topConceptOf
skos:topConceptOf rdf:type owl:AnnotationProperty .


###  https://w3id.org/pmd/co/PMD_0050117
co:PMD_0050117 rdf:type owl:AnnotationProperty ;
               rdfs:label "abbreviation"@en ;
               skos:definition "A textual annotation used to specify a commonly accepted abbreviation, acronym, or shortened form of a class label. This property is intended to support concise referencing of ontology classes, especially when standard abbreviations are widely used in practice."@en ;
               skos:example "\"DNA\" for \"Deoxyribonucleic Acid\""@en .


#################################################################
#    Datatypes
#################################################################

###  http://www.w3.org/1999/02/22-rdf-syntax-ns#PlainLiteral
rdf:PlainLiteral rdf:type rdfs:Datatype .


#################################################################
#    Object Properties
#################################################################

###  http://purl.obolibrary.org/obo/BFO_0000050
obo:BFO_0000050 rdf:type owl:ObjectProperty ;
                owl:inverseOf obo:BFO_0000051 ;
                rdf:type owl:TransitiveProperty ;
                obo:IAO_0000115 "a core relation that holds between a part and its whole"@en ;
                rdfs:label "part of"@en .


###  http://purl.obolibrary.org/obo/BFO_0000051
obo:BFO_0000051 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:BFO_0000051 ;
                rdf:type owl:TransitiveProperty ;
                obo:IAO_0000115 "a core relation that holds between a whole and its part"@en ;
                rdfs:label "has part"@en .


###  http://purl.obolibrary.org/obo/BFO_0000054
obo:BFO_0000054 rdf:type owl:ObjectProperty ;
                owl:inverseOf obo:BFO_0000055 ;
                rdfs:domain obo:BFO_0000017 ;
                rdfs:range obo:BFO_0000015 ;
                rdfs:label "has realization"@en ,
                           "realized in"@en ;
                skos:definition "b has realization c =Def c realizes b"@en ;
                skos:example "As for realizes"@en .


###  http://purl.obolibrary.org/obo/BFO_0000055
obo:BFO_0000055 rdf:type owl:ObjectProperty ;
                rdfs:domain obo:BFO_0000015 ;
                rdfs:range obo:BFO_0000017 ;
                obo:IAO_0000115 "Paraphrase of elucidation: a relation between a process and a realizable entity, where there is some material entity that is bearer of the realizable entity and participates in the process, and the realizable entity comes to be realized in the course of the process"@en ;
                rdfs:label "realizes"@en ;
                skos:definition "(Elucidation) realizes is a relation between a process b and realizable entity c such that c inheres in some d & for all t, if b has participant d then c exists & the type instantiated by b is correlated with the type instantiated by c"@en ;
                skos:example "A balding process realizes a disposition to go bald; a studying process realizes a student role; a process of pumping blood realizes the pumping function of a heart"@en .


###  http://purl.obolibrary.org/obo/BFO_0000108
obo:BFO_0000108 rdf:type owl:ObjectProperty ;
                rdfs:domain obo:BFO_0000001 ;
                rdfs:range obo:BFO_0000008 ;
                rdfs:label "exists at"@en ;
                skos:definition "(Elucidation) exists at is a relation between a particular and some temporal region at which the particular exists"@en ;
                skos:example "First World War exists at 1914-1916; Mexico exists at January 1, 2000"@en .


###  http://purl.obolibrary.org/obo/BFO_0000117
obo:BFO_0000117 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:BFO_0000051 ;
                owl:inverseOf obo:BFO_0000132 ;
                rdf:type owl:TransitiveProperty ;
                rdfs:domain obo:BFO_0000003 ;
                rdfs:range obo:BFO_0000003 ;
                rdfs:label "has occurrent part"@en ;
                skos:definition "b has occurrent part c =Def c occurrent part of b"@en ;
                skos:example "Mary's life has occurrent part Mary's 5th birthday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000132
obo:BFO_0000132 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:BFO_0000050 ;
                rdf:type owl:TransitiveProperty ;
                rdfs:domain obo:BFO_0000003 ;
                rdfs:range obo:BFO_0000003 ;
                rdfs:label "occurrent part of"@en ;
                skos:definition "(Elucidation) occurrent part of is a relation between occurrents b and c when b is part of c"@en ;
                skos:example "Mary's 5th birthday is an occurrent part of Mary's life; the first set of the tennis match is an occurrent part of the tennis match"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource obo:BFO_0000132 ;
   owl:annotatedProperty rdfs:subPropertyOf ;
   owl:annotatedTarget obo:BFO_0000050 ;
   rdfs:comment "\"occurrent part of\" is not a BFO2020 temporalized relation. It just restricts the domain and range to \"occurrent\". That's why is should be OK to make it sub property of RO \"part of\""
 ] .


###  http://purl.obolibrary.org/obo/BFO_0000196
obo:BFO_0000196 rdf:type owl:ObjectProperty ;
                rdfs:label "bearer of"@en ;
                skos:definition "A relation between an independent continuant and a specifically dependent continuant that inheres in it."@en .


###  http://purl.obolibrary.org/obo/BFO_0000197
obo:BFO_0000197 rdf:type owl:ObjectProperty ;
                rdfs:label "inheres in"@en ;
                skos:definition "A relation between a specifically dependent continuant and the independent continuant that bears it."@en .


###  http://purl.obolibrary.org/obo/BFO_0000199
obo:BFO_0000199 rdf:type owl:ObjectProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain [ rdf:type owl:Class ;
                              owl:unionOf ( obo:BFO_0000015
                                            obo:BFO_0000035
                                          )
                            ] ;
                rdfs:range obo:BFO_0000008 ;
                rdfs:label "occupies temporal region"@en ;
                skos:definition "p occupies temporal region t =Def p is a process or process boundary & the spatiotemporal region occupied by p temporally projects onto t"@en ;
                skos:example "The Second World War occupies the temporal region September 1, 1939 - September 2, 1945"@en .


###  http://purl.obolibrary.org/obo/BFO_0000221
obo:BFO_0000221 rdf:type owl:ObjectProperty ;
                owl:inverseOf obo:BFO_0000222 ;
                rdfs:domain obo:BFO_0000203 ;
                rdfs:range obo:BFO_0000008 ;
                rdfs:label "first instant of"@en ;
                skos:definition "t first instant of t' =Def t is a temporal instant & t' is a temporal region t' & t precedes all temporal parts of t' other than t"@en ;
                skos:example "An hour starting at midnight yesterday has first instant midnight yesterday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000222
obo:BFO_0000222 rdf:type owl:ObjectProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain obo:BFO_0000008 ;
                rdfs:range obo:BFO_0000203 ;
                rdfs:label "has first instant"@en ;
                skos:definition "t has first instant t' =Def t' first instant of t"@en ;
                skos:example "The first hour of a year has first instant midnight on December 31"@en .


###  http://purl.obolibrary.org/obo/BFO_0000223
obo:BFO_0000223 rdf:type owl:ObjectProperty ;
                owl:inverseOf obo:BFO_0000224 ;
                rdfs:domain obo:BFO_0000203 ;
                rdfs:range obo:BFO_0000008 ;
                rdfs:label "last instant of"@en ;
                skos:definition "t last instant of t' =Def t is a temporal instant & t' is a temporal region & all temporal parts of t' other than t precede t"@en ;
                skos:example "Last midnight is the last instant of yesterday"@en .


###  http://purl.obolibrary.org/obo/BFO_0000224
obo:BFO_0000224 rdf:type owl:ObjectProperty ,
                         owl:FunctionalProperty ;
                rdfs:domain obo:BFO_0000008 ;
                rdfs:range obo:BFO_0000203 ;
                rdfs:label "has last instant"@en ;
                skos:definition "t has last instant t' =Def t' last instant of t"@en ;
                skos:example "The last hour of a year has last instant midnight December 31"@en .


###  http://purl.obolibrary.org/obo/IAO_0000039
obo:IAO_0000039 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:BFO_0000051 ;
                rdf:type owl:FunctionalProperty ;
                rdfs:range obo:IAO_0000003 ;
                rdfs:label "has measurement unit label"@en .


###  http://purl.obolibrary.org/obo/IAO_0000136
obo:IAO_0000136 rdf:type owl:ObjectProperty ;
                owl:inverseOf co:PMD_0000004 ;
                rdfs:domain obo:IAO_0000030 ;
                obo:IAO_0000115 "A (currently) primitive relation that relates an information artifact to an entity."@en ;
                rdfs:label "is about"@en .


###  http://purl.obolibrary.org/obo/IAO_0000219
obo:IAO_0000219 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:IAO_0000136 ;
                owl:inverseOf obo:IAO_0000235 ;
                rdfs:domain obo:IAO_0000030 ;
                rdfs:range obo:BFO_0000001 ;
                obo:IAO_0000115 "A primitive, instance-level, relation obtaining between an information content entity and some portion of reality. Denotation is what happens when someone creates an information content entity E in order to specifically refer to something. The only relation between E and the thing is that E can be used to 'pick out' the thing. This relation connects those two together. Freedictionary.com sense 3: To signify directly; refer to specifically"@en ;
                rdfs:comment ""@en ;
                rdfs:label "denotes"@en .


###  http://purl.obolibrary.org/obo/IAO_0000221
obo:IAO_0000221 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:IAO_0000136 ;
                owl:inverseOf obo:IAO_0000417 ;
                rdfs:domain obo:IAO_0000109 ;
                obo:IAO_0000115 "m is a quality measurement of q at t. When q is a quality, there is a measurement process p that has specified output m, a measurement datum, that is about q"@en ;
                rdfs:label "is quality measurement of"@en .


###  http://purl.obolibrary.org/obo/IAO_0000235
obo:IAO_0000235 rdf:type owl:ObjectProperty ;
                rdfs:domain obo:BFO_0000001 ;
                rdfs:range obo:IAO_0000030 ;
                obo:IAO_0000115 "inverse of the relation 'denotes'"@en ;
                rdfs:label "denoted by"@en .


###  http://purl.obolibrary.org/obo/IAO_0000417
obo:IAO_0000417 rdf:type owl:ObjectProperty ;
                obo:IAO_0000115 "inverse of the relation of is quality measurement of"@en ;
                rdfs:label "is quality measured as"@en .


###  http://purl.obolibrary.org/obo/OBI_0000293
obo:OBI_0000293 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:RO_0000057 ;
                owl:inverseOf obo:OBI_0000295 ;
                rdfs:domain obo:COB_0000035 ;
                obo:IAO_0000115 "The inverse property of is specified input of" ;
                rdfs:label "has specified input"@en .


###  http://purl.obolibrary.org/obo/OBI_0000295
obo:OBI_0000295 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:RO_0000056 ;
                rdfs:range obo:COB_0000035 ;
                obo:IAO_0000115 "A relation between a completely executed planned process and a continuant participating in that process that is not created during the process. The presence of the continuant during the process is explicitly specified in the plan specification which the process realizes the concretization of." ;
                rdfs:label "is specified input of"@en .


###  http://purl.obolibrary.org/obo/OBI_0000299
obo:OBI_0000299 rdf:type owl:ObjectProperty ;
                owl:equivalentProperty [ owl:inverseOf obo:OBI_0000312
                                       ] ;
                rdfs:subPropertyOf obo:RO_0000057 ;
                owl:inverseOf obo:OBI_0000312 ;
                rdfs:domain obo:COB_0000035 ;
                obo:IAO_0000115 "The inverse property of is specified output of" ;
                rdfs:label "has specified output"@en .


###  http://purl.obolibrary.org/obo/OBI_0000312
obo:OBI_0000312 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:RO_0000056 ;
                rdfs:range obo:COB_0000035 ;
                obo:IAO_0000115 "A relation between a completely executed planned process and a continuant participating in that process. The presence of the continuant at the end of the process is explicitly specified in the objective specification which the process realizes the concretization of."@en ;
                rdfs:label "is specified output of"@en .


###  http://purl.obolibrary.org/obo/OBI_0000417
obo:OBI_0000417 rdf:type owl:ObjectProperty ;
                rdfs:domain obo:COB_0000035 ;
                rdfs:range obo:IAO_0000005 ;
                obo:IAO_0000115 "This relation obtains between a planned process and a objective specification when the criteria specified in the objective specification are met at the end of the planned process."@en ;
                rdfs:label "achieves_planned_objective" .


###  http://purl.obolibrary.org/obo/OBI_0001927
obo:OBI_0001927 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:IAO_0000136 ;
                owl:inverseOf co:PMD_0000077 ;
                rdfs:domain obo:OBI_0001933 ;
                obo:IAO_0000115 "A relation between a value specification and an entity which the specification is about."@en ;
                rdfs:label "specifies value of" .


###  http://purl.obolibrary.org/obo/OBI_0001938
obo:OBI_0001938 rdf:type owl:ObjectProperty ;
                rdfs:subPropertyOf obo:BFO_0000051 ;
                rdfs:domain obo:IAO_0000030 ;
                rdfs:range obo:OBI_0001933 ;
                obo:IAO_0000115 "A relation between an information content entity and a value specification that specifies its value."@en ;
                rdfs:label "has value specification" .


###  http://purl.obolibrary.org/obo/RO_0000052
obo:RO_0000052 rdf:type owl:ObjectProperty ;
               owl:inverseOf obo:RO_0000053 ;
               rdf:type owl:FunctionalProperty ;
               obo:IAO_0000115 "a relation between a specifically dependent continuant (the characteristic) and any other entity (the bearer), in which the characteristic depends on the bearer for its existence."@en ;
               rdfs:comment "Note that this relation was previously called \"inheres in\", but was changed to be called \"characteristic of\" because BFO2 uses \"inheres in\" in a more restricted fashion. This relation differs from BFO2:inheres_in in two respects: (1) it does not impose a range constraint, and thus it allows qualities of processes, as well as of information entities, whereas BFO2 restricts inheres_in to only apply to independent continuants (2) it is declared functional, i.e. something can only be a characteristic of one thing." ;
               rdfs:label "characteristic of"@en .


###  http://purl.obolibrary.org/obo/RO_0000053
obo:RO_0000053 rdf:type owl:ObjectProperty ,
                        owl:InverseFunctionalProperty ;
               rdfs:range obo:BFO_0000020 ;
               obo:IAO_0000115 "Inverse of characteristic_of"@en ;
               rdfs:label "has characteristic"@en .


###  http://purl.obolibrary.org/obo/RO_0000056
obo:RO_0000056 rdf:type owl:ObjectProperty ;
               owl:inverseOf obo:RO_0000057 ;
               rdfs:domain obo:BFO_0000002 ;
               rdfs:range obo:BFO_0000003 ;
               obo:IAO_0000115 "a relation between a continuant and a process, in which the continuant is somehow involved in the process"@en ;
               rdfs:label "participates in"@en .


###  http://purl.obolibrary.org/obo/RO_0000057
obo:RO_0000057 rdf:type owl:ObjectProperty ;
               rdfs:domain obo:BFO_0000003 ;
               rdfs:range obo:BFO_0000002 ;
               owl:propertyChainAxiom ( obo:BFO_0000051
                                        obo:RO_0000057
                                      ) ;
               obo:IAO_0000115 "a relation between a process and a continuant, in which the continuant is somehow involved in the process"@en ;
               rdfs:label "has participant"@en .


###  http://purl.obolibrary.org/obo/RO_0000058
obo:RO_0000058 rdf:type owl:ObjectProperty ;
               owl:inverseOf obo:RO_0000059 ;
               rdfs:domain obo:BFO_0000031 ;
               rdfs:range [ rdf:type owl:Class ;
                            owl:unionOf ( obo:BFO_0000015
                                          obo:BFO_0000020
                                        )
                          ] ;
               obo:IAO_0000115 "A relationship between a generically dependent continuant and a specifically dependent continuant or process, in which the generically dependent continuant depends on some independent continuant or process in virtue of the fact that the specifically dependent continuant or process also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants or processes."@en ,
                               "A relationship between a generically dependent continuant and a specifically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. A generically dependent continuant may be concretized as multiple specifically dependent continuants."@en ;
               rdfs:label "is concretized as"@en .


###  http://purl.obolibrary.org/obo/RO_0000059
obo:RO_0000059 rdf:type owl:ObjectProperty ;
               rdfs:domain [ rdf:type owl:Class ;
                             owl:unionOf ( obo:BFO_0000015
                                           obo:BFO_0000020
                                         )
                           ] ;
               rdfs:range obo:BFO_0000031 ;
               obo:IAO_0000115 "A relationship between a specifically dependent continuant and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant also depends on that same independent continuant. Multiple specifically dependent continuants can concretize the same generically dependent continuant."@en ,
                               "A relationship between a specifically dependent continuant or process and a generically dependent continuant, in which the generically dependent continuant depends on some independent continuant in virtue of the fact that the specifically dependent continuant or process also depends on that same independent continuant. Multiple specifically dependent continuants or processes can concretize the same generically dependent continuant."@en ;
               rdfs:label "concretizes"@en .


###  http://purl.obolibrary.org/obo/RO_0000079
obo:RO_0000079 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000052 ;
               owl:inverseOf obo:RO_0000085 ;
               rdfs:domain obo:BFO_0000034 ;
               obo:IAO_0000115 "a relation between a function and an independent continuant (the bearer), in which the function specifically depends on the bearer for its existence"@en ;
               rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ;
               rdfs:label "function of"@en .


###  http://purl.obolibrary.org/obo/RO_0000080
obo:RO_0000080 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000052 ;
               owl:inverseOf obo:RO_0000086 ;
               rdfs:domain [ owl:intersectionOf ( obo:BFO_0000019
                                                  [ rdf:type owl:Class ;
                                                    owl:complementOf obo:BFO_0000145
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ;
               obo:IAO_0000115 "a relation between a quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
               rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ;
               rdfs:label "quality of"@en .


###  http://purl.obolibrary.org/obo/RO_0000081
obo:RO_0000081 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000052 ;
               owl:inverseOf obo:RO_0000087 ;
               obo:IAO_0000115 "a relation between a role and an independent continuant (the bearer), in which the role specifically depends on the bearer for its existence"@en ;
               rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ;
               rdfs:label "role of"@en .


###  http://purl.obolibrary.org/obo/RO_0000085
obo:RO_0000085 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000053 ;
               rdfs:domain obo:BFO_0000004 ;
               rdfs:range obo:BFO_0000034 ;
               obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a function, in which the function specifically depends on the bearer for its existence"@en ;
               rdfs:label "has function"@en .


###  http://purl.obolibrary.org/obo/RO_0000086
obo:RO_0000086 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000053 ;
               rdfs:range obo:BFO_0000019 ;
               obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a quality, in which the quality specifically depends on the bearer for its existence"@en ;
               rdfs:label "has quality"@en .


###  http://purl.obolibrary.org/obo/RO_0000087
obo:RO_0000087 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000053 ;
               rdfs:domain obo:BFO_0000004 ;
               rdfs:range obo:BFO_0000023 ;
               obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a role, in which the role specifically depends on the bearer for its existence"@en ;
               rdfs:label "has role"@en .


###  http://purl.obolibrary.org/obo/RO_0000091
obo:RO_0000091 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000053 ;
               owl:inverseOf obo:RO_0000092 ;
               rdfs:domain obo:BFO_0000004 ;
               rdfs:range obo:BFO_0000016 ;
               obo:IAO_0000115 "a relation between an independent continuant (the bearer) and a disposition, in which the disposition specifically depends on the bearer for its existence"@en ;
               rdfs:label "has disposition"@en .


###  http://purl.obolibrary.org/obo/RO_0000092
obo:RO_0000092 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000052 ;
               obo:IAO_0000115 "inverse of has disposition" ;
               rdfs:comment "This relation is modeled after the BFO relation of the same name which was in BFO2, but is used in a more restricted sense - specifically, we model this relation as functional (inherited from characteristic-of). Note that this relation is now removed from BFO2020." ;
               rdfs:label "disposition of"@en .


###  http://purl.obolibrary.org/obo/RO_0001015
obo:RO_0001015 rdf:type owl:ObjectProperty ;
               owl:inverseOf obo:RO_0001025 ;
               rdf:type owl:TransitiveProperty ;
               obo:IAO_0000115 "a relation between two independent continuants, the location and the target, in which the target is entirely within the location"@en ;
               rdfs:label "location of"@en .


###  http://purl.obolibrary.org/obo/RO_0001025
obo:RO_0001025 rdf:type owl:ObjectProperty ,
                        owl:TransitiveProperty ;
               rdfs:domain obo:BFO_0000004 ,
                           [ owl:intersectionOf ( obo:BFO_0000004
                                                  [ rdf:type owl:Class ;
                                                    owl:complementOf obo:BFO_0000006
                                                  ]
                                                ) ;
                             rdf:type owl:Class
                           ] ;
               rdfs:range obo:BFO_0000004 ,
                          [ owl:intersectionOf ( obo:BFO_0000004
                                                 [ rdf:type owl:Class ;
                                                   owl:complementOf obo:BFO_0000006
                                                 ]
                                               ) ;
                            rdf:type owl:Class
                          ] ;
               owl:propertyChainAxiom ( obo:RO_0001025
                                        obo:BFO_0000050
                                      ) ;
               obo:IAO_0000115 "a relation between two independent continuants, the target and the location, in which the target is entirely within the location"@en ;
               rdfs:label "located in"@en .


###  http://purl.obolibrary.org/obo/RO_0002233
obo:RO_0002233 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000057 ;
               owl:inverseOf obo:RO_0002352 ;
               rdfs:domain obo:BFO_0000015 ;
               obo:IAO_0000115 "p has input c iff: p is a process, c is a material entity, c is a participant in p, c is present at the start of p, and the state of c is modified during p." ;
               rdfs:label "has input"@en .


###  http://purl.obolibrary.org/obo/RO_0002234
obo:RO_0002234 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000057 ;
               owl:inverseOf obo:RO_0002353 ;
               obo:IAO_0000115 "p has output c iff c is a participant in p, c is present at the end of p, and c is not present in the same state at the beginning of p." ;
               rdfs:label "has output"@en .


###  http://purl.obolibrary.org/obo/RO_0002350
obo:RO_0002350 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:BFO_0000050 ;
               owl:inverseOf obo:RO_0002351 ;
               obo:IAO_0000115 "is member of is a mereological relation between a item and a collection." ;
               rdfs:label "member of"@en .


###  http://purl.obolibrary.org/obo/RO_0002351
obo:RO_0002351 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:BFO_0000051 ;
               rdf:type owl:IrreflexiveProperty ;
               obo:IAO_0000115 "has member is a mereological relation between a collection and an item." ;
               rdfs:label "has member"@en .


###  http://purl.obolibrary.org/obo/RO_0002352
obo:RO_0002352 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000056 ;
               obo:IAO_0000115 "inverse of has input" ;
               rdfs:label "input of"@en .


###  http://purl.obolibrary.org/obo/RO_0002353
obo:RO_0002353 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf obo:RO_0000056 ;
               obo:IAO_0000115 "inverse of has output" ;
               rdfs:label "output of"@en .


###  http://purl.obolibrary.org/obo/RO_0002502
obo:RO_0002502 rdf:type owl:ObjectProperty ;
               rdfs:label "depends on"@en ;
               skos:definition "A relation between an entity and another entity on which it depends."@en .


###  http://purl.obolibrary.org/obo/RO_0009006
obo:RO_0009006 rdf:type owl:ObjectProperty ;
               owl:inverseOf obo:RO_0009007 ;
               rdfs:range obo:BFO_0000020 ;
               obo:IAO_0000115 "A relation between an assay and a characteristic, in which the assay generates a data item which is a measure of a characteristic."@en ;
               rdfs:label "assay measures characteristic"@en .


###  http://purl.obolibrary.org/obo/RO_0009007
obo:RO_0009007 rdf:type owl:ObjectProperty ;
               rdfs:domain obo:BFO_0000020 ;
               obo:IAO_0000115 "Inverse of 'assay measures characteristic'"@en ;
               rdfs:label "characteristic measured by assay"@en .


###  http://purl.obolibrary.org/obo/STATO_0000102
obo:STATO_0000102 rdf:type owl:ObjectProperty ;
                  owl:propertyChainAxiom ( obo:BFO_0000055
                                           obo:RO_0000059
                                         ) ;
                  obo:IAO_0000115 "relationship between a planned process and the plan specification that it carries out; it is defined as equivalent to the composed relationship (realizes o concretizes)"@en ;
                  rdfs:label "executes" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009001
<https://w3id.org/pmd/automatce/AUTOMATCE_0009001> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain obo:BFO_0000001 ;
                                                   rdfs:range obo:IAO_0020000 ;
                                                   rdfs:label "has identifier"@en ;
                                                   skos:definition "A relation that links an entity to an identifier denoting it in a stated system."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009002
<https://w3id.org/pmd/automatce/AUTOMATCE_0009002> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain obo:BFO_0000001 ;
                                                   rdfs:range co:PMD_0025001 ;
                                                   rdfs:label "has material composition"@en ;
                                                   skos:definition "A relation that links a product, component, material, or batch to a composition that describes its material constitution."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009003
<https://w3id.org/pmd/automatce/AUTOMATCE_0009003> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain obo:BFO_0000001 ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010250> ;
                                                   rdfs:label "has sustainability information"@en ;
                                                   skos:definition "A relation that links an entity or process to information about sustainability-relevant attributes."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009004
<https://w3id.org/pmd/automatce/AUTOMATCE_0009004> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain obo:BFO_0000001 ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010266> ;
                                                   rdfs:label "has usage data"@en ;
                                                   skos:definition "A relation that links a product or component to data recorded during use."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009005
<https://w3id.org/pmd/automatce/AUTOMATCE_0009005> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain obo:BFO_0000001 ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010246> ;
                                                   rdfs:label "has circular economy information"@en ;
                                                   skos:definition "A relation that links a product, component, material, or batch to information about circular economy handling or assessment."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009006
<https://w3id.org/pmd/automatce/AUTOMATCE_0009006> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/pmd/automatce/AUTOMATCE_0010246> ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010143> ;
                                                   rdfs:label "has selected r-strategy"@en ;
                                                   skos:definition "A relation that links circular economy information to the selected circular economy strategy."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009007
<https://w3id.org/pmd/automatce/AUTOMATCE_0009007> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/pmd/automatce/AUTOMATCE_0010210> ;
                                                   rdfs:range <https://w3id.org/pmd/log/LOG_1000023> ;
                                                   rdfs:label "has recycling batch actor"@en ;
                                                   skos:definition "A relation that links a recycling batch to an actor participating in its transfer, treatment, or documentation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009008
<https://w3id.org/pmd/automatce/AUTOMATCE_0009008> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/pmd/automatce/AUTOMATCE_0010346> ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010354> ;
                                                   rdfs:label "has pressure-volume-temperature data point"@en ;
                                                   skos:definition "A relation that links pressure-volume-temperature data to one recorded pressure, temperature, and specific volume tuple."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009009
<https://w3id.org/pmd/automatce/AUTOMATCE_0009009> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/pmd/automatce/AUTOMATCE_0010354> ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010355> ;
                                                   rdfs:label "has pressure-volume-temperature pressure datum"@en ;
                                                   skos:definition "A relation that links a pressure-volume-temperature data point to its pressure value specification."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009010
<https://w3id.org/pmd/automatce/AUTOMATCE_0009010> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/pmd/automatce/AUTOMATCE_0010354> ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010356> ;
                                                   rdfs:label "has pressure-volume-temperature temperature datum"@en ;
                                                   skos:definition "A relation that links a pressure-volume-temperature data point to its temperature value specification."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0009011
<https://w3id.org/pmd/automatce/AUTOMATCE_0009011> rdf:type owl:ObjectProperty ;
                                                   rdfs:domain <https://w3id.org/pmd/automatce/AUTOMATCE_0010354> ;
                                                   rdfs:range <https://w3id.org/pmd/automatce/AUTOMATCE_0010357> ;
                                                   rdfs:label "has pressure-volume-temperature specific volume datum"@en ;
                                                   skos:definition "A relation that links a pressure-volume-temperature data point to its specific volume value specification."@en .


###  https://w3id.org/pmd/co/PMD_0000004
co:PMD_0000004 rdf:type owl:ObjectProperty ;
               rdfs:label "is subject of"@en ;
               skos:definition "Inverse of 'is about'."@en .


###  https://w3id.org/pmd/co/PMD_0000077
co:PMD_0000077 rdf:type owl:ObjectProperty ;
               rdfs:subPropertyOf co:PMD_0000004 ;
               rdfs:label "specified by value"@en ;
               skos:definition "A relation between an entity and a value specification which is about this entity."@en .


###  https://w3id.org/pmd/co/PMD_0001028
co:PMD_0001028 rdf:type owl:ObjectProperty ;
               owl:inverseOf co:PMD_0001029 ;
               rdfs:label "in response to"@en ;
               skos:definition "inverse of responds with"@en .


###  https://w3id.org/pmd/co/PMD_0001029
co:PMD_0001029 rdf:type owl:ObjectProperty ;
               rdfs:domain obo:BFO_0000017 ;
               rdfs:label "responds with"@en ;
               skos:definition "The realizable entity must be \"stimulated\" by some Stimulus in order to respond with the Response. The bearer of the realizable entity must participate in Stimulation as well as in Response."@en .


###  https://w3id.org/pmd/co/PMD_0025013
co:PMD_0025013 rdf:type owl:ObjectProperty ;
               rdfs:domain obo:BFO_0000015 ;
               rdfs:range obo:BFO_0000019 ;
               rdfs:label "changes quality"@en ;
               skos:definition "indicates that a process changes a quality"@en .


###  https://w3id.org/pmd/co/PMD_0025998
co:PMD_0025998 rdf:type owl:ObjectProperty ;
               owl:inverseOf co:PMD_0025999 ;
               rdfs:domain obo:BFO_0000004 ;
               rdfs:range obo:BFO_0000145 ;
               owl:propertyChainAxiom ( obo:BFO_0000051
                                        co:PMD_0025998
                                      ) ;
               rdfs:label "has relational quality"@en ;
               skos:definition "a relation between an independent continuant (the bearer) and a relational quality, in which the quality specifically depends on the bearer for its existence"@en ;
               skos:example "material has relational quality mass proportion m, and portion of iron has the same relational quality mass proportion m"@en .


###  https://w3id.org/pmd/co/PMD_0025999
co:PMD_0025999 rdf:type owl:ObjectProperty ;
               owl:propertyChainAxiom ( co:PMD_0025999
                                        obo:BFO_0000050
                                      ) ;
               rdfs:label "relational quality of"@en ;
               skos:definition "a relation between a relational quality and an independent continuant (the bearer), in which the quality specifically depends on the bearer for its existence"@en ;
               skos:example "mass proportion m is relational qualitiy of material, and the same mass proportion m is relational qualitiy of portion of iron"@en .


###  https://w3id.org/pmd/log/LOG_1900001
<https://w3id.org/pmd/log/LOG_1900001> rdf:type owl:ObjectProperty ;
                                       rdfs:domain [ owl:intersectionOf ( obo:BFO_0000040
                                                                          [ rdf:type owl:Class ;
                                                                            owl:complementOf obo:BFO_0000024
                                                                          ]
                                                                        ) ;
                                                     rdf:type owl:Class
                                                   ] ;
                                       rdfs:range [ rdf:type owl:Class ;
                                                    owl:unionOf ( obo:OBI_0000245
                                                                  foaf:Person
                                                                  [ owl:intersectionOf ( obo:BFO_0000027
                                                                                         [ rdf:type owl:Restriction ;
                                                                                           owl:onProperty obo:RO_0002351 ;
                                                                                           owl:someValuesFrom foaf:Person
                                                                                         ]
                                                                                       ) ;
                                                                    rdf:type owl:Class
                                                                  ]
                                                                )
                                                  ] ;
                                       rdfs:label "acts on behalf of"@en ;
                                       skos:definition "relation from a material entity to a person or a group of agents or engineered system that holds when the material entity participates in some planned process in order to fulfill an objective for the person or group of agents or engineered system" .


###  https://w3id.org/pmd/log/LOG_1900003
<https://w3id.org/pmd/log/LOG_1900003> rdf:type owl:ObjectProperty ;
                                       rdfs:subPropertyOf owl:topObjectProperty ;
                                       rdfs:domain [ rdf:type owl:Class ;
                                                     owl:unionOf ( foaf:Person
                                                                   <https://w3id.org/pmd/log/LOG_1000047>
                                                                 )
                                                   ] ;
                                       rdfs:range obo:BFO_0000004 ;
                                       rdfs:label "owns"@en ;
                                       skos:definition "relationship from a person or business organization to an independent continuant when the agent holds the independent continuant as legal property" .


#################################################################
#    Data properties
#################################################################

###  http://purl.obolibrary.org/obo/OBI_0001937
obo:OBI_0001937 rdf:type owl:DatatypeProperty ;
                rdfs:subPropertyOf obo:OBI_0002135 ;
                rdfs:domain obo:OBI_0001933 ;
                obo:IAO_0000115 "A relation between a value specification and a number that quantifies it."@en ;
                rdfs:label "has specified numeric value" .


###  http://purl.obolibrary.org/obo/OBI_0002135
obo:OBI_0002135 rdf:type owl:DatatypeProperty ;
                rdfs:domain obo:OBI_0001933 ;
                obo:IAO_0000115 "A relation between a value specification and a literal."@en ;
                rdfs:label "has specified value"@en .


#################################################################
#    Classes
#################################################################

###  http://purl.obolibrary.org/obo/BFO_0000001
obo:BFO_0000001 rdf:type owl:Class ;
                rdfs:label "entity"@en ;
                skos:definition "(Elucidation) An entity is anything that exists or has existed or will exist"@en ;
                skos:example "Julius Caesar; the Second World War; your body mass index; Verdi's Requiem"@en .


###  http://purl.obolibrary.org/obo/BFO_0000002
obo:BFO_0000002 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000001 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000002
                                ] ;
                owl:disjointWith obo:BFO_0000003 ,
                                 [ rdf:type owl:Restriction ;
                                   owl:onProperty obo:BFO_0000050 ;
                                   owl:someValuesFrom obo:BFO_0000003
                                 ] ;
                rdfs:label "continuant"@en ;
                skos:definition "(Elucidation) A continuant is an entity that persists, endures, or continues to exist through time while maintaining its identity"@en ;
                skos:example "A human being; a tennis ball; a cave; a region of space; someone's temperature"@en .


###  http://purl.obolibrary.org/obo/BFO_0000003
obo:BFO_0000003 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000001 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000003
                                ] ;
                owl:disjointWith [ rdf:type owl:Restriction ;
                                   owl:onProperty obo:BFO_0000050 ;
                                   owl:someValuesFrom obo:BFO_0000002
                                 ] ;
                rdfs:label "occurrent"@en ;
                skos:definition "(Elucidation) An occurrent is an entity that unfolds itself in time or it is the start or end of such an entity or it is a temporal or spatiotemporal region"@en ;
                skos:example "As for process, history, process boundary, spatiotemporal region, zero-dimensional temporal region, one-dimensional temporal region, temporal interval, temporal instant."@en .


###  http://purl.obolibrary.org/obo/BFO_0000004
obo:BFO_0000004 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000002 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000004
                                ] ;
                owl:disjointWith obo:BFO_0000020 ,
                                 obo:BFO_0000031 ;
                rdfs:label "independent continuant"@en ;
                skos:definition "b is an independent continuant =Def b is a continuant & there is no c such that b specifically depends on c or b generically depends on c"@en ;
                skos:example "An atom; a molecule; an organism; a heart; a chair; the bottom right portion of a human torso; a leg; the interior of your mouth; a spatial region; an orchestra"@en .


###  http://purl.obolibrary.org/obo/BFO_0000006
obo:BFO_0000006 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000141 ;
                rdfs:label "spatial region"@en ;
                skos:definition "(Elucidation) A spatial region is a continuant entity that is a continuant part of the spatial projection of a portion of spacetime at a given time"@en ;
                skos:example "As for zero-dimensional spatial region, one-dimensional spatial region, two-dimensional spatial region, three-dimensional spatial region"@en .


###  http://purl.obolibrary.org/obo/BFO_0000008
obo:BFO_0000008 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000003 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000132 ;
                                  owl:allValuesFrom obo:BFO_0000008
                                ] ;
                rdfs:label "temporal region"@en ;
                skos:definition "(Elucidation) A temporal region is an occurrent over which processes can unfold"@en ;
                skos:example "As for zero-dimensional temporal region and one-dimensional temporal region"@en .


###  http://purl.obolibrary.org/obo/BFO_0000011
obo:BFO_0000011 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000003 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000132 ;
                                  owl:allValuesFrom obo:BFO_0000011
                                ] ;
                rdfs:label "spatiotemporal region"@en ;
                skos:definition "(Elucidation) A spatiotemporal region is an occurrent that is an occurrent part of spacetime"@en ;
                skos:example "The spatiotemporal region occupied by the development of a cancer tumour; the spatiotemporal region occupied by an orbiting satellite"@en .


###  http://purl.obolibrary.org/obo/BFO_0000015
obo:BFO_0000015 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000003 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000117 ;
                                  owl:allValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( obo:BFO_0000015
                                                                    obo:BFO_0000035
                                                                  )
                                                    ]
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000132 ;
                                  owl:allValuesFrom obo:BFO_0000015
                                ] ;
                rdfs:label "process"@en ;
                skos:definition "(Elucidation) p is a process means p is an occurrent that has some temporal proper part and for some time t, p has some material entity as participant"@en ;
                skos:example "An act of selling; the life of an organism; a process of sleeping; a process of cell-division; a beating of the heart; a process of meiosis; the taxiing of an aircraft; the programming of a computer"@en .


###  http://purl.obolibrary.org/obo/BFO_0000016
obo:BFO_0000016 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000017 ;
                owl:disjointWith obo:BFO_0000023 ;
                rdfs:label "disposition"@en ;
                skos:definition "(Elucidation) A disposition b is a realizable entity such that if b ceases to exist then its bearer is physically changed & b's realization occurs when and because this bearer is in some special physical circumstances & this realization occurs in virtue of the bearer's physical make-up"@en ;
                skos:example "An atom of element X has the disposition to decay to an atom of element Y; the cell wall is disposed to transport cellular material through endocytosis and exocytosis; certain people have a predisposition to colon cancer; children are innately disposed to categorize objects in certain ways"@en .


###  http://purl.obolibrary.org/obo/BFO_0000017
obo:BFO_0000017 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000020 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000017
                                ] ;
                owl:disjointWith obo:BFO_0000019 ;
                rdfs:label "realizable entity"@en ;
                skos:definition "(Elucidation) A realizable entity is a specifically dependent continuant that inheres in some independent continuant which is not a spatial region & which is of a type some instances of which are realized in processes of a correlated type"@en ;
                skos:example "The role of being a doctor; the role of this boundary to delineate where Utah and Colorado meet; the function of your reproductive organs; the disposition of your blood to coagulate; the disposition of this piece of metal to conduct electricity"@en .


###  http://purl.obolibrary.org/obo/BFO_0000019
obo:BFO_0000019 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000020 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000019
                                ] ;
                rdfs:label "quality"@en ;
                skos:definition "(Elucidation) A quality is a specifically dependent continuant that, in contrast to roles and dispositions, does not require any further process in order to be realized"@en ;
                skos:example "The colour of a tomato; the ambient temperature of this portion of air; the length of the circumference of your waist; the shape of your nose; the shape of your nostril; the mass of this piece of gold"@en .


###  http://purl.obolibrary.org/obo/BFO_0000020
obo:BFO_0000020 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000002 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000020
                                ] ;
                owl:disjointWith obo:BFO_0000031 ;
                rdfs:label "specifically dependent continuant"@en ;
                skos:definition "b is a specifically dependent continuant =Def b is a continuant & there is some independent continuant c which is not a spatial region & which is such that b specifically depends on c"@en ;
                skos:example "(with multiple bearers) John's love for Mary; the ownership relation between John and this statue; the relation of authority between John and his subordinates"@en ,
                             "(with one bearer) The mass of this tomato; the pink colour of a medium rare piece of grilled filet mignon at its centre; the smell of this portion of mozzarella; the disposition of this fish to decay; the role of being a doctor; the function of this heart to pump blood; the shape of this hole"@en .


###  http://purl.obolibrary.org/obo/BFO_0000023
obo:BFO_0000023 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000017 ;
                rdfs:label "role"@en ;
                skos:definition "(Elucidation) A role b is a realizable entity such that b exists because there is some single bearer that is in some special physical, social, or institutional set of circumstances in which this bearer does not have to be & b is not such that, if it ceases to exist, then the physical make-up of the bearer is thereby changed"@en ;
                skos:example "The priest role; the student role; the role of subject in a clinical trial; the role of a stone in marking a property boundary; the role of a boundary to demarcate two neighbouring administrative territories; the role of a building in serving as a military target"@en .


###  http://purl.obolibrary.org/obo/BFO_0000024
obo:BFO_0000024 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000040 ;
                rdfs:label "fiat object part"@en ;
                skos:definition "(Elucidation) A fiat object part b is a material entity & such that if b exists then it is continuant part of some object c & demarcated from the remainder of c by one or more fiat surfaces"@en ;
                skos:example "The upper and lower lobes of the left lung; the dorsal and ventral surfaces of the body; the Western hemisphere of the Earth; the FMA:regional parts of an intact human body"@en .


###  http://purl.obolibrary.org/obo/BFO_0000027
obo:BFO_0000027 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000040 ;
                rdfs:label "object aggregate"@en ;
                skos:definition "(Elucidation) An object aggregate is a material entity consisting exactly of a plurality (≥1) of objects as member parts which together form a unit"@en ;
                skos:example "The aggregate of the musicians in a symphony orchestra and their instruments; the aggregate of bearings in a constant velocity axle joint; the nitrogen atoms in the atmosphere; a collection of cells in a blood biobank"@en .


###  http://purl.obolibrary.org/obo/BFO_0000029
obo:BFO_0000029 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000141 ;
                rdfs:label "site"@en ;
                skos:definition "(Elucidation) A site is a three-dimensional immaterial entity whose boundaries either (partially or wholly) coincide with the boundaries of one or more material entities or have locations determined in relation to some material entity"@en ;
                skos:example "A hole in a portion of cheese; a rabbit hole; the Grand Canyon; the Piazza San Marco; the kangaroo-joey-containing hole of a kangaroo pouch; your left nostril (a fiat part - the opening - of your left nasal cavity); the lumen of your gut; the hold of a ship; the interior of the trunk of your car; hole in an engineered floor joist"@en .


###  http://purl.obolibrary.org/obo/BFO_0000030
obo:BFO_0000030 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000040 ;
                rdfs:label "object"@en ;
                skos:definition "(Elucidation) An object is a material entity which manifests causal unity & is of a type instances of which are maximal relative to the sort of causal unity manifested"@en ;
                skos:example "An organism; a fish tank; a planet; a laptop; a valve; a block of marble; an ice cube"@en .


###  http://purl.obolibrary.org/obo/BFO_0000031
obo:BFO_0000031 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000002 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000050 ;
                                  owl:allValuesFrom obo:BFO_0000031
                                ] ;
                rdfs:label "generically dependent continuant"@en ;
                skos:definition "(Elucidation) A generically dependent continuant is an entity that exists in virtue of the fact that there is at least one of what may be multiple copies which is the content or the pattern that multiple copies would share"@en ;
                skos:example "The pdf file on your laptop; the pdf file that is a copy thereof on my laptop; the sequence of this protein molecule; the sequence that is a copy thereof in that protein molecule; the content that is shared by a string of dots and dashes written on a page and the transmitted Morse code signal; the content of a sentence; an engineering blueprint"@en .


###  http://purl.obolibrary.org/obo/BFO_0000034
obo:BFO_0000034 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000016 ;
                rdfs:label "function"@en ;
                skos:definition "(Elucidation) A function is a disposition that exists in virtue of its bearer's physical make-up & this physical make-up is something the bearer possesses because it came into being either through evolution (in the case of natural biological entities) or through intentional design (in the case of artefacts) in order to realize processes of a certain sort"@en ;
                skos:example "The function of a hammer to drive in nails; the function of a heart pacemaker to regulate the beating of a heart through electricity"@en .


###  http://purl.obolibrary.org/obo/BFO_0000035
obo:BFO_0000035 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000003 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000117 ;
                                  owl:allValuesFrom obo:BFO_0000035
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000132 ;
                                  owl:allValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( obo:BFO_0000015
                                                                    obo:BFO_0000035
                                                                  )
                                                    ]
                                ] ;
                rdfs:label "process boundary"@en ;
                skos:definition "p is a process boundary =Def p is a temporal part of a process & p has no proper temporal parts"@en ;
                skos:example "The boundary between the 2nd and 3rd year of your life"@en .


###  http://purl.obolibrary.org/obo/BFO_0000038
obo:BFO_0000038 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000008 ;
                owl:disjointWith obo:BFO_0000148 ;
                rdfs:label "one-dimensional temporal region"@en ;
                skos:definition "(Elucidation) A one-dimensional temporal region is a temporal region that is a whole that has a temporal interval and zero or more temporal intervals and temporal instants as parts"@en ;
                skos:example "The temporal region during which a process occurs"@en .


###  http://purl.obolibrary.org/obo/BFO_0000040
obo:BFO_0000040 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000004 ;
                owl:disjointWith obo:BFO_0000141 ;
                obo:IAO_0000115 "An independent continuant that is spatially extended whose identity is independent of that of other entities and can be maintained through time."@en ;
                rdfs:label "material entity"@en ;
                skos:definition "(Elucidation) A material entity is an independent continuant has some portion of matter as continuant part"@en ;
                skos:example "A human being; the undetached arm of a human being; an aggregate of human beings"@en .


###  http://purl.obolibrary.org/obo/BFO_0000140
obo:BFO_0000140 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000141 ;
                rdfs:label "continuant fiat boundary"@en ;
                skos:definition "(Elucidation) A continuant fiat boundary b is an immaterial entity that is of zero, one or two dimensions & such that there is no time t when b has a spatial region as continuant part & whose location is determined in relation to some material entity"@en ;
                skos:example "As for fiat point, fiat line, fiat surface"@en .


###  http://purl.obolibrary.org/obo/BFO_0000141
obo:BFO_0000141 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000004 ;
                rdfs:label "immaterial entity"@en ;
                skos:definition "b is an immaterial entity =Def b is an independent continuant which is such that there is no time t when it has a material entity as continuant part"@en ;
                skos:example "As for fiat point, fiat line, fiat surface, site"@en .


###  http://purl.obolibrary.org/obo/BFO_0000145
obo:BFO_0000145 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000019 ;
                rdfs:label "relational quality"@en ;
                skos:definition "b is a relational quality =Def b is a quality & there exists c and d such that c and d are not identical & b specifically depends on c & b specifically depends on d"@en ;
                skos:example "A marriage bond; an instance of love; an obligation between one person and another"@en .


###  http://purl.obolibrary.org/obo/BFO_0000148
obo:BFO_0000148 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000008 ;
                rdfs:label "zero-dimensional temporal region"@en ;
                skos:definition "(Elucidation) A zero-dimensional temporal region is a temporal region that is a whole consisting of one or more separated temporal instants as parts"@en ;
                skos:example "A temporal region that is occupied by a process boundary; the moment at which a finger is detached in an industrial accident"@en .


###  http://purl.obolibrary.org/obo/BFO_0000202
obo:BFO_0000202 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000038 ;
                rdfs:label "temporal interval"@en ;
                skos:definition "(Elucidation) A temporal interval is a one-dimensional temporal region that is continuous, thus without gaps or breaks"@en ;
                skos:example "The year 2018."@en .


###  http://purl.obolibrary.org/obo/BFO_0000203
obo:BFO_0000203 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000148 ;
                rdfs:label "temporal instant"@en ;
                skos:definition "(Elucidation) A temporal instant is a zero-dimensional temporal region that has no proper temporal part"@en ;
                skos:example "The millennium"@en .


###  http://purl.obolibrary.org/obo/CHEBI_24431
obo:CHEBI_24431 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000040 ;
                obo:IAO_0000115 "A chemical entity is a physical entity of interest in chemistry including molecular entities, parts thereof, and chemical substances." ;
                rdfs:label "chemical entity" .


###  http://purl.obolibrary.org/obo/CHEBI_33250
obo:CHEBI_33250 rdf:type owl:Class ;
                rdfs:subClassOf obo:CHEBI_24431 ;
                obo:IAO_0000115 "A chemical entity constituting the smallest component of an element having the chemical properties of the element." ;
                rdfs:label "atom" .


###  http://purl.obolibrary.org/obo/CHEBI_33521
obo:CHEBI_33521 rdf:type owl:Class ;
                rdfs:subClassOf obo:CHEBI_33250 ;
                obo:IAO_0000115 "An atom of an element that exhibits typical metallic properties, being typically shiny, with high electrical and thermal conductivity." ;
                rdfs:label "metal atom" .


###  http://purl.obolibrary.org/obo/COB_0000035
obo:COB_0000035 rdf:type owl:Class ;
                rdfs:subClassOf obo:COB_0000082 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000055 ;
                                  owl:someValuesFrom obo:OBI_0000260
                                ] ;
                owl:disjointWith obo:GO_0008150 ;
                rdfs:label "completely executed planned process"@en .


###  http://purl.obolibrary.org/obo/COB_0000082
obo:COB_0000082 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000015 ;
                obo:IAO_0000115 "A process that is initiated by an agent who intends to carry out a plan to achieve an objective through one or more actions as described in a plan specification."@en ;
                rdfs:label "planned process"@en .


###  http://purl.obolibrary.org/obo/GO_0008150
obo:GO_0008150 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000051 ;
                                 owl:someValuesFrom obo:BFO_0000015
                               ] ;
               obo:IAO_0000115 "A biological process is the execution of a genetically-encoded biological module or program. It consists of all the steps required to achieve the specific biological objective of the module. A biological process is accomplished by a particular set of molecular functions carried out by specific gene products (or macromolecular complexes), often in a highly regulated manner and in a particular temporal sequence." ;
               rdfs:label "biological process"@en ,
                          "biological_process" .


###  http://purl.obolibrary.org/obo/IAO_0000003
obo:IAO_0000003 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000009 ;
                obo:IAO_0000115 "A measurement unit label is as a label that is part of a scalar measurement datum and denotes a unit of measure."@en ;
                rdfs:label "measurement unit label"@en .


###  http://purl.obolibrary.org/obo/IAO_0000005
obo:IAO_0000005 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000033 ;
                obo:IAO_0000115 "A directive information entity that describes an intended process endpoint. When part of a plan specification the concretization is realized in a planned process in which the bearer tries to effect the world so that the process endpoint is achieved."@en ;
                rdfs:label "objective specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000007
obo:IAO_0000007 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000033 ;
                obo:IAO_0000115 "A directive information entity that describes an action the bearer will take."@en ;
                rdfs:label "action specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000009
obo:IAO_0000009 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000030 ;
                obo:IAO_0000115 "A label is a symbol that is part of some other datum and is used to either partially define  the denotation of that datum or to provide a means for identifying the datum as a member of the set of data with the same label"@en ;
                rdfs:label "datum label"@en .


###  http://purl.obolibrary.org/obo/IAO_0000010
obo:IAO_0000010 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000104 ;
                obo:IAO_0000115 """Software is a plan specification composed of a series of instructions that can be 
interpreted by or directly executed by a processing unit."""@en ;
                rdfs:label "software"@en .


###  http://purl.obolibrary.org/obo/IAO_0000027
obo:IAO_0000027 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000030 ;
                obo:IAO_0000115 "An information content entity that is intended to be a truthful statement about something (modulo, e.g., measurement precision or other systematic errors) and is constructed/acquired by a method which reliably tends to produce (approximately) truthful statements."@en ;
                rdfs:label "data item"@en .


###  http://purl.obolibrary.org/obo/IAO_0000030
obo:IAO_0000030 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000031 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:IAO_0000136 ;
                                  owl:someValuesFrom obo:BFO_0000001
                                ] ;
                obo:IAO_0000115 "A generically dependent continuant that is about some thing."@en ;
                rdfs:label "information content entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000033
obo:IAO_0000033 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000030 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:IAO_0000136 ;
                                  owl:someValuesFrom obo:BFO_0000017
                                ] ;
                obo:IAO_0000115 "An information content entity whose concretizations indicate to their bearer how to realize them in a process."@en ;
                rdfs:label "directive information entity"@en .


###  http://purl.obolibrary.org/obo/IAO_0000104
obo:IAO_0000104 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000033 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000051 ;
                                  owl:someValuesFrom obo:IAO_0000005
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000051 ;
                                  owl:someValuesFrom obo:IAO_0000007
                                ] ;
                obo:IAO_0000115 "A directive information entity with action specifications and objective specifications as parts, and that may be concretized as a realizable entity that, if realized, is realized in a process in which the bearer tries to achieve the objectives by taking the actions specified."@en ;
                rdfs:comment """2/3/2009 Comment from OBI review.

Action specification not well enough specified.
Conditional specification not well enough specified.
Question whether all plan specifications have objective specifications.

Request that IAO either clarify these or change definitions not to use them"""@en ;
                rdfs:label "plan specification"@en .


###  http://purl.obolibrary.org/obo/IAO_0000109
obo:IAO_0000109 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000027 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:OBI_0001938 ;
                                  owl:someValuesFrom obo:OBI_0001933
                                ] ;
                obo:IAO_0000115 "A measurement datum is an information content entity that is a recording of the output of a measurement such as produced by a device."@en ;
                rdfs:label "measurement datum"@en .


###  http://purl.obolibrary.org/obo/IAO_0000310
obo:IAO_0000310 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000030 ;
                obo:IAO_0000115 "A collection of information content entities intended to be understood together as a whole"@en ;
                rdfs:label "document"@en .


###  http://purl.obolibrary.org/obo/IAO_0000311
obo:IAO_0000311 rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( obo:IAO_0000310
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:OBI_0000312 ;
                                                             owl:allValuesFrom obo:IAO_0000444
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf obo:IAO_0000310 ;
                obo:IAO_0000115 "A document that is the output of a publishing process."@en ;
                rdfs:comment "Revisit the term in Octorber 2020. Improve the defintion."@en ;
                rdfs:label "publication"@en .


###  http://purl.obolibrary.org/obo/IAO_0000444
obo:IAO_0000444 rdf:type owl:Class ;
                rdfs:subClassOf obo:COB_0000035 ;
                obo:IAO_0000115 "A planned process of making information, such as literature, music, and software etc., available to the public for sale or for free."@en ;
                rdfs:label "publishing process"@en .


###  http://purl.obolibrary.org/obo/IAO_0020000
obo:IAO_0020000 rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( obo:IAO_0000030
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:IAO_0000219 ;
                                                             owl:someValuesFrom obo:BFO_0000001
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:OBI_0000312 ;
                                                             owl:someValuesFrom obo:IAO_0020010
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf obo:IAO_0000030 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:IAO_0000219 ;
                                  owl:someValuesFrom obo:BFO_0000001
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:OBI_0000312 ;
                                  owl:someValuesFrom obo:IAO_0020010
                                ] ;
                obo:IAO_0000115 "An information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity."@en ;
                rdfs:comment "Sep 29, 2016: The current definition has been amended from the previous version: \"A proper name is an information content entity that is the outcome of a dubbing process and is used to refer to one instance of entity shared by a group of people to refer to that individual entity.\" to more accuratly reflect the necessary and sufficient condition on the class. (MB)"@en ;
                rdfs:label "identifier"@en .


###  http://purl.obolibrary.org/obo/IAO_0020010
obo:IAO_0020010 rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( obo:COB_0000035
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:OBI_0000299 ;
                                                             owl:someValuesFrom obo:IAO_0020000
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf obo:COB_0000035 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:OBI_0000299 ;
                                  owl:someValuesFrom obo:IAO_0020000
                                ] ;
                obo:IAO_0000115 "A planned process that provides a reference to an individual entity shared by a group of subscribers to refer to that individual entity."@en ;
                rdfs:label "identifier creating process"@en .


###  http://purl.obolibrary.org/obo/NCBITaxon_9606
obo:NCBITaxon_9606 rdf:type owl:Class ;
                   rdfs:subClassOf obo:BFO_0000040 ;
                   rdfs:label "Homo sapiens" ,
                              "homo sapiens" .


###  http://purl.obolibrary.org/obo/OBI_0000011
obo:OBI_0000011 rdf:type owl:Class ;
                rdfs:subClassOf obo:COB_0000035 ;
                obo:IAO_0000115 "A process that realizes a plan which is the concretization of a plan specification."@en ;
                rdfs:comment "Deprecated upstream class retained through import closure; use COB_0000035 instead."@en ;
                rdfs:label "obsolete planned process" ;
                owl:deprecated "true"^^xsd:boolean .


###  http://purl.obolibrary.org/obo/OBI_0000067
obo:OBI_0000067 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000023 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:RO_0000052 ;
                                  owl:someValuesFrom obo:BFO_0000040
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000054 ;
                                  owl:allValuesFrom obo:OBI_0000070
                                ] ;
                obo:IAO_0000115 "a role that inheres in a material entity that is realized in an assay in which data is generated about the bearer of the evaluant role"@en ;
                rdfs:label "evaluant role"@en .


###  http://purl.obolibrary.org/obo/OBI_0000070
obo:OBI_0000070 rdf:type owl:Class ;
                rdfs:subClassOf obo:COB_0000035 ,
                                [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:OBI_0000293 ;
                                                         owl:someValuesFrom obo:BFO_0000040
                                                       ]
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:OBI_0000299 ;
                                                         owl:someValuesFrom obo:IAO_0000027
                                                       ]
                                                     ) ;
                                  rdf:type owl:Class
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:BFO_0000055 ;
                                  owl:someValuesFrom obo:OBI_0000067
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:OBI_0000293 ;
                                  owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty obo:RO_0000087 ;
                                                                              owl:someValuesFrom obo:OBI_0000067
                                                                            ]
                                                                          ) ;
                                                       rdf:type owl:Class
                                                     ]
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:OBI_0000299 ;
                                  owl:someValuesFrom [ owl:intersectionOf ( obo:IAO_0000027
                                                                            [ rdf:type owl:Restriction ;
                                                                              owl:onProperty obo:IAO_0000136 ;
                                                                              owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                                        [ rdf:type owl:Restriction ;
                                                                                                                          owl:onProperty obo:RO_0000087 ;
                                                                                                                          owl:someValuesFrom obo:OBI_0000067
                                                                                                                        ]
                                                                                                                      ) ;
                                                                                                   rdf:type owl:Class
                                                                                                 ]
                                                                            ]
                                                                          ) ;
                                                       rdf:type owl:Class
                                                     ]
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:OBI_0000417 ;
                                  owl:someValuesFrom obo:IAO_0000005
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:RO_0009006 ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( obo:BFO_0000019
                                                                     co:PMD_0000005
                                                                   )
                                                     ]
                                ] ;
                obo:IAO_0000115 "A planned process that has the objective to produce information about a material entity (the evaluant) by examining it."@en ;
                rdfs:label "assay"@en .


###  http://purl.obolibrary.org/obo/OBI_0000245
obo:OBI_0000245 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000040 ;
                obo:IAO_0000115 "An entity that can bear roles, has members, and has a set of organization rules. Members of organizations are either organizations themselves or individual people. Members can bear specific organization member roles that are determined in the organization rules. The organization rules also determine how decisions are made on behalf of the organization by the organization members."@en ;
                rdfs:label "organization"@en .


###  http://purl.obolibrary.org/obo/OBI_0000260
obo:OBI_0000260 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000017 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:RO_0000059 ;
                                  owl:someValuesFrom obo:IAO_0000104
                                ] ;
                obo:IAO_0000115 "A plan is a realizable entity that is the inheres in a bearer who is committed to realizing it as a completely executed planned process."@en ;
                rdfs:label "plan"@en .


###  http://purl.obolibrary.org/obo/OBI_0000571
obo:OBI_0000571 rdf:type owl:Class ;
                rdfs:subClassOf obo:BFO_0000023 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:RO_0000052 ;
                                  owl:someValuesFrom obo:BFO_0000040
                                ] ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:RO_0000052 ;
                                  owl:someValuesFrom [ rdf:type owl:Class ;
                                                       owl:unionOf ( obo:NCBITaxon_9606
                                                                     obo:OBI_0000245
                                                                   )
                                                     ]
                                ] ;
                obo:IAO_0000115 "Manufacturer role is a role which inheres in a person or organization and which is realized by a manufacturing process."@en ;
                rdfs:label "manufacturer role" .

[ rdf:type owl:Axiom ;
   owl:annotatedSource obo:OBI_0000571 ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget obo:BFO_0000023 ;
   rdfs:comment "Bridge axiom retained to keep manufacturer role in the BFO role hierarchy without using the duplicate LOG manufacturer role."@en
 ] .


###  http://purl.obolibrary.org/obo/OBI_0000835
obo:OBI_0000835 rdf:type owl:Class ;
                owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                             owl:unionOf ( obo:NCBITaxon_9606
                                                                           obo:OBI_0000245
                                                                         )
                                                           ]
                                                           [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:RO_0000087 ;
                                                             owl:someValuesFrom obo:OBI_0000571
                                                           ]
                                                         ) ;
                                      rdf:type owl:Class
                                    ] ;
                rdfs:subClassOf obo:BFO_0000040 ,
                                [ rdf:type owl:Restriction ;
                                  owl:onProperty obo:RO_0000087 ;
                                  owl:someValuesFrom obo:OBI_0000571
                                ] ;
                obo:IAO_0000115 "A person or organization that has a manufacturer role."@en ;
                rdfs:label "manufacturer" .


###  http://purl.obolibrary.org/obo/OBI_0001930
obo:OBI_0001930 rdf:type owl:Class ;
                rdfs:subClassOf obo:OBI_0001933 ;
                obo:IAO_0000115 "A value specification that is specifies one category out of a fixed number of nominal categories"@en ;
                rdfs:label "categorical value specification" .


###  http://purl.obolibrary.org/obo/OBI_0001933
obo:OBI_0001933 rdf:type owl:Class ;
                rdfs:subClassOf obo:IAO_0000030 ;
                obo:IAO_0000115 "An information content entity that specifies a value within a classification scheme or on a quantitative scale."@en ;
                rdfs:label "value specification" .


###  http://www.w3.org/2004/02/skos/core#Concept
skos:Concept rdf:type owl:Class ;
             rdfs:subClassOf obo:IAO_0000030 .


###  http://www.w3.org/2004/02/skos/core#ConceptScheme
skos:ConceptScheme rdf:type owl:Class ;
                   rdfs:subClassOf obo:IAO_0000030 .


###  http://www.w3.org/ns/org#FormalOrganization
<http://www.w3.org/ns/org#FormalOrganization> rdf:type owl:Class ;
                                              rdfs:subClassOf obo:OBI_0000245 ;
                                              rdfs:label "formal organization"@en .


###  http://xmlns.com/foaf/0.1/Person
foaf:Person rdf:type owl:Class ;
            rdfs:subClassOf obo:NCBITaxon_9606 ;
            rdfs:label "person"@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000003
<https://w3id.org/pmd/automatce/AUTOMATCE_0000003> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000023 ;
                                                   rdfs:comment "Additives are distinct from fillers (which bulk up volume) and the matrix. They perform specific chemical or physical modifications."@en ;
                                                   rdfs:label "additive role"@en ;
                                                   skos:definition "A role borne by a substance intentionally added in relatively small amounts to modify the processing characteristics, performance properties, or cost of a base material."@en ;
                                                   skos:example "UV stabilizers added to dashboard polymers to prevent sun damage; Plasticizers added to PVC."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000004
<https://w3id.org/pmd/automatce/AUTOMATCE_0000004> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000868 ;
                                                   owl:disjointWith <https://w3id.org/pmd/automatce/AUTOMATCE_0000005> ;
                                                   rdfs:comment "Organic colorants (dyes) offer high color strength and brightness but may have lower thermal stability than pigments."@en ;
                                                   rdfs:label "organic colorant"@en ;
                                                   skos:definition "A natural organic material used as a colorant in a polymer, coating, or other material system."@en ;
                                                   skos:example "Azo dyes used in interior textile coloring."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000005
<https://w3id.org/pmd/automatce/AUTOMATCE_0000005> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000002 ;
                                                   rdfs:comment "Inorganic colorants (pigments) are generally insoluble and provide opacity and high heat stability."@en ;
                                                   rdfs:label "inorganic colorant"@en ;
                                                   skos:definition "An engineered material used as an inorganic colorant in a polymer, coating, or other material system."@en ;
                                                   skos:example "Titanium dioxide (white) used in car paints."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000006
<https://w3id.org/pmd/automatce/AUTOMATCE_0000006> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000003> ;
                                                   rdfs:comment "This role can be borne by organic dyes or inorganic pigments."@en ;
                                                   rdfs:label "colorant role"@en ;
                                                   skos:definition "A role borne by an additive substance when its primary function is to impart color to a material."@en ;
                                                   skos:example "Carbon black acting as a pigment to turn a tire black."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000007
<https://w3id.org/pmd/automatce/AUTOMATCE_0000007> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000952 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: MPa."@en ,
                                                                "For brittle materials, this is equal to tensile strength. For ductile materials, it may be lower than the yield point."@en ;
                                                   rdfs:label "stress at break"@en ;
                                                   skos:definition "A strength that quantifies tensile stress at specimen rupture."@en ;
                                                   skos:example "A value of 150 MPa for a GF-reinforced polymer."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000008
<https://w3id.org/pmd/automatce/AUTOMATCE_0000008> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020131 ;
                                                   rdfs:comment "Can be defined descriptively (Red) or metrologically (L*a*b* coordinates)."@en ,
                                                                "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "color"@en ;
                                                   skos:definition "An optical property that characterizes reflected or transmitted light by hue, saturation, and brightness."@en ;
                                                   skos:example "The 'Piano Black' finish on a B-pillar trim."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000009
<https://w3id.org/pmd/automatce/AUTOMATCE_0000009> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0050004 ;
                                                   rdfs:comment "Polyamides are semi-crystalline polymers known for good thermal and chemical resistance."@en ;
                                                   rdfs:label "polyamide"@en ;
                                                   skos:definition "A polymer containing repeating amide (-CONH-) linkages in the polymer backbone."@en ;
                                                   skos:example "Nylon 6, Nylon 12, Nylon 66."@en ;
                                                   co:PMD_0050117 "PA" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000010
<https://w3id.org/pmd/automatce/AUTOMATCE_0000010> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000009> ;
                                                   rdfs:comment "PA66 has a higher melting point around 260 degC than PA6 but absorbs moisture, which affects dimensional stability."@en ;
                                                   rdfs:label "polyamide 66"@en ;
                                                   skos:altLabel "PA66"@en ;
                                                   skos:definition "A semicrystalline thermoplastic polyamide synthesized from hexamethylenediamine and adipic acid."@en ;
                                                   skos:example "Material used for cylinder head covers and radiator end tanks."@en ;
                                                   co:PMD_0050117 "PA66" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000011
<https://w3id.org/pmd/automatce/AUTOMATCE_0000011> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000577 ;
                                                   rdfs:comment "The addition of 25% glass fiber significantly increases stiffness and tensile strength compared to neat PA66."@en ;
                                                   rdfs:label "polyamide 66 glass fiber 25 percent"@en ;
                                                   skos:altLabel "PA66-GF25"@en ;
                                                   skos:definition "A composite material that has a polyamide 66 matrix and nominally 25 percent glass fiber by mass."@en ;
                                                   skos:example "Structural components in the engine bay requiring high stiffness at elevated temperatures."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000012
<https://w3id.org/pmd/automatce/AUTOMATCE_0000012> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000891 ;
                                                   rdfs:comment "In PMD logic, this is a disconnected aggregate because the individual filaments in a bundle are distinct objects."@en ;
                                                   rdfs:label "fiber"@en ;
                                                   skos:definition "A disconnected material entity aggregate composed of elongated filament-like material parts."@en ;
                                                   skos:example "Carbon fiber tow, Aramid fibers."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000013
<https://w3id.org/pmd/automatce/AUTOMATCE_0000013> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000012> ;
                                                   rdfs:comment "Used extensively as a reinforcement agent in polymer matrix composites."@en ;
                                                   rdfs:label "glass fiber"@en ;
                                                   skos:definition "A fiber composed primarily of glass."@en ;
                                                   skos:example "E-Glass used to reinforce PA66 for automotive pedals."@en ;
                                                   co:PMD_0050117 "GF" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000014
<https://w3id.org/pmd/automatce/AUTOMATCE_0000014> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:comment "Commonly denoted as wt%. PA66-GF25 implies a value of 0.25 or 25%."@en ,
                                                                "Expected value datatype: xsd:float; expected unit: %."@en ;
                                                   rdfs:label "fiber material content mass fraction"@en ;
                                                   skos:definition "A mass proportion that quantifies fiber reinforcement mass relative to total composite material mass."@en ;
                                                   skos:example "25% mass fraction in PA66-GF25."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000015
<https://w3id.org/pmd/automatce/AUTOMATCE_0000015> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020104 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: %."@en ,
                                                                "Volume fraction is more critical for micromechanical modeling (e.g., Rule of Mixtures) than mass fraction."@en ;
                                                   rdfs:label "fiber material content volume fraction"@en ;
                                                   skos:altLabel "volume fraction of fibers"@en ;
                                                   skos:definition "A volume proportion that quantifies fiber reinforcement volume relative to total composite material volume."@en ;
                                                   skos:example "Approximately 14-15% volume fraction corresponds to 25% mass fraction for Glass/PA66."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000016
<https://w3id.org/pmd/automatce/AUTOMATCE_0000016> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "identifier at manufacturer"@en ;
                                                   skos:definition "An identifier assigned by a manufacturer to a product, component, material grade, or material batch in its own system."@en ;
                                                   skos:example "A manufacturer code for a specific polymer grade."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000017
<https://w3id.org/pmd/automatce/AUTOMATCE_0000017> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "identifier name at manufacturer"@en ;
                                                   skos:definition "An identifier that records the manufacturer name, brand name, or trade name used for a material or product."@en ;
                                                   skos:example "Zytel or Durethan used as a material trade name."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000018
<https://w3id.org/pmd/automatce/AUTOMATCE_0000018> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "material designation"@en ;
                                                   skos:definition "An identifier that records a standard or supplier designation for a material composition."@en ;
                                                   skos:example "PA66-GF25"@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000019
<https://w3id.org/pmd/automatce/AUTOMATCE_0000019> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "material identifier"@en ;
                                                   skos:definition "An identifier assigned to a material entity, material batch, material grade, or material data record."@en ;
                                                   skos:example "A material twin identifier used in data exchange."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000020
<https://w3id.org/pmd/automatce/AUTOMATCE_0000020> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_0080002> ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "material batch identifier"@en ;
                                                   skos:definition "A batch identifier assigned to a material batch for traceability."@en ;
                                                   skos:example "Batch 2023-10-A-X55."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000021
<https://w3id.org/pmd/automatce/AUTOMATCE_0000021> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "business partner number"@en ;
                                                   skos:definition "An identifier assigned to a business partner in an automotive supply-chain network."@en ;
                                                   skos:example "BPNL00000003AY2 (Example BPN)."@en ;
                                                   co:PMD_0050117 "BPN" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000022
<https://w3id.org/pmd/automatce/AUTOMATCE_0000022> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000848 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: not specified."@en ,
                                                                "Indicates ductility. Low strain at break (less than 5%) suggests brittle behavior."@en ;
                                                   rdfs:label "strain at break"@en ;
                                                   skos:definition "A mechanical property that quantifies specimen strain at rupture."@en ;
                                                   skos:example "3% strain at break for a glass-filled polyamide."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000023
<https://w3id.org/pmd/automatce/AUTOMATCE_0000023> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020131 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: Pa.s."@en ,
                                                                "Used in injection molding simulations to predict mold filling."@en ;
                                                   rdfs:label "viscosity"@en ;
                                                   skos:definition "An intensive quality that quantifies a fluid material's resistance to flow."@en ;
                                                   skos:example "The melt viscosity of polypropylene at 230 degC."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000025
<https://w3id.org/pmd/automatce/AUTOMATCE_0000025> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000023> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: Pa.s."@en ,
                                                                "Polymers are non-Newtonian; their shear viscosity decreases as shear rate increases (shear thinning)."@en ;
                                                   rdfs:label "shear viscosity"@en ;
                                                   skos:definition "A viscosity that quantifies resistance to flow under shear deformation."@en ;
                                                   skos:example "Viscosity curve data required for Moldflow simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000026
<https://w3id.org/pmd/automatce/AUTOMATCE_0000026> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000882 ;
                                                   rdfs:comment "Below Tg, the amorphous phase is frozen; above Tg, polymer chains have mobility."@en ,
                                                                "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "glass transition temperature"@en ;
                                                   skos:definition "A phase boundary temperature at which the amorphous phase of a polymer changes between glassy and rubbery states."@en ;
                                                   skos:example "A glass transition temperature of about 50 degC for dry PA66."@en ;
                                                   co:PMD_0050117 "Tg" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000027
<https://w3id.org/pmd/automatce/AUTOMATCE_0000027> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000981 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: 1/K."@en ,
                                                                "Used to calculate dimensional change in assemblies that combine materials with different thermal expansion behavior."@en ;
                                                   rdfs:label "coefficient of linear thermal expansion"@en ;
                                                   skos:altLabel "linear thermal expansion coefficient"@en ;
                                                   skos:definition "A thermal property that quantifies fractional length change per unit temperature change."@en ;
                                                   skos:example "CLTE measured parallel and normal to fiber orientation in a reinforced polymer part."@en ;
                                                   co:PMD_0050117 "CLTE" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000028
<https://w3id.org/pmd/automatce/AUTOMATCE_0000028> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000777 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: J kg^-1 K^-1."@en ,
                                                                "Used to calculate cooling times in injection molding."@en ;
                                                   rdfs:label "specific heat capacity"@en ;
                                                   skos:definition "A heat capacity that quantifies heat required to raise the temperature of unit mass of a substance by one temperature unit."@en ;
                                                   skos:example "A specific heat capacity of 1700 J kg^-1 K^-1 for polypropylene."@en ;
                                                   co:PMD_0050117 "Cp" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000029
<https://w3id.org/pmd/automatce/AUTOMATCE_0000029> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000952 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kJ/m^2."@en ,
                                                                "Often measured via Charpy or Izod notched impact tests."@en ;
                                                   rdfs:label "impact strength"@en ;
                                                   skos:definition "A strength that quantifies material resistance to fracture under impact loading."@en ;
                                                   skos:example "45 kJ/m^2 notched impact strength for a bumper material."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000030
<https://w3id.org/pmd/automatce/AUTOMATCE_0000030> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000949 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: MPa / GPa."@en ,
                                                                "Standard metric for stiffness in plastics (ISO 178)."@en ;
                                                   rdfs:label "flexural modulus"@en ;
                                                   skos:definition "A stiffness that quantifies the ratio of flexural stress to flexural strain."@en ;
                                                   skos:example "Flexural modulus of 8500 MPa for PA66-GF30."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000031
<https://w3id.org/pmd/automatce/AUTOMATCE_0000031> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000952 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: MPa / GPa."@en ,
                                                                "Relevant for snap-fit joints in automotive interiors."@en ;
                                                   rdfs:label "flexural strength"@en ;
                                                   skos:definition "A strength that quantifies maximum stress under flexural loading before yielding or rupture."@en ;
                                                   skos:example "250 MPa for a high-performance composite."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0000032
<https://w3id.org/pmd/automatce/AUTOMATCE_0000032> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020131 ;
                                                   rdfs:comment "Relevant for polyamides because moisture uptake changes mechanical properties."@en ;
                                                   rdfs:label "humidity"@en ;
                                                   skos:definition "An intensive quality that quantifies water vapor content in air surrounding a material."@en ;
                                                   skos:example "50% Relative Humidity (standard conditioning atmosphere)."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010000
<https://w3id.org/pmd/automatce/AUTOMATCE_0010000> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000102> ;
                                                   rdfs:comment "Whether a material is raw material depends on its participation in a particular production or recycling workflow."@en ;
                                                   rdfs:label "raw material feedstock"@en ;
                                                   skos:definition "A material entity that is intended to be consumed, transformed, or incorporated as input in a manufacturing, recycling, or material processing process."@en ;
                                                   skos:example "PA66 pellets supplied to an injection molding process as input material."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010001
<https://w3id.org/pmd/automatce/AUTOMATCE_0010001> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000002 ;
                                                   rdfs:comment "This class represents the additive material itself; the context-dependent function is represented by additive role."@en ;
                                                   rdfs:label "additive"@en ;
                                                   skos:definition "An engineered material intentionally incorporated in a base material in a comparatively small amount to modify processing behavior, performance properties, appearance, or cost."@en ;
                                                   skos:example "A UV stabilizer added to an exterior polymer trim material."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010002
<https://w3id.org/pmd/automatce/AUTOMATCE_0010002> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000002 ;
                                                   rdfs:comment "The corresponding realizable entity is PMD Core matrix role; this class is used for material entities considered as the continuous phase of a composite."@en ;
                                                   rdfs:label "matrix"@en ;
                                                   skos:definition "An engineered material that forms the continuous phase of a composite material and binds or embeds reinforcement, filler, or dispersed material constituents."@en ;
                                                   skos:example "The PA66 phase in a PA66-GF25 composite."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010003
<https://w3id.org/pmd/automatce/AUTOMATCE_0010003> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000005 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: %."@en ,
                                                                "Values are normally reported for specified test conditions, such as ISO 62 or a specified conditioning atmosphere."@en ;
                                                   rdfs:label "water absorption"@en ;
                                                   skos:definition "A disposition of a material to take up water from a liquid water or humid environment under specified exposure conditions."@en ;
                                                   skos:example "The percentage mass increase of a polyamide specimen after immersion in water."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010004
<https://w3id.org/pmd/automatce/AUTOMATCE_0010004> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "materials information"@en ;
                                                   skos:altLabel "material data"@en ,
                                                                 "material information"@en ;
                                                   skos:definition "An information content entity that specifies material-related characteristics of a product, component, material batch, or material grade."@en ;
                                                   skos:example "A data record listing material designation, density, fiber content, and recycled content for an automotive component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010005
<https://w3id.org/pmd/automatce/AUTOMATCE_0010005> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0025001 ;
                                                   rdfs:label "material composition"@en ;
                                                   skos:altLabel "materials"@en ;
                                                   skos:definition "A composition that describes the material constituents and constituent amounts of a product, component, material batch, or material grade."@en ;
                                                   skos:example "A composition stating that PA66-GF25 contains a PA66 matrix and nominally 25 percent glass fiber by mass."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010006
<https://w3id.org/pmd/automatce/AUTOMATCE_0010006> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000000 ;
                                                   rdfs:comment "This class covers material entities whose origin is a recycling process; the amount or share of recycled content should be represented separately."@en ;
                                                   rdfs:label "recycled material"@en ;
                                                   skos:definition "A material entity that has been recovered from waste, discarded products, by-products, or production residues through a recycling process for subsequent use."@en ;
                                                   skos:example "Regranulated polypropylene produced from end-of-life vehicle parts."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010007
<https://w3id.org/pmd/automatce/AUTOMATCE_0010007> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Use for the origin state of a material; use recycled material share for quantities or proportions."@en ;
                                                   rdfs:label "recycled"@en ;
                                                   skos:definition "A quality of a material entity indicating that the material has an origin in a recycling process rather than only in primary material production."@en ;
                                                   skos:example "A recycled quality borne by a polymer regrind used in a new injection molding batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010020
<https://w3id.org/pmd/automatce/AUTOMATCE_0010020> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "product footprint"@en ;
                                                   skos:definition "An information content entity that records an environmental footprint of a product over a stated scope."@en ;
                                                   skos:example "A product footprint report for an alternator covering cradle-to-gate carbon emissions and recycled material content."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010021
<https://w3id.org/pmd/automatce/AUTOMATCE_0010021> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000145 ;
                                                   rdfs:label "recycled material share"@en ;
                                                   skos:altLabel "recycled share"@en ;
                                                   skos:definition "A relational quality that relates a material, component, or product to the proportion of its material content that originates from recycled sources."@en ;
                                                   skos:example "A bumper fascia with 30 percent recycled polypropylene content."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010022
<https://w3id.org/pmd/automatce/AUTOMATCE_0010022> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ,
                                                                   <https://w3id.org/pmd/automatce/AUTOMATCE_0010020> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg CO2e."@en ;
                                                   rdfs:label "product carbon footprint"@en ;
                                                   skos:altLabel "carbon footprint"@en ,
                                                                 "carbon footprint amount"@en ;
                                                   skos:definition "A product footprint that specifies greenhouse gas emissions associated with a product over a stated lifecycle scope."@en ;
                                                   skos:example "18.4 kg CO2e as the product carbon footprint for one steering system."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010023
<https://w3id.org/pmd/automatce/AUTOMATCE_0010023> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000008 ;
                                                   rdfs:label "process footprint"@en ;
                                                   skos:definition "A process attribute that quantifies environmental burden associated with executing a process under specified boundary conditions."@en ;
                                                   skos:example "Electricity consumption and associated emissions for one injection molding cycle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010024
<https://w3id.org/pmd/automatce/AUTOMATCE_0010024> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010023> ;
                                                   rdfs:label "process carbon footprint"@en ;
                                                   skos:definition "A process footprint that quantifies greenhouse gas emissions associated with executing a process."@en ;
                                                   skos:example "The carbon footprint of recycling one kilogram of PA66-GF25 scrap."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010025
<https://w3id.org/pmd/automatce/AUTOMATCE_0010025> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020143 ;
                                                   rdfs:label "lifecycle"@en ;
                                                   skos:definition "A process chain that comprises the stages through which a product or material passes from raw material acquisition through production, use, and end-of-life treatment."@en ;
                                                   skos:example "The lifecycle of an automotive control unit from material extraction to recycling."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010026
<https://w3id.org/pmd/automatce/AUTOMATCE_0010026> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000015 ;
                                                   rdfs:label "lifecycle stage"@en ;
                                                   skos:altLabel "footprint lifecycle"@en ;
                                                   skos:definition "A process that is a distinguishable part of a product or material lifecycle."@en ;
                                                   skos:example "Main product production as a lifecycle stage for an automotive component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010027
<https://w3id.org/pmd/automatce/AUTOMATCE_0010027> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010026> ;
                                                   rdfs:label "raw material acquisition"@en ;
                                                   skos:definition "A lifecycle stage in which natural resources, secondary materials, or basic feedstocks are obtained and prepared for production."@en ;
                                                   skos:example "Obtaining recycled polymer regranulate for later component production."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010028
<https://w3id.org/pmd/automatce/AUTOMATCE_0010028> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010026> ;
                                                   rdfs:label "main product production"@en ;
                                                   skos:definition "A lifecycle stage in which raw materials, intermediate products, or components are transformed into the main product."@en ;
                                                   skos:example "Injection molding and assembly steps used to produce an automotive housing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010029
<https://w3id.org/pmd/automatce/AUTOMATCE_0010029> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010026> ;
                                                   rdfs:label "distribution"@en ;
                                                   skos:definition "A lifecycle stage in which products, components, or materials are transported, stored, or transferred between supply chain actors."@en ;
                                                   skos:example "Shipment of remanufactured components from a supplier to a vehicle manufacturer."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010030
<https://w3id.org/pmd/automatce/AUTOMATCE_0010030> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010026> ;
                                                   rdfs:label "end of life"@en ;
                                                   skos:definition "A lifecycle stage in which a product or component has reached the end of its intended use and is directed to reuse, remanufacturing, recycling, recovery, or disposal."@en ;
                                                   skos:example "Removal of a component from an end-of-life vehicle for circular value assessment."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010031
<https://w3id.org/pmd/automatce/AUTOMATCE_0010031> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010026> ;
                                                   rdfs:label "recycling lifecycle stage"@en ;
                                                   skos:altLabel "recycling"@en ;
                                                   skos:definition "A lifecycle stage in which used materials or products are processed to recover material for further use."@en ;
                                                   skos:example "Grinding, sorting, and regranulating a polymer component after dismantling."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010033
<https://w3id.org/pmd/automatce/AUTOMATCE_0010033> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010022> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg CO2e."@en ;
                                                   rdfs:label "recycling carbon footprint"@en ;
                                                   skos:altLabel "footprint recycling"@en ;
                                                   skos:definition "A product carbon footprint that specifies greenhouse gas emissions for a recycling scenario."@en ;
                                                   skos:example "12 kg CO2e attributed to recycling one dismantled bumper cover."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010034
<https://w3id.org/pmd/automatce/AUTOMATCE_0010034> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010022> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg CO2e."@en ;
                                                   rdfs:label "remanufacturing carbon footprint"@en ;
                                                   skos:altLabel "footprint remanufacturing"@en ;
                                                   skos:definition "A product carbon footprint that specifies greenhouse gas emissions for a remanufacturing scenario."@en ;
                                                   skos:example "7.5 kg CO2e attributed to inspecting, repairing, and remanufacturing one alternator."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010035
<https://w3id.org/pmd/automatce/AUTOMATCE_0010035> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010022> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg CO2e."@en ;
                                                   rdfs:label "reuse carbon footprint"@en ;
                                                   skos:altLabel "footprint reuse"@en ;
                                                   skos:definition "A product carbon footprint that specifies greenhouse gas emissions for a reuse scenario."@en ;
                                                   skos:example "2.1 kg CO2e attributed to checking and reusing one component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010036
<https://w3id.org/pmd/automatce/AUTOMATCE_0010036> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010022> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg CO2e."@en ;
                                                   rdfs:label "new production carbon footprint"@en ;
                                                   skos:altLabel "footprint new production"@en ;
                                                   skos:definition "A product carbon footprint that specifies greenhouse gas emissions for a new production scenario."@en ;
                                                   skos:example "24 kg CO2e attributed to manufacturing one replacement component from primary material."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010040
<https://w3id.org/pmd/automatce/AUTOMATCE_0010040> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000005 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: %."@en ;
                                                   rdfs:label "humidity absorption"@en ;
                                                   skos:definition "A disposition of a material or component to absorb water vapor from a humid environment under specified exposure conditions."@en ;
                                                   skos:example "Moisture uptake by a PA66 component during use at 50 percent relative humidity."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010050
<https://w3id.org/pmd/automatce/AUTOMATCE_0010050> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "remaining lifetime"@en ;
                                                   skos:definition "A temporal interval expected to remain before a product or component no longer satisfies its intended function or circular value criteria."@en ;
                                                   skos:example "An alternator estimated to have 24 months of usable service life remaining after inspection."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010051
<https://w3id.org/pmd/automatce/AUTOMATCE_0010051> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "actual lifetime"@en ;
                                                   skos:definition "A temporal interval extending from a stated start event to an observed lifecycle event of a product or component."@en ;
                                                   skos:example "The time between first vehicle registration and dismantling of a component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010052
<https://w3id.org/pmd/automatce/AUTOMATCE_0010052> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "non-destructive dismantlability"@en ;
                                                   skos:definition "A disposition of a product or component to be dismantled without destroying the product, component, or material portions that are intended for later use."@en ;
                                                   skos:example "A clipped interior trim part that can be removed intact for reuse."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010053
<https://w3id.org/pmd/automatce/AUTOMATCE_0010053> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000033 ;
                                                   rdfs:label "safety information"@en ;
                                                   skos:altLabel "safetyInfo"@en ;
                                                   skos:definition "A directive information entity that specifies safety-relevant instructions, warnings, or constraints for handling, dismantling, treating, transporting, or reusing a product or component."@en ;
                                                   skos:example "A warning to disconnect a high-voltage battery before dismantling a component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010054
<https://w3id.org/pmd/automatce/AUTOMATCE_0010054> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000015 ;
                                                   rdfs:label "recycling"@en ;
                                                   skos:definition "A process in which used materials, components, or products are collected and processed to recover material for further use."@en ;
                                                   skos:example "Sorting and regranulating polymer parts from an end-of-life vehicle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010055
<https://w3id.org/pmd/automatce/AUTOMATCE_0010055> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000015 ;
                                                   rdfs:label "dismantling"@en ;
                                                   skos:definition "A process in which a product or component is taken apart so that parts, materials, or information can be recovered, assessed, reused, repaired, remanufactured, recycled, or disposed."@en ;
                                                   skos:example "Removing a vehicle door module from an end-of-life vehicle before quality assessment."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010056
<https://w3id.org/pmd/automatce/AUTOMATCE_0010056> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000104 ;
                                                   rdfs:label "dismantling guideline for recycling"@en ;
                                                   skos:altLabel "dismantling guideline recycling"@en ,
                                                                 "dismantlingGuidelineRecycling"@en ;
                                                   skos:definition "A plan specification that provides instructions for dismantling a product or component so that materials can be routed to appropriate recycling treatment."@en ;
                                                   skos:example "A guideline specifying how to separate a polymer housing from attached metal inserts before recycling."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010057
<https://w3id.org/pmd/automatce/AUTOMATCE_0010057> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "recycling material quality"@en ;
                                                   skos:altLabel "recyclingMaterialQuality"@en ;
                                                   skos:definition "A disposition of a product or material to be recycled while preserving a specified level of material quality."@en ;
                                                   skos:example "A polymer component designed so that the recovered polymer remains suitable for automotive applications."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010058
<https://w3id.org/pmd/automatce/AUTOMATCE_0010058> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "recycling availability"@en ;
                                                   skos:altLabel "recyclingAvailability"@en ;
                                                   skos:definition "A disposition of a product, component, or material to be practically available for recycling in a technical cycle."@en ;
                                                   skos:example "A component whose material can be separated and accepted by an established recycling route."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010059
<https://w3id.org/pmd/automatce/AUTOMATCE_0010059> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000104 ;
                                                   rdfs:label "dismantling instructions"@en ;
                                                   skos:altLabel "dismantlingInstructions"@en ;
                                                   skos:definition "A plan specification that describes the actions, order, tools, and constraints for safely and correctly dismantling a product or component."@en ;
                                                   skos:example "Stepwise instructions for removing a battery module from a vehicle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010060
<https://w3id.org/pmd/automatce/AUTOMATCE_0010060> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "dismantlability"@en ;
                                                   skos:definition "A disposition of a product or component to be dismantled under stated technical, safety, time, and damage constraints."@en ;
                                                   skos:example "A bolted assembly has higher dismantlability than an inseparably bonded assembly when reuse is intended."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010061
<https://w3id.org/pmd/automatce/AUTOMATCE_0010061> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "average dismantling time"@en ;
                                                   skos:altLabel "averageDismantlingTime"@en ;
                                                   skos:definition "A temporal interval that represents the mean duration of dismantling a product or component under specified conditions."@en ;
                                                   skos:example "An average dismantling time of 12 minutes for removal of a door module."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010062
<https://w3id.org/pmd/automatce/AUTOMATCE_0010062> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000015 ;
                                                   rdfs:label "treatment technique"@en ;
                                                   skos:altLabel "treatmentTechnique"@en ;
                                                   skos:definition "A process used to treat a dismantled component, product, or material after removal from its original assembly."@en ;
                                                   skos:example "Mechanical shredding, cleaning, or material separation applied after dismantling."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010063
<https://w3id.org/pmd/automatce/AUTOMATCE_0010063> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "best treatment techniques"@en ;
                                                   skos:altLabel "bestTreatmentTechniques"@en ;
                                                   skos:definition "An information content entity that recommends preferred treatment techniques for a dismantled product, component, or material in a given circular economy scenario."@en ;
                                                   skos:example "A recommendation to remove electronics before shredding a polymer-rich component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010064
<https://w3id.org/pmd/automatce/AUTOMATCE_0010064> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000010 ;
                                                   rdfs:label "disassembly software"@en ;
                                                   skos:definition "A software that supports, guides, documents, or validates disassembly or dismantling of a product or component."@en ;
                                                   skos:example "A workshop application that displays product-specific disassembly instructions."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010065
<https://w3id.org/pmd/automatce/AUTOMATCE_0010065> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000602 ;
                                                   rdfs:label "disassembly tool"@en ;
                                                   skos:definition "A device used to carry out a disassembly or dismantling operation on a product or component."@en ;
                                                   skos:example "A puller tool used to remove a clipped trim component without damage."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010066
<https://w3id.org/pmd/automatce/AUTOMATCE_0010066> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000104 ;
                                                   rdfs:label "fastening technique"@en ;
                                                   skos:definition "A plan specification that describes how parts are joined, fixed, or released in an assembly."@en ;
                                                   skos:example "A specification that a housing is fastened with Torx screws and snap-fit clips."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010067
<https://w3id.org/pmd/automatce/AUTOMATCE_0010067> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000104 ;
                                                   rdfs:label "dismantling sequence"@en ;
                                                   skos:definition "A plan specification that orders the steps required to dismantle a product or component."@en ;
                                                   skos:example "Remove cover, disconnect cable, release clips, and lift out module."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010068
<https://w3id.org/pmd/automatce/AUTOMATCE_0010068> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000310 ;
                                                   rdfs:label "exploding diagram"@en ;
                                                   skos:definition "A document or figure that depicts a product or assembly with parts spatially separated to show their relative positions and dismantling relationships."@en ;
                                                   skos:example "An exploded-view diagram showing screws, clips, housing shells, and subcomponents of a control unit."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010069
<https://w3id.org/pmd/automatce/AUTOMATCE_0010069> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "sub-group name"@en ;
                                                   skos:definition "An identifier that records the name of a material sub-group in a material classification scheme."@en ;
                                                   skos:example "The VDA 231-106 sub-group name 'cast aluminium alloys'."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010070
<https://w3id.org/pmd/automatce/AUTOMATCE_0010070> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "sub-group identifier"@en ;
                                                   skos:altLabel "sub-group ID"@en ,
                                                                 "subgroup"@en ;
                                                   skos:definition "An identifier that records the code or number of a material sub-group in a material classification scheme."@en ;
                                                   skos:example "The VDA 231-106 sub-group code '2.1.1'."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010071
<https://w3id.org/pmd/automatce/AUTOMATCE_0010071> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "main group name"@en ;
                                                   skos:definition "An identifier that records the name of a material main group in a material classification scheme."@en ;
                                                   skos:example "The VDA 231-106 main group name 'polymer materials'."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010072
<https://w3id.org/pmd/automatce/AUTOMATCE_0010072> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "main group identifier"@en ;
                                                   skos:altLabel "main group"@en ,
                                                                 "main group ID"@en ;
                                                   skos:definition "An identifier that records the code or number of a material main group in a material classification scheme."@en ;
                                                   skos:example "The VDA 231-106 main group code '5'."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010073
<https://w3id.org/pmd/automatce/AUTOMATCE_0010073> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000015 ;
                                                   rdfs:label "reuse"@en ;
                                                   skos:definition "A process in which a discarded or removed product or component is used again while retaining its original function."@en ;
                                                   skos:example "A dismantled and inspected body control module installed in another vehicle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010074
<https://w3id.org/pmd/automatce/AUTOMATCE_0010074> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "product quality"@en ;
                                                   skos:definition "A disposition of a product or component to satisfy requirements for an intended circular economy route, based on relevant condition, completeness, functional, and standard-based criteria."@en ;
                                                   skos:example "A reused body part assigned a quality class after inspection for dents, corrosion, paint damage, and completeness."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010075
<https://w3id.org/pmd/automatce/AUTOMATCE_0010075> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "test requirements"@en ;
                                                   skos:altLabel "necessary test protocols and equipment"@en ,
                                                                 "necessary test protocols equipment"@en ;
                                                   skos:definition "An information content entity that states the test protocols and equipment required to assess a product or component for reuse, repair, remanufacturing, or recycling."@en ;
                                                   skos:example "A high-voltage component requiring insulation resistance testing before reuse."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010076
<https://w3id.org/pmd/automatce/AUTOMATCE_0010076> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "reusability"@en ;
                                                   skos:definition "A disposition of a product or component to be reused in its original function under stated technical, legal, safety, and quality constraints."@en ;
                                                   skos:example "A complete undamaged headlamp assembly that can be installed as a replacement part."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010077
<https://w3id.org/pmd/automatce/AUTOMATCE_0010077> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "body part quality"@en ;
                                                   skos:altLabel "component quality state"@en ,
                                                                 "quality body parts"@en ;
                                                   skos:definition "A quality of a body part component that characterizes its externally relevant condition, such as paint damage, dents, corrosion, and component-specific defects."@en ;
                                                   skos:example "A door panel quality assessment based on dents and paint scratches."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010078
<https://w3id.org/pmd/automatce/AUTOMATCE_0010078> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "quality grade"@en ;
                                                   skos:altLabel "qualityGrade"@en ;
                                                   skos:definition "A quality that records the grade assigned to a product or component according to a stated quality standard or assessment scheme."@en ;
                                                   skos:example "A, B, or C quality grade assigned to a used car part."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010079
<https://w3id.org/pmd/automatce/AUTOMATCE_0010079> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "completeness"@en ;
                                                   skos:definition "A quality of a product or component indicating whether required subcomponents, fasteners, interfaces, or accessories are present."@en ;
                                                   skos:example "A mirror assembly assessed as complete because housing, glass, wiring, and mounting clips are present."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010080
<https://w3id.org/pmd/automatce/AUTOMATCE_0010080> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000104 ;
                                                   rdfs:label "used quality standard"@en ;
                                                   skos:altLabel "usedQualityStandard"@en ;
                                                   skos:definition "A plan specification that defines the quality assessment criteria applied to a reused, repaired, remanufactured, or recycled product or component."@en ;
                                                   skos:example "VDI 4080 used as the assessment standard for reuse quality."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010081
<https://w3id.org/pmd/automatce/AUTOMATCE_0010081> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "mounting point integrity"@en ;
                                                   skos:altLabel "mountingPointIntegrity"@en ;
                                                   skos:definition "A quality of a product or component indicating whether its mounting points, clips, tabs, or attachment features are intact and functional."@en ;
                                                   skos:example "A bumper bracket with all mounting tabs undamaged."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010082
<https://w3id.org/pmd/automatce/AUTOMATCE_0010082> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "surface cleanliness"@en ;
                                                   skos:altLabel "surfaceCleanliness"@en ;
                                                   skos:definition "A quality of a product, component, or material surface indicating the degree to which it is free from oil, dust, residues, and other contaminants."@en ;
                                                   skos:example "A cleaned polymer surface acceptable for adhesive bonding during reuse preparation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010083
<https://w3id.org/pmd/automatce/AUTOMATCE_0010083> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "repair time"@en ;
                                                   skos:altLabel "repairTime"@en ;
                                                   skos:definition "A temporal interval required or estimated to repair a specified damage or defect on a product or component."@en ;
                                                   skos:example "The time needed to repair a paint scratch and small dent on a door panel."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010084
<https://w3id.org/pmd/automatce/AUTOMATCE_0010084> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "crack count"@en ;
                                                   skos:altLabel "(number of paint) cracks"@en ,
                                                                 "cracks"@en ;
                                                   skos:definition "A quality that records the number of cracks observed on a product, component, coating, or material surface."@en ;
                                                   skos:example "Two cracks recorded in the paint layer during dismantling inspection."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010085
<https://w3id.org/pmd/automatce/AUTOMATCE_0010085> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "dent damage"@en ;
                                                   skos:altLabel "dents"@en ;
                                                   skos:definition "A quality of a sheet metal or body component indicating the presence or extent of dents or deformations that impair the component shape."@en ;
                                                   skos:example "A quarter panel with two visible dents after vehicle use."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010086
<https://w3id.org/pmd/automatce/AUTOMATCE_0010086> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "damage area"@en ;
                                                   skos:altLabel "damageArea"@en ;
                                                   skos:definition "A quality that quantifies the surface area of visible damage on a product, component, coating, or material surface."@en ;
                                                   skos:example "A paint damage area of 50 square centimeters on a door panel."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010087
<https://w3id.org/pmd/automatce/AUTOMATCE_0010087> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "paint damage"@en ;
                                                   skos:altLabel "paintDamage"@en ;
                                                   skos:definition "A quality of a painted product or component indicating damage to the paintwork, such as scratches, chips, cracks, or coating loss."@en ;
                                                   skos:example "Stone-chip damage on a painted bumper cover."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010090
<https://w3id.org/pmd/automatce/AUTOMATCE_0010090> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "manufacturer name"@en ;
                                                   skos:definition "An identifier that records the name by which a manufacturer is referred to in a data exchange, contract, product record, or manufacturer system."@en ;
                                                   skos:example "The manufacturer name 'Schaeffler' in a supplier record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010091
<https://w3id.org/pmd/automatce/AUTOMATCE_0010091> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000029 ;
                                                   rdfs:label "manufacturer plant site"@en ;
                                                   skos:altLabel "manufacturer plant/site"@en ;
                                                   skos:definition "A site at which a manufacturer carries out production, assembly, treatment, storage, or related industrial operations."@en ;
                                                   skos:example "A specific plant where a material batch or component was produced."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010092
<https://w3id.org/pmd/automatce/AUTOMATCE_0010092> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000021> ;
                                                   rdfs:comment "This is modeled as a Catena-X-specific subtype of the existing business partner number class."@en ;
                                                   rdfs:label "catena-x business partner number"@en ;
                                                   skos:altLabel "CX business partner number"@en ;
                                                   skos:definition "A business partner number used in Catena-X to identify a legal entity, site, or address participating in automotive data exchange."@en ;
                                                   skos:example "A Catena-X BPNL identifier for a supplier legal entity."@en ;
                                                   co:PMD_0050117 "BPN" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010093
<https://w3id.org/pmd/automatce/AUTOMATCE_0010093> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_0080001> ;
                                                   rdfs:label "vehicle identification number"@en ;
                                                   skos:altLabel "VIN"@en ,
                                                                 "vehicle identification number"@en ;
                                                   skos:definition "An identifier assigned to an individual vehicle according to a vehicle identification number scheme."@en ;
                                                   skos:example "A 17-character vehicle identification number used in a dismantling record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010094
<https://w3id.org/pmd/automatce/AUTOMATCE_0010094> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "vehicle model"@en ;
                                                   skos:altLabel "vehicle model (Fahrzeugmodell)"@en ;
                                                   skos:definition "An identifier that records the model designation of a vehicle type as defined by a manufacturer."@en ;
                                                   skos:example "A manufacturer-specific vehicle model name used in a product data record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010095
<https://w3id.org/pmd/automatce/AUTOMATCE_0010095> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "component information"@en ;
                                                   skos:altLabel "component information (Bauteilinformationen)"@en ;
                                                   skos:definition "An information content entity that aggregates identifiers, specifications, usage data, condition data, or circular economy information about a component."@en ;
                                                   skos:example "A component record containing part number, material designation, mileage, and reuse assessment."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010096
<https://w3id.org/pmd/automatce/AUTOMATCE_0010096> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000008 ;
                                                   rdfs:label "component mileage"@en ;
                                                   skos:altLabel "mileage of the component"@en ,
                                                                 "mileage of the component (Laufleistung der Komponente)"@en ;
                                                   skos:definition "A process attribute that quantifies the travel distance accumulated by a component during use in a vehicle."@en ;
                                                   skos:example "A used alternator recorded with 125000 km of component mileage."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010097
<https://w3id.org/pmd/automatce/AUTOMATCE_0010097> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "component age"@en ;
                                                   skos:altLabel "component age (Alter der Komponente)"@en ;
                                                   skos:definition "A temporal interval that extends from a stated component reference event to a stated observation event."@en ;
                                                   skos:example "A component age of six years measured from vehicle production date to dismantling date."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010098
<https://w3id.org/pmd/automatce/AUTOMATCE_0010098> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001044 ;
                                                   rdfs:label "year of construction"@en ;
                                                   skos:altLabel "year of construction (Baujahr)"@en ;
                                                   skos:definition "A date value specification that records the calendar year in which a product, component, vehicle, or facility was constructed or manufactured."@en ;
                                                   skos:example "The year 2019 recorded as the construction year of a vehicle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010100
<https://w3id.org/pmd/automatce/AUTOMATCE_0010100> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "environmental condition"@en ;
                                                   skos:definition "A quality of an environment that is relevant to material behavior, processing, testing, storage, use, or degradation."@en ;
                                                   skos:example "A conditioning atmosphere with specified temperature and relative humidity."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010101
<https://w3id.org/pmd/automatce/AUTOMATCE_0010101> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000002 ;
                                                   rdfs:comment "The role borne by such a material in a composite is PMD Core filler role."@en ;
                                                   rdfs:label "filler"@en ;
                                                   skos:altLabel "fillers"@en ;
                                                   skos:definition "An engineered material incorporated in another material to occupy volume, modify properties, reduce cost, or contribute reinforcement in a composite or compound."@en ;
                                                   skos:example "Glass fibers or mineral particles added to a polymer compound."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010102
<https://w3id.org/pmd/automatce/AUTOMATCE_0010102> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010101> ;
                                                   rdfs:comment "The Excel hint to PMD Core filler role was modeled as a material class here because the glossary term names the reinforcing material, not only the role."@en ;
                                                   rdfs:label "reinforcement"@en ;
                                                   skos:definition "A filler material that is incorporated into a matrix material to improve load-bearing, stiffness, strength, impact, or dimensional performance."@en ;
                                                   skos:example "Chopped glass fiber used as reinforcement in PA66-GF25."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010103
<https://w3id.org/pmd/automatce/AUTOMATCE_0010103> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:label "further content"@en ;
                                                   skos:definition "A composition data item that records additional material constituents or content fractions not captured by the primary material composition fields."@en ;
                                                   skos:example "A data item recording minor additive content in a polymer compound."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010104
<https://w3id.org/pmd/automatce/AUTOMATCE_0010104> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:comment "The Excel source references ISO 15512 for plastics water content measurement."@en ;
                                                   rdfs:label "water content"@en ;
                                                   skos:altLabel "water content (in alignment with ISO 15512)"@en ;
                                                   skos:definition "A mass proportion that quantifies the amount of water contained in a material under specified measurement or conditioning conditions."@en ;
                                                   skos:example "Water content of a polyamide granulate measured before injection molding."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010105
<https://w3id.org/pmd/automatce/AUTOMATCE_0010105> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:comment "The Excel source references ISO 3451 for ash content, often used to estimate inorganic filler content."@en ;
                                                   rdfs:label "ash content"@en ;
                                                   skos:altLabel "ash content (Fuellstoffgehalt, ISO 3451)"@en ;
                                                   skos:definition "A mass proportion that quantifies the inorganic residue remaining after controlled combustion or calcination of a material sample."@en ;
                                                   skos:example "Ash content used to estimate glass fiber or mineral filler content in a polymer compound."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010106
<https://w3id.org/pmd/automatce/AUTOMATCE_0010106> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "material class"@en ;
                                                   skos:altLabel "MaterialClass"@en ,
                                                                 "material class and composition"@en ;
                                                   skos:definition "An information content entity that assigns a material, component, or product to a material category in a stated classification scheme."@en ;
                                                   skos:example "A VDA 231-106 material class assignment for polymer materials."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010107
<https://w3id.org/pmd/automatce/AUTOMATCE_0010107> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "material abbreviation"@en ;
                                                   skos:definition "An identifier that records a short material designation or abbreviation used for a material or material family."@en ;
                                                   skos:example "PA66-GF25 as an abbreviated designation for a glass-fiber-reinforced polyamide 66 compound."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010108
<https://w3id.org/pmd/automatce/AUTOMATCE_0010108> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000933 ;
                                                   rdfs:label "manufacturing simulation"@en ;
                                                   skos:definition "A simulation process that represents a manufacturing process and its material, process, geometry, or performance consequences."@en ;
                                                   skos:example "A simulation of an injection molding process used to predict filling and cooling behavior."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010109
<https://w3id.org/pmd/automatce/AUTOMATCE_0010109> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010108> ;
                                                   rdfs:label "injection molding simulation"@en ;
                                                   skos:altLabel "injection modling entity"@en ;
                                                   skos:definition "A manufacturing simulation that represents an injection molding process, including relevant material, mold, filling, packing, cooling, or warpage behavior."@en ;
                                                   skos:example "A mold-filling simulation for a PA66-GF25 housing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010110
<https://w3id.org/pmd/automatce/AUTOMATCE_0010110> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000933 ;
                                                   rdfs:label "quasistatic simulation"@en ;
                                                   skos:altLabel "quasi static entity"@en ,
                                                                 "quasi static simulation"@en ;
                                                   skos:definition "A simulation process that represents material or component response under loading conditions where inertial effects are negligible."@en ;
                                                   skos:example "A quasistatic finite element simulation of a bracket under service load."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010111
<https://w3id.org/pmd/automatce/AUTOMATCE_0010111> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000933 ;
                                                   rdfs:label "thermal simulation"@en ;
                                                   skos:altLabel "thermal expansion coefficient entity"@en ;
                                                   skos:definition "A simulation process that represents heat transfer, temperature distribution, or thermally induced material behavior."@en ;
                                                   skos:example "A cooling simulation for an injection molded component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010112
<https://w3id.org/pmd/automatce/AUTOMATCE_0010112> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000952 ;
                                                   rdfs:label "quasistatic stress normal"@en ;
                                                   skos:altLabel "normal parameter quasi static stress"@en ;
                                                   skos:definition "A strength-related material or simulation output quality that represents stress normal to a reference direction under quasistatic loading."@en ;
                                                   skos:example "Normal stress predicted by a quasistatic simulation perpendicular to fiber orientation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010113
<https://w3id.org/pmd/automatce/AUTOMATCE_0010113> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000952 ;
                                                   rdfs:label "quasistatic stress parallel"@en ;
                                                   skos:altLabel "parallel parameter quasi static stress"@en ;
                                                   skos:definition "A strength-related material or simulation output quality that represents stress parallel to a reference direction under quasistatic loading."@en ;
                                                   skos:example "Stress predicted parallel to fiber orientation in a quasistatic simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010114
<https://w3id.org/pmd/automatce/AUTOMATCE_0010114> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000848 ;
                                                   rdfs:label "quasistatic strain normal"@en ;
                                                   skos:altLabel "normal parameter quasi static strain"@en ;
                                                   skos:definition "A mechanical property or simulation output quality that represents strain normal to a reference direction under quasistatic loading."@en ;
                                                   skos:example "Normal strain predicted perpendicular to fiber orientation in a quasistatic simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010115
<https://w3id.org/pmd/automatce/AUTOMATCE_0010115> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000848 ;
                                                   rdfs:label "quasistatic strain parallel"@en ;
                                                   skos:altLabel "parallel parameter quasi static strain"@en ;
                                                   skos:definition "A mechanical property or simulation output quality that represents strain parallel to a reference direction under quasistatic loading."@en ;
                                                   skos:example "Strain predicted parallel to fiber orientation in a quasistatic simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010116
<https://w3id.org/pmd/automatce/AUTOMATCE_0010116> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0040001 ;
                                                   rdfs:label "elongation expansion normal"@en ;
                                                   skos:altLabel "elongation/expansion normal"@en ;
                                                   skos:definition "A length-related quality or simulation output that represents elongation or expansion normal to a reference direction."@en ;
                                                   skos:example "Thermal expansion normal to fiber orientation in a molded composite."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010117
<https://w3id.org/pmd/automatce/AUTOMATCE_0010117> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0040001 ;
                                                   rdfs:label "elongation expansion parallel"@en ;
                                                   skos:altLabel "elongation/expansion parallel"@en ;
                                                   skos:definition "A length-related quality or simulation output that represents elongation or expansion parallel to a reference direction."@en ;
                                                   skos:example "Thermal expansion parallel to fiber orientation in a molded composite."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010118
<https://w3id.org/pmd/automatce/AUTOMATCE_0010118> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0040001 ;
                                                   rdfs:label "length of fibers"@en ;
                                                   skos:definition "A length quality that quantifies the characteristic or measured length of fibers in a fiber-containing material."@en ;
                                                   skos:example "Mean glass fiber length after injection molding of PA66-GF25."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010119
<https://w3id.org/pmd/automatce/AUTOMATCE_0010119> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "reutilization material share"@en ;
                                                   skos:definition "A mass proportion that quantifies the share of material from rework, regrind, or scrap that is reused within the process or production system that generated it."@en ;
                                                   skos:example "The percentage of in-process regrind returned to an injection molding feedstock."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010120
<https://w3id.org/pmd/automatce/AUTOMATCE_0010120> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "origin"@en ;
                                                   skos:definition "An information content entity that records the source category, provenance, or supply-chain origin of a material."@en ;
                                                   skos:example "An origin statement that a polymer fraction is post-consumer automotive recycled material."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010121
<https://w3id.org/pmd/automatce/AUTOMATCE_0010121> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "pre-consumer material share"@en ;
                                                   skos:altLabel "pre consumer shares"@en ;
                                                   skos:definition "A mass proportion that quantifies material content originating from pre-consumer production residues, by-products, rework, or scrap."@en ;
                                                   skos:example "The share of molding scrap reused before the product reached a consumer."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010122
<https://w3id.org/pmd/automatce/AUTOMATCE_0010122> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "post-consumer material share"@en ;
                                                   skos:altLabel "post consumer shares"@en ;
                                                   skos:definition "A mass proportion that quantifies material content originating from products or materials recovered after consumer or user service."@en ;
                                                   skos:example "The share of polypropylene recovered from end-of-life vehicle parts."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010123
<https://w3id.org/pmd/automatce/AUTOMATCE_0010123> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "material source share"@en ;
                                                   skos:altLabel "material source shares"@en ;
                                                   skos:definition "A mass proportion that quantifies the share of material from a stated source category, such as primary, secondary, pre-consumer, post-consumer, automotive, or non-automotive sources."@en ;
                                                   skos:example "A material source share for secondary automotive recycled content."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010124
<https://w3id.org/pmd/automatce/AUTOMATCE_0010124> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000310 ;
                                                   rdfs:label "other recycling information"@en ;
                                                   skos:altLabel "other information"@en ;
                                                   skos:definition "A document or information content entity that provides additional evidence, provenance, compliance, or quality information about material origin or recycling."@en ;
                                                   skos:example "A supplier declaration documenting recycled material origin and quality."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010125
<https://w3id.org/pmd/automatce/AUTOMATCE_0010125> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "automotive material share"@en ;
                                                   skos:altLabel "automotive"@en ;
                                                   skos:definition "A mass proportion that quantifies the share of material content originating from automotive sources."@en ;
                                                   skos:example "The fraction of recycled polymer sourced from end-of-life vehicle components."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010126
<https://w3id.org/pmd/automatce/AUTOMATCE_0010126> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "non-automotive material share"@en ;
                                                   skos:altLabel "non automotive"@en ;
                                                   skos:definition "A mass proportion that quantifies the share of material content originating from non-automotive sources."@en ;
                                                   skos:example "The fraction of recycled polymer sourced from consumer packaging rather than vehicle components."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010127
<https://w3id.org/pmd/automatce/AUTOMATCE_0010127> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000000 ;
                                                   rdfs:label "secondary material"@en ;
                                                   skos:definition "A material entity obtained from waste, by-products, production residues, or recovered products and intended to substitute for primary material in a production process."@en ;
                                                   skos:example "A recycled polymer regranulate used as feedstock for a new automotive component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010128
<https://w3id.org/pmd/automatce/AUTOMATCE_0010128> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000000 ;
                                                   rdfs:label "primary material"@en ;
                                                   skos:definition "A material entity produced from virgin raw resources and used for the first time in a production process."@en ;
                                                   skos:example "Virgin PA66 resin produced from primary chemical feedstocks."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010129
<https://w3id.org/pmd/automatce/AUTOMATCE_0010129> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0040001 ;
                                                   rdfs:label "physical dimension"@en ;
                                                   skos:definition "A quality that characterizes a physical extent or dimensional feature of a material entity, product, component, or geometric feature."@en ;
                                                   skos:example "Length, width, thickness, or diameter used to characterize an automotive component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010131
<https://w3id.org/pmd/automatce/AUTOMATCE_0010131> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000618 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: GPa."@en ;
                                                   rdfs:label "young's modulus"@en ;
                                                   skos:altLabel "youngs modulus"@en ;
                                                   skos:definition "An elastic modulus that quantifies the ratio of uniaxial stress to uniaxial strain in the linear elastic region of a material response."@en ;
                                                   skos:example "9.5 GPa Young's modulus for PA66-GF30 measured by tensile testing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010140
<https://w3id.org/pmd/automatce/AUTOMATCE_0010140> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:label "unusual properties"@en ;
                                                   skos:definition "A data item that records noteworthy, unexpected, or abnormal properties observed for a component during use, inspection, dismantling, or circular economy assessment."@en ;
                                                   skos:example "A note that a component shows unusual discoloration or deformation compared with its expected state."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010141
<https://w3id.org/pmd/automatce/AUTOMATCE_0010141> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "actual dismantling time"@en ;
                                                   skos:definition "A temporal interval occupied by an observed dismantling process for a product, vehicle, or component."@en ;
                                                   skos:example "The measured time in minutes to remove a component from an end-of-life vehicle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010142
<https://w3id.org/pmd/automatce/AUTOMATCE_0010142> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "selected r-strategy rationale"@en ;
                                                   skos:altLabel "reason for selected r-strategy"@en ;
                                                   skos:definition "An information content entity that states the rationale for selecting a reuse, repair, remanufacturing, recycling, recovery, or disposal strategy for a product or component."@en ;
                                                   skos:example "A reason stating that reuse was rejected because mounting points were broken."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010143
<https://w3id.org/pmd/automatce/AUTOMATCE_0010143> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000033 ;
                                                   rdfs:label "selected r-strategy"@en ;
                                                   skos:definition "A directive information entity that specifies the circular economy strategy selected for a product or component."@en ;
                                                   skos:example "A selected strategy of reuse, recycling, or remanufacturing for a dismantled component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010144
<https://w3id.org/pmd/automatce/AUTOMATCE_0010144> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010060> ;
                                                   rdfs:label "actual dismantlability"@en ;
                                                   skos:definition "A disposition assessment that records how dismantlable a product or component was in an observed dismantling event."@en ;
                                                   skos:example "An actual dismantlability assessment from a dismantler after removing a door module."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010145
<https://w3id.org/pmd/automatce/AUTOMATCE_0010145> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010022> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg CO2e."@en ;
                                                   rdfs:label "selected r-strategy carbon footprint"@en ;
                                                   skos:altLabel "actual footprint of chosen r-strategy"@en ;
                                                   skos:definition "A product carbon footprint that specifies the greenhouse gas emissions of the selected circular economy strategy for a component."@en ;
                                                   skos:example "3.2 kg CO2e resulting from choosing reuse for a dismantled component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010146
<https://w3id.org/pmd/automatce/AUTOMATCE_0010146> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "vehicle condition"@en ;
                                                   skos:definition "A quality of a vehicle that characterizes its observed state relevant to use, dismantling, reuse, repair, recycling, or valuation."@en ;
                                                   skos:example "A vehicle condition assessment recorded at dismantling intake."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010147
<https://w3id.org/pmd/automatce/AUTOMATCE_0010147> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "drive type"@en ;
                                                   skos:definition "A quality of a vehicle that classifies its propulsion architecture or drive configuration."@en ;
                                                   skos:example "Battery electric drive, hybrid drive, or combustion engine drive."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010148
<https://w3id.org/pmd/automatce/AUTOMATCE_0010148> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020133 ;
                                                   rdfs:label "empty weight"@en ;
                                                   skos:definition "A mass quality that quantifies the weight of a vehicle without load under the stated specification conditions."@en ;
                                                   skos:example "The empty weight in kilograms from vehicle documentation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010149
<https://w3id.org/pmd/automatce/AUTOMATCE_0010149> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "vehicle type"@en ;
                                                   skos:definition "A quality of a vehicle that classifies the vehicle according to its design, construction, or intended purpose."@en ;
                                                   skos:example "Passenger car, light commercial vehicle, or heavy truck."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010160
<https://w3id.org/pmd/automatce/AUTOMATCE_0010160> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "model identifier"@en ;
                                                   skos:definition "An identifier assigned by an original equipment manufacturer to a vehicle model, vehicle project, or model variant."@en ;
                                                   skos:example "An original equipment manufacturer project code used to identify a vehicle model in product data."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010161
<https://w3id.org/pmd/automatce/AUTOMATCE_0010161> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "vehicle series"@en ;
                                                   skos:definition "An identifier that records the vehicle series or platform series associated with a vehicle model or component."@en ;
                                                   skos:example "A vehicle series code used in dismantling or parts identification data."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010162
<https://w3id.org/pmd/automatce/AUTOMATCE_0010162> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0000835 ;
                                                   rdfs:label "original equipment manufacturer"@en ;
                                                   skos:altLabel "OEM"@en ,
                                                                 "original equipment manufacturer"@en ;
                                                   skos:definition "A manufacturer that designs or produces the original vehicle, component, or system for which circular economy data is recorded."@en ;
                                                   skos:example "A vehicle manufacturer recorded as the original equipment manufacturer for a vehicle series."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010163
<https://w3id.org/pmd/automatce/AUTOMATCE_0010163> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001044 ;
                                                   rdfs:label "production date"@en ;
                                                   skos:altLabel "date of production"@en ;
                                                   skos:definition "A date value specification that records when a vehicle, component, product, or material batch was produced."@en ;
                                                   skos:example "The production date of a vehicle read from manufacturer records."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010164
<https://w3id.org/pmd/automatce/AUTOMATCE_0010164> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010093> ;
                                                   rdfs:label "anonymized vehicle identification number"@en ;
                                                   skos:altLabel "VAN"@en ,
                                                                 "anonymized VIN"@en ,
                                                                 "vehicle anonymized number"@en ;
                                                   skos:definition "An identifier derived from a vehicle identification number by anonymization or hashing so that the vehicle can be linked across records without exposing the original vehicle identification number."@en ;
                                                   skos:example "A hashed vehicle identification number used in circular economy data exchange."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010165
<https://w3id.org/pmd/automatce/AUTOMATCE_0010165> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "name at manufacturer"@en ;
                                                   skos:definition "An identifier or designation by which a manufacturer names a material grade, product line, component, or product in its own records or commercial communication."@en ;
                                                   skos:example "A manufacturer trade name such as Ultradur, Zytel, or Grilamid."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010174
<https://w3id.org/pmd/automatce/AUTOMATCE_0010174> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000024 ;
                                                   rdfs:label "corroded region"@en ;
                                                   skos:definition "A fiat object part of a material entity that is spatially demarcated by corrosion-related material alteration."@en ;
                                                   skos:example "A rusted area on a steel mounting bracket identified during dismantling inspection."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010175
<https://w3id.org/pmd/automatce/AUTOMATCE_0010175> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020138 ;
                                                   rdfs:label "batch"@en ;
                                                   skos:definition "A disconnected material entity aggregate that is produced, handled, or traced as one quantity under a common production or logistics context."@en ;
                                                   skos:example "A batch of polymer granulate produced under one manufacturing order."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010176
<https://w3id.org/pmd/automatce/AUTOMATCE_0010176> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_0080002> ;
                                                   rdfs:label "catena-x batch identifier"@en ;
                                                   skos:altLabel "Catena-X identifier"@en ;
                                                   skos:definition "A batch identifier assigned for anonymous traceability of a batch in the Catena-X dataspace."@en ;
                                                   skos:example "A Catena-X identifier used to reference a batch without exposing a local production number."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010177
<https://w3id.org/pmd/automatce/AUTOMATCE_0010177> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "local identifier"@en ;
                                                   skos:altLabel "local identifiers"@en ;
                                                   skos:definition "An identifier that identifies an entity within a stated local system, organization, or dataspace."@en ;
                                                   skos:example "A local batch number used inside a manufacturer's production system."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010178
<https://w3id.org/pmd/automatce/AUTOMATCE_0010178> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "local identifier key"@en ;
                                                   skos:altLabel "identifier key"@en ,
                                                                 "key value list"@en ;
                                                   skos:definition "An information content entity that names the local identifier scheme or field in which an identifier value is given."@en ;
                                                   skos:example "A key such as plant batch number or supplier lot number in a key-value identifier list."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010179
<https://w3id.org/pmd/automatce/AUTOMATCE_0010179> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010177> ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "local identifier value"@en ;
                                                   skos:altLabel "identifier value"@en ;
                                                   skos:definition "An identifier value used within a stated local identifier scheme."@en ;
                                                   skos:example "The value 2024-11-A in a supplier lot identifier."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010180
<https://w3id.org/pmd/automatce/AUTOMATCE_0010180> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "manufacturing information"@en ;
                                                   skos:altLabel "manufacturing entity"@en ;
                                                   skos:definition "An information content entity that records production-related data about a batch, part, product, or material."@en ;
                                                   skos:example "Manufacturing date and manufacturing country recorded for a produced batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010181
<https://w3id.org/pmd/automatce/AUTOMATCE_0010181> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected code scheme: ISO 3166-1 alpha-2 or alpha-3."@en ;
                                                   rdfs:label "manufacturing country code"@en ;
                                                   skos:altLabel "country code"@en ;
                                                   skos:definition "An identifier that records the country in which a part, product, material, or batch was manufactured."@en ;
                                                   skos:example "\"DE\" as the manufacturing country code for a part manufactured in Germany."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010182
<https://w3id.org/pmd/automatce/AUTOMATCE_0010182> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "part type information"@en ;
                                                   skos:definition "An information content entity that describes the designed part type instantiated by a physical part or batch."@en ;
                                                   skos:example "Part type information for a connector housing used across several produced parts."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010183
<https://w3id.org/pmd/automatce/AUTOMATCE_0010183> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000007> ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "manufacturer part number"@en ;
                                                   skos:altLabel "manufacturer part ID"@en ;
                                                   skos:definition "A part number assigned by the manufacturer to a designed part type."@en ;
                                                   skos:example "A manufacturer's part number for a steering control unit housing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010184
<https://w3id.org/pmd/automatce/AUTOMATCE_0010184> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "part name at manufacturer"@en ;
                                                   skos:definition "An identifier or designation by which a manufacturer names a part type in its own records."@en ;
                                                   skos:example "A manufacturer-specific sales or engineering name for a vehicle part."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010185
<https://w3id.org/pmd/automatce/AUTOMATCE_0010185> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "product data"@en ;
                                                   skos:definition "An information content entity that records identifying, descriptive, composition, or lifecycle data about a product."@en ;
                                                   skos:example "A vehicle product data record containing model range, brand, production date, and material composition."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010186
<https://w3id.org/pmd/automatce/AUTOMATCE_0010186> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "model range"@en ;
                                                   skos:definition "An identifier that records a vehicle sales or platform range used to group related model variants."@en ;
                                                   skos:example "A model range name used in a vehicle product data aspect."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010187
<https://w3id.org/pmd/automatce/AUTOMATCE_0010187> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0025001 ;
                                                   rdfs:label "overall material composition"@en ;
                                                   skos:definition "A composition that summarizes material groups and amounts at the level of a whole product or vehicle."@en ;
                                                   skos:example "Overall material composition of a vehicle reported for homologation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010188
<https://w3id.org/pmd/automatce/AUTOMATCE_0010188> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "model range lifecycle"@en ;
                                                   skos:definition "An identifier that records the lifecycle state or generation of a vehicle model range."@en ;
                                                   skos:example "A lifecycle code for a vehicle series used in product data exchange."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010189
<https://w3id.org/pmd/automatce/AUTOMATCE_0010189> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "sales name"@en ;
                                                   skos:definition "An identifier that records the commercial name under which a vehicle, part, or product is sold."@en ;
                                                   skos:example "The sales name shown in vehicle product data."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010190
<https://w3id.org/pmd/automatce/AUTOMATCE_0010190> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "brand"@en ;
                                                   skos:definition "An identifier that records the commercial brand associated with a vehicle, part, material, or product."@en ;
                                                   skos:example "A vehicle brand recorded in product data."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010191
<https://w3id.org/pmd/automatce/AUTOMATCE_0010191> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "vehicle information"@en ;
                                                   skos:definition "An information content entity that records identifying, technical, lifecycle, or manufacturer data about a vehicle."@en ;
                                                   skos:example "Vehicle information containing original equipment manufacturer, model range, production date, and anonymized vehicle identification number."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010192
<https://w3id.org/pmd/automatce/AUTOMATCE_0010192> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000023> ;
                                                   rdfs:label "recycling batch actor"@en ;
                                                   skos:altLabel "actor"@en ;
                                                   skos:definition "A supply chain agent that participates in the transfer, treatment, or documentation of a recycling batch."@en ;
                                                   skos:example "A dismantler, recycler, logistics provider, or receiving plant recorded for a recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010193
<https://w3id.org/pmd/automatce/AUTOMATCE_0010193> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000014> ;
                                                   rdfs:label "recycling batch sender"@en ;
                                                   skos:altLabel "sender"@en ;
                                                   skos:definition "A consignor that sends a recycling batch to another actor."@en ;
                                                   skos:example "A dismantling facility sending a sorted polymer batch to a recycler."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010194
<https://w3id.org/pmd/automatce/AUTOMATCE_0010194> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000013> ;
                                                   rdfs:label "recycling batch receiver"@en ;
                                                   skos:altLabel "receiver"@en ;
                                                   skos:definition "A consignee that receives a recycling batch from another actor."@en ;
                                                   skos:example "A recycling facility receiving a batch of dismantled polymer components."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010195
<https://w3id.org/pmd/automatce/AUTOMATCE_0010195> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000023> ;
                                                   rdfs:label "recycling batch operator"@en ;
                                                   skos:altLabel "operator"@en ;
                                                   skos:definition "A supply chain agent that operates a transport, treatment, or recycling process for a recycling batch."@en ;
                                                   skos:example "The company operating the transport process for a recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010196
<https://w3id.org/pmd/automatce/AUTOMATCE_0010196> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "actor number"@en ;
                                                   skos:definition "An identifier assigned to an actor in a recycling, logistics, or supply-chain process."@en ;
                                                   skos:example "An operating number used to identify a recycling batch actor."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010197
<https://w3id.org/pmd/automatce/AUTOMATCE_0010197> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "actor role type"@en ;
                                                   skos:altLabel "actor role"@en ;
                                                   skos:definition "An information content entity that records the role type under which an actor participates in a recycling or logistics process."@en ;
                                                   skos:example "Sender, receiver, recycler, operator, or transporter recorded as an actor role type."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010198
<https://w3id.org/pmd/automatce/AUTOMATCE_0010198> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "transfer identifier"@en ;
                                                   skos:definition "An identifier assigned to a transfer of material, components, products, or recycling batches between actors."@en ;
                                                   skos:example "A transfer identifier for movement of a recycling batch from dismantler to recycler."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010199
<https://w3id.org/pmd/automatce/AUTOMATCE_0010199> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "global asset identifier"@en ;
                                                   skos:altLabel "global asset ID"@en ,
                                                                 "global asset i d"@en ;
                                                   skos:definition "An identifier that globally identifies an asset in a digital twin or data exchange environment."@en ;
                                                   skos:example "A global asset identifier for the digital twin of a material card or recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010200
<https://w3id.org/pmd/automatce/AUTOMATCE_0010200> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000021> ;
                                                   rdfs:label "owner business partner number"@en ;
                                                   skos:altLabel "owner BPNL"@en ,
                                                                 "owner b p n l"@en ;
                                                   skos:definition "A business partner number that identifies the owner of a data asset, material card, or digital twin record."@en ;
                                                   skos:example "A BPNL recorded as the owner of a simulation material card."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010210
<https://w3id.org/pmd/automatce/AUTOMATCE_0010210> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010175> ;
                                                   rdfs:label "recycling batch"@en ;
                                                   skos:definition "A batch that is collected, transferred, or treated as one quantity in a recycling process."@en ;
                                                   skos:example "A sorted batch of dismantled polymer components sent to a recycler."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010211
<https://w3id.org/pmd/automatce/AUTOMATCE_0010211> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020133 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg."@en ;
                                                   rdfs:label "container mass"@en ;
                                                   skos:altLabel "container weight"@en ;
                                                   skos:definition "A mass quality that quantifies the empty mass of a container."@en ;
                                                   skos:example "An empty recycling container with a mass of 3000 kg."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010212
<https://w3id.org/pmd/automatce/AUTOMATCE_0010212> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020150 ;
                                                   rdfs:comment "Expected value datatype: xsd:positiveInteger; expected unit: L."@en ;
                                                   rdfs:label "container volume"@en ;
                                                   skos:definition "A volume quality that quantifies the internal capacity of a container."@en ;
                                                   skos:example "A roll-off container with a capacity of 20000 L."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010213
<https://w3id.org/pmd/automatce/AUTOMATCE_0010213> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "container type identifier"@en ;
                                                   skos:definition "An identifier assigned to a standardized container type."@en ;
                                                   skos:example "An AVAL container type identifier used for a recycling container."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010214
<https://w3id.org/pmd/automatce/AUTOMATCE_0010214> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "container description"@en ;
                                                   skos:definition "An information content entity that describes a container type or container instance."@en ;
                                                   skos:example "A standardized description such as roll-off container for a recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010215
<https://w3id.org/pmd/automatce/AUTOMATCE_0010215> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ;
                                                   rdfs:label "recycling process step"@en ;
                                                   skos:altLabel "child process steps"@en ,
                                                                 "process step"@en ;
                                                   skos:definition "A business process that is a distinguishable step in the handling or treatment of a recycling batch."@en ;
                                                   skos:example "Shredding, sorting, washing, or weighing as a recycling process step."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010216
<https://w3id.org/pmd/automatce/AUTOMATCE_0010216> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "child process type"@en ;
                                                   skos:definition "An information content entity that classifies a subordinate process step in a recycling process."@en ;
                                                   skos:example "Shredding recorded as the child process type for a recycling batch step."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010217
<https://w3id.org/pmd/automatce/AUTOMATCE_0010217> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "process information"@en ;
                                                   skos:definition "An information content entity that records the type, method, timing, or outcome of a process."@en ;
                                                   skos:example "A recycling batch process record containing treatment procedure and process type."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010218
<https://w3id.org/pmd/automatce/AUTOMATCE_0010218> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "process type"@en ;
                                                   skos:definition "An information content entity that classifies a process according to its role in a treatment, recycling, or logistics chain."@en ;
                                                   skos:example "Sorting or transport recorded as the process type for a reverse-chain process step."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010219
<https://w3id.org/pmd/automatce/AUTOMATCE_0010219> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010062> ;
                                                   rdfs:label "treatment procedure"@en ;
                                                   skos:definition "A treatment technique selected or applied for handling waste, components, materials, or recycling batches."@en ;
                                                   skos:example "An R4 treatment procedure recorded for a recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010220
<https://w3id.org/pmd/automatce/AUTOMATCE_0010220> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010054> ;
                                                   rdfs:label "mechanical recycling"@en ;
                                                   skos:definition "A recycling process that recovers material through mechanical operations without intentional chemical depolymerization."@en ;
                                                   skos:example "Sorting, shredding, washing, and regranulating polymer parts."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010221
<https://w3id.org/pmd/automatce/AUTOMATCE_0010221> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010054> ;
                                                   rdfs:label "chemical recycling"@en ;
                                                   skos:definition "A recycling process that converts material through chemical reaction into monomers, feedstock, or other chemical products."@en ;
                                                   skos:example "Solvolysis or depolymerization applied to a polymer waste stream."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010222
<https://w3id.org/pmd/automatce/AUTOMATCE_0010222> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020133 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg."@en ;
                                                   rdfs:label "process loss"@en ;
                                                   skos:definition "A mass quality that quantifies material lost during a process step."@en ;
                                                   skos:example "A process loss of 0.5 kg during washing of a recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010223
<https://w3id.org/pmd/automatce/AUTOMATCE_0010223> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "loss type"@en ;
                                                   skos:definition "An information content entity that classifies the cause or form of material loss in a process."@en ;
                                                   skos:example "Abrasion or contamination recorded as the loss type for a recycling process step."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010224
<https://w3id.org/pmd/automatce/AUTOMATCE_0010224> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000310 ;
                                                   rdfs:label "weighing slip"@en ;
                                                   skos:definition "A document that records the result of weighing materials, components, products, or recycling batches."@en ;
                                                   skos:example "A weighing slip issued by a scale during intake of a recycling batch."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010225
<https://w3id.org/pmd/automatce/AUTOMATCE_0010225> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "measurement type"@en ;
                                                   skos:definition "An information content entity that classifies the measurement method or instrument used to obtain a value."@en ;
                                                   skos:example "Material scale recorded as the measurement type for a mass determination."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010226
<https://w3id.org/pmd/automatce/AUTOMATCE_0010226> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001044 ;
                                                   rdfs:comment "Expected value datatype: xsd:dateTime; expected unit: not specified."@en ;
                                                   rdfs:label "measurement timestamp"@en ;
                                                   skos:definition "A date value specification that records the time at which a measurement was made."@en ;
                                                   skos:example "2024-01-01T14:23:00+01:00 recorded as a measurement timestamp."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010227
<https://w3id.org/pmd/automatce/AUTOMATCE_0010227> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001044 ;
                                                   rdfs:comment "Expected value datatype: xsd:dateTime; expected unit: not specified."@en ;
                                                   rdfs:label "start timestamp"@en ;
                                                   skos:definition "A date value specification that records the start time of a process step."@en ;
                                                   skos:example "The start timestamp of a sorting step in a recycling batch process."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010228
<https://w3id.org/pmd/automatce/AUTOMATCE_0010228> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001044 ;
                                                   rdfs:comment "Expected value datatype: xsd:dateTime; expected unit: not specified."@en ;
                                                   rdfs:label "end timestamp"@en ;
                                                   skos:definition "A date value specification that records the end time of a process step."@en ;
                                                   skos:example "The end timestamp of a washing step in a recycling batch process."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010229
<https://w3id.org/pmd/automatce/AUTOMATCE_0010229> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020133 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg."@en ;
                                                   rdfs:label "input net mass"@en ;
                                                   skos:definition "A mass quality that quantifies the net mass entering a process step."@en ;
                                                   skos:example "Input net mass of 10.0 kg for a recycling process step."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010230
<https://w3id.org/pmd/automatce/AUTOMATCE_0010230> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020133 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg."@en ;
                                                   rdfs:label "output net mass"@en ;
                                                   skos:definition "A mass quality that quantifies the net mass leaving a process step."@en ;
                                                   skos:example "Output net mass of 9.5 kg after a recycling process step."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010231
<https://w3id.org/pmd/automatce/AUTOMATCE_0010231> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "remanufacturability"@en ;
                                                   skos:definition "A disposition of a product or component to be restored through remanufacturing to a specified performance or quality state."@en ;
                                                   skos:example "A starter motor assessed as remanufacturable after inspection."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010232
<https://w3id.org/pmd/automatce/AUTOMATCE_0010232> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000016 ;
                                                   rdfs:label "refurbishability"@en ;
                                                   skos:definition "A disposition of a product or component to be restored through refurbishment to an acceptable use state."@en ;
                                                   skos:example "A body control module assessed as refurbishable after testing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010233
<https://w3id.org/pmd/automatce/AUTOMATCE_0010233> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000852 ;
                                                   rdfs:label "restricted heavy metals"@en ;
                                                   skos:definition "A material entity aggregate comprising heavy metal substances whose concentration is restricted by a stated regulation or standard."@en ;
                                                   skos:example "Lead, mercury, cadmium, and hexavalent chromium considered in ELV compliance."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010234
<https://w3id.org/pmd/automatce/AUTOMATCE_0010234> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:boolean; expected unit: not specified."@en ;
                                                   rdfs:label "lead threshold compliance"@en ;
                                                   skos:definition "A data item that records whether lead concentration complies with a stated threshold."@en ;
                                                   skos:example "A true value indicating that lead concentration is below the applicable threshold."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010235
<https://w3id.org/pmd/automatce/AUTOMATCE_0010235> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:boolean; expected unit: not specified."@en ;
                                                   rdfs:label "mercury threshold compliance"@en ;
                                                   skos:definition "A data item that records whether mercury concentration complies with a stated threshold."@en ;
                                                   skos:example "A true value indicating that mercury concentration is below the applicable threshold."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010236
<https://w3id.org/pmd/automatce/AUTOMATCE_0010236> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:boolean; expected unit: not specified."@en ;
                                                   rdfs:label "cadmium threshold compliance"@en ;
                                                   skos:definition "A data item that records whether cadmium concentration complies with a stated threshold."@en ;
                                                   skos:example "A false value indicating that cadmium concentration exceeds the applicable threshold."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010237
<https://w3id.org/pmd/automatce/AUTOMATCE_0010237> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:boolean; expected unit: not specified."@en ;
                                                   rdfs:label "hexavalent chromium threshold compliance"@en ;
                                                   skos:definition "A data item that records whether hexavalent chromium concentration complies with a stated threshold."@en ;
                                                   skos:example "A true value indicating that hexavalent chromium concentration is below the applicable threshold."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010238
<https://w3id.org/pmd/automatce/AUTOMATCE_0010238> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000033 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "required tool and software"@en ;
                                                   skos:definition "A directive information entity that specifies tools and software required for disassembly, testing, treatment, or reuse assessment."@en ;
                                                   skos:example "A list requiring a diagnostic application and a puller tool for proper disassembly."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010239
<https://w3id.org/pmd/automatce/AUTOMATCE_0010239> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "component position"@en ;
                                                   skos:altLabel "position"@en ;
                                                   skos:definition "An information content entity that records the position of a component within a product or vehicle."@en ;
                                                   skos:example "Front left door recorded as the component position within a vehicle."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010240
<https://w3id.org/pmd/automatce/AUTOMATCE_0010240> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:integer; expected unit: count."@en ;
                                                   rdfs:label "component quantity"@en ;
                                                   skos:altLabel "quantity"@en ;
                                                   skos:definition "A quality that quantifies how many instances of a component occur in a product or vehicle."@en ;
                                                   skos:example "Four identical door speakers recorded as a component quantity."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010241
<https://w3id.org/pmd/automatce/AUTOMATCE_0010241> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:integer; expected unit: km."@en ;
                                                   rdfs:label "expected mileage"@en ;
                                                   skos:definition "A quality that quantifies the expected travel distance over which a component can perform its intended function."@en ;
                                                   skos:example "Expected mileage of 200000 km for a vehicle component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010242
<https://w3id.org/pmd/automatce/AUTOMATCE_0010242> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "design feedback information"@en ;
                                                   skos:altLabel "feedback to design"@en ;
                                                   skos:definition "An information content entity that records dismantling, reuse, repair, or recycling observations for later design improvement."@en ;
                                                   skos:example "Feedback that a bonded joint should be replaced by a reversible fastening for easier dismantling."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010243
<https://w3id.org/pmd/automatce/AUTOMATCE_0010243> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "waste code"@en ;
                                                   skos:definition "An identifier that classifies a waste material or waste-containing part according to a stated waste code system."@en ;
                                                   skos:example "A European List of Waste code assigned to a dismantled material fraction."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010244
<https://w3id.org/pmd/automatce/AUTOMATCE_0010244> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "dismantling characteristics information"@en ;
                                                   skos:altLabel "dismantling information characteristics"@en ;
                                                   skos:definition "An information content entity that records product or component characteristics relevant to dismantling."@en ;
                                                   skos:example "A dismantling characteristics record containing position, quantity, and expected mileage."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010245
<https://w3id.org/pmd/automatce/AUTOMATCE_0010245> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "component identification information"@en ;
                                                   skos:altLabel "identification"@en ;
                                                   skos:definition "An information content entity that records identifiers for a product, component, vehicle, material, or batch."@en ;
                                                   skos:example "A component identification record containing part number, batch identifier, and anonymized vehicle identification number."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010246
<https://w3id.org/pmd/automatce/AUTOMATCE_0010246> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "circular economy information"@en ;
                                                   skos:altLabel "dismantling information circular economy"@en ;
                                                   skos:definition "An information content entity that records reuse, repair, remanufacturing, recycling, recovery, or disposal information for a product or component."@en ;
                                                   skos:example "Circular economy information containing selected r-strategy, restricted substance compliance, and required tools."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010247
<https://w3id.org/pmd/automatce/AUTOMATCE_0010247> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/log/LOG_0080002> ;
                                                   rdfs:label "recycling batch identifier"@en ;
                                                   skos:definition "A batch identifier assigned to a recycling batch for traceability."@en ;
                                                   skos:example "BATCH-0001-9999-abcd recorded as a recycling batch identifier."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010248
<https://w3id.org/pmd/automatce/AUTOMATCE_0010248> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "recycling information"@en ;
                                                   skos:definition "An information content entity that records recycling-related source, batch, process, composition, or actor data."@en ;
                                                   skos:example "A recycling information record containing batch identifier, material source, and consumer share."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010249
<https://w3id.org/pmd/automatce/AUTOMATCE_0010249> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "material source"@en ;
                                                   skos:altLabel "material source entity"@en ;
                                                   skos:definition "An information content entity that records the source category or provenance of material used in a recycling or production context."@en ;
                                                   skos:example "Automotive post-consumer material recorded as a material source."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010250
<https://w3id.org/pmd/automatce/AUTOMATCE_0010250> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "sustainability information"@en ;
                                                   skos:altLabel "sustainability"@en ;
                                                   skos:definition "An information content entity that records sustainability-related attributes of a product, material, process, or circular economy scenario."@en ;
                                                   skos:example "A sustainability record containing recycled share, carbon footprint, and lifecycle stage."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010251
<https://w3id.org/pmd/automatce/AUTOMATCE_0010251> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:label "consumer share"@en ;
                                                   skos:altLabel "consumer share entity"@en ;
                                                   skos:definition "A mass proportion that quantifies consumer-origin material within a material source or recycled content record."@en ;
                                                   skos:example "The post-consumer automotive share in a recycled polymer material source."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010260
<https://w3id.org/pmd/automatce/AUTOMATCE_0010260> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "service life"@en ;
                                                   skos:altLabel "service life component"@en ;
                                                   skos:definition "A temporal interval during which a component can perform its intended function under stated service conditions."@en ;
                                                   skos:example "A service life interval of 12000 h for a bearing under stated load and temperature."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010261
<https://w3id.org/pmd/automatce/AUTOMATCE_0010261> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010260> ;
                                                   rdfs:label "mechanical service life component"@en ;
                                                   skos:definition "A service life component limited by mechanical loading conditions."@en ;
                                                   skos:example "A 12000 h mechanical service life component under a stated cyclic load spectrum."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010262
<https://w3id.org/pmd/automatce/AUTOMATCE_0010262> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010260> ;
                                                   rdfs:label "thermal service life component"@en ;
                                                   skos:definition "A service life component limited by thermal loading conditions."@en ;
                                                   skos:example "A 9000 h thermal service life component at a stated operating temperature."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010263
<https://w3id.org/pmd/automatce/AUTOMATCE_0010263> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010260> ;
                                                   rdfs:label "chemical service life component"@en ;
                                                   skos:definition "A service life component limited by chemical exposure conditions."@en ;
                                                   skos:example "A 5000 h chemical service life component under stated oil exposure."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010264
<https://w3id.org/pmd/automatce/AUTOMATCE_0010264> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010263> ;
                                                   rdfs:label "chemical medium service life component"@en ;
                                                   skos:definition "A chemical service life component limited by exposure to a specified chemical medium."@en ;
                                                   skos:example "A service life component for contact with engine oil or coolant."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010265
<https://w3id.org/pmd/automatce/AUTOMATCE_0010265> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010263> ;
                                                   rdfs:label "humidity medium service life component"@en ;
                                                   skos:definition "A chemical service life component limited by humidity or water exposure."@en ;
                                                   skos:example "A service life component for exposure to 85 percent relative humidity."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010266
<https://w3id.org/pmd/automatce/AUTOMATCE_0010266> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "usage data"@en ;
                                                   skos:definition "An information content entity that records service life, load, environmental, status, or incident data observed during product or component use."@en ;
                                                   skos:example "A usage data record containing component age, load spectrum, incidents, and service life estimates."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010267
<https://w3id.org/pmd/automatce/AUTOMATCE_0010267> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "component status"@en ;
                                                   skos:definition "A quality of a component that records its functional, operational, or lifecycle state during use or assessment."@en ;
                                                   skos:example "In service, failed, removed, repaired, or reused as a component status."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010268
<https://w3id.org/pmd/automatce/AUTOMATCE_0010268> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000202 ;
                                                   rdfs:label "component age in use"@en ;
                                                   skos:altLabel "age of component"@en ;
                                                   skos:definition "A temporal interval that extends from a stated component use event to a stated observation event."@en ;
                                                   skos:example "Age of a component calculated from installation date to dismantling date."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010269
<https://w3id.org/pmd/automatce/AUTOMATCE_0010269> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "incident record"@en ;
                                                   skos:altLabel "incidents"@en ;
                                                   skos:definition "A data item that records incidents affecting a product or component during use."@en ;
                                                   skos:example "A record of overload, crash exposure, overheating, or water ingress."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010270
<https://w3id.org/pmd/automatce/AUTOMATCE_0010270> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:label "load spectrum"@en ;
                                                   skos:definition "A data item that represents the distribution of loads experienced by a component over time or cycles."@en ;
                                                   skos:example "A load collective describing cyclic forces experienced by a suspension component."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010271
<https://w3id.org/pmd/automatce/AUTOMATCE_0010271> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010270> ;
                                                   rdfs:label "mechanical load spectrum at instance level"@en ;
                                                   skos:altLabel "mechanical load spectrum level of instance"@en ;
                                                   skos:definition "A load spectrum that records mechanical loads experienced by one individual component or product."@en ;
                                                   skos:example "The load profile measured for one vehicle component during operation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010272
<https://w3id.org/pmd/automatce/AUTOMATCE_0010272> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010270> ;
                                                   rdfs:label "mechanical load spectrum at fleet level"@en ;
                                                   skos:altLabel "mechanical load spectrum level of fleet"@en ;
                                                   skos:definition "A load spectrum that aggregates mechanical loads experienced by a fleet of components or products."@en ;
                                                   skos:example "An aggregated load profile calculated from all units in a fleet."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010273
<https://w3id.org/pmd/automatce/AUTOMATCE_0010273> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: N."@en ;
                                                   rdfs:label "mechanical load amplitude at instance level"@en ;
                                                   skos:altLabel "mechanical load amplitude level of instance"@en ;
                                                   skos:definition "A quality that quantifies cyclic mechanical load amplitude experienced by one component or product."@en ;
                                                   skos:example "A 450 N peak cyclic force amplitude recorded for one component during operation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010274
<https://w3id.org/pmd/automatce/AUTOMATCE_0010274> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: N."@en ;
                                                   rdfs:label "mechanical load amplitude at fleet level"@en ;
                                                   skos:altLabel "mechanical load amplitude level of fleet"@en ;
                                                   skos:definition "A quality that quantifies representative cyclic mechanical load amplitude across a fleet."@en ;
                                                   skos:example "A 380 N representative cyclic force amplitude across a vehicle fleet."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010275
<https://w3id.org/pmd/automatce/AUTOMATCE_0010275> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:nonNegativeInteger; expected unit: cycle."@en ;
                                                   rdfs:label "mechanical load cycles at instance level"@en ;
                                                   skos:altLabel "mechanical load cycles level of instance"@en ;
                                                   skos:definition "A quality that quantifies the number of mechanical load cycles experienced by one component or product."@en ;
                                                   skos:example "250000 load cycles counted for one component during operation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010276
<https://w3id.org/pmd/automatce/AUTOMATCE_0010276> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:nonNegativeInteger; expected unit: cycle."@en ;
                                                   rdfs:label "mechanical load cycles at fleet level"@en ;
                                                   skos:altLabel "mechanical load cycles level of fleet"@en ;
                                                   skos:definition "A quality that quantifies the number or distribution of mechanical load cycles across a fleet."@en ;
                                                   skos:example "1200000 load cycles derived from aggregated fleet operating data."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010277
<https://w3id.org/pmd/automatce/AUTOMATCE_0010277> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:label "temperature spectrum"@en ;
                                                   skos:definition "A data item that represents temperature magnitudes, durations, or cycles experienced by a component or product."@en ;
                                                   skos:example "A thermal load spectrum showing temperature cycles over vehicle use."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010278
<https://w3id.org/pmd/automatce/AUTOMATCE_0010278> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "temperature over cycles"@en ;
                                                   skos:definition "A data item that records temperature change or temperature values across cycles."@en ;
                                                   skos:example "A temperature-over-cycles profile used in service-life assessment."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010279
<https://w3id.org/pmd/automatce/AUTOMATCE_0010279> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "environmental spectrum"@en ;
                                                   skos:definition "A data item that represents environmental exposure conditions over time or cycles."@en ;
                                                   skos:example "A combined exposure profile for humidity, chemical media, radiation, and dust."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010290
<https://w3id.org/pmd/automatce/AUTOMATCE_0010290> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "simulation card"@en ;
                                                   skos:definition "An information content entity that specifies material, software, calibration, and parameter data used for simulation."@en ;
                                                   skos:example "A material card used for an injection molding or structural simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010291
<https://w3id.org/pmd/automatce/AUTOMATCE_0010291> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010290> ;
                                                   rdfs:label "material card"@en ;
                                                   skos:altLabel "simulation material card"@en ;
                                                   skos:definition "A simulation card that specifies material data for a simulation model."@en ;
                                                   skos:example "A polymer material card calibrated for injection molding simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010292
<https://w3id.org/pmd/automatce/AUTOMATCE_0010292> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "simulation type"@en ;
                                                   skos:definition "An information content entity that classifies a simulation according to the modeled process or response."@en ;
                                                   skos:example "Structural simulation or manufacturing simulation recorded as a simulation type."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010293
<https://w3id.org/pmd/automatce/AUTOMATCE_0010293> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000010 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "simulation software"@en ;
                                                   skos:definition "A software used to create, execute, calibrate, or interpret a simulation."@en ;
                                                   skos:example "A named simulation software and version used for a material card."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010294
<https://w3id.org/pmd/automatce/AUTOMATCE_0010294> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001044 ;
                                                   rdfs:comment "Expected value datatype: xsd:dateTime; expected unit: not specified."@en ;
                                                   rdfs:label "calibration time"@en ;
                                                   skos:definition "A date value specification that records when a simulation card or material model was calibrated."@en ;
                                                   skos:example "The calibration time of a material card used in an injection molding simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010295
<https://w3id.org/pmd/automatce/AUTOMATCE_0010295> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "file format"@en ;
                                                   skos:definition "An information content entity that identifies the format in which a file or simulation card is encoded."@en ;
                                                   skos:example "A material-card file format recorded for simulation data exchange."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010296
<https://w3id.org/pmd/automatce/AUTOMATCE_0010296> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ;
                                                   rdfs:label "manufacturing simulation parameter"@en ;
                                                   skos:definition "A value specification that provides an input, calibration, or output parameter for a manufacturing simulation."@en ;
                                                   skos:example "Specific volume or viscosity data used as a manufacturing simulation parameter."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010297
<https://w3id.org/pmd/automatce/AUTOMATCE_0010297> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ;
                                                   rdfs:label "structural simulation parameter"@en ;
                                                   skos:definition "A value specification that provides an input, calibration, or output parameter for a structural simulation."@en ;
                                                   skos:example "Stress, strain, or temperature values used in a structural material model."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010298
<https://w3id.org/pmd/automatce/AUTOMATCE_0010298> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000933 ;
                                                   rdfs:label "fatigue simulation"@en ;
                                                   skos:altLabel "fatigue entity"@en ;
                                                   skos:definition "A simulation process that represents material or component response under repeated cyclic loading."@en ;
                                                   skos:example "A fatigue simulation used to estimate component life under cyclic service loads."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010299
<https://w3id.org/pmd/automatce/AUTOMATCE_0010299> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000933 ;
                                                   rdfs:label "creep simulation"@en ;
                                                   skos:altLabel "creep entity"@en ;
                                                   skos:definition "A simulation process that represents time-dependent deformation under sustained load."@en ;
                                                   skos:example "A creep simulation based on strain-time curves from ISO 899 testing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010300
<https://w3id.org/pmd/automatce/AUTOMATCE_0010300> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000933 ;
                                                   rdfs:label "ageing simulation"@en ;
                                                   skos:altLabel "ageing entity"@en ;
                                                   skos:definition "A simulation process that represents changes in material or component properties caused by ageing conditions."@en ;
                                                   skos:example "A simulation of property degradation after thermal ageing."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010301
<https://w3id.org/pmd/automatce/AUTOMATCE_0010301> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010297> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: K."@en ;
                                                   rdfs:label "parallel parameter temperature"@en ;
                                                   skos:definition "A structural simulation parameter that specifies temperature for behavior parallel to a reference direction."@en ;
                                                   skos:example "Temperature parameter parallel to fiber orientation in a material card."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010302
<https://w3id.org/pmd/automatce/AUTOMATCE_0010302> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010297> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: percent."@en ;
                                                   rdfs:label "parallel parameter expansion"@en ;
                                                   skos:definition "A structural simulation parameter that specifies expansion parallel to a reference direction."@en ;
                                                   skos:example "Expansion parameter parallel to flow direction in a material card."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010303
<https://w3id.org/pmd/automatce/AUTOMATCE_0010303> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010297> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: K."@en ;
                                                   rdfs:label "normal parameter temperature"@en ;
                                                   skos:definition "A structural simulation parameter that specifies temperature for behavior normal to a reference direction."@en ;
                                                   skos:example "Temperature parameter normal to fiber orientation in a material card."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010304
<https://w3id.org/pmd/automatce/AUTOMATCE_0010304> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010301> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: K."@en ;
                                                   rdfs:label "parallel quasistatic temperature parameter"@en ;
                                                   skos:altLabel "parallel parameter quasi static temperature"@en ;
                                                   skos:definition "A structural simulation parameter that specifies the test temperature for quasistatic behavior parallel to a reference direction."@en ;
                                                   skos:example "Temperature used for a parallel-direction ISO 527 stress-strain curve."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010305
<https://w3id.org/pmd/automatce/AUTOMATCE_0010305> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0010303> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: K."@en ;
                                                   rdfs:label "normal quasistatic temperature parameter"@en ;
                                                   skos:altLabel "normal parameter quasi static temperature"@en ;
                                                   skos:definition "A structural simulation parameter that specifies the test temperature for quasistatic behavior normal to a reference direction."@en ;
                                                   skos:example "Temperature used for a normal-direction ISO 527 stress-strain curve."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010306
<https://w3id.org/pmd/automatce/AUTOMATCE_0010306> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ;
                                                   rdfs:label "simulation parameter"@en ;
                                                   skos:definition "A value specification that supplies an input, calibration, boundary, or output value for a simulation."@en ;
                                                   skos:example "A stress, strain, temperature, viscosity, or specific-volume parameter used in a material card."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010330
<https://w3id.org/pmd/automatce/AUTOMATCE_0010330> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020133 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: kg."@en ;
                                                   rdfs:label "material mass"@en ;
                                                   skos:altLabel "material weight"@en ;
                                                   skos:definition "A mass quality that quantifies the amount of material in a part, batch, or composition entry."@en ;
                                                   skos:example "The mass of a polymer material fraction in a vehicle composition record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010331
<https://w3id.org/pmd/automatce/AUTOMATCE_0010331> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: percent."@en ;
                                                   rdfs:label "mass fraction"@en ;
                                                   skos:definition "A mass proportion that quantifies a constituent mass relative to the total mass of the containing material, part, or product."@en ;
                                                   skos:example "The mass fraction of glass fibers in a PA66-GF25 compound."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010332
<https://w3id.org/pmd/automatce/AUTOMATCE_0010332> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000000 ;
                                                   rdfs:label "material for homologation"@en ;
                                                   skos:definition "A material entity represented in homologation data for calculating recycling or recovery quotas."@en ;
                                                   skos:example "A VDA-classified material entry used in vehicle recycling quota calculation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010333
<https://w3id.org/pmd/automatce/AUTOMATCE_0010333> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020102 ;
                                                   rdfs:comment "Expected value datatype: xsd:double; expected unit: percent."@en ;
                                                   rdfs:label "homologation material share"@en ;
                                                   skos:altLabel "share"@en ;
                                                   skos:definition "A mass proportion that quantifies the share of a material used in homologation quota calculation."@en ;
                                                   skos:example "A material share reported for a VDA material group in a vehicle homologation record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010334
<https://w3id.org/pmd/automatce/AUTOMATCE_0010334> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "VDA standard identifier"@en ;
                                                   skos:altLabel "VDA standard id"@en ;
                                                   skos:definition "An identifier that records the VDA material classification standard used for a material entry."@en ;
                                                   skos:example "VDA 231-106 used as the standard identifier for material classification."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010335
<https://w3id.org/pmd/automatce/AUTOMATCE_0010335> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "item number"@en ;
                                                   skos:definition "An identifier that records the item to which a material entry belongs in a composition or homologation structure."@en ;
                                                   skos:example "An item number for a component node in a vehicle material composition."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010336
<https://w3id.org/pmd/automatce/AUTOMATCE_0010336> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "material number"@en ;
                                                   skos:definition "An identifier that records the material number in a stated material standard or classification scheme."@en ;
                                                   skos:example "A material number listed in a VDA material classification record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010337
<https://w3id.org/pmd/automatce/AUTOMATCE_0010337> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000104 ;
                                                   rdfs:label "material standard"@en ;
                                                   skos:altLabel "standard"@en ;
                                                   skos:definition "A plan specification that defines material classification, designation, composition, or testing requirements."@en ;
                                                   skos:example "A VDA material standard used to classify materials for homologation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010338
<https://w3id.org/pmd/automatce/AUTOMATCE_0010338> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "material physical state"@en ;
                                                   skos:altLabel "physical state"@en ;
                                                   skos:definition "A quality of a material that classifies its state as solid, liquid, gas, powder, granulate, or another stated form."@en ;
                                                   skos:example "Granulate recorded as the physical state of a polymer feedstock."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010339
<https://w3id.org/pmd/automatce/AUTOMATCE_0010339> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "material format"@en ;
                                                   skos:definition "A quality of a material that classifies the form in which the material is provided, handled, or processed."@en ;
                                                   skos:example "Pellets, flakes, powder, sheet, or compound recorded as a material format."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010340
<https://w3id.org/pmd/automatce/AUTOMATCE_0010340> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:BFO_0000019 ;
                                                   rdfs:label "material status"@en ;
                                                   skos:definition "A quality of a material that records its state in a process, supply, use, or recycling context."@en ;
                                                   skos:example "Virgin, recycled, contaminated, dried, or approved as a material status."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010341
<https://w3id.org/pmd/automatce/AUTOMATCE_0010341> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0001036 ;
                                                   rdfs:label "range of uncertainty"@en ;
                                                   skos:definition "A value specification that states the tolerance or uncertainty interval associated with a material composition or measured value."@en ;
                                                   skos:example "A plus-or-minus range reported for a recycled material share."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010342
<https://w3id.org/pmd/automatce/AUTOMATCE_0010342> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "chemical characterization"@en ;
                                                   skos:definition "An information content entity that describes the chemical composition or chemical properties of a material."@en ;
                                                   skos:example "A chemical characterization listing additives and regulated substances in a polymer compound."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010343
<https://w3id.org/pmd/automatce/AUTOMATCE_0010343> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000030 ;
                                                   rdfs:label "thermal characterization"@en ;
                                                   skos:definition "An information content entity that describes thermal behavior or thermal properties of a material."@en ;
                                                   skos:example "A thermal characterization including glass transition temperature and thermal expansion."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010344
<https://w3id.org/pmd/automatce/AUTOMATCE_0010344> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000981 ;
                                                   rdfs:label "thermophysical property"@en ;
                                                   skos:definition "A material property that characterizes a material's physical response to thermal conditions."@en ;
                                                   skos:example "Glass transition temperature or coefficient of linear thermal expansion."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010345
<https://w3id.org/pmd/automatce/AUTOMATCE_0010345> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000005 ;
                                                   rdfs:label "physical property"@en ;
                                                   skos:definition "A material property that characterizes a material's physical state or behavior independently of a specific chemical reaction."@en ;
                                                   skos:example "Density, viscosity, and specific volume recorded for a polymer material."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010346
<https://w3id.org/pmd/automatce/AUTOMATCE_0010346> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:label "pressure-volume-temperature data"@en ;
                                                   skos:altLabel "p v t"@en ,
                                                                 "pVT data"@en ;
                                                   skos:definition "A data item that records pressure-volume-temperature behavior of a material."@en ;
                                                   skos:example "pVT curve data used for injection molding simulation of a thermoplastic."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010347
<https://w3id.org/pmd/automatce/AUTOMATCE_0010347> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:comment "Expected value datatype: xsd:string; expected unit: not specified."@en ;
                                                   rdfs:label "material name"@en ;
                                                   skos:definition "An identifier that records the name used for a material in a stated organization, standard, or data exchange."@en ;
                                                   skos:example "Ultramid used as a material name in a material data record."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010348
<https://w3id.org/pmd/automatce/AUTOMATCE_0010348> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0020131 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: dm3/kg."@en ;
                                                   rdfs:label "specific volume"@en ;
                                                   skos:definition "An intensive quality that quantifies volume per unit mass of a material."@en ;
                                                   skos:example "Specific volume of a polymer melt used in pVT data for process simulation."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010349
<https://w3id.org/pmd/automatce/AUTOMATCE_0010349> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000851 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "melting temperature"@en ;
                                                   skos:definition "A melting point that is represented as a temperature value for a material under stated conditions."@en ;
                                                   skos:example "A melting temperature of 223 degC measured according to ISO 11357."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010350
<https://w3id.org/pmd/automatce/AUTOMATCE_0010350> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000027> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: 1/K."@en ;
                                                   rdfs:label "coefficient of linear thermal expansion parallel to flow"@en ;
                                                   skos:altLabel "linear thermal expansion coefficient parallel to flow"@en ;
                                                   skos:definition "A coefficient of linear thermal expansion measured or specified parallel to the material flow direction."@en ;
                                                   skos:example "CLTE parallel to flow for an injection molded glass-fiber-reinforced polyamide."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010351
<https://w3id.org/pmd/automatce/AUTOMATCE_0010351> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0000027> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: 1/K."@en ;
                                                   rdfs:label "coefficient of linear thermal expansion transverse to flow"@en ;
                                                   skos:altLabel "linear thermal expansion coefficient transverse to flow"@en ;
                                                   skos:definition "A coefficient of linear thermal expansion measured or specified transverse to the material flow direction."@en ;
                                                   skos:example "CLTE transverse to flow for an injection molded glass-fiber-reinforced polyamide."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010352
<https://w3id.org/pmd/automatce/AUTOMATCE_0010352> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "CAS number"@en ;
                                                   skos:altLabel "identification"@en ;
                                                   skos:definition "An identifier assigned by the Chemical Abstracts Service to a chemical substance."@en ;
                                                   skos:example "A CAS number used to identify a chemical constituent in a material composition."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010353
<https://w3id.org/pmd/automatce/AUTOMATCE_0010353> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0020000 ;
                                                   rdfs:label "material composition name"@en ;
                                                   skos:altLabel "name"@en ;
                                                   skos:definition "An identifier that records the name of a constituent or material entry in a material composition."@en ;
                                                   skos:example "The constituent name glass fiber in a composition table."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010354
<https://w3id.org/pmd/automatce/AUTOMATCE_0010354> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:IAO_0000027 ;
                                                   rdfs:label "pressure-volume-temperature data point"@en ;
                                                   skos:altLabel "pVT data point"@en ;
                                                   skos:definition "A data item that records one pressure, temperature, and specific volume tuple for a material."@en ;
                                                   skos:example "A pVT data point with 80 MPa, 280 degC, and 0.91 dm3/kg for a polyamide melt."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010355
<https://w3id.org/pmd/automatce/AUTOMATCE_0010355> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:IAO_0000136 ;
                                                                     owl:someValuesFrom co:PMD_0000896
                                                                   ] ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: MPa or Pa."@en ;
                                                   rdfs:label "pressure-volume-temperature pressure datum"@en ;
                                                   skos:altLabel "pVT pressure datum"@en ;
                                                   skos:definition "A value specification that records the pressure value of a pressure-volume-temperature data point."@en ;
                                                   skos:example "80 MPa recorded as the pressure datum of a pVT data point."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010356
<https://w3id.org/pmd/automatce/AUTOMATCE_0010356> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:IAO_0000136 ;
                                                                     owl:someValuesFrom co:PMD_0000967
                                                                   ] ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC or K."@en ;
                                                   rdfs:label "pressure-volume-temperature temperature datum"@en ;
                                                   skos:altLabel "pVT temperature datum"@en ;
                                                   skos:definition "A value specification that records the temperature value of a pressure-volume-temperature data point."@en ;
                                                   skos:example "280 degC recorded as the temperature datum of a pVT data point."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0010357
<https://w3id.org/pmd/automatce/AUTOMATCE_0010357> rdf:type owl:Class ;
                                                   rdfs:subClassOf obo:OBI_0001933 ,
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:IAO_0000136 ;
                                                                     owl:someValuesFrom <https://w3id.org/pmd/automatce/AUTOMATCE_0010348>
                                                                   ] ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: dm3/kg or cm3/g."@en ;
                                                   rdfs:label "pressure-volume-temperature specific volume datum"@en ;
                                                   skos:altLabel "pVT specific volume datum"@en ;
                                                   skos:definition "A value specification that records the specific volume value of a pressure-volume-temperature data point."@en ;
                                                   skos:example "0.91 dm3/kg recorded as the specific volume datum of a pVT data point."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0030000
<https://w3id.org/pmd/automatce/AUTOMATCE_0030000> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000967 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "melt temperature"@en ;
                                                   skos:definition "A temperature quality that inheres in polymer melt material at a specified point or interval in a manufacturing process."@en ;
                                                   skos:example "A melt temperature of 280 degC specified for processing PA66-GF25."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0030001
<https://w3id.org/pmd/automatce/AUTOMATCE_0030001> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0030000> ;
                                                   owl:disjointWith <https://w3id.org/pmd/automatce/AUTOMATCE_0030002> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "maximum melt temperature"@en ;
                                                   skos:definition "A melt temperature that specifies the upper allowed or observed temperature of input melt in a manufacturing process."@en ;
                                                   skos:example "A maximum melt temperature of 290 degC in an injection molding process window."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0030002
<https://w3id.org/pmd/automatce/AUTOMATCE_0030002> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0030000> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "minimum melt temperature"@en ;
                                                   skos:definition "A melt temperature that specifies the lower allowed or observed temperature of input melt in a manufacturing process."@en ;
                                                   skos:example "A minimum melt temperature of 270 degC in an injection molding process window."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0030003
<https://w3id.org/pmd/automatce/AUTOMATCE_0030003> rdf:type owl:Class ;
                                                   rdfs:subClassOf co:PMD_0000967 ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "mold temperature"@en ;
                                                   skos:definition "A temperature quality that inheres in a mold during a manufacturing process."@en ;
                                                   skos:example "A mold temperature of 90 degC specified for processing a glass-fiber-reinforced polyamide."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0030004
<https://w3id.org/pmd/automatce/AUTOMATCE_0030004> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0030003> ;
                                                   owl:disjointWith <https://w3id.org/pmd/automatce/AUTOMATCE_0030005> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "maximum mold temperature"@en ;
                                                   skos:definition "A mold temperature that specifies the upper allowed or observed temperature of a mold during a manufacturing process."@en ;
                                                   skos:example "A maximum mold temperature of 100 degC in an injection molding process window."@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_0030005
<https://w3id.org/pmd/automatce/AUTOMATCE_0030005> rdf:type owl:Class ;
                                                   rdfs:subClassOf <https://w3id.org/pmd/automatce/AUTOMATCE_0030003> ;
                                                   rdfs:comment "Expected value datatype: xsd:float; expected unit: degC."@en ;
                                                   rdfs:label "minimum mold temperature"@en ;
                                                   skos:definition "A mold temperature that specifies the lower allowed or observed temperature of a mold during a manufacturing process."@en ;
                                                   skos:example "A minimum mold temperature of 80 degC in an injection molding process window."@en .


###  https://w3id.org/pmd/co/PMD_0000000
co:PMD_0000000 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000001 ,
                               [ owl:intersectionOf ( co:PMD_0000001
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:RO_0000053 ;
                                                        owl:someValuesFrom co:PMD_0000005
                                                      ]
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:RO_0000086 ;
                                                        owl:someValuesFrom co:PMD_0020131
                                                      ]
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:RO_0002353 ;
                                                        owl:someValuesFrom obo:BFO_0000015
                                                      ]
                                                    ) ;
                                 rdf:type owl:Class
                               ] ;
               rdfs:comment "Instances of Portions Of Matter whose shape is relevant for their dispostion to participate in a manufacturing process may be (subclasses of) objects that bear a 'blank role' in the context of the manufacturing process."@en ,
                            """Material is defined in terms of the three main perspectives that material specifications rely on: the structure of the material (\"intensive quality\"), the performance of the material (\"behavoiral material property\") and the processing the material must have undergone (\"output of some process\").

When defining specific materials/material taxonomies, these three aspects shall be taken into account in the aristotelian (\"per genus et differentiam\") as differentiation."""@en ,
                            "The sum of portions of matter of the same type form a portion of matter of that type."@en ;
               rdfs:label "Material"@de ,
                          "material"@en ;
               skos:altLabel "Portion of Material"@en ;
               skos:definition "A material is a portion of matter that may participate in some manufacturing process and whose shape is not relevant for its participation in the manufacturing process."@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource co:PMD_0000000 ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget co:PMD_0000001 ;
   rdfs:comment "Bridge axiom retained for asserted hierarchy display in release artifacts."@en
 ] .


###  https://w3id.org/pmd/co/PMD_0000001
co:PMD_0000001 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000040 ;
               rdfs:comment """It is also representing a distinct physical or conceptual part of a material or substance.

The open energy ontology OEO defines portion of matter as a subclass of object aggregate, which implies countability. Our portion is not (precisely) countable and thus bearer of intensive properties."""@en ,
                            """Lome explanation for portion of matter: \"What is a molecule cluster at the cellular level? Contrary to the molecular level, at the cellular level of granularity the boundary of each molecule is outside of the level of granular focus. What forms a discontinuous cluster of countable individual molecules and thus bona fide objects at the molecular level, is a continuous and non-countable molecular substance at coarser levels of
granularity. At these coarser levels, the individual molecules cannot be differentiated and demarcated anymore and the cluster as a whole possesses only fiat inner boundaries.\""""@en ;
               rdfs:label "portion of matter"@en ;
               skos:definition "A material entity that is not demarcated by any physical discontinuities. At some finer level of granularity it is an object aggregate, at some coarser level of granularity it is a fiat object part,but at this level of granularity it is neither."@en .


###  https://w3id.org/pmd/co/PMD_0000002
co:PMD_0000002 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000000
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:OBI_0000312 ;
                                                            owl:someValuesFrom co:PMD_0000833
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:OBI_0000312 ;
                                 owl:someValuesFrom co:PMD_0000833
                               ] ;
               rdfs:comment "We recognize that some of the materials in the subclasses also occur naturally. However, these are not within the scope of our consideration for technical use."@en ;
               rdfs:label "engineered material"@en ;
               skos:definition "An engineered material is a material that is output of a manufacturing process."@en .


###  https://w3id.org/pmd/co/PMD_0000005
co:PMD_0000005 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000016 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000054 ;
                                 owl:someValuesFrom co:PMD_0000950
                               ] ,
                               _:genid154 ;
               rdfs:comment """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.
(Callister, W.D., Rethwisch, D.G., Materials Science and Engineering, Wiley, 2014)

Technical materials are complex aggregates. Many properties that are determined for those 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. 
As a consequence, 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'.
 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.

Extensive properties that depend on the object being tested rather than on the portion of matter are (extensive) object- or system-properties."""@en ;
               rdfs:label "material property"@en ;
               skos:definition "a disposition of a portion of matter that is realized in a compatible process and whose realization is grounded in the portions intensive qualities"@en .

_:genid154 rdf:type owl:Restriction ;
            owl:onProperty obo:RO_0000052 ;
            owl:someValuesFrom [ owl:intersectionOf ( co:PMD_0000001
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:RO_0000056 ;
                                                        owl:someValuesFrom obo:BFO_0000015
                                                      ]
                                                    ) ;
                                 rdf:type owl:Class
                               ] .

[ rdf:type owl:Axiom ;
   owl:annotatedSource co:PMD_0000005 ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget _:genid154 ;
   rdfs:comment "Due to the duality of object and portion of matter this axiom can not be an equivalent class axiom."@en
 ] .


###  https://w3id.org/pmd/co/PMD_0000008
co:PMD_0000008 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000003 ;
               rdfs:comment """Process attribute for a process has a similar application to specifically dependened continuant (SDC) for an independent continuant (IC). Furthermore, process attribute describes how SDCs of some participants, i.e., ICs, change in a process. 

Specific rates, e.g., tensile rate, cooling rate, etc. should be added as  subclasses of this class."""@en ;
               rdfs:label "process attribute"@en ;
               skos:altLabel "process characteristic"@en ;
               skos:definition "a process attribute is a dependent occurrent that existentially depends on a process."@en ;
               skos:example "Tensile rate in a tensile testing process. Cooling rate in a quenching process"@en .


###  https://w3id.org/pmd/co/PMD_0000075
co:PMD_0000075 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000602 ;
               rdfs:label "mold"@en-us ,
                          "mould"@en ;
               skos:definition "A device consisting of a hollowed-out cavity that shapes fluid or plastic material into a specific form through the process of solidification or cooling."@en .


###  https://w3id.org/pmd/co/PMD_0000110
co:PMD_0000110 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "geological process"@en ;
               skos:definition "A natural process that operates within the Earth system to transform, transport, or deform Earth materials, thereby changing Earth structures and landforms"@en .


###  https://w3id.org/pmd/co/PMD_0000503
co:PMD_0000503 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020243 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:IAO_0000417 ;
                                 owl:someValuesFrom [ owl:intersectionOf ( obo:IAO_0000109
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty obo:OBI_0000312 ;
                                                                             owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000015
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty obo:STATO_0000102 ;
                                                                                                                         owl:someValuesFrom obo:IAO_0000104
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ]
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ]
                               ] ;
               rdfs:label "ASTM grainsize"@en ;
               skos:definition "The ASTM grain size is a quality that is measured through a process that follows the ASTM standard."@en .


###  https://w3id.org/pmd/co/PMD_0000512
co:PMD_0000512 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Restriction ;
                                     owl:onProperty co:PMD_0000077 ;
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass co:PMD_0020116
                                   ] ;
               rdfs:subClassOf co:PMD_0020131 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0000077 ;
                                 owl:someValuesFrom co:PMD_0020116
                               ] ;
               rdfs:label "aggregate state"@en ;
               skos:definition "an intensive quality representing the physical state of a material, such as solid, liquid, or gasous"@en .


###  https://w3id.org/pmd/co/PMD_0000519
co:PMD_0000519 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "flow of electric charge"@en ;
               skos:definition "is the process of movement of charged particles"@en .


###  https://w3id.org/pmd/co/PMD_0000520
co:PMD_0000520 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "heat flow"@en ;
               skos:definition "is a process in which transfer of thermal energy between or within material entities occurs"@en .


###  https://w3id.org/pmd/co/PMD_0000521
co:PMD_0000521 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "generation of magnetic field"@en ;
               skos:definition "is a process that occurs as a reaction to change of elctric field or movement of charges and produces a magnetic field"@en .


###  https://w3id.org/pmd/co/PMD_0000522
co:PMD_0000522 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "mechanical process"@en ;
               skos:definition "is a process in which forces, moments, or imposed displacements to objects or object aggregates occur and/or the equivalent (stresses, strains) to materials or portions of matter"@en .


###  https://w3id.org/pmd/co/PMD_0000538
co:PMD_0000538 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000024 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000050 ;
                                 owl:allValuesFrom [ rdf:type owl:Class ;
                                                     owl:unionOf ( obo:BFO_0000027
                                                                   obo:BFO_0000030
                                                                 )
                                                   ]
                               ] ;
               rdfs:label "bulk"@en ;
               skos:definition "The bulk is a fiat object part that describes the volume or mass of material considered as a whole, often in contrast to surface or interface phenomena."@en .


###  https://w3id.org/pmd/co/PMD_0000549
co:PMD_0000549 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "change of temperature"@en ;
               skos:definition "change of temperature is a process in which a particpant changes its temperature"@en .


###  https://w3id.org/pmd/co/PMD_0000551
co:PMD_0000551 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0025001 ;
               rdfs:comment """See the editor note of composition to understand the difference between composition and chemical composition.

See the pattern example of composition to underatand the difference between composition and proportion."""@en ;
               rdfs:label "chemical composition"@en ;
               skos:definition "The chemical composition is an intensive quality of a portion of matter which describes the types and proportions of pure chemical elements in the portion of matter, and it is a subject of some chemical composition data item."@en .


###  https://w3id.org/pmd/co/PMD_0000553
co:PMD_0000553 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "chemical potential"@en ;
               skos:definition "an intensive quality of a thermodynamic system describing the energy change associated with the addition of a small quantity of a substance to a system at constant temperature and pressure."@en .


###  https://w3id.org/pmd/co/PMD_0000577
co:PMD_0000577 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000890 ;
               rdfs:label "composite"@en ;
               skos:definition "An object aggregate that consists of two or more bonded materials with dissimilar physical or chemical properties which are used to complement each other where the parts remain seperate and distinct in the resulting object aggregate."@en ;
               skos:example """carbon fibre reinforced polymer
laminated glass
wood
hard metal composites for abrasive tools""" .


###  https://w3id.org/pmd/co/PMD_0000583
co:PMD_0000583 rdf:type owl:Class ;
               rdfs:subClassOf obo:COB_0000035 ,
                               [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:OBI_0000293 ;
                                                        owl:someValuesFrom obo:IAO_0000030
                                                      ]
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:OBI_0000299 ;
                                                        owl:someValuesFrom obo:IAO_0000030
                                                      ]
                                                    ) ;
                                 rdf:type owl:Class
                               ] ;
               rdfs:label "Datenverarbeitung"@de ,
                          "Rechenprozess"@de ,
                          "computing process"@en ;
               skos:definition "A process that involves the systematic use of computational methods and tools to perform simulations, analyses, or data transformations to achieve specific scientific or engineering goals."@en ,
                               "Ein Prozess, der die systematische Verwendung von rechnerischen Methoden und Werkzeugen umfasst, um Simulationen, Analysen oder Datenumwandlungen durchzuführen, um spezifische wissenschaftliche oder technische Ziele zu erreichen."@de .


###  https://w3id.org/pmd/co/PMD_0000591
co:PMD_0000591 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Restriction ;
                                     owl:onProperty co:PMD_0000077 ;
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass co:PMD_0020099
                                   ] ;
               rdfs:subClassOf co:PMD_0020131 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0000077 ;
                                 owl:someValuesFrom co:PMD_0020099
                               ] ;
               rdfs:comment "The finite set of periodic geometric arrangements is described e.g. by the 14 possible Bravais Lattices in three-dimensional space."@en ;
               rdfs:label "crystal structure"@en ;
               skos:definition "an intensive qualtty of a crystal that embodies the periodic geometric arrangement of entities in a crystal lattice."@en .


###  https://w3id.org/pmd/co/PMD_0000595
co:PMD_0000595 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "defect density"@en ;
               skos:definition "an intensive quality describing the number of defects per unit volume or area in a material, which can affect its mechanical and electronic properties"@en .


###  https://w3id.org/pmd/co/PMD_0000596
co:PMD_0000596 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "deformation"@en ;
               skos:definition "The deformation is a process describing a change in the shape, size, or structure of a material often under the influence of stress or force."@en .


###  https://w3id.org/pmd/co/PMD_0000597
co:PMD_0000597 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "density"@en ;
               skos:definition "The density is a universal intensive quality representing the unit mass of a portion of matter per unit volume."@en .


###  https://w3id.org/pmd/co/PMD_0000602
co:PMD_0000602 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000030 ;
               rdfs:label "Gerät"@de ,
                          "device"@en ;
               skos:definition "A device is an object that is designed to perform a specific function or task involving measurement, manipulation, processing, or analysis."@en ,
                               "Ein physisches oder virtuelles Objekt, das verwendet wird, um eine bestimmte Funktion oder Aufgabe auszuführen, häufig im Zusammenhang mit der Messung, Manipulation oder Analyse von Materialien."@de .


###  https://w3id.org/pmd/co/PMD_0000618
co:PMD_0000618 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000949 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0000052 ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( obo:BFO_0000027
                                                                    obo:BFO_0000030
                                                                    co:PMD_0000538
                                                                  )
                                                    ]
                               ] ;
               rdfs:label "elastic modulus"@en ;
               skos:definition "represents a material's stiffness, defined as the ratio of stress to strain in the elastic deformation region."@en .


###  https://w3id.org/pmd/co/PMD_0000619
co:PMD_0000619 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020148 ;
               rdfs:label "electric potential"@en ;
               skos:definition "an extensvie quality describing the amount of work needed to move a unit charge from a reference point to a specific location in an electric field."@en .


###  https://w3id.org/pmd/co/PMD_0000629
co:PMD_0000629 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "emission of radiation"@en ;
               skos:definition "The emission radiation is a process describing the release of energy in the form of electromagnetic waves or particles from a material."@en .


###  https://w3id.org/pmd/co/PMD_0000635
co:PMD_0000635 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "evolution of damage"@en ;
               skos:definition "An evolution of damage is a process representing the progression of material degradation under mechanical, thermal, or chemical stresses."@en .


###  https://w3id.org/pmd/co/PMD_0000654
co:PMD_0000654 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000000
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:BFO_0000050 ;
                                                            owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000030
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty obo:RO_0000085 ;
                                                                                                        owl:someValuesFrom obo:BFO_0000034
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ]
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000050 ;
                                 owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000030
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty obo:RO_0000085 ;
                                                                             owl:someValuesFrom obo:BFO_0000034
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ]
                               ] ;
               rdfs:label "functional material"@en ;
               skos:definition "A functional material F is an engineered material which has the disposition to be used for an object O (O consists of F) and O's function is other/more than mechanical load carrying."@en .


###  https://w3id.org/pmd/co/PMD_0000661
co:PMD_0000661 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000000 ;
               rdfs:comment "It is often composed of silica-based compounds."@en ;
               rdfs:label "glass"@en ;
               skos:definition "A glass is an engineered material present as an amorphous solid typically formed by rapid cooling of a melt."@en .


###  https://w3id.org/pmd/co/PMD_0000663
co:PMD_0000663 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020003 ;
               rdfs:label "crystallite"@en ,
                          "kristallit"@de ;
               skos:altLabel "Korn"@de ,
                             "grain"@en ;
               skos:definition "A crystal grain is a crystal that is part of a polycrystal."@en .


###  https://w3id.org/pmd/co/PMD_0000773
co:PMD_0000773 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000848 ;
               rdfs:label "hardness"@en ;
               skos:definition "The hardness is a mechanical property used as a measure of a material's resistance to localized plastic deformation, often tested by indentation or scratch methods."@en .


###  https://w3id.org/pmd/co/PMD_0000777
co:PMD_0000777 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000981 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0001029 ;
                                 owl:someValuesFrom co:PMD_0000549
                               ] ;
               rdfs:label "heat capacity"@en ;
               skos:definition "The heat capacity is a thermal property describing the amount of heat energy required to raise the temperature of a material by a given amount."@en .


###  https://w3id.org/pmd/co/PMD_0000790
co:PMD_0000790 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000877 ;
               rdfs:comment "e.g., air into glass"@en ;
               rdfs:label "refraction (optical)"@en ;
               skos:definition "Optical property which describes the bending of light as it passes from one medium into another due to a change in the light’s speed."@en .


###  https://w3id.org/pmd/co/PMD_0000794
co:PMD_0000794 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000602 ;
               rdfs:label "Spritzgießmaschine"@de ,
                          "injection molding machine"@en ;
               skos:definition "An injection molding machine is a device used to produce plastic parts by injecting molten plastic into molds under high pressure."@en ,
                               "Eine Spritzgießmaschine ist ein Gerät, das verwendet wird, um Kunststoffteile durch Einspritzen von geschmolzenem Kunststoff in Formen unter hohem Druck herzustellen."@de .


###  https://w3id.org/pmd/co/PMD_0000802
co:PMD_0000802 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "absorption of radiation"@en ;
               skos:definition "process of taking up radiation by a material entity"@en .


###  https://w3id.org/pmd/co/PMD_0000833
co:PMD_0000833 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( obo:COB_0000035
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:OBI_0000293 ;
                                                            owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                 owl:unionOf ( obo:BFO_0000027
                                                                                               obo:BFO_0000030
                                                                                             )
                                                                               ]
                                                          ]
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:OBI_0000299 ;
                                                            owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                 owl:unionOf ( obo:BFO_0000027
                                                                                               obo:BFO_0000030
                                                                                             )
                                                                               ]
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf obo:COB_0000035 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:OBI_0000293 ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( obo:BFO_0000027
                                                                    obo:BFO_0000030
                                                                  )
                                                    ]
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:OBI_0000299 ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( obo:BFO_0000027
                                                                    obo:BFO_0000030
                                                                  )
                                                    ]
                               ] ;
               rdfs:comment """Manufacturing processes alternate qualities of materials, i.e., a value specification of some quality of a material entity, which is a specified input to the process, cannot be the same as a value specification of the same quality of another material entity, which is a specified output of the process. 

Unfortunately it is not possible to write down such axiom based on OWL. Semi-working solution are the temporally qualified continuants + SPARQL constrains."""@en ;
               rdfs:label "Herstellungsprozess"@de ,
                          "manufacturing process"@en ;
               skos:definition """A planned process that is driven by the primary intent to transform objects
A manufacturing process is always a transformative process."""@en ,
                               "Ein geplannter Prozess, der von der primären Absicht angetrieben wird, Objekte zu transformieren. Ein Herstellungsprozess ist immer ein Transformationsprozess."@de .


###  https://w3id.org/pmd/co/PMD_0000845
co:PMD_0000845 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000023 ;
               owl:disjointWith co:PMD_0020001 ;
               rdfs:label "matrix role"@en ;
               skos:definition "Matrix is the role of a 'PortionOfConnectedMatter' that implies to host the Filler."@en .


###  https://w3id.org/pmd/co/PMD_0000848
co:PMD_0000848 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000005 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000054 ;
                                 owl:someValuesFrom co:PMD_0000522
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0000052 ;
                                 owl:someValuesFrom co:PMD_0000000
                               ] ;
               rdfs:comment "The axiom that mechanical property has realization some application of mechanical load treats only conventional materials and not such effects as magnetostriction etc."@en ;
               rdfs:label "mechanical property"@en ;
               skos:definition "A mechanical property is a material property which is a characteristic of material M. Mechanical property has realization in a stimulating process (in most cases, application of mechanical load), and the stimulating process is an occurent part of another process, in which an object O that is an instance of M participates."@en .


###  https://w3id.org/pmd/co/PMD_0000851
co:PMD_0000851 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020164 ;
               rdfs:label "melting point"@en ;
               skos:definition "The melting point is a state of matter boundary realized by transition form the solid state to the liquid state (or vice versa)."@en .


###  https://w3id.org/pmd/co/PMD_0000852
co:PMD_0000852 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ owl:intersectionOf ( co:PMD_0000000
                                                      [ rdf:type owl:Restriction ;
                                                        owl:onProperty obo:BFO_0000051 ;
                                                        owl:someValuesFrom [ owl:intersectionOf ( co:PMD_0000663
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty obo:BFO_0000051 ;
                                                                                                    owl:someValuesFrom [ owl:intersectionOf ( obo:CHEBI_33521
                                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                                owl:onProperty co:PMD_0025998 ;
                                                                                                                                                owl:someValuesFrom co:PMD_0050002
                                                                                                                                              ]
                                                                                                                                            ) ;
                                                                                                                         rdf:type owl:Class
                                                                                                                       ]
                                                                                                  ]
                                                                                                ) ;
                                                                             rdf:type owl:Class
                                                                           ]
                                                      ]
                                                    ) ;
                                 rdf:type owl:Class
                               ] ;
               rdfs:label "metal"@en ;
               skos:definition "A metal is an engineered material representing a class of materials characterized by high electrical and thermal conductivity, ductility, and metallic bonding."@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource co:PMD_0000852 ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget co:PMD_0000000 ;
   rdfs:comment "Bridge axiom retained for asserted hierarchy display in release artifacts."@en
 ] .


###  https://w3id.org/pmd/co/PMD_0000853
co:PMD_0000853 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:comment "typically observed through crystallographic analysis"@en ;
               rdfs:label "crystallographic texture"@en ;
               skos:definition "an intensive quality describing the arrangement and orientation of grains in a polychrystal"@en .


###  https://w3id.org/pmd/co/PMD_0000868
co:PMD_0000868 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000000
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0000086 ;
                                                            owl:someValuesFrom co:PMD_0010026
                                                          ]
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0002353 ;
                                                            owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                 owl:unionOf ( obo:GO_0008150
                                                                                               co:PMD_0000110
                                                                                             )
                                                                               ]
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0000086 ;
                                 owl:someValuesFrom co:PMD_0010026
                               ] ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0002353 ;
                                 owl:someValuesFrom [ rdf:type owl:Class ;
                                                      owl:unionOf ( obo:GO_0008150
                                                                    co:PMD_0000110
                                                                  )
                                                    ]
                               ] ;
               rdfs:label "natural organic material"@en ;
               skos:definition "Natural organic materials are materials derived from natural biological sources, primarily composed of carbon-based compounds."@en ,
                               "material derived from natural biological sources or processes"@en .


###  https://w3id.org/pmd/co/PMD_0000869
co:PMD_0000869 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "chemical reaction"@en ;
               skos:definition "The occurrence of (a) chemical reaction is the process in which substances interact to form new chemical compounds or alter their molecular structure."@en .


###  https://w3id.org/pmd/co/PMD_0000877
co:PMD_0000877 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000005 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000054 ;
                                 owl:someValuesFrom co:PMD_0001008
                               ] ;
               rdfs:label "optical property"@en ;
               skos:definition "An optical property is a material property representing the characteristics that describe how a material interacts with light, including reflection, refraction, and absorption."@en .


###  https://w3id.org/pmd/co/PMD_0000882
co:PMD_0000882 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000017 ;
               rdfs:label "phase boundary (realization)"@en ;
               skos:definition "A phase boundary is a realizable entity that is realized by the transition between distinct phases."@en .


###  https://w3id.org/pmd/co/PMD_0000888
co:PMD_0000888 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000000
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0002353 ;
                                                            owl:someValuesFrom co:PMD_0010033
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0002353 ;
                                 owl:someValuesFrom co:PMD_0010033
                               ] ;
               rdfs:label "polymer"@en ;
               skos:definition "A polymer is an engineered material that consists of many repeated subunits (monomers) to form long chains. The atoms within a polymer chain are bonded together by covalent bonds. The intermolecular forces between polymer chains are typically represented by van der waals forces and hydrogen bonds."@en .


###  https://w3id.org/pmd/co/PMD_0000890
co:PMD_0000890 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000027 ;
               rdfs:label "connected material entity aggregate"@en ;
               skos:definition "An object aggregate that is a mereological sum of separate material entities, which adhere to one another through chemical bonds or physical junctions that go beyond gravity."@en ;
               skos:example "the atoms of a molecule, the molecules forming the membrane of a cell, the epidermis in a human body"@en .


###  https://w3id.org/pmd/co/PMD_0000891
co:PMD_0000891 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000027 ;
               rdfs:label "disconnected material entity aggregate"@en ;
               skos:definition "An object aggregate that is a mereological sum of scattered (i.e. spatially separated) material entities, which do not adhere to one another through chemical bonds or physical junctions but, instead, relate to one another merely on grounds of metric proximity. The material entities are separated from one another through space or through other material entities that do not belong to the group."@en ;
               skos:example "a heap of stones, a colony of honeybees, a group of synapses, the trees of a forest, the canopy of a forest, the fish of a shoal, a group of commuters on the subway, the patients in a hospital"@en .


###  https://w3id.org/pmd/co/PMD_0000896
co:PMD_0000896 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               owl:disjointWith co:PMD_0000967 ;
               rdfs:comment "The pressure is commonly measured in Pascals."@en ;
               rdfs:label "pressure"@en ;
               skos:definition "an intensive quality describing the force exerted per unit area in or on a material."@en .


###  https://w3id.org/pmd/co/PMD_0000899
co:PMD_0000899 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000833 ;
               rdfs:label "Urformen"@de ,
                          "primary shaping"@en ;
               skos:altLabel "Primary Forming"@en ;
               skos:definition "A manufacturing process that creates a defined workpiece from shapeless material by producing cohesion, whereby the characteristic properties of the material become visible in the end product."@en ,
                               "Ein Herstellungsprozess, der aus formlosem Stoff durch das Herstellen von Kohäsion ein definiertes Werkstück schafft, wobei die charakteristischen Eigenschaften des Materials im Endprodukt sichtbar werden."@de ;
               skos:example "Casting, Sintering"@en .


###  https://w3id.org/pmd/co/PMD_0000907
co:PMD_0000907 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000899 ;
               rdfs:label "Urformen Aus Dem Plastischen Zustand"@de ,
                          "primary shaping from the plastic state"@en ;
               skos:definition "A primary shaping process that involves forming materials from a plastic state."@en ,
                               "Ein Urformprozess, der das Formen von Materialien aus einem plastischen Zustand beinhaltet."@de ;
               skos:example "Thermoforming of plastic sheets."@en .


###  https://w3id.org/pmd/co/PMD_0000933
co:PMD_0000933 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000583 ;
               rdfs:label "Simulationsprozess"@de ,
                          "simulation process"@en ;
               skos:definition "A computing process that models the behavior of a system over time using mathematical or computational techniques."@en ,
                               "Ein Datenverarbeitungsprozess, der das Verhalten eines Systems im Laufe der Zeit mit mathematischen oder rechnerischen Techniken modelliert"@de .


###  https://w3id.org/pmd/co/PMD_0000942
co:PMD_0000942 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "specific surface area"@en ;
               skos:definition "an intensive quality embodying the total surface area of a material per unit of mass or volume."@en .


###  https://w3id.org/pmd/co/PMD_0000949
co:PMD_0000949 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000005 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0001029 ;
                                 owl:someValuesFrom co:PMD_0000596
                               ] ;
               owl:disjointWith co:PMD_0000952 ;
               rdfs:label "stiffness"@en ;
               skos:definition "The stiffness is a material property describing the resistance of a material to deformation under an applied force."@en .


###  https://w3id.org/pmd/co/PMD_0000950
co:PMD_0000950 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000015
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:BFO_0000055 ;
                                                            owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                        owl:unionOf ( obo:BFO_0000016
                                                                                                                      co:PMD_0000005
                                                                                                                    )
                                                                                                      ]
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty obo:RO_0000052 ;
                                                                                                        owl:someValuesFrom co:PMD_0000001
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ]
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf obo:BFO_0000015 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000055 ;
                                 owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                             owl:unionOf ( obo:BFO_0000016
                                                                                           co:PMD_0000005
                                                                                         )
                                                                           ]
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty obo:RO_0000052 ;
                                                                             owl:someValuesFrom co:PMD_0000001
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ]
                               ] ;
               rdfs:label "stimulating process"@en ;
               skos:definition "The stimulating process is a process describing the application of an external influence, such as force, heat, or radiation, to study material response."@en .


###  https://w3id.org/pmd/co/PMD_0000952
co:PMD_0000952 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000848 ;
               rdfs:label "strength"@en ;
               skos:definition "The strength is a material property describing the maximum stress a material can withstand before failure."@en .


###  https://w3id.org/pmd/co/PMD_0000967
co:PMD_0000967 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:comment "The concept refers to an absolute temperature, not to be mistaken with temperature difference."@en ,
                            "To express that an object has a temperature, the property 'intensive bearer of' can be used. It implies a chain of: object consists of some portion of matter and portion of matter bearer of some temperature."@en ;
               rdfs:label "temperature"@en ;
               skos:definition "The temperature is a fundamental intensive quality representing the average atomic or molcular movement or vibration of a portion of matter."@en .


###  https://w3id.org/pmd/co/PMD_0000981
co:PMD_0000981 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000005 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000054 ;
                                 owl:someValuesFrom co:PMD_0000520
                               ] ;
               rdfs:label "thermal property"@en ;
               skos:definition "A thermal property is a material property representing attributes of a material that describe its behavior under temperature changes, such as thermal conductivity and expansion."@en .


###  https://w3id.org/pmd/co/PMD_0001008
co:PMD_0001008 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000802 ;
               rdfs:label "absorption of wave radiation"@en ;
               skos:definition "process of taking up elctromagnetic radiation by a material entity"@en .


###  https://w3id.org/pmd/co/PMD_0001036
co:PMD_0001036 rdf:type owl:Class ;
               rdfs:subClassOf obo:IAO_0000030 ;
               rdfs:label "uncertainty"@en ;
               skos:definition "A quantitative indication of the doubt about a measurement result, expressing the range within which the true value is expected to lie." .


###  https://w3id.org/pmd/co/PMD_0001044
co:PMD_0001044 rdf:type owl:Class ;
               rdfs:subClassOf obo:OBI_0001933 ;
               rdfs:label "date value specification"@en ;
               skos:definition "A datum that represents a date or time interval associated with another specification." .


###  https://w3id.org/pmd/co/PMD_0010026
co:PMD_0010026 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0025001 ;
               rdfs:label "organic composition"@en ;
               skos:definition "A composition characterized by a primary molecular structure of carbon atoms covalently bonded to hydrogen (C-H bonds), typically forming linear, branched, or networked chains."@en .


###  https://w3id.org/pmd/co/PMD_0010033
co:PMD_0010033 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "polymerization"@en ;
               skos:definition "The chemical process of reacting monomers, oligomers, or reactive precursors together to form longer macromolecular chains or three-dimensional networks"@en .


###  https://w3id.org/pmd/co/PMD_0020001
co:PMD_0020001 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000023 ;
               rdfs:label "filler role"@en ;
               skos:definition "Filler is the role of a 'PortionOfDisconnectedMatter' that implies being hosted in a matrix."@en .


###  https://w3id.org/pmd/co/PMD_0020003
co:PMD_0020003 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000030 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0000086 ;
                                 owl:someValuesFrom co:PMD_0000591
                               ] ;
               rdfs:label "crystal"@en ;
               skos:definition "A crystal is an object that has a quality \"crystal structure\"."@en .


###  https://w3id.org/pmd/co/PMD_0020005
co:PMD_0020005 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "porosity"@en ;
               skos:definition "itensive quality embodiying the fraction of the materials (enclosing) spatial region occupied by pores."@en .


###  https://w3id.org/pmd/co/PMD_0020022
co:PMD_0020022 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0025013 ;
                                 owl:someValuesFrom [ owl:intersectionOf ( co:PMD_0000551
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty obo:RO_0000080 ;
                                                                             owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                         owl:onProperty obo:RO_0000091 ;
                                                                                                                         owl:someValuesFrom obo:BFO_0000016
                                                                                                                       ]
                                                                                                                     ) ;
                                                                                                  rdf:type owl:Class
                                                                                                ]
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ]
                               ] ;
               rdfs:comment "Corrosion is typically of interest when the change of the material affects the objects ability to fulfill its function."@en ;
               rdfs:label "corrosion"@en ;
               skos:definition "corrosion is a slow chemical or electrochemical degradation process of a material entity due to its interaction with the surrounding environment."@en .


###  https://w3id.org/pmd/co/PMD_0020023
co:PMD_0020023 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Class ;
                                     owl:oneOf ( co:PMD_0020027
                                                 co:PMD_0020097
                                                 co:PMD_0020100
                                                 co:PMD_0020107
                                                 co:PMD_0020109
                                                 co:PMD_0020110
                                                 co:PMD_0020111
                                               )
                                   ] ;
               rdfs:subClassOf obo:OBI_0001930 ;
               rdfs:label "metallic grain structures"@en ;
               skos:definition "The metallic grain structures is a categorical value specification that specifies value of the  metallic grain structure quality. It describes the morphology of polycrystalline metallic materials. Polycrystalline metallic materials will typically form their grain structures as one of those categories or a transition or mixture state of those."@en .


###  https://w3id.org/pmd/co/PMD_0020099
co:PMD_0020099 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Class ;
                                     owl:oneOf ( co:PMD_0020006
                                                 co:PMD_0020007
                                                 co:PMD_0020008
                                                 co:PMD_0020009
                                                 co:PMD_0020010
                                                 co:PMD_0020011
                                                 co:PMD_0020012
                                                 co:PMD_0020013
                                                 co:PMD_0020014
                                                 co:PMD_0020015
                                                 co:PMD_0020016
                                                 co:PMD_0020017
                                                 co:PMD_0020018
                                                 co:PMD_0020019
                                               )
                                   ] ;
               rdfs:subClassOf obo:OBI_0001930 ;
               rdfs:comment """TODO: possibly extend for 2D (Graphene etc)

More elaborate crystal descriptions may be found in http://emmo.info/domain-crystallography/crystallography or https://purls.helmholtz-metadaten.de/disos/cso"""@en ;
               rdfs:label "bravais lattice (3D)"@en ;
               skos:definition "The bravais lattice is a categorical value specification that specifies value of the crystal structure quality. It describes the possible geometric arrangement of lattice points in a crystal. The present descriptor is limited to the 14 possible three-dimensional arrangements."@en .


###  https://w3id.org/pmd/co/PMD_0020101
co:PMD_0020101 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000145 ;
               owl:disjointWith co:PMD_0050000 ;
               rdfs:label "proportion"@en ;
               skos:altLabel "concentration"@en ,
                             "fraction"@en ;
               skos:definition "A proportion is a relational quality between two entities (the whole and the part) which quantifies the relation between the whole and its part."@en .


###  https://w3id.org/pmd/co/PMD_0020102
co:PMD_0020102 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020101 ;
               rdfs:label "mass proportion"@en ;
               skos:definition "Mass proportion is a proportion which quantifies the mass of the part relative to the mass of the whole."@en .


###  https://w3id.org/pmd/co/PMD_0020103
co:PMD_0020103 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020101 ;
               rdfs:label "molar proportion"@en ;
               skos:altLabel "Molar Ratio"@en ;
               skos:definition "Molar proportion is the proportion which quantifies the entities count of the part in relation to the entities count of the whole."@en ;
               skos:example """The molar ratio of hydrogen gas H2 molecules to water H2O molecules is 1/1 in the oxyhydrogen reaction. The molar ratio of oxygen molecules O2 to water molecules is 2/1.
The molar ratio of carbon dioxide to average atmosphere air is 420 ppm as of 2022 AD."""@en .


###  https://w3id.org/pmd/co/PMD_0020104
co:PMD_0020104 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020101 ;
               rdfs:label "volume proportion"@en ;
               skos:definition "Volume proportion is a proportion which quantifies the volume of the part relative to the volume of the whole."@en .


###  https://w3id.org/pmd/co/PMD_0020106
co:PMD_0020106 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000890 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000051 ;
                                 owl:someValuesFrom co:PMD_0000663
                               ] ;
               rdfs:label "polycrystal"@en ;
               skos:altLabel "Polycrystalline structure"@en ;
               skos:definition "A polycrystal is a connected material entity aggregate that consists of multiple crystal grains joined through crystallographic interfaces."@en .


###  https://w3id.org/pmd/co/PMD_0020112
co:PMD_0020112 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "grain size distribution"@en ;
               skos:definition "An intensive quality describing the lower length scale object aggregate (grains) that is part of the material."@en .


###  https://w3id.org/pmd/co/PMD_0020116
co:PMD_0020116 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Class ;
                                     owl:oneOf ( co:PMD_0020117
                                                 co:PMD_0020118
                                                 co:PMD_0020119
                                                 co:PMD_0020120
                                                 co:PMD_0020121
                                                 co:PMD_0020122
                                                 co:PMD_0020123
                                                 co:PMD_0020124
                                                 co:PMD_0020125
                                               )
                                   ] ;
               rdfs:subClassOf obo:OBI_0001930 ;
               rdfs:label "aggregate state value"@en ;
               skos:definition "The aggregate state value is a categorical value specification that specifies value of the aggregate state quality."@en .


###  https://w3id.org/pmd/co/PMD_0020131
co:PMD_0020131 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000019 ,
                               _:genid321 ;
               owl:disjointWith co:PMD_0020148 ;
               rdfs:label "intensive quality"@en ;
               skos:altLabel "Point property"@en ;
               skos:definition "An intensive quality is a quality that inheres in only portion of matter and thus is independent of the bearers (system-) size."@en .

_:genid321 rdf:type owl:Restriction ;
            owl:onProperty obo:RO_0000080 ;
            owl:someValuesFrom co:PMD_0000001 .

[ rdf:type owl:Axiom ;
   owl:annotatedSource co:PMD_0020131 ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget _:genid321 ;
   rdfs:comment "Due to the duality of object and portion of matter this axiom can not be an equivalent class axiom."@en
 ] .


###  https://w3id.org/pmd/co/PMD_0020132
co:PMD_0020132 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020148 ;
               rdfs:label "size"@en ;
               skos:definition "an extensive quality of a material entity that describes its spatial extend."@en .


###  https://w3id.org/pmd/co/PMD_0020133
co:PMD_0020133 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020148 ;
               rdfs:comment "Mass is relevant in such processes as gravitation, acceleration, etc."@en ;
               rdfs:label "mass"@en ;
               skos:definition "Mass is fundamental extensive quality."@en .


###  https://w3id.org/pmd/co/PMD_0020138
co:PMD_0020138 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000027 ;
               rdfs:label "lot"@en ;
               skos:definition "A lot is an object aggregate whose parts are output of the same production process."@en .


###  https://w3id.org/pmd/co/PMD_0020142
co:PMD_0020142 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020148 ;
               rdfs:label "energy"@en ;
               skos:definition "an extensive quality of material entities which manifests as a capacity to perform work (such as causing motion or the interaction of molecules)"@en .


###  https://w3id.org/pmd/co/PMD_0020143
co:PMD_0020143 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000015 ;
               rdfs:label "process chain"@en ;
               skos:definition "A process chain is a process that 'has continuant part' subprocesses S1...Sn where S1...Sn precede each other and where some object or object aggregate that are output of Sn are then input to Sn+1."@en .


###  https://w3id.org/pmd/co/PMD_0020148
co:PMD_0020148 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000019 ;
               rdfs:label "extensive quality"@en ;
               skos:definition "An extensive quality is a quality that inheres in only object or object aggregate or fiat object part or chemical entity and is dependent on the bearers (system-) size."@en .


###  https://w3id.org/pmd/co/PMD_0020150
co:PMD_0020150 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020132 ;
               rdfs:label "volume"@en ;
               skos:definition "Volume is a three dimensional size."@en .


###  https://w3id.org/pmd/co/PMD_0020161
co:PMD_0020161 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000145 ;
               rdfs:label "activity (thermodynamic)"@en ;
               skos:definition "Thermodynamic activity is a relational quality that inheres between a chemical species and a non-ideal solution and represents the effective concentration of the species accounting for particle interactions."@en .


###  https://w3id.org/pmd/co/PMD_0020164
co:PMD_0020164 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000882 ;
               rdfs:label "state of matter boundary"@en ;
               skos:definition "A state of matter boundary is a phase boundary that is realized by the transition from one aggregate state to another aggregate state."@en .


###  https://w3id.org/pmd/co/PMD_0020216
co:PMD_0020216 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Class ;
                                     owl:oneOf ( co:PMD_0020217
                                                 co:PMD_0020218
                                                 co:PMD_0020219
                                                 co:PMD_0020242
                                               )
                                   ] ;
               rdfs:subClassOf obo:OBI_0001930 ;
               rdfs:label "order scale value"@en ;
               skos:definition "possible values of characteristic length over which structural correlations persist in a material"@en .


###  https://w3id.org/pmd/co/PMD_0020220
co:PMD_0020220 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Restriction ;
                                     owl:onProperty co:PMD_0000077 ;
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass co:PMD_0020216
                                   ] ;
               rdfs:subClassOf co:PMD_0020131 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0000077 ;
                                 owl:someValuesFrom co:PMD_0020216
                               ] ;
               rdfs:label "order scale"@en ;
               skos:definition "characteristic length over which structural correlations persist in a material"@en .


###  https://w3id.org/pmd/co/PMD_0020243
co:PMD_0020243 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0000080 ;
                                 owl:someValuesFrom co:PMD_0020106
                               ] ;
               rdfs:label "grain size"@en ;
               skos:definition "an intensive quality epitomizing the average size of the grains of a polycrystal"@en .


###  https://w3id.org/pmd/co/PMD_0025001
co:PMD_0025001 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020131 ;
               rdfs:label "composition"@en ;
               skos:definition "Composition is an intensive quality which defines types and proportions of compounds present in a material entity and is subject of some composition data item."@en ;
               skos:example "4 vol.% nitric acid solution, Styrene-Butadiene-Styrene (SBS) Block Copolymer with 50 vol.% of both styrene and butadiene"@en .


###  https://w3id.org/pmd/co/PMD_0025003
co:PMD_0025003 rdf:type owl:Class ;
               owl:equivalentClass [ rdf:type owl:Restriction ;
                                     owl:onProperty co:PMD_0000077 ;
                                     owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
                                     owl:onClass co:PMD_0020023
                                   ] ;
               rdfs:subClassOf co:PMD_0020131 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty co:PMD_0000077 ;
                                 owl:someValuesFrom co:PMD_0020023
                               ] ;
               rdfs:comment "ferrite, austenite, martensite, etc."@en ;
               rdfs:label "metallic grain structure"@en ;
               skos:definition "intensive quality epitomizing the distinct phases in the microscopic structure of a metallic material."@en .


###  https://w3id.org/pmd/co/PMD_0040001
co:PMD_0040001 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020132 ;
               rdfs:comment "Length is a size that describes the spatial extent of its bearer in one dimension."@en ;
               rdfs:label "length"@en ;
               skos:altLabel "dimension"@en ;
               skos:definition "Length is a one dimensional size."@en .


###  https://w3id.org/pmd/co/PMD_0040030
co:PMD_0040030 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000029 ;
               rdfs:comment "Bridge axiom for the PMD class stub referenced by the LOG import."@en ;
               rdfs:label "geospatial location"@en ;
               skos:definition "A site whose location is specified by geospatial, address, or administrative location information."@en .


###  https://w3id.org/pmd/co/PMD_0040129
co:PMD_0040129 rdf:type owl:Class ;
               rdfs:subClassOf obo:IAO_0000005 ;
               rdfs:comment "Bridge axiom for the PMD class stub referenced by the LOG import."@en ;
               rdfs:label "supply chain objective specification"@en ;
               skos:definition "An objective specification that states an objective for a supply chain process."@en .


###  https://w3id.org/pmd/co/PMD_0050000
co:PMD_0050000 rdf:type owl:Class ;
               rdfs:subClassOf obo:BFO_0000145 ;
               rdfs:label "bond"@en ;
               skos:definition "A bond is a relational quality describing the force interaction between atoms."@en .


###  https://w3id.org/pmd/co/PMD_0050002
co:PMD_0050002 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0050000 ;
               rdfs:label "metallic bond"@en ;
               skos:definition "A metallic bond is a bond that forms between metal atoms, where electrons are shared in a \"sea\" of electrons that move freely around the metal ions. This type of bonding gives metals their characteristic properties such as conductivity and malleability."@en .


###  https://w3id.org/pmd/co/PMD_0050004
co:PMD_0050004 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000888 ;
               rdfs:label "thermoplastic polymer"@en ;
               skos:definition "polymer that becomes moldable when heated and solidifies upon cooling"@en .


###  https://w3id.org/pmd/co/PMD_0050118
co:PMD_0050118 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000661
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0000053 ;
                                                            owl:someValuesFrom co:PMD_0000877
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000661 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0000053 ;
                                 owl:someValuesFrom co:PMD_0000790
                               ] ;
               rdfs:label "optical glass"@en ;
               skos:definition "glass manufactured for optical components"@en ;
               skos:example "e.g., lenses, prisms, mirrors" .


###  https://w3id.org/pmd/co/PMD_0050133
co:PMD_0050133 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000661
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:BFO_0000050 ;
                                                            owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000030
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty obo:RO_0000085 ;
                                                                                                        owl:someValuesFrom obo:BFO_0000034
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ]
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000654 ,
                               co:PMD_0000661 ;
               rdfs:label "functional glass"@en ;
               skos:definition "glass that is designed to perform specific roles beyond conventional optical applications"@en .


###  https://w3id.org/pmd/co/PMD_0050155
co:PMD_0050155 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0020148 ;
               rdfs:label "Form"@de ,
                          "shape"@en ;
               skos:definition "Das sichtbare Ausstattungsmerkmal (räumliche Form oder Kontur) eines bestimmten Objektes oder einer Art von Objekt."@de ,
                               "Extemsive quality, the visible makeup characteristic (spatial form or contour) of a particular item or kind of item."@en .


###  https://w3id.org/pmd/co/PMD_0090012
co:PMD_0090012 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000000
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0002353 ;
                                                            owl:someValuesFrom obo:GO_0008150
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0002353 ;
                                 owl:someValuesFrom obo:GO_0008150
                               ] ;
               rdfs:label "biological material"@en ;
               skos:altLabel "biomaterial" ;
               skos:definition "material produced by a living organism"@en ;
               skos:example "Biological Comosite such as Wood, Bone, Silk, Wool;  Biopolymers such as cellulose, colagene;  Biogenic minerals such as hydroxyapatite" .


###  https://w3id.org/pmd/co/PMD_0090013
co:PMD_0090013 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000577
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0002353 ;
                                                            owl:someValuesFrom obo:GO_0008150
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000577 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0002353 ;
                                 owl:someValuesFrom obo:GO_0008150
                               ] ;
               rdfs:label "biological composite"@en ;
               skos:definition "composite consisting of two or more distinct material phases organized in a multi-scale structure that act synergistically to fulfill specific properties or functions"@en ;
               skos:example " such as Wood, Bone, Silk, Wool;" .


###  https://w3id.org/pmd/co/PMD_0090014
co:PMD_0090014 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000888
                                                          co:PMD_0090012
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000888 ,
                               co:PMD_0090012 ;
               rdfs:label "biopolymer"@en ;
               skos:altLabel "biomacromoleules" ;
               skos:definition "polymer produced by the metabolic processes of a living organism"@en ;
               skos:example "such as Polysaccharides like cellulose or Chitin; Proteins like colagene or Fibroin" .


###  https://w3id.org/pmd/co/PMD_0090016
co:PMD_0090016 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000000
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:RO_0002353 ;
                                                            owl:someValuesFrom [ owl:intersectionOf ( co:PMD_0000833
                                                                                                      [ rdf:type owl:Restriction ;
                                                                                                        owl:onProperty obo:OBI_0000293 ;
                                                                                                        owl:someValuesFrom co:PMD_0090012
                                                                                                      ]
                                                                                                    ) ;
                                                                                 rdf:type owl:Class
                                                                               ]
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000000 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:RO_0002353 ;
                                 owl:someValuesFrom [ owl:intersectionOf ( co:PMD_0000833
                                                                           [ rdf:type owl:Restriction ;
                                                                             owl:onProperty obo:OBI_0000293 ;
                                                                             owl:someValuesFrom co:PMD_0090012
                                                                           ]
                                                                         ) ;
                                                      rdf:type owl:Class
                                                    ]
                               ] ;
               rdfs:label "bio-based material"@en ;
               skos:definition "material intentionally processed from materials derived from living (or once-living) organisms"@en ;
               skos:example "Engineered Biopolymers such as Polylactic Acid (PLA);  Reconstituted Biopolymers such as Regenerated Cellulose (Rayon/Viscose); Biocomposites such as Wood-Plastic Composites (WPC);  Biochemicals (e.g. Bio-based Adhesives)" .


###  https://w3id.org/pmd/co/PMD_0090018
co:PMD_0090018 rdf:type owl:Class ;
               owl:equivalentClass [ owl:intersectionOf ( co:PMD_0000577
                                                          [ rdf:type owl:Restriction ;
                                                            owl:onProperty obo:BFO_0000051 ;
                                                            owl:someValuesFrom co:PMD_0090016
                                                          ]
                                                        ) ;
                                     rdf:type owl:Class
                                   ] ;
               rdfs:subClassOf co:PMD_0000577 ,
                               [ rdf:type owl:Restriction ;
                                 owl:onProperty obo:BFO_0000051 ;
                                 owl:someValuesFrom co:PMD_0090016
                               ] ;
               rdfs:label "bio-based composite"@en ;
               skos:altLabel "biocomposite; bio-composite" ;
               skos:definition "composite consisting of at least one constituent derived from biological or bio-based sources"@en ;
               skos:example "such as Wood-Plastic Composite (WPC), Hemp-fiber reinforced Polypropylene" .


###  https://w3id.org/pmd/co/PMD_0200002
co:PMD_0200002 rdf:type owl:Class ;
               rdfs:subClassOf co:PMD_0000907 ;
               <http://purl.org/dc/elements/1.1/source> "Official definition can be found in: DIN 8580, group 1.2.2 “Spritzgießen”."@en ,
                                                        "Offizielle Definition findet man in: DIN 8580, Gruppe 1.2.2 „Spritzgießen“."@de ;
               rdfs:label "Spritzgießen"@de ,
                          "injection molding"@en ;
               skos:altLabel "injection moulding; plastic injection molding"@en ;
               skos:definition "A primary shaping from the plastic state process in which plastic granules are plasticised in an injection unit and the melt is injected under high pressure into a closed mold cavity, where it cools and solidifies to the final part shape."@en ,
                               "Urformverfahren, bei dem Kunststoffgranulat in einem Plastifizieraggregat aufgeschmolzen und die Schmelze mit hohem Druck in einen geschlossenen Formhohlraum eingespritzt wird, wo sie verdichtet, abkühlt und zum Formteil erstarrt."@de ;
               skos:example "Injection molding of polypropylene housings."@en .


###  https://w3id.org/pmd/log/LOG_0080001
<https://w3id.org/pmd/log/LOG_0080001> rdf:type owl:Class ;
                                       owl:equivalentClass [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:IAO_0000219 ;
                                                             owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                           ] ;
                                       rdfs:subClassOf obo:IAO_0020000 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:IAO_0000219 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                       ] ;
                                       rdfs:label "product identifier"@en .


###  https://w3id.org/pmd/log/LOG_0080002
<https://w3id.org/pmd/log/LOG_0080002> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:IAO_0020000 ;
                                       rdfs:label "batch identifier"@en ;
                                       skos:definition "denotes all material artifact generated by one distinguishable manufacturing process run"@en .


###  https://w3id.org/pmd/log/LOG_1000000
<https://w3id.org/pmd/log/LOG_1000000> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:IAO_0000030 ;
                                       rdfs:label "agreement"@en ;
                                       skos:definition "understanding between two or more parties that contains a set of commitments on the part of the parties"@en .


###  https://w3id.org/pmd/log/LOG_1000001
<https://w3id.org/pmd/log/LOG_1000001> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000000> ;
                                       rdfs:label "commercial service agreement"@en ;
                                       skos:definition "agreement between a customer and service provider that is about some commercial service to be provided by the service provider in exchange for compensation from the customer"@en-us .


###  https://w3id.org/pmd/log/LOG_1000003
<https://w3id.org/pmd/log/LOG_1000003> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ;
                                       rdfs:label "transport equipment role"@en ;
                                       skos:definition "role held by a material artifact when it is planned to be involved in or is involved in carrying out some part of a planned transportation process and that is not consumed in that planned process" .


###  https://w3id.org/pmd/log/LOG_1000005
<https://w3id.org/pmd/log/LOG_1000005> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:IAO_0020000
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:IAO_0000219 ;
                                                                                    owl:someValuesFrom co:PMD_0020138
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:IAO_0020000 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:IAO_0000219 ;
                                                         owl:someValuesFrom co:PMD_0020138
                                                       ] ;
                                       rdfs:label "lot number"@en ;
                                       skos:definition "identifier that uniquely denotes a particular quantity of material entities that have shared production or transformation history"@en-us .


###  https://w3id.org/pmd/log/LOG_1000006
<https://w3id.org/pmd/log/LOG_1000006> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:IAO_0020000
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:IAO_0000219 ;
                                                                                    owl:someValuesFrom obo:OBI_0000245
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:IAO_0020000 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:IAO_0000219 ;
                                                         owl:someValuesFrom obo:OBI_0000245
                                                       ] ;
                                       rdfs:label "organization identifier"@en ;
                                       skos:definition "identifier that identifies an organization"@en-us .


###  https://w3id.org/pmd/log/LOG_1000007
<https://w3id.org/pmd/log/LOG_1000007> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:IAO_0020000 ;
                                       rdfs:label "part number"@en ;
                                       skos:definition "identifier that uniquely identifies an artifact (material artifact) and that is created according to some part numbering system"@en-us .


###  https://w3id.org/pmd/log/LOG_1000008
<https://w3id.org/pmd/log/LOG_1000008> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:IAO_0020000
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:IAO_0000219 ;
                                                                                    owl:someValuesFrom obo:BFO_0000029
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:IAO_0020000 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:IAO_0000219 ;
                                                         owl:someValuesFrom obo:BFO_0000029
                                                       ] ;
                                       rdfs:label "physical location identifier"@en ;
                                       skos:definition "identifier that identifies a physical location (site)"@en-us .


###  https://w3id.org/pmd/log/LOG_1000009
<https://w3id.org/pmd/log/LOG_1000009> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000008>
                                                                                  [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( co:PMD_0040030
                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                    owl:onProperty obo:IAO_0000219 ;
                                                                                                    owl:someValuesFrom obo:OBI_0000245
                                                                                                  ]
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty co:PMD_0000004 ;
                                                                                    owl:hasValue co:PMD_0040128
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000008> ;
                                       rdfs:label "global location number"@en ;
                                       skos:definition "identifer that uniquely identifies a business organization or a geospatial location and complies with GS1 GLN coding scheme"@en-us .


###  https://w3id.org/pmd/log/LOG_1000011
<https://w3id.org/pmd/log/LOG_1000011> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000054>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000040 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000054>
                                                       ] ;
                                       rdfs:label "agent"@en .


###  https://w3id.org/pmd/log/LOG_1000012
<https://w3id.org/pmd/log/LOG_1000012> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000055>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000055>
                                                       ] ;
                                       rdfs:label "buyer"@en ;
                                       skos:definition "person or organization which has a buyer role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000013
<https://w3id.org/pmd/log/LOG_1000013> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000056>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000056>
                                                       ] ;
                                       rdfs:label "consignee"@en ;
                                       skos:definition "person or business organization that receives some shipment"@en-us .


###  https://w3id.org/pmd/log/LOG_1000014
<https://w3id.org/pmd/log/LOG_1000014> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000057>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000057>
                                                       ] ;
                                       rdfs:label "consignor"@en ;
                                       skos:altLabel "shipper" ;
                                       skos:definition "person or business organization that prepares and sends shipments for transport"@en-us .


###  https://w3id.org/pmd/log/LOG_1000015
<https://w3id.org/pmd/log/LOG_1000015> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000060>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000060>
                                                       ] ;
                                       rdfs:label "distributor"@en ;
                                       skos:definition "person or business organization when it purchases products from manufacturers and resells them to wholesalers"@en-us .


###  https://w3id.org/pmd/log/LOG_1000019
<https://w3id.org/pmd/log/LOG_1000019> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( foaf:Person
                                                                                                  <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000057>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000057>
                                                       ] ;
                                       rdfs:label "shipper"@en ;
                                       skos:definition "person or business organization that prepares and sends shipments for transport" .


###  https://w3id.org/pmd/log/LOG_1000020
<https://w3id.org/pmd/log/LOG_1000020> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000063>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000063>
                                                       ] ;
                                       rdfs:label "supplier"@en ;
                                       skos:definition "person or organization which has a supplier role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000021
<https://w3id.org/pmd/log/LOG_1000021> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000070>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000022> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000070>
                                                       ] ;
                                       rdfs:label "carrier"@en ;
                                       skos:definition "person or business organization who provides transportation services"@en-us .


###  https://w3id.org/pmd/log/LOG_1000022
<https://w3id.org/pmd/log/LOG_1000022> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000064>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000020> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000064>
                                                       ] ;
                                       rdfs:label "service provider"@en ;
                                       skos:definition "person or organization which has a service provider role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000023
<https://w3id.org/pmd/log/LOG_1000023> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                    owl:unionOf ( obo:OBI_0000245
                                                                                                  foaf:Person
                                                                                                )
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000071>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000071>
                                                       ] ;
                                       rdfs:label "supply chain agent"@en ;
                                       skos:definition "person or business organization who supplies material products or commercial services to other agents in a supply chain"@en-us .


###  https://w3id.org/pmd/log/LOG_1000024
<https://w3id.org/pmd/log/LOG_1000024> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000011>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000072>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000011> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000072>
                                                       ] ;
                                       rdfs:label "wholesaler"@en ;
                                       skos:definition "person or business organization that buys products from distributors and resells them to retailers or other business organizations"@en-us .


###  https://w3id.org/pmd/log/LOG_1000026
<https://w3id.org/pmd/log/LOG_1000026> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000082>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000040 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000082>
                                                       ] ;
                                       rdfs:label "load"@en ;
                                       skos:definition "collection of material entities which share the same transportation and transfer history" .


###  https://w3id.org/pmd/log/LOG_1000028
<https://w3id.org/pmd/log/LOG_1000028> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000105>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000040 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000105>
                                                       ] ;
                                       rdfs:label "material component"@en ;
                                       skos:definition "material entity which has the material component role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000029
<https://w3id.org/pmd/log/LOG_1000029> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000078>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000040 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000078>
                                                       ] ;
                                       rdfs:label "material product"@en ;
                                       skos:definition "material entity which has the material product role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000030
<https://w3id.org/pmd/log/LOG_1000030> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000106>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000040 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000106>
                                                       ] ;
                                       rdfs:label "material resource"@en ;
                                       skos:definition "material entity which has the material resource role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000038
<https://w3id.org/pmd/log/LOG_1000038> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000027
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:RO_0000056 ;
                                                                                    owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000015
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty obo:RO_0002233 ;
                                                                                                                                owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                                                                            owl:onProperty obo:RO_0000059 ;
                                                                                                                                                                            owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000097>
                                                                                                                                                                          ]
                                                                                                                                                                        ) ;
                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                   ]
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:RO_0000056 ;
                                                                                    owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000112>
                                                                                                                       <https://w3id.org/pmd/log/LOG_1000123>
                                                                                                                     )
                                                                                                       ]
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:RO_0002351 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000020>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000027 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000056 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000015
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0002233 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0000059 ;
                                                                                                                                                 owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000097>
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000056 ;
                                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                                              owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000112>
                                                                                            <https://w3id.org/pmd/log/LOG_1000123>
                                                                                          )
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0002351 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000020>
                                                       ] ;
                                       rdfs:label "supply chain system"@en ;
                                       skos:definition "engineered system composed of agents, facilties, machines, and information systems that is designed to deliver products and services to end customers through an engineered flow of information, material, and cash"@en-us .


###  https://w3id.org/pmd/log/LOG_1000039
<https://w3id.org/pmd/log/LOG_1000039> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000038>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:RO_0000056 ;
                                                                                    owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_10001247>
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty obo:RO_0002234 ;
                                                                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000038> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000056 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_10001247>
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0002234 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "manufacturing supply chain system"@en ;
                                       skos:definition "supply chain system that is formed to manufacture one or more products"@en-us .


###  https://w3id.org/pmd/log/LOG_1000040
<https://w3id.org/pmd/log/LOG_1000040> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000038>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:RO_0000056 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000112>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000038> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000056 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000112>
                                                       ] ;
                                       rdfs:label "service supply chain system"@en ;
                                       skos:definition "supply chain system that is formed to deliver some commercial services"@en-us .


###  https://w3id.org/pmd/log/LOG_1000041
<https://w3id.org/pmd/log/LOG_1000041> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000030
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000003>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000030 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000003>
                                                       ] ;
                                       rdfs:label "piece of transport equipment"@en ;
                                       skos:definition "piece of equipment that has the function of holding, protecting, and securing a number of material entites for transportation purposes" .


###  https://w3id.org/pmd/log/LOG_1000042
<https://w3id.org/pmd/log/LOG_1000042> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000041> ;
                                       rdfs:label "container"@en ;
                                       skos:definition "piece of transport equipment that is designed to contain some material entities"@en-us .


###  https://w3id.org/pmd/log/LOG_1000047
<https://w3id.org/pmd/log/LOG_1000047> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:OBI_0000245
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000091>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:OBI_0000245 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000091>
                                                       ] ;
                                       rdfs:label "business organization"@en ;
                                       skos:definition "organization engaging in or planning to engage in any activity of buying and selling goods or services for a profit" .


###  https://w3id.org/pmd/log/LOG_1000051
<https://w3id.org/pmd/log/LOG_1000051> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( obo:BFO_0000040
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000196 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000081>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf obo:BFO_0000040 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000196 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000081>
                                                       ] ;
                                       rdfs:label "shipment"@en ;
                                       skos:definition "collection of material entities delivered to a receiver's location that have undergone the same dispatch and receipt processes" .


###  https://w3id.org/pmd/log/LOG_1000053
<https://w3id.org/pmd/log/LOG_1000053> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000091>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000054 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000117>
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000091> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000054 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000117>
                                                       ] ;
                                       rdfs:label "transportation business function"@en ;
                                       skos:definition "business function that is realized in a transportation service" .


###  https://w3id.org/pmd/log/LOG_1000054
<https://w3id.org/pmd/log/LOG_1000054> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                                          [ rdf:type owl:Class ;
                                                                                                                            owl:complementOf obo:BFO_0000024
                                                                                                                          ]
                                                                                                                        ) ;
                                                                                                     rdf:type owl:Class
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://w3id.org/pmd/log/LOG_1900001> ;
                                                                                                     owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                          owl:unionOf ( obo:OBI_0000245
                                                                                                                                        foaf:Person
                                                                                                                                      )
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "agent role"@en ;
                                       skos:definition "role that someone or something has when they act on behalf of a person, engineered system or a group of agents"@en-us .


###  https://w3id.org/pmd/log/LOG_1000055
<https://w3id.org/pmd/log/LOG_1000055> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000111>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "buyer role"@en ;
                                       skos:definition "agent role held by a person or organization when it buys a product or a service"@en-us .


###  https://w3id.org/pmd/log/LOG_1000056
<https://w3id.org/pmd/log/LOG_1000056> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000124>
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0000057 ;
                                                                                                                                                 owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000021>
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "consignee role"@en ;
                                       skos:definition "role held by a person or business organization when it receives a shipment from a carrier and owns the shipment after the receipt"@en-us .


###  https://w3id.org/pmd/log/LOG_1000057
<https://w3id.org/pmd/log/LOG_1000057> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000117>
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000126>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://w3id.org/pmd/log/LOG_1900003> ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000051>
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0002353 ;
                                                                                                                                                 owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000126>
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "consignor role"@en ;
                                       skos:definition "role held by a business organization or person when it prepares, initiates, and consigns a shipment it owns"@en-us .


###  https://w3id.org/pmd/log/LOG_1000060
<https://w3id.org/pmd/log/LOG_1000060> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000125>
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:BFO_0000055 ;
                                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000078>
                                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                                             owl:onProperty obo:BFO_0000197 ;
                                                                                                                                                                                             owl:someValuesFrom obo:BFO_0000040
                                                                                                                                                                                           ]
                                                                                                                                                                                         ) ;
                                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                                    ]
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "distributor role"@en ;
                                       skos:definition "role held by a person or business organization when it buys some material products from a manufacturer and resells them to a wholesaler"@en-us .


###  https://w3id.org/pmd/log/LOG_1000063
<https://w3id.org/pmd/log/LOG_1000063> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                          owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000125>
                                                                                                                                        <https://w3id.org/pmd/log/LOG_1000128>
                                                                                                                                      )
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "supplier role"@en ;
                                       skos:definition "agent role held by a person or organization when it offers to sell or provide products or services"@en-us .


###  https://w3id.org/pmd/log/LOG_1000064
<https://w3id.org/pmd/log/LOG_1000064> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000063> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                          owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000112>
                                                                                                                                        [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000125>
                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                 owl:onProperty obo:RO_0000057 ;
                                                                                                                                                                 owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000001>
                                                                                                                                                               ]
                                                                                                                                                             ) ;
                                                                                                                                          rdf:type owl:Class
                                                                                                                                        ]
                                                                                                                                      )
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "service provider role"@en ;
                                       skos:definition "supplier role held by a person or organization when it offers to sell or provide a commercial service"@en-us .


###  https://w3id.org/pmd/log/LOG_1000065
<https://w3id.org/pmd/log/LOG_1000065> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000064> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( obo:OBI_0000245
                                                                                                                   foaf:Person
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000113>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "logistics service provider role"@en ;
                                       skos:definition "service provider role that is held by a business organization or person when it provides a logistics service"@en-us .


###  https://w3id.org/pmd/log/LOG_1000070
<https://w3id.org/pmd/log/LOG_1000070> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000065>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000197 ;
                                                                                    owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                                                owl:unionOf ( foaf:Person
                                                                                                                                              <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                                                            )
                                                                                                                              ]
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty obo:RO_0000056 ;
                                                                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000117>
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000065> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( foaf:Person
                                                                                                                   <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000117>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "transportation service provider role"@en .


###  https://w3id.org/pmd/log/LOG_1000071
<https://w3id.org/pmd/log/LOG_1000071> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000054>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000054 ;
                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_10001247>
                                                                                  ]
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000197 ;
                                                                                    owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000011>
                                                                                                                              [ rdf:type owl:Restriction ;
                                                                                                                                owl:onProperty obo:BFO_0000050 ;
                                                                                                                                owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000027
                                                                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                                                                            owl:onProperty obo:RO_0002351 ;
                                                                                                                                                                            owl:allValuesFrom <https://w3id.org/pmd/log/LOG_1000020>
                                                                                                                                                                          ]
                                                                                                                                                                        ) ;
                                                                                                                                                     rdf:type owl:Class
                                                                                                                                                   ]
                                                                                                                              ]
                                                                                                                            ) ;
                                                                                                         rdf:type owl:Class
                                                                                                       ]
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000054 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_10001247>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000011>
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:BFO_0000050 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000027
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0002351 ;
                                                                                                                                                 owl:allValuesFrom <https://w3id.org/pmd/log/LOG_1000020>
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "supply chain agent role"@en ;
                                       skos:definition "role held by an agent that is a part of a supply chain system when it supplies material products or commercial services to other agents in the supply chain system" .


###  https://w3id.org/pmd/log/LOG_1000072
<https://w3id.org/pmd/log/LOG_1000072> rdf:type owl:Class ;
                                       owl:equivalentClass [ rdf:type owl:Restriction ;
                                                             owl:onProperty obo:BFO_0000197 ;
                                                             owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                         owl:unionOf ( foaf:Person
                                                                                                                       <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                                     )
                                                                                                       ]
                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                         owl:onProperty obo:RO_0000056 ;
                                                                                                         owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000125>
                                                                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                                                                     owl:onProperty obo:BFO_0000055 ;
                                                                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000078>
                                                                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                                                                 owl:onProperty obo:BFO_0000197 ;
                                                                                                                                                                                                 owl:someValuesFrom obo:BFO_0000040
                                                                                                                                                                                               ]
                                                                                                                                                                                             ) ;
                                                                                                                                                                          rdf:type owl:Class
                                                                                                                                                                        ]
                                                                                                                                                   ]
                                                                                                                                                 ) ;
                                                                                                                              rdf:type owl:Class
                                                                                                                            ]
                                                                                                       ]
                                                                                                     ) ;
                                                                                  rdf:type owl:Class
                                                                                ]
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000054> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( foaf:Person
                                                                                                                   <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:BFO_0000196 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000055>
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:BFO_0000054 ;
                                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000111>
                                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                                             owl:onProperty obo:BFO_0000055 ;
                                                                                                                                                                                             owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000063>
                                                                                                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                         owl:onProperty obo:BFO_0000197 ;
                                                                                                                                                                                                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000015>
                                                                                                                                                                                                                                       ]
                                                                                                                                                                                                                                     ) ;
                                                                                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                                                                                ]
                                                                                                                                                                                           ]
                                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                                             owl:onProperty obo:BFO_0000055 ;
                                                                                                                                                                                             owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000078>
                                                                                                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                         owl:onProperty obo:BFO_0000197 ;
                                                                                                                                                                                                                                         owl:someValuesFrom obo:BFO_0000040
                                                                                                                                                                                                                                       ]
                                                                                                                                                                                                                                     ) ;
                                                                                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                                                                                ]
                                                                                                                                                                                           ]
                                                                                                                                                                                         ) ;
                                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                                    ]
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( foaf:Person
                                                                                                                   <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000128>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( [ rdf:type owl:Class ;
                                                                                                     owl:unionOf ( foaf:Person
                                                                                                                   <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                                 )
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000125>
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:BFO_0000055 ;
                                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000078>
                                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                                             owl:onProperty obo:BFO_0000197 ;
                                                                                                                                                                                             owl:someValuesFrom obo:BFO_0000040
                                                                                                                                                                                           ]
                                                                                                                                                                                         ) ;
                                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                                    ]
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "wholesaler role"@en ;
                                       skos:definition "role held by a person or business organization when it buys some product from a distributor and resells them to retailers"@en-us .


###  https://w3id.org/pmd/log/LOG_1000078
<https://w3id.org/pmd/log/LOG_1000078> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ rdf:type owl:Class ;
                                                                                                                          owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000111>
                                                                                                                                        <https://w3id.org/pmd/log/LOG_1000125>
                                                                                                                                        <https://w3id.org/pmd/log/LOG_1000128>
                                                                                                                                      )
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "material product role"@en ;
                                       skos:definition "role held by a material entity that is intended to be sold, or has been bought, or has been supplied"@en-us .


###  https://w3id.org/pmd/log/LOG_1000079
<https://w3id.org/pmd/log/LOG_1000079> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000111>
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0000057 ;
                                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000245
                                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                                             owl:onProperty obo:BFO_0000196 ;
                                                                                                                                                                                             owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000055>
                                                                                                                                                                                           ]
                                                                                                                                                                                         ) ;
                                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                                    ]
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000054 ;
                                                         owl:allValuesFrom [ rdf:type owl:Class ;
                                                                             owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000123>
                                                                                           [ owl:intersectionOf ( co:PMD_0000833
                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                    owl:onProperty obo:BFO_0000132 ;
                                                                                                                    owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000123>
                                                                                                                  ]
                                                                                                                ) ;
                                                                                             rdf:type owl:Class
                                                                                           ]
                                                                                         )
                                                                           ]
                                                       ] ;
                                       rdfs:label "raw material role"@en ;
                                       skos:definition "role held by a material entity when it is acquired by an organizational entity with some plan to transform or modify it into intermediate-level components or substances or into a product"@en-us .


###  https://w3id.org/pmd/log/LOG_1000080
<https://w3id.org/pmd/log/LOG_1000080> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000084> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:IAO_0000235 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000005>
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom co:PMD_0000833
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "lot role"@en ;
                                       skos:definition "traceable resource unit role held by material entities that have a shared production or transformation history"@en-us .


###  https://w3id.org/pmd/log/LOG_1000081
<https://w3id.org/pmd/log/LOG_1000081> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000084> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0002353 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000126>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000054 ;
                                                         owl:allValuesFrom <https://w3id.org/pmd/log/LOG_1000143>
                                                       ] ;
                                       rdfs:label "shipment role"@en ;
                                       skos:definition "traceable resource unit role held by material entities when they undergo the same dispatch and receipt processes as prescribed by a bill of lading"@en-us .


###  https://w3id.org/pmd/log/LOG_1000082
<https://w3id.org/pmd/log/LOG_1000082> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000084> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000056 ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000140>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "load role"@en ;
                                       skos:definition "traceable resource unit role held by a number of material entities that have been transferred or transported together"@en-us .


###  https://w3id.org/pmd/log/LOG_1000084
<https://w3id.org/pmd/log/LOG_1000084> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ;
                                       rdfs:label "traceable resource unit role"@en ;
                                       skos:definition "role held by a number of uniquely identified material entities when they participate in some supply chain processes or production processes while some agent observes them and collects information about them for future retrieval"@en-us .


###  https://w3id.org/pmd/log/LOG_1000091
<https://w3id.org/pmd/log/LOG_1000091> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000034 ;
                                       rdfs:label "business function"@en ;
                                       skos:definition "function of an organization to partake in for profit activities as prescribed by the objectives specified by that organization"@en-us .


###  https://w3id.org/pmd/log/LOG_1000093
<https://w3id.org/pmd/log/LOG_1000093> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:IAO_0000104 ;
                                       rdfs:label "commercial service specification"@en ;
                                       skos:definition "plan specification that prescribes a commercial service"@en-us .


###  https://w3id.org/pmd/log/LOG_1000095
<https://w3id.org/pmd/log/LOG_1000095> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:IAO_0000104 ;
                                       rdfs:label "packaging plan specification"@en ;
                                       skos:definition "plan specification that prescribes a packaging process"@en-us .


###  https://w3id.org/pmd/log/LOG_1000097
<https://w3id.org/pmd/log/LOG_1000097> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:IAO_0000104 ;
                                       rdfs:label "supply chain plan specification"@en ;
                                       skos:definition "plan specification that has one or more supply chain objective specifications as parts and that prescribes a supply chain process"@en-us .


###  https://w3id.org/pmd/log/LOG_1000102
<https://w3id.org/pmd/log/LOG_1000102> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000040 ;
                                       rdfs:label "raw material"@en ;
                                       skos:definition "material entity which has the raw material role"@en-us .


###  https://w3id.org/pmd/log/LOG_1000105
<https://w3id.org/pmd/log/LOG_1000105> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom obo:BFO_0000040
                                                       ] ;
                                       rdfs:label "material component role"@en ;
                                       skos:definition "role held by a material entity when it is a proper part of another material entity or is planned to be a proper part of another material entity"@en-us .


###  https://w3id.org/pmd/log/LOG_1000106
<https://w3id.org/pmd/log/LOG_1000106> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000023 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000197 ;
                                                         owl:someValuesFrom obo:BFO_0000040
                                                       ] ;
                                       rdfs:label "material resource role"@en ;
                                       skos:definition "role played by a material entity that consists in it being available to a person or group of agents or engineered system"@en-us .


###  https://w3id.org/pmd/log/LOG_1000111
<https://w3id.org/pmd/log/LOG_1000111> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                                              owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000001>
                                                                                            <https://w3id.org/pmd/log/LOG_1000029>
                                                                                          )
                                                                            ]
                                                       ] ;
                                       rdfs:label "buying business process"@en ;
                                       skos:definition "business process wherein a financial instrument is used by an agent (buyer) to acquire ownership of a product or commercial service from another agent (seller) for the buyer itself or for another agent (customer)"@en-us .


###  https://w3id.org/pmd/log/LOG_1000112
<https://w3id.org/pmd/log/LOG_1000112> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000117 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000128>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000022>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty co:PMD_0000004 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000001>
                                                       ] ;
                                       rdfs:label "commercial service"@en ;
                                       skos:definition "business process that consists of a service provisioning process and a consumption process"@en-us .


###  https://w3id.org/pmd/log/LOG_1000113
<https://w3id.org/pmd/log/LOG_1000113> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000112> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000117 ;
                                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                                              owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000118>
                                                                                            <https://w3id.org/pmd/log/LOG_1000121>
                                                                                            <https://w3id.org/pmd/log/LOG_1000143>
                                                                                          )
                                                                            ]
                                                       ] ;
                                       rdfs:label "logistics service"@en ;
                                       skos:definition "commercial service that consists of at least one transport process, packaging process, freight forwarding, or storage process"@en-us .


###  https://w3id.org/pmd/log/LOG_1000117
<https://w3id.org/pmd/log/LOG_1000117> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000113> ,
                                                       [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000113>
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty obo:BFO_0000117 ;
                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000143>
                                                                              ]
                                                                            ) ;
                                                         rdf:type owl:Class
                                                       ] ;
                                       rdfs:label "transportation service"@en ;
                                       skos:definition "business process that results in placing a material entity in the possession of some agent without changing the ownership until the material entity is sold"@en-us ,
                                                       "logistics service that consists of at least one transport process" .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://w3id.org/pmd/log/LOG_1000117> ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget <https://w3id.org/pmd/log/LOG_1000113> ;
   rdfs:comment "Bridge axiom retained for asserted hierarchy display in release artifacts."@en
 ] .


###  https://w3id.org/pmd/log/LOG_1000118
<https://w3id.org/pmd/log/LOG_1000118> rdf:type owl:Class ;
                                       owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000112>
                                                                                  [ rdf:type owl:Restriction ;
                                                                                    owl:onProperty obo:BFO_0000117 ;
                                                                                    owl:someValuesFrom co:PMD_0000833
                                                                                  ]
                                                                                ) ;
                                                             rdf:type owl:Class
                                                           ] ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000112> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:BFO_0000117 ;
                                                         owl:someValuesFrom co:PMD_0000833
                                                       ] ;
                                       rdfs:label "manufacturing service"@en ;
                                       skos:definition "commercial service that consists of at least one manufacturing process" .


###  https://w3id.org/pmd/log/LOG_1000121
<https://w3id.org/pmd/log/LOG_1000121> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                       [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000130>
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty obo:RO_0000057 ;
                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                                              ]
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty obo:RO_0002233 ;
                                                                                owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                                                                          [ rdf:type owl:Restriction ;
                                                                                                                            owl:onProperty obo:RO_0000059 ;
                                                                                                                            owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000095>
                                                                                                                          ]
                                                                                                                        ) ;
                                                                                                     rdf:type owl:Class
                                                                                                   ]
                                                                              ]
                                                                            ) ;
                                                         rdf:type owl:Class
                                                       ] ;
                                       rdfs:label "packaging process" ;
                                       skos:definition "business process of putting some products or some portion of material into a package according to a packaging plan specification"@en .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://w3id.org/pmd/log/LOG_1000121> ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget <https://w3id.org/pmd/log/LOG_1000130> ;
   rdfs:comment "Bridge axiom retained for asserted hierarchy display in release artifacts."@en
 ] .


###  https://w3id.org/pmd/log/LOG_1000123
<https://w3id.org/pmd/log/LOG_1000123> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ;
                                       rdfs:label "product production process"@en ;
                                       skos:definition "business process that consists of at least one manufacturing process through which raw materials and components are transformed or modified to create a material product"@en-us .


###  https://w3id.org/pmd/log/LOG_1000124
<https://w3id.org/pmd/log/LOG_1000124> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ;
                                       rdfs:label "receiving process"@en ;
                                       skos:definition "planned process in which an agent receives some material entity from another agent"@en-us .


###  https://w3id.org/pmd/log/LOG_10001247
<https://w3id.org/pmd/log/LOG_10001247> rdf:type owl:Class ;
                                        owl:equivalentClass [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000130>
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty obo:RO_0000057 ;
                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000023>
                                                                                   ]
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty obo:RO_0000059 ;
                                                                                     owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000097>
                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                 owl:onProperty obo:RO_0002502 ;
                                                                                                                                 owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000023>
                                                                                                                               ]
                                                                                                                             ) ;
                                                                                                          rdf:type owl:Class
                                                                                                        ]
                                                                                   ]
                                                                                 ) ;
                                                              rdf:type owl:Class
                                                            ] ;
                                        rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty obo:RO_0000057 ;
                                                          owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000023>
                                                        ] ,
                                                        [ rdf:type owl:Restriction ;
                                                          owl:onProperty obo:RO_0000059 ;
                                                          owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000097>
                                                                                                    [ rdf:type owl:Restriction ;
                                                                                                      owl:onProperty obo:RO_0002502 ;
                                                                                                      owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000023>
                                                                                                    ]
                                                                                                  ) ;
                                                                               rdf:type owl:Class
                                                                             ]
                                                        ] ;
                                        rdfs:label "supply chain process"@en ;
                                        skos:definition "planned process in which a supply chain plan specification is realized by a number of supply chain agents"@en-us .


###  https://w3id.org/pmd/log/LOG_1000125
<https://w3id.org/pmd/log/LOG_1000125> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000020>
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom [ rdf:type owl:Class ;
                                                                              owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000001>
                                                                                            <https://w3id.org/pmd/log/LOG_1000029>
                                                                                          )
                                                                            ]
                                                       ] ;
                                       rdfs:label "selling business process"@en ;
                                       skos:definition "business process wherein a product or commercial service is offered by an agent (seller) for another agent (buyer) to acquire ownership via a financial instrument" .


###  https://w3id.org/pmd/log/LOG_1000126
<https://w3id.org/pmd/log/LOG_1000126> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                       [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000130>
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty obo:RO_0000057 ;
                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000019>
                                                                              ]
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty obo:RO_0000057 ;
                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                                              ]
                                                                              [ rdf:type owl:Restriction ;
                                                                                owl:onProperty obo:RO_0002234 ;
                                                                                owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000051>
                                                                              ]
                                                                            ) ;
                                                         rdf:type owl:Class
                                                       ] ;
                                       rdfs:label "shipment preparation process"@en ;
                                       skos:definition "business process in which some material entities are prepared to be transported together to a receiver’s location" .

[ rdf:type owl:Axiom ;
   owl:annotatedSource <https://w3id.org/pmd/log/LOG_1000126> ;
   owl:annotatedProperty rdfs:subClassOf ;
   owl:annotatedTarget <https://w3id.org/pmd/log/LOG_1000130> ;
   rdfs:comment "Bridge axiom retained for asserted hierarchy display in release artifacts."@en
 ] .


###  https://w3id.org/pmd/log/LOG_1000128
<https://w3id.org/pmd/log/LOG_1000128> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000130> ,
                                                       [ rdf:type owl:Class ;
                                                         owl:unionOf ( [ rdf:type owl:Restriction ;
                                                                         owl:onProperty obo:BFO_0000132 ;
                                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000112>
                                                                       ]
                                                                       [ rdf:type owl:Restriction ;
                                                                         owl:onProperty obo:RO_0000057 ;
                                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000029>
                                                                       ]
                                                                     )
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000020>
                                                       ] ;
                                       rdfs:label "supplying business process"@en ;
                                       skos:definition "business process wherein a product or service is supplied"@en-us .


###  https://w3id.org/pmd/log/LOG_1000130
<https://w3id.org/pmd/log/LOG_1000130> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000015 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( <https://w3id.org/pmd/log/LOG_1000011>
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty <https://w3id.org/pmd/log/LOG_1900001> ;
                                                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000047>
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0002233 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty obo:RO_0000059 ;
                                                                                                     owl:someValuesFrom obo:IAO_0000104
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "business process"@en ;
                                       skos:definition "planned process which is prescribed by a plan specification with one or more objectives specified by a business organization"@en-us .


###  https://w3id.org/pmd/log/LOG_1000140
<https://w3id.org/pmd/log/LOG_1000140> rdf:type owl:Class ;
                                       rdfs:subClassOf obo:BFO_0000015 ,
                                                       [ rdf:type owl:Restriction ;
                                                         owl:onProperty obo:RO_0000057 ;
                                                         owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000040
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty [ owl:inverseOf obo:RO_0001015
                                                                                                                    ] ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:BFO_0000108 ;
                                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000203
                                                                                                                                                                                           [ owl:intersectionOf ( [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                    owl:onProperty obo:BFO_0000221 ;
                                                                                                                                                                                                                    owl:someValuesFrom obo:BFO_0000008
                                                                                                                                                                                                                  ]
                                                                                                                                                                                                                  [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                    owl:onProperty [ owl:inverseOf obo:BFO_0000199
                                                                                                                                                                                                                                   ] ;
                                                                                                                                                                                                                    owl:someValuesFrom obo:BFO_0000015
                                                                                                                                                                                                                  ]
                                                                                                                                                                                                                ) ;
                                                                                                                                                                                             rdf:type owl:Class
                                                                                                                                                                                           ]
                                                                                                                                                                                         ) ;
                                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                                    ]
                                                                                                                                               ]
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0001025 ;
                                                                                                                                                 owl:someValuesFrom obo:BFO_0000029
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                   [ rdf:type owl:Restriction ;
                                                                                                     owl:onProperty [ owl:inverseOf obo:RO_0001015
                                                                                                                    ] ;
                                                                                                     owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000004
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:BFO_0000108 ;
                                                                                                                                                 owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000203
                                                                                                                                                                                           [ rdf:type owl:Restriction ;
                                                                                                                                                                                             owl:onProperty obo:BFO_0000223 ;
                                                                                                                                                                                             owl:someValuesFrom [ owl:intersectionOf ( obo:BFO_0000008
                                                                                                                                                                                                                                       [ rdf:type owl:Restriction ;
                                                                                                                                                                                                                                         owl:onProperty [ owl:inverseOf obo:BFO_0000199
                                                                                                                                                                                                                                                        ] ;
                                                                                                                                                                                                                                         owl:someValuesFrom obo:BFO_0000015
                                                                                                                                                                                                                                       ]
                                                                                                                                                                                                                                     ) ;
                                                                                                                                                                                                                  rdf:type owl:Class
                                                                                                                                                                                                                ]
                                                                                                                                                                                           ]
                                                                                                                                                                                         ) ;
                                                                                                                                                                      rdf:type owl:Class
                                                                                                                                                                    ]
                                                                                                                                               ]
                                                                                                                                               [ rdf:type owl:Restriction ;
                                                                                                                                                 owl:onProperty obo:RO_0001025 ;
                                                                                                                                                 owl:someValuesFrom obo:BFO_0000029
                                                                                                                                               ]
                                                                                                                                             ) ;
                                                                                                                          rdf:type owl:Class
                                                                                                                        ]
                                                                                                   ]
                                                                                                 ) ;
                                                                              rdf:type owl:Class
                                                                            ]
                                                       ] ;
                                       rdfs:label "material location change process"@en ;
                                       skos:definition "planned process that results in a material entity moving from one physical location to another"@en-us .


###  https://w3id.org/pmd/log/LOG_1000143
<https://w3id.org/pmd/log/LOG_1000143> rdf:type owl:Class ;
                                       rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000140> ;
                                       rdfs:label "transport process"@en ;
                                       skos:definition "material location change process involving the movement of material entities by some piece of transport equipment"@en-us .


#################################################################
#    Individuals
#################################################################

###  https://w3id.org/pmd/automatce/AUTOMATCE_1060001
<https://w3id.org/pmd/automatce/AUTOMATCE_1060001> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1. steel and iron materials"@en ;
                                                   skos:altLabel "1. Stahl- und Eisenwerkstoffe"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060002
<https://w3id.org/pmd/automatce/AUTOMATCE_1060002> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2. light alloys, cast and wrought alloys"@en ;
                                                   skos:altLabel "2. Leichtmetalle, Guss- und Knetlegierungen"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060003
<https://w3id.org/pmd/automatce/AUTOMATCE_1060003> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "3. nonferrous heavy metals, cast and wrought alloys"@en ;
                                                   skos:altLabel "3. Buntmetalle, Guss- und Knetlegierungen"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "3" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060004
<https://w3id.org/pmd/automatce/AUTOMATCE_1060004> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "4. special metals"@en ;
                                                   skos:altLabel "4. Sondermetalle"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "4" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060005
<https://w3id.org/pmd/automatce/AUTOMATCE_1060005> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5. polymer materials"@en ;
                                                   skos:altLabel "5. Polymere Werkstoffe"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060006
<https://w3id.org/pmd/automatce/AUTOMATCE_1060006> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "6. process polymers"@en ;
                                                   skos:altLabel "6. Prozesspolymere"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "6" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060007
<https://w3id.org/pmd/automatce/AUTOMATCE_1060007> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "7. other materials and material compounds"@en ;
                                                   skos:altLabel "7. sonstige Werkstoffe und Werkstoffverbunde"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "7" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060008
<https://w3id.org/pmd/automatce/AUTOMATCE_1060008> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "8. electronics / electrics"@en ;
                                                   skos:altLabel "8. Elektronik / Elektrik"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "8" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060009
<https://w3id.org/pmd/automatce/AUTOMATCE_1060009> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9. fuels and auxiliary means"@en ;
                                                   skos:altLabel "9. Kraftstoffe und Hilfsstoffe"@de ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9" ;
                                                   skos:topConceptOf <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060011
<https://w3id.org/pmd/automatce/AUTOMATCE_1060011> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.1 steels / cast steel / sintered steel"@en ;
                                                   skos:altLabel "1.1 Stähle / Stahlguss / Sinterstahl"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060001> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060012
<https://w3id.org/pmd/automatce/AUTOMATCE_1060012> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.2 cast iron"@en ;
                                                   skos:altLabel "1.2 Gusseisen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060001> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060021
<https://w3id.org/pmd/automatce/AUTOMATCE_1060021> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.1 aluminium and aluminium alloys"@en ;
                                                   skos:altLabel "2.1 Aluminium und Aluminiumlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060002> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060022
<https://w3id.org/pmd/automatce/AUTOMATCE_1060022> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.2 magnesium and magnesium alloys"@en ;
                                                   skos:altLabel "2.2 Magnesium und Magnesiumlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060002> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060023
<https://w3id.org/pmd/automatce/AUTOMATCE_1060023> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.3 titanium and titanium alloys"@en ;
                                                   skos:altLabel "2.3 Titan und Titanlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060002> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060031
<https://w3id.org/pmd/automatce/AUTOMATCE_1060031> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "3.1 copper"@en ;
                                                   skos:altLabel "3.1 Kupfer"@de ,
                                                                 "3.1 copper (e.g. copper in cable harnesses)"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060003> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "3.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060032
<https://w3id.org/pmd/automatce/AUTOMATCE_1060032> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "3.2 copper alloys"@en ;
                                                   skos:altLabel "3.2 Kupferlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060003> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "3.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060033
<https://w3id.org/pmd/automatce/AUTOMATCE_1060033> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "3.3 zinc alloys"@en ;
                                                   skos:altLabel "3.3 Zinklegierungen"@de ,
                                                                 "3.3 yinc alloys"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060003> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "3.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060034
<https://w3id.org/pmd/automatce/AUTOMATCE_1060034> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "3.4 nickel alloys"@en ;
                                                   skos:altLabel "3.4 Nickellegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060003> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "3.4" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060035
<https://w3id.org/pmd/automatce/AUTOMATCE_1060035> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "3.5 lead"@en ;
                                                   skos:altLabel "3.5 Blei"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060003> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "3.5" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060041
<https://w3id.org/pmd/automatce/AUTOMATCE_1060041> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "4.1 platinum / rhodium"@en ;
                                                   skos:altLabel "4.1 Platin / Rhodium"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060004> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "4.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060042
<https://w3id.org/pmd/automatce/AUTOMATCE_1060042> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "4.2 other special metals"@en ;
                                                   skos:altLabel "4.2 andere Sondermetalle"@de ,
                                                                 "4.2 others"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060004> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "4.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060051
<https://w3id.org/pmd/automatce/AUTOMATCE_1060051> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.1 thermoplastics (filled / unfilled)"@en ;
                                                   skos:altLabel "5.1 Thermoplaste (gefüllt / ungefüllt)"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060005> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060052
<https://w3id.org/pmd/automatce/AUTOMATCE_1060052> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.2 thermoplastic elastomers"@en ;
                                                   skos:altLabel "5.2 thermoplastische Elastomere"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060005> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060053
<https://w3id.org/pmd/automatce/AUTOMATCE_1060053> rdf:type owl:NamedIndividual ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.3 elastomers / elastomeric compounds"@en ;
                                                   skos:altLabel "5.3 Elastomere / Elastomer-Verbunde"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060005> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060054
<https://w3id.org/pmd/automatce/AUTOMATCE_1060054> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.4 duromers"@en ;
                                                   skos:altLabel "5.4 Duroplaste"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060005> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.4" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060055
<https://w3id.org/pmd/automatce/AUTOMATCE_1060055> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.5 polymeric compounds"@en ;
                                                   skos:altLabel "5.5 Polymerverbunde"@de ,
                                                                 "5.5 polymeric compounds (e.g. inseparable laminated trim parts)"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060005> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.5" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060056
<https://w3id.org/pmd/automatce/AUTOMATCE_1060056> rdf:type owl:NamedIndividual ,
                                                            obo:IAO_0000030 ,
                                                            skos:ConceptScheme ;
                                                   <http://purl.org/dc/elements/1.1/description> "Standardized material classification system used in the German automotive industry."@en ;
                                                   <http://purl.org/dc/elements/1.1/title> "VDA 231-106 material classification"@en ;
                                                   rdfs:label "VDA 231-106 material classification"@en .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060061
<https://w3id.org/pmd/automatce/AUTOMATCE_1060061> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "6.1 lacquers"@en ;
                                                   skos:altLabel "6.1 Lacke"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060006> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "6.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060062
<https://w3id.org/pmd/automatce/AUTOMATCE_1060062> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "6.2 adhesives, sealants"@en ;
                                                   skos:altLabel "6.2 Klebstoffe, Dichtmassen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060006> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "6.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060063
<https://w3id.org/pmd/automatce/AUTOMATCE_1060063> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "6.3 underseal"@en ;
                                                   skos:altLabel "6.3 Unterbodenschutz"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060006> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "6.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060071
<https://w3id.org/pmd/automatce/AUTOMATCE_1060071> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "7.1 modified organic natural materials"@en ;
                                                   skos:altLabel "7.1 modified organic natural materials (e.g. leather, wood, cardboard, cotton fleece)"@en ,
                                                                 "7.1 modifizierte organische Naturwerkstoffe"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060007> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "7.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060072
<https://w3id.org/pmd/automatce/AUTOMATCE_1060072> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "7.2 ceramics / glass"@en ;
                                                   skos:altLabel "7.2 Keramik / Glas"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060007> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "7.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060073
<https://w3id.org/pmd/automatce/AUTOMATCE_1060073> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "7.3 other compounds"@en ;
                                                   skos:altLabel "7.3 andere Verbunde"@de ,
                                                                 "7.3 other compounds (e.g. friction linings)"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060007> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "7.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060081
<https://w3id.org/pmd/automatce/AUTOMATCE_1060081> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "8.1 electronics"@en ;
                                                   skos:altLabel "8.1 Elektronik"@de ,
                                                                 "8.1 electronics (e.g. PC boards, displays)"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060008> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "8.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060082
<https://w3id.org/pmd/automatce/AUTOMATCE_1060082> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "8.2 electrics"@en ;
                                                   skos:altLabel "8.2 Elektrik"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060008> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "8.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060091
<https://w3id.org/pmd/automatce/AUTOMATCE_1060091> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.1 fuels"@en ;
                                                   skos:altLabel "9.1 Kraftstoffe"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060092
<https://w3id.org/pmd/automatce/AUTOMATCE_1060092> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.2 lubricants"@en ;
                                                   skos:altLabel "9.2 Schmierstoffe"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060093
<https://w3id.org/pmd/automatce/AUTOMATCE_1060093> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.3 brake fluid"@en ;
                                                   skos:altLabel "9.3 Bremsflüssigkeit"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060094
<https://w3id.org/pmd/automatce/AUTOMATCE_1060094> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.4 coolant / other glycols"@en ;
                                                   skos:altLabel "9.4 Kühlmittel / andere Glykole"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.4" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060095
<https://w3id.org/pmd/automatce/AUTOMATCE_1060095> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.5 refrigerant"@en ;
                                                   skos:altLabel "9.5 Kältemittel"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.5" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060096
<https://w3id.org/pmd/automatce/AUTOMATCE_1060096> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.6 washing water, battery acids"@en ;
                                                   skos:altLabel "9.6 Waschwasser, Batteriesäuren"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.6" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060097
<https://w3id.org/pmd/automatce/AUTOMATCE_1060097> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.7 preservative"@en ;
                                                   skos:altLabel "9.7 Konservierungsmittel"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.7" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060098
<https://w3id.org/pmd/automatce/AUTOMATCE_1060098> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "9.8 other fuels and auxiliary means"@en ;
                                                   skos:altLabel "9.8 andere Kraftstoffe und Hilfsstoffe"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060009> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "9.8" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060111
<https://w3id.org/pmd/automatce/AUTOMATCE_1060111> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.1.1 unalloyed, low alloyed"@en ;
                                                   skos:altLabel "1.1.1 unlegiert, niedriglegiert"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060011> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.1.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060112
<https://w3id.org/pmd/automatce/AUTOMATCE_1060112> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.1.2 highly alloyed"@en ;
                                                   skos:altLabel "1.1.2 hochlegiert"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060011> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.1.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060121
<https://w3id.org/pmd/automatce/AUTOMATCE_1060121> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.2.1 cast iron with lamellar graphite / tempered cast iron"@en ;
                                                   skos:altLabel "1.2.1 Gusseisen mit Lamellengraphit / Temperguss"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060012> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.2.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060122
<https://w3id.org/pmd/automatce/AUTOMATCE_1060122> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.2.2 cast iron with nodular graphite / vermicular cast iron"@en ;
                                                   skos:altLabel "1.2.2 Gusseisen mit Kugelgraphit / Vermiculargusseisen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060012> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.2.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060123
<https://w3id.org/pmd/automatce/AUTOMATCE_1060123> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "1.2.3 highly alloyed cast iron"@en ;
                                                   skos:altLabel "1.2.3 hochlegiertes Gusseisen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060012> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "1.2.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060211
<https://w3id.org/pmd/automatce/AUTOMATCE_1060211> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.1.1 cast aluminium alloys"@en ;
                                                   skos:altLabel "2.1.1 Gussaluminiumlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060021> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.1.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060212
<https://w3id.org/pmd/automatce/AUTOMATCE_1060212> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.1.2 wrought aluminium alloys"@en ;
                                                   skos:altLabel "2.1.2 Knetaluminiumlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060021> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.1.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060221
<https://w3id.org/pmd/automatce/AUTOMATCE_1060221> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.2.1 cast magnesium alloys"@en ;
                                                   skos:altLabel "2.2.1 Gussmagnesiumlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060022> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.2.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060222
<https://w3id.org/pmd/automatce/AUTOMATCE_1060222> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "2.2.2 wrought magnesium alloys"@en ;
                                                   skos:altLabel "2.2.2 Knetmagnesiumlegierungen"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060022> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "2.2.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060541
<https://w3id.org/pmd/automatce/AUTOMATCE_1060541> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.4.1 polyurethane"@en ;
                                                   skos:altLabel "5.4.1 Polyurethan"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060054> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.4.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060542
<https://w3id.org/pmd/automatce/AUTOMATCE_1060542> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.4.2 unsaturated polyester"@en ;
                                                   skos:altLabel "5.4.2 ungesättigter Polyester"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060054> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.4.2" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060543
<https://w3id.org/pmd/automatce/AUTOMATCE_1060543> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.4.3 other duromers"@en ;
                                                   skos:altLabel "5.4.3 andere Duroplaste"@de ,
                                                                 "5.4.3 others"@en ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060054> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.4.3" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060551
<https://w3id.org/pmd/automatce/AUTOMATCE_1060551> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.5.1 plastics"@en ;
                                                   skos:altLabel "5.5.1 Kunststoffe"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060055> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.5.1" .


###  https://w3id.org/pmd/automatce/AUTOMATCE_1060552
<https://w3id.org/pmd/automatce/AUTOMATCE_1060552> rdf:type owl:NamedIndividual ,
                                                            obo:BFO_0000031 ,
                                                            obo:IAO_0000030 ,
                                                            skos:Concept ;
                                                   rdfs:label "5.5.2 textiles"@en ;
                                                   skos:altLabel "5.5.2 Textilien"@de ;
                                                   skos:broader <https://w3id.org/pmd/automatce/AUTOMATCE_1060055> ;
                                                   skos:inScheme <https://w3id.org/pmd/automatce/AUTOMATCE_1060056> ;
                                                   skos:notation "5.5.2" .


###  https://w3id.org/pmd/co/PMD_0020006
co:PMD_0020006 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice triclinic primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020007
co:PMD_0020007 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice monoclinic primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020008
co:PMD_0020008 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice monoclinic base-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020009
co:PMD_0020009 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice orthorombic primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020010
co:PMD_0020010 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice orthorhombic base-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020011
co:PMD_0020011 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice orthorhombic body-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020012
co:PMD_0020012 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice orthorhombic face-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020013
co:PMD_0020013 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice tetragonal primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020014
co:PMD_0020014 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice tetragonal body-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020015
co:PMD_0020015 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice hexagonal rhombohedral primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020016
co:PMD_0020016 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice hexagonal hexagonal primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020017
co:PMD_0020017 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice cubic primitive"@en .


###  https://w3id.org/pmd/co/PMD_0020018
co:PMD_0020018 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice cubic body-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020019
co:PMD_0020019 rdf:type owl:NamedIndividual ;
               rdfs:label "bravais lattice cubic face-centered"@en .


###  https://w3id.org/pmd/co/PMD_0020027
co:PMD_0020027 rdf:type owl:NamedIndividual ;
               rdfs:label "bainite"@en .


###  https://w3id.org/pmd/co/PMD_0020097
co:PMD_0020097 rdf:type owl:NamedIndividual ;
               rdfs:label "austenite"@en .


###  https://w3id.org/pmd/co/PMD_0020100
co:PMD_0020100 rdf:type owl:NamedIndividual ;
               rdfs:label "ferrite"@en .


###  https://w3id.org/pmd/co/PMD_0020107
co:PMD_0020107 rdf:type owl:NamedIndividual ;
               rdfs:label "ledeburite"@en .


###  https://w3id.org/pmd/co/PMD_0020109
co:PMD_0020109 rdf:type owl:NamedIndividual ;
               rdfs:label "pearlite"@en .


###  https://w3id.org/pmd/co/PMD_0020110
co:PMD_0020110 rdf:type owl:NamedIndividual ;
               rdfs:label "widmanstatten structure"@en .


###  https://w3id.org/pmd/co/PMD_0020111
co:PMD_0020111 rdf:type owl:NamedIndividual ;
               rdfs:label "martensite"@en .


###  https://w3id.org/pmd/co/PMD_0020117
co:PMD_0020117 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state solid"@en ;
               skos:definition "A state where the bonds between entities transmit shear forces."@en .


###  https://w3id.org/pmd/co/PMD_0020118
co:PMD_0020118 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state liquid"@en ;
               skos:definition "A state where the bonds of the entities transmit no shear force."@en .


###  https://w3id.org/pmd/co/PMD_0020119
co:PMD_0020119 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state gaseous"@en ;
               skos:definition "A state where the entities have no bonding."@en .


###  https://w3id.org/pmd/co/PMD_0020120
co:PMD_0020120 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state plasma"@en ;
               skos:definition "An aggregate state where the entities are atom nuclei and have no bonds."@en .


###  https://w3id.org/pmd/co/PMD_0020121
co:PMD_0020121 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state atom gas"@en ;
               skos:definition "A gaseous state where the gas entities are atoms."@en .


###  https://w3id.org/pmd/co/PMD_0020122
co:PMD_0020122 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state supercritical fluid"@en ;
               skos:definition "A state with strong bindings between entities that do not transmit shear force."@en .


###  https://w3id.org/pmd/co/PMD_0020123
co:PMD_0020123 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state mesomorphic"@en ;
               skos:definition "A state where some bonds transmit shear stresses and some do not."@en .


###  https://w3id.org/pmd/co/PMD_0020124
co:PMD_0020124 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state suprafluid"@en ;
               skos:definition "A state with frictionless binding that transmits no shear force between entities."@en .


###  https://w3id.org/pmd/co/PMD_0020125
co:PMD_0020125 rdf:type owl:NamedIndividual ;
               rdfs:label "aggregate state suprasolid"@en ;
               skos:definition "A state that exhibits suprafluid and solid properties."@en .


###  https://w3id.org/pmd/co/PMD_0020217
co:PMD_0020217 rdf:type owl:NamedIndividual ;
               rdfs:label "short range order"@en ;
               skos:definition "periodic arrangement of structural features up to a few entities"@en .


###  https://w3id.org/pmd/co/PMD_0020218
co:PMD_0020218 rdf:type owl:NamedIndividual ;
               rdfs:label "medium range order"@en ;
               skos:definition "periodic arrangement of structural features of many entities"@en .


###  https://w3id.org/pmd/co/PMD_0020219
co:PMD_0020219 rdf:type owl:NamedIndividual ;
               rdfs:label "long range order"@en ;
               skos:definition "periodic arrangement of structural features of virtually all entities"@en .


###  https://w3id.org/pmd/co/PMD_0020242
co:PMD_0020242 rdf:type owl:NamedIndividual ;
               rdfs:label "no range order"@en ;
               skos:definition "no periodic arrangement of structural features of entites"@en .


###  https://w3id.org/pmd/co/PMD_0040128
co:PMD_0040128 rdf:type owl:NamedIndividual .


#################################################################
#    General axioms
#################################################################

[ owl:intersectionOf ( obo:IAO_0000005
                       [ rdf:type owl:Restriction ;
                         owl:onProperty obo:IAO_0000136 ;
                         owl:someValuesFrom [ rdf:type owl:Class ;
                                              owl:unionOf ( obo:BFO_0000017
                                                            co:PMD_0000008
                                                            [ owl:intersectionOf ( obo:BFO_0000002
                                                                                   [ rdf:type owl:Restriction ;
                                                                                     owl:onProperty obo:RO_0002353 ;
                                                                                     owl:someValuesFrom obo:BFO_0000015
                                                                                   ]
                                                                                 ) ;
                                                              rdf:type owl:Class
                                                            ]
                                                          )
                                            ]
                       ]
                       [ rdf:type owl:Restriction ;
                         owl:onProperty obo:RO_0000059 ;
                         owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:BFO_0000055 ;
                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_10001247>
                                                                   ]
                                                                 ) ;
                                              rdf:type owl:Class
                                            ]
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf co:PMD_0040129
] .


[ owl:intersectionOf ( obo:IAO_0000104
                       [ rdf:type owl:Restriction ;
                         owl:onProperty obo:RO_0000059 ;
                         owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:BFO_0000055 ;
                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000112>
                                                                   ]
                                                                 ) ;
                                              rdf:type owl:Class
                                            ]
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000093>
] .


[ owl:intersectionOf ( obo:IAO_0000104
                       [ rdf:type owl:Restriction ;
                         owl:onProperty obo:RO_0000059 ;
                         owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:BFO_0000055 ;
                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000121>
                                                                   ]
                                                                 ) ;
                                              rdf:type owl:Class
                                            ]
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000095>
] .


[ owl:intersectionOf ( obo:IAO_0000104
                       [ rdf:type owl:Restriction ;
                         owl:onProperty obo:RO_0000059 ;
                         owl:someValuesFrom [ owl:intersectionOf ( obo:OBI_0000260
                                                                   [ rdf:type owl:Restriction ;
                                                                     owl:onProperty obo:BFO_0000055 ;
                                                                     owl:someValuesFrom <https://w3id.org/pmd/log/LOG_10001247>
                                                                   ]
                                                                 ) ;
                                              rdf:type owl:Class
                                            ]
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000097>
] .


[ owl:intersectionOf ( obo:IAO_0020000
                       [ rdf:type owl:Class ;
                         owl:unionOf ( <https://w3id.org/pmd/log/LOG_1000102>
                                       [ rdf:type owl:Restriction ;
                                         owl:onProperty obo:IAO_0000219 ;
                                         owl:someValuesFrom <https://w3id.org/pmd/log/LOG_1000028>
                                       ]
                                     )
                       ]
                     ) ;
  rdf:type owl:Class ;
  rdfs:subClassOf <https://w3id.org/pmd/log/LOG_1000007>
] .


[ rdf:type owl:Class ;
  owl:unionOf ( co:PMD_0000773
                co:PMD_0000952
              ) ;
  rdfs:subClassOf co:PMD_0000848
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( obo:BFO_0000004
                obo:BFO_0000020
                obo:BFO_0000031
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( obo:BFO_0000006
                obo:BFO_0000029
                obo:BFO_0000140
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( obo:BFO_0000008
                obo:BFO_0000011
                obo:BFO_0000015
                obo:BFO_0000035
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( co:PMD_0000503
                co:PMD_0000512
                co:PMD_0000591
                co:PMD_0000595
                co:PMD_0000597
                co:PMD_0000853
                co:PMD_0000896
                co:PMD_0000942
                co:PMD_0000967
                co:PMD_0020005
                co:PMD_0020112
                co:PMD_0025001
                co:PMD_0025003
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( co:PMD_0000553
                co:PMD_0000619
                co:PMD_0020132
                co:PMD_0020133
                co:PMD_0020142
                co:PMD_0020161
                co:PMD_0050155
              )
] .


[ rdf:type owl:AllDisjointClasses ;
  owl:members ( co:PMD_0020102
                co:PMD_0020103
                co:PMD_0020104
              )
] .


[ rdf:type owl:AllDifferent ;
  owl:distinctMembers ( co:PMD_0020006
                        co:PMD_0020007
                        co:PMD_0020008
                        co:PMD_0020009
                        co:PMD_0020010
                        co:PMD_0020011
                        co:PMD_0020012
                        co:PMD_0020013
                        co:PMD_0020014
                        co:PMD_0020015
                        co:PMD_0020016
                        co:PMD_0020017
                        co:PMD_0020018
                        co:PMD_0020019
                      )
] .


[ rdf:type owl:AllDifferent ;
  owl:distinctMembers ( co:PMD_0020117
                        co:PMD_0020118
                        co:PMD_0020119
                        co:PMD_0020120
                        co:PMD_0020121
                        co:PMD_0020122
                        co:PMD_0020123
                        co:PMD_0020124
                        co:PMD_0020125
                      )
] .


#################################################################
#    Rules
#################################################################

<urn:swrl:var#e> rdf:type swrl:Variable .

<urn:swrl:var#d> rdf:type swrl:Variable .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000053 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:ClassAtom ;
                                      swrl:classPredicate obo:BFO_0000016 ;
                                      swrl:argument1 <urn:swrl:var#d>
                                    ] ;
                          rdf:rest rdf:nil
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000091 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000053 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:ClassAtom ;
                                      swrl:classPredicate obo:BFO_0000019 ;
                                      swrl:argument1 <urn:swrl:var#d>
                                    ] ;
                          rdf:rest rdf:nil
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000086 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000053 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:ClassAtom ;
                                      swrl:classPredicate obo:BFO_0000023 ;
                                      swrl:argument1 <urn:swrl:var#d>
                                    ] ;
                          rdf:rest rdf:nil
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000087 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

[ rdf:type swrl:Imp ;
   swrl:body [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000053 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest [ rdf:type swrl:AtomList ;
                          rdf:first [ rdf:type swrl:ClassAtom ;
                                      swrl:classPredicate obo:BFO_0000034 ;
                                      swrl:argument1 <urn:swrl:var#d>
                                    ] ;
                          rdf:rest rdf:nil
                        ]
             ] ;
   swrl:head [ rdf:type swrl:AtomList ;
               rdf:first [ rdf:type swrl:IndividualPropertyAtom ;
                           swrl:propertyPredicate obo:RO_0000085 ;
                           swrl:argument1 <urn:swrl:var#e> ;
                           swrl:argument2 <urn:swrl:var#d>
                         ] ;
               rdf:rest rdf:nil
             ]
 ] .

###  Generated by the OWL API (version 4.5.29) https://github.com/owlcs/owlapi
