Visual Diagram
classDiagram
class GranularityValue
Resource <|-- GranularityValue
GranularityValue : +unit
GranularityValue --|> Unit : unit
click Unit href "../Unit/Unit.html" "dppk:Unit"
style Unit stroke:#2962ff,color:#2962ff
Description
An enumeration of the allowed granularity levels for a DPP.
subClassOf: rdfs:Resource
Enum Values (oneOf)
| Value ID | Label |
|---|---|
| dppk:Model | Model |
| dppk:Batch | Batch |
| dppk:Item | Item |
Properties
| Property | Description | Type |
|---|---|---|
| Unit of Measurement (dppk:unit) | The unit of measurement. | dppk:Unit |
