{
    "id": "urn:ngsi-ld:dataModel.PredictiveMaintenance:MachineComponent:machineComponent01",
    "type": "MachineComponent",
    "componentSupplierID": {
        "type": "Property",
        "value": "SUP12345"
    },
    "componentDescription": {
        "type": "Property",
        "value": "High-Performance Motor with advanced features and link to supplier site."
    },
    "requiresSkill": {
        "type": "ListProperty",
        "value": [
            {
                "type": "Property",
                "id": "MaintenanceSkill:maintenanceSkill01"
            }
        ]
    },
    "supplierID": {
        "type": "Property",
        "value": "SUP001"
    },
    "warehouseID": {
        "type": "Property",
        "value": "WH001"
    },
    "locationInWarehouse": {
        "type": "Property",
        "value": "Aisle 5, Shelf 3"
    },
    "numberOfPiecesAvailable": {
        "type": "Integer",
        "value": 50
    },
    "numberOfPiecesOnDelivery": {
        "type": "Integer",
        "value": 20
    },
    "dateGuaranteedDelivery": {
        "type": "Property",
        "value": "2023-12-31"
    },
    "measurement": {
        "type": "Property",
        "value": {
            "height": {
                "value": {
                    "type": "Property",
                    "value": 10.5
                },
                "unit": {
                    "type": "Property",
                    "value": "cm"
                }
            },
            "width": {
                "value": {
                    "type": "Property",
                    "value": 15.2
                },
                "unit": {
                    "type": "Property",
                    "value": "cm"
                }
            },
            "length": {
                "value": {
                    "type": "Property",
                    "value": 20.8
                },
                "unit": {
                    "type": "Property",
                    "value": "cm"
                }
            },
            "weight": {
                "value": {
                    "type": "Property",
                    "value": 5.5
                },
                "unit": {
                    "type": "Property",
                    "value": "kg"
                }
            }
        }
    },
    "componentCost": {
        "type": "Property",
        "value": 250.75
    },
    "deliveryCost": {
        "type": "Property",
        "value": 15.50
    }
}