{
    "id": "https://smart-data-models.github.io/dataModel.PredictiveMaintenance/MaintenanceComponent/maintenanceComponent01",
    "type": "MaintenanceComponent",
    "componentSupplierID": "SUP12345",
    "componentDescription": "High-Performance Motor with advanced features and link to supplier site.",
    "requiresSkill": [
        "MaintenanceSkill:maintenanceSkill01"
    ],
    "supplierID": "SUP001",
    "warehouseID": "WH001",
    "locationInWarehouse": "Aisle 5, Shelf 3",
    "numberOfPiecesAvailable": 50,
    "numberOfPiecesOnDelivery": 20,
    "dateGuaranteedDelivery": "2023-12-31",
    "measurement": {
        "height": {
            "value": 10.5,
            "unit": "cm"
        },
        "width": {
            "value": 15.2,
            "unit": "cm"
        },
        "length": {
            "value": 20.8,
            "unit": "cm"
        },
        "weight": {
            "value": 5.5,
            "unit": "kg"
        }
    },
    "componentCost": 250.75,
    "deliveryCost": 15.50
}