@prefix : . @prefix owl: . @prefix pmd: . @prefix rdf: . @prefix xml: . @prefix xsd: . @prefix glue: . @prefix rdfs: . @prefix schema: . @prefix dcterms: . @base . rdf:type owl:Ontology ; dcterms:abstract "An ontology that describes adhesives, related substrates, materials and applications."@en ; dcterms:created "March 30th, 2025"@en ; dcterms:creator "Anastasia Dimou"@en , "Ioannis Dasoulas"@en , "Jeroen Jordens"@en , "Simon Vandevalle"@en ; dcterms:license "http://creativecommons.org/licenses/by/2.0/"^^xsd:anyURI ; dcterms:title "GLUE Ontology"@en ; owl:versionInfo "1.0.0"@en . ################################################################# # Annotation properties ################################################################# ### http://purl.org/dc/terms/abstract dcterms:abstract rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/created dcterms:created rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/creator dcterms:creator rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/license dcterms:license rdf:type owl:AnnotationProperty . ### http://purl.org/dc/terms/title dcterms:title rdf:type owl:AnnotationProperty . ################################################################# # Object Properties ################################################################# ### http://schema.org/brand schema:brand rdf:type owl:ObjectProperty . ### http://w3id.org/glue/adhesionApplication glue:adhesionApplication rdf:type owl:ObjectProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range glue:AdhesionApplication ; rdfs:comment "A relation between an adhesive family and a type of application it is commonly used in" . ### http://w3id.org/glue/adhesionQuality glue:adhesionQuality rdf:type owl:ObjectProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range glue:AdhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with a material family." . ### http://w3id.org/glue/adhesionQualityMaterialFamily glue:adhesionQualityMaterialFamily rdf:type owl:ObjectProperty ; rdfs:domain glue:AdhesionQuality ; rdfs:range glue:MaterialFamily ; rdfs:comment "A relation between an adhesion quality estimation for an adhesive type and the material family the estimation corresponds to." . ### http://w3id.org/glue/adhesiveFamily glue:adhesiveFamily rdf:type owl:ObjectProperty ; rdfs:domain glue:Adhesive ; rdfs:range glue:AdhesiveFamily ; rdfs:comment "A relation between an adhesive and the adhesive family it belongs to." . ### http://w3id.org/glue/baseMaterial glue:baseMaterial rdf:type owl:ObjectProperty ; rdfs:domain glue:Substrate ; rdfs:range pmd:PMD_0000000 ; rdfs:comment "A relation between a substrate and the base material it consists of" . ### http://w3id.org/glue/ceramicAdhesionQuality glue:ceramicAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with ceramics." . ### http://w3id.org/glue/compositeAdhesionQuality glue:compositeAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with composites." . ### http://w3id.org/glue/ferroMetalAdhesionQuality glue:ferroMetalAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with ferrous metals." . ### http://w3id.org/glue/glassAdhesionQuality glue:glassAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with glass." . ### http://w3id.org/glue/industry glue:industry rdf:type owl:ObjectProperty ; rdfs:domain glue:AdhesionApplication ; rdfs:range glue:Industry ; rdfs:comment "A relation between an adhesion application and an industry it is commonly applied" . ### http://w3id.org/glue/materialFamily glue:materialFamily rdf:type owl:ObjectProperty ; rdfs:domain glue:Substrate ; rdfs:range glue:MaterialFamily ; rdfs:comment "A relation between a substrate and the material family it is categorized as" . ### http://w3id.org/glue/nonFerroMetalAdhesionQuality glue:nonFerroMetalAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with non-ferrous metals." . ### http://w3id.org/glue/resistantToSolvent glue:resistantToSolvent rdf:type owl:ObjectProperty ; rdfs:domain glue:Adhesive ; rdfs:range glue:Solvent ; rdfs:comment "A relation between an adhesive and a solvent it is resistant to" . ### http://w3id.org/glue/rubberAdhesionQuality glue:rubberAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with rubbers." . ### http://w3id.org/glue/steelAdhesionQuality glue:steelAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with steel." . ### http://w3id.org/glue/thermoplasticAdhesionQuality glue:thermoplasticAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with thermoplastic." . ### http://w3id.org/glue/thermosetAdhesionQuality glue:thermosetAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with thermoset." . ### http://w3id.org/glue/woodAdhesionQuality glue:woodAdhesionQuality rdf:type owl:ObjectProperty ; rdfs:subPropertyOf glue:adhesionQuality ; rdfs:comment "A relation between an adhesive type and the quality of adhesion it achieves with wood." . ################################################################# # Data properties ################################################################# ### http://schema.org/color schema:color rdf:type owl:DatatypeProperty . ### http://schema.org/name schema:name rdf:type owl:DatatypeProperty . ### http://w3id.org/glue/adhesionQualityEstimation glue:adhesionQualityEstimation rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesionQuality ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesion quality estimation entity and the relative value of the estimation" . ### http://w3id.org/glue/adhesiveCost glue:adhesiveCost rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the estimation of its cost (in Euros) per mililiter (ml) based on amount paid for small scale tubes." . ### http://w3id.org/glue/adhesiveMaxElongation glue:adhesiveMaxElongation rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive , glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its max elongation percentage" . ### http://w3id.org/glue/chemicalDetachability glue:chemicalDetachability rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive family and its relative ability to be detached chemically" . ### http://w3id.org/glue/chemicalResistance glue:chemicalResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand chemicals" . ### http://w3id.org/glue/complexModulus glue:complexModulus rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its resistance to deformation of the sample (in MPa)" . ### http://w3id.org/glue/creepResistance glue:creepResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand creep" . ### http://w3id.org/glue/curingTimeEstimation glue:curingTimeEstimation rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive family and an estimation of time it requires to cure/harden" . ### http://w3id.org/glue/eModulus glue:eModulus rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its material's elasticity (in MPa)" . ### http://w3id.org/glue/environmentalResistance glue:environmentalResistance rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily , glue:Substrate ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive type or a substrate and its relative ability to withstand environmental conditions" . ### http://w3id.org/glue/fatigueStrengthLowerBound glue:fatigueStrengthLowerBound rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the lower bound of the highest stress that it can withstand for 10^7 cycles without breaking (in MPa)" . ### http://w3id.org/glue/fatigueStrengthUpperBound glue:fatigueStrengthUpperBound rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the upper bound of the highest stress that it can withstand for 10^7 cycles without breaking (in MPa)" . ### http://w3id.org/glue/freshWaterResistance glue:freshWaterResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand fresh water" . ### http://w3id.org/glue/humidityResistance glue:humidityResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand humidity" . ### http://w3id.org/glue/idealApplicationThickness glue:idealApplicationThickness rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the ideal thickness (in mm) it should be applied" . ### http://w3id.org/glue/isMagnetic glue:isMagnetic rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:boolean ; rdfs:comment "A relation between a substrate and a value defining whether it is magnetic or not" . ### http://w3id.org/glue/maxApplicationRelativeHumidity glue:maxApplicationRelativeHumidity rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive type and its maximum relative humidity percentage" . ### http://w3id.org/glue/maxApplicationTemperature glue:maxApplicationTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive , glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive or a type of adhesives and the maximum temperature (in °C) it should be applied" . ### http://w3id.org/glue/maxApplicationThickness glue:maxApplicationThickness rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the maximum thickness (in mm) it should be applied" . ### http://w3id.org/glue/maxCuringTemperature glue:maxCuringTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive type and the maximum temperature it can be cured (in °C)" . ### http://w3id.org/glue/maxDetachmentTemperature glue:maxDetachmentTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive family and the maximum temperature that can cause separation of the bonded parts (in °C)" . ### http://w3id.org/glue/maxDissipationFactor glue:maxDissipationFactor rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and an estimation of its maximum signal attenuation as the signal propagates down the transmission line (using dielectric loss tangent)" . ### http://w3id.org/glue/maxElectricalConductivity glue:maxElectricalConductivity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and an estimation of its maximum reciprocal of electrical resistivity (in %IACS)" . ### http://w3id.org/glue/maxGapFillingCapability glue:maxGapFillingCapability rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive family and its maximum estimated gap filling capability (in mm)" . ### http://w3id.org/glue/maxGlassTemperature glue:maxGlassTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the maximum estimated temperature at which the glass transition can occur (in °C)" . ### http://w3id.org/glue/maxGravityHardener glue:maxGravityHardener rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the maximum specific gravity or density of the hardener in g/cm³" . ### http://w3id.org/glue/maxGravityResin glue:maxGravityResin rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the maximum specific gravity or density of the resin in g/cm³" . ### http://w3id.org/glue/maxMeltingTemperature glue:maxMeltingTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate ant the maximum estimated temperature at which it changes state from solid to liquid (in °C)" . ### http://w3id.org/glue/maxMixedViscosity glue:maxMixedViscosity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its maximum viscosity of the hardener in mPa.s" . ### http://w3id.org/glue/maxOpenTime glue:maxOpenTime rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and amount of time (in minutes) after its application to the substrate during which it retains its ability to adhere to and bond" . ### http://w3id.org/glue/maxOperationalTemperature glue:maxOperationalTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float . ### http://w3id.org/glue/maxPolymerTransitionTemperature glue:maxPolymerTransitionTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "Maximum estimated temperature at which amorphous polymers undergo a transition from glassy to rubbery state (in °C)" . ### http://w3id.org/glue/maxPotLife glue:maxPotLife rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the maximum period of time (in minutes) during which it maintains its workable properties after it's been mixed." . ### http://w3id.org/glue/maxResistanceTemperature glue:maxResistanceTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the maximum temperature it can withstand (in °C)" . ### http://w3id.org/glue/maxServiceTemperature glue:maxServiceTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the maximum estimated temperature at which it can be used in a load-bearing component without oxidation (in °C)" . ### http://w3id.org/glue/maxShearStrength glue:maxShearStrength rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive type and its maximum estimated shear strength (in N/mm^2)" . ### http://w3id.org/glue/maxSpecificHeatCapacity glue:maxSpecificHeatCapacity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the maximum estimated amount of heat that must be added to one unit of its mass to cause an increase of one unit of temperature (in J/kg°C)" . ### http://w3id.org/glue/maxStorageTemperature glue:maxStorageTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its maximum recommended storage temperature in °C" . ### http://w3id.org/glue/maxSubstrateCost glue:maxSubstrateCost rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the maximum estimated cost to acquire a kilo of it in euros." . ### http://w3id.org/glue/maxThermalConductivity glue:maxThermalConductivity rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:thermalConductivity ; rdfs:comment "A relation between an adhesive or a substrate and a minimum estimation of its ability to conduct heat (in W/m.°C)" . ### http://w3id.org/glue/maxThermalExpansionCoefficient glue:maxThermalExpansionCoefficient rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and an estimation of the maximum tendency of its matter to increase in length area, or volume in response to an increase in temperature (in μstrain/°C)" . ### http://w3id.org/glue/maxToughness glue:maxToughness rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the maximum estimation of its ability to absorb energy and plastically deform without fracturing (in kJ/m^2)" . ### http://w3id.org/glue/maxViscosityHardener glue:maxViscosityHardener rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its maximum viscosity of the hardener in mPa.s" . ### http://w3id.org/glue/maxViscosityResin glue:maxViscosityResin rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its maximum viscosity of the resin in mPa.s" . ### http://w3id.org/glue/maxWaterAbsorption glue:maxWaterAbsorption rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and a maximum estimation of its ability to absorb water when immersed in it measured in percentage of water it absorbs in 24 hours" . ### http://w3id.org/glue/maxWaterVaporTransmission glue:maxWaterVaporTransmission rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and a maximum estimation of the passage of water vapor through it (in g*mm/m^2*day)" . ### http://w3id.org/glue/mechanicalDetachability glue:mechanicalDetachability rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive family and its relative ability to be detached mechanically" . ### http://w3id.org/glue/minApplicationRelativeHumidity glue:minApplicationRelativeHumidity rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive type and its minimum relative humidity percentage" . ### http://w3id.org/glue/minApplicationTemperature glue:minApplicationTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive , glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive or a type of adhesives and the minimum temperature (in °C) it should be applied" . ### http://w3id.org/glue/minApplicationThickness glue:minApplicationThickness rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the minimum thickness (in mm) it should be applied." . ### http://w3id.org/glue/minCuringTemperature glue:minCuringTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive type and the minimum temperature it can be cured (in °C)" . ### http://w3id.org/glue/minDetachmentTemperature glue:minDetachmentTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive family and the minimum temperature that can cause separation of the bonded parts (in °C)" . ### http://w3id.org/glue/minDissipationFactor glue:minDissipationFactor rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and an estimation of its minimum signal attenuation as the signal propagates down the transmission line (using dielectric loss tangent)" . ### http://w3id.org/glue/minElectricalConductivity glue:minElectricalConductivity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and an estimation of its minimum reciprocal of electrical resistivity (in %IACS)" . ### http://w3id.org/glue/minGapFillingCapability glue:minGapFillingCapability rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive family and its minimum estimated gap filling capability (in mm)" . ### http://w3id.org/glue/minGlassTemperature glue:minGlassTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the minimum estimated temperature at which the glass transition can occur (in °C)" . ### http://w3id.org/glue/minGravityHardener glue:minGravityHardener rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the minimum specific gravity or density of the hardener in g/cm³" . ### http://w3id.org/glue/minGravityResin glue:minGravityResin rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the minimum specific gravity or density of the resin in g/cm³" . ### http://w3id.org/glue/minMeltingTemperature glue:minMeltingTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate ant the minimum estimated temperature at which it changes state from solid to liquid (in °C)" . ### http://w3id.org/glue/minMixedViscosity glue:minMixedViscosity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its minimum viscosity of the hardener in mPa.s" . ### http://w3id.org/glue/minOperationalTemperature glue:minOperationalTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float . ### http://w3id.org/glue/minPolymerTransitionTemperature glue:minPolymerTransitionTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "Minimum estimated temperature at which amorphous polymers undergo a transition from glassy to rubbery state (in °C)" . ### http://w3id.org/glue/minPotLife glue:minPotLife rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the minimum estimate of the period of time (in minutes) during which it maintains its workable properties after it's been mixed." . ### http://w3id.org/glue/minResistanceTemperature glue:minResistanceTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the minimum temperature it can withstand (in °C)" . ### http://w3id.org/glue/minServiceTemperature glue:minServiceTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the minimum estimated temperature at which it can be used in a load-bearing component without oxidation (in °C)" . ### http://w3id.org/glue/minShearStrength glue:minShearStrength rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive type and its minimum estimated shear strength (N/mm^2)" . ### http://w3id.org/glue/minSpecificHeatCapacity glue:minSpecificHeatCapacity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the minimum estimated amount of heat that must be added to one unit of its mass to cause an increase of one unit of temperature (in J/kg°C)" . ### http://w3id.org/glue/minStorageTemperature glue:minStorageTemperature rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its minimum recommended storage temperature in °C" . ### http://w3id.org/glue/minSubstrateCost glue:minSubstrateCost rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the minimum estimated cost to acquire a kilo of it in euros" . ### http://w3id.org/glue/minThermalConductivity glue:minThermalConductivity rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:thermalConductivity ; rdfs:comment "A relation between an adhesive or a substrate and a maximum estimation of its ability to conduct heat (in W/m.°C)" . ### http://w3id.org/glue/minThermalExpansionCoefficient glue:minThermalExpansionCoefficient rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and an estimation of the minimum tendency of its matter to increase in length area, or volume in response to an increase in temperature (in μstrain/°C)" . ### http://w3id.org/glue/minToughness glue:minToughness rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the minimum estimation of its ability to absorb energy and plastically deform without fracturing (in kJ/m^2)" . ### http://w3id.org/glue/minViscosityHardener glue:minViscosityHardener rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its minimum viscosity of the hardener in mPa.s" . ### http://w3id.org/glue/minViscosityResin glue:minViscosityResin rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its minimum viscosity of the resin in mPa.s" . ### http://w3id.org/glue/minWaterAbsorption glue:minWaterAbsorption rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and a minimum estimation of its ability to absorb water when immersed in it measured in percentage of water it absorbs in 24 hours" . ### http://w3id.org/glue/minWaterVaporTransmission glue:minWaterVaporTransmission rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and a minimum estimation of the passage of water vapor through it (in g*mm/m^2*day)" . ### http://w3id.org/glue/organicSolventResistance glue:organicSolventResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or a substrate and its relative ability to withstand organic solvents" . ### http://w3id.org/glue/peelResistance glue:peelResistance rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the peel resistance of its bonds (in N/mm)" . ### http://w3id.org/glue/polymerType glue:polymerType rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive type and its polymer type" . ### http://w3id.org/glue/resinHardenerRatio glue:resinHardenerRatio rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its ratio between the volume of resin over the volume of hardener which should be mixed" . ### http://w3id.org/glue/saltWaterResistance glue:saltWaterResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand salt water" . ### http://w3id.org/glue/sealingQuality glue:sealingQuality rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive family and its relative effectiveness in preventing the passage of air, moisture, dust or other substances through a bonded joint" . ### http://w3id.org/glue/shearStrengthDegree glue:shearStrengthDegree rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive type and the degree of its shear strength, classified as low, medium or high" . ### http://w3id.org/glue/shelfLife glue:shelfLife rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and its maximum recommended time it can be stored (in months)" . ### http://w3id.org/glue/shockResistance glue:shockResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand shock" . ### http://w3id.org/glue/strongAlkalisResistance glue:strongAlkalisResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to withstand strong alkalis" . ### http://w3id.org/glue/substrateMaxElongation glue:substrateMaxElongation rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the its maximum ductility. It is expressed as a percentage, and it is the maximum ratio of change in axial length with the application of a tensile force to the original length of the specimen" . ### http://w3id.org/glue/substrateMaxYoungModulus glue:substrateMaxYoungModulus rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the maximum estimated tensile or compressive stiffness when the force is applied lengthwise (in GPa)" . ### http://w3id.org/glue/substrateMinElongation glue:substrateMinElongation rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the its minimum ductility. It is expressed as a percentage, and it is the minimum ratio of change in axial length with the application of a tensile force to the original length of the specimen" . ### http://w3id.org/glue/substrateMinYoungModulus glue:substrateMinYoungModulus rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the minimum estimated tensile or compressive stiffness when the force is applied lengthwise (in GPa)" . ### http://w3id.org/glue/substrateTensileStrengthLowerBound glue:substrateTensileStrengthLowerBound rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the lower bound of the maximum amount of stress it can withstand while being stretched or pulled before breaking (in MPa)" . ### http://w3id.org/glue/substrateTensileStrengthUpperBound glue:substrateTensileStrengthUpperBound rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between a substrate and the upper bound of the maximum amount of stress it can withstand while being stretched or pulled before breaking (in MPa)" . ### http://w3id.org/glue/thermalConductivity glue:thermalConductivity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive , glue:Substrate ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive or a substrate and an estimation of its ability to conduct heat (in W/m.°C)" . ### http://w3id.org/glue/transparency glue:transparency rdf:type owl:DatatypeProperty ; rdfs:domain glue:Substrate ; rdfs:range xsd:string ; rdfs:comment "A relation between a substrate and a its quality of allowing light to pass through so that objects behind can be distinctly seen" . ### http://w3id.org/glue/uvResistance glue:uvResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or a substrate and its relative ability to withstand uv radiation" . ### http://w3id.org/glue/vibrationsDamping glue:vibrationsDamping rdf:type owl:DatatypeProperty ; rdfs:domain glue:AdhesiveFamily ; rdfs:range xsd:string ; rdfs:comment "A relation between an adhesive family and its relative ability to absorve vibrational energy" . ### http://w3id.org/glue/viscosityTemperatureValidity glue:viscosityTemperatureValidity rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float ; rdfs:comment "A relation between an adhesive and the temperature validity of its viscosity in °C" . ### http://w3id.org/glue/waterResistance glue:waterResistance rdf:type owl:DatatypeProperty ; rdfs:subPropertyOf glue:environmentalResistance ; rdfs:comment "A relation between an adhesive type or substrate and its relative ability to resist water" . ### http://w3id.org/glue/youngModulus glue:youngModulus rdf:type owl:DatatypeProperty ; rdfs:domain glue:Adhesive ; rdfs:range xsd:float . ################################################################# # Classes ################################################################# ### http://schema.org/Brand schema:Brand rdf:type owl:Class ; rdfs:label "Brand" . ### http://schema.org/Product schema:Product rdf:type owl:Class ; rdfs:label "Product" . ### http://w3id.org/glue/AdhesionApplication glue:AdhesionApplication rdf:type owl:Class ; rdfs:comment "A task that an addhesive is typically used in." ; rdfs:label "Adhesion Application" . ### http://w3id.org/glue/AdhesionQuality glue:AdhesionQuality rdf:type owl:Class ; rdfs:comment "A quality estimation of an adhesive type" ; rdfs:label "Adhesion Quality" . ### http://w3id.org/glue/Adhesive glue:Adhesive rdf:type owl:Class ; rdfs:subClassOf schema:Product ; rdfs:comment "A non-metallic substance applied to one or both surface of two separate items that binds them together and resists their separation" ; rdfs:label "Adhesive" . ### http://w3id.org/glue/AdhesiveFamily glue:AdhesiveFamily rdf:type owl:Class ; rdfs:comment "A family of common adhesives, categorized by method of adhesion." ; rdfs:label "Adhesive Family" . ### http://w3id.org/glue/Industry glue:Industry rdf:type owl:Class ; rdfs:comment "A generally categorized brand of economic activity" ; rdfs:label "Industry" . ### http://w3id.org/glue/MaterialFamily glue:MaterialFamily rdf:type owl:Class ; rdfs:comment "A category of materials that a substrate belongs in" ; rdfs:label "Material Family" . ### http://w3id.org/glue/Solvent glue:Solvent rdf:type owl:Class ; rdfs:comment "A substance that dissolves a solute, resulting in a solution" ; rdfs:label "Solvent" . ### http://w3id.org/glue/Substrate glue:Substrate rdf:type owl:Class ; rdfs:comment "A material surface" ; rdfs:label "Substrate" . ### https://w3id.org/pmd/co/PMD_0000000 pmd:PMD_0000000 rdf:type owl:Class ; rdfs:label "Material" . ### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi