eclipse-tractusx / sldt-semantic-models

sldt-semantic-models
Creative Commons Attribution 4.0 International
29 stars 45 forks source link

[Model Update]: SerialPart 3.0.0 #552

Closed johannsvarela closed 8 months ago

johannsvarela commented 9 months ago

Update Reason

Based on the continous development of the Industry Core, there are a new data, that needs to be integrated in the SerialPart aspect model:

Additionally there are a few adaptation to be done in general:

Relevant Standards

Example Data

{
  "catenaXId": "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379",
  "localIdentifiers": [
    {
      "value": "SN12345678",
      "key": "partInstanceID"
    }
  ],
  "manufacturingInformation": {
    "date": "2022-02-04T14:48:54",
    "country": "HUR",
    "sites": [
      {
        "catenaXsiteId": "BPNS1234567890ZZ",
        "function": "production"
      }
    ]
  },
  "partTypeInformation": {
    "manufacturerPartId": "123-0.740-3434-A",
    "customerPartId": "PRT-12345",
    "nameAtManufacturer": "Mirror left",
    "nameAtCustomer": "side element A",
    "partClassification": [
      {
        "classificationStandard": "IEC",
        "classificationID": "61360- 2:2012 ",
        "classificationDescription": "Standard data element types with associated classification scheme for electric components."
      }
    ]
  }
}

MS1 Criteria

johannsvarela commented 9 months ago

@jacewski-bosch @BenediktMuellerIML @jonbckr FYI

johannsvarela commented 9 months ago

modeling_team