eclipse-tractusx / sldt-semantic-models

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

[Model Update]: SerialPart 2.0.0 #485

Closed johannsvarela closed 11 months ago

johannsvarela commented 11 months ago

Update Reason

Based on the results / definition of the Industry Core, the SerialPart aspect model needs to be extended by the part site information. The changes contain the integration of the new shared PartSiteInformationAsBuilt (#442) model as optional content.

Additionally the model must be migrated from BAMM to SAMM. -> major change for #R24.05.

Relevant Standards

New Industry Core Standard (PartInstance)-> In Progress (#R24.03)

Example Data

{
  "catenaXId": "urn:uuid:580d3adf-1981-44a0-a214-13d6ceed9379",
  "localIdentifiers": [
    {
      "value": "SN12345678",
      "key": "partInstanceID"
    }
  ],
  "manufacturingInformation": {
    "date": "2022-02-04T14:48:54",
    "country": "HUR"
  },
  "partTypeInformation": {
    "manufacturerPartId": "123-0.740-3434-A",
    "customerPartId": "PRT-12345",
    "classification": "product",
    "nameAtManufacturer": "Mirror left",
    "nameAtCustomer": "side element A"
  },
  "sites": [
    {
      "catenaXsiteId": "BPNS1234567890ZZ",
      "function": "production"
     }
   ],
}

MS1 Criteria

johannsvarela commented 11 months ago

modeling_team

johannsvarela commented 11 months ago

FYI @jacewski-bosch @BenediktMuellerIML @jonbckr