Visual Diagram
classDiagram
class ProductCharacteristic
ProductCharacteristic : +name
ProductCharacteristic : +characteristicName
ProductCharacteristic : +characteristicValue
ProductCharacteristic : +testMethod
Description
A specific, measurable or declared property of a product, such as its technical performance against a standard test.
Properties
| Property | Description | Type |
|---|---|---|
| Name (dppk:name) | A generic name or title for a resource (e.g., a document title). For the name of a product, prefer the more specific 'dppk:productName'. | rdf:langString |
| Characteristic Name (dppk:characteristicName) | The name of the characteristic being described (e.g., 'Bond strength', 'Reaction to fire'). | xsd:string |
| Characteristic Value (dppk:characteristicValue) | The measured or declared value of the characteristic (e.g., '≥ 2.0 MPa', 'Class A1'). | xsd:string |
| Test Method (dppk:testMethod) | A reference to the standard or methodology used to determine the characteristic's value. | xsd:string |
