@prefix ex: . @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix sh: . @prefix plm: . @prefix iec: . plm:Adhesive rdfs:subClassOf iec:M-014 . ex:ContainsCIPigmentViolet23 owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty plm:containsMaterialClass ; owl:hasValue <132285000361> ] . ex:ComponentContainingCIPigmentViolet23 rdfs:subClassOf iec:M-015 ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( plm:Component ex:ContainsCIPigmentViolet23 ) ] . ex:MassPercentageMin40 owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty plm:massPercentage ; owl:allValuesFrom [ rdf:type rdfs:Datatype ; owl:onDatatype xsd:integer ; owl:withRestrictions ( [ xsd:minInclusive 40 ] ) ] ] . ex:HasIron owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty plm:target ; owl:hasValue <132285000116> ] . ex:MassPercentageMin40Iron owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( ex:MassPercentageMin40 ex:HasIron ) ] . ex:MaterialWithMassPercentageMin40Iron owl:equivalentClass [ rdf:type owl:Restriction ; owl:onProperty plm:qualifiedRelation ; owl:someValuesFrom ex:MassPercentageMin40Iron ] . ex:ComponentWithMassPercentageMin40Iron rdfs:subClassOf iec:M-002 ; owl:equivalentClass [ rdf:type owl:Class ; owl:intersectionOf ( plm:Component ex:MaterialWithMassPercentageMin40Iron ) ] .