From bc043db7929352c7a12d11e36d6f79b3f0d89521 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Thu, 16 Nov 2023 09:52:08 +0100 Subject: [PATCH 1/8] Create metadata.json --- io.catenax.part_as_planned/2.0.0/metadata.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 io.catenax.part_as_planned/2.0.0/metadata.json diff --git a/io.catenax.part_as_planned/2.0.0/metadata.json b/io.catenax.part_as_planned/2.0.0/metadata.json new file mode 100644 index 00000000..bf40b864 --- /dev/null +++ b/io.catenax.part_as_planned/2.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "deprecate"} From b59ed4670b484544cb8525c6d4c5ae7c5e73a544 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Thu, 16 Nov 2023 09:57:38 +0100 Subject: [PATCH 2/8] Create PartAsPlanned.ttl --- .../2.0.0/PartAsPlanned.ttl | 171 ++++++++++++++++++ 1 file changed, 171 insertions(+) create mode 100644 io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl diff --git a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl new file mode 100644 index 00000000..e9e90169 --- /dev/null +++ b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl @@ -0,0 +1,171 @@ +####################################################################### +# Copyright(c) 2023 BASF SE +# Copyright(c) 2023 Bayerische Motoren Werke Aktiengesellschaft(BMW AG) +# Copyright(c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V.(represented by Fraunhofer ISST & Fraunhofer IML) +# Copyright(c) 2023 German Edge Cloud GmbH & Co. KG +# Copyright(c) 2023 Henkel AG & Co. KGaA +# Copyright(c) 2023 Mercedes Benz AG +# Copyright(c) 2023 Robert Bosch Manufacturing Solutions GmbH +# Copyright(c) 2023 SAP SE +# Copyright(c) 2023 Siemens AG +# Copyright(c) 2023 T-Systems International GmbH +# Copyright(c) 2023 ZF Friedrichshafen AG +# Copyright(c) 2023 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International(CC-BY-4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/legalcode. +# +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix ext-uuid: . + +:PartAsPlanned a samm:Aspect; + samm:preferredName "Part as Planned"@en; + samm:description "A Part as Planned represents an item in the Catena-X Bill of Material(BOM) in As-Planned lifecycle status in a specific version. "@en; + samm:properties(:catenaXId :partTypeInformation [ samm:property :validityPeriod; samm:optional true ] [ samm:property :partSitesInformation; samm:optional true ]); + samm:operations(); + samm:events(). + +:catenaXId a samm:Property; + samm:preferredName "Catena-X ID"@en; + samm:description "The fully anonymous Catena-X ID of the serialized part, valid for the Catena-X dataspace."@en; + samm:characteristic ext-uuid:UuidV4Trait; + samm:exampleValue "580d3adf-1981-44a0-a214-13d6ceed9379". + +:partTypeInformation a samm:Property; + samm:preferredName "Part Type Information"@en; + samm:description "The part type from which the serialized part has been instantiated"@en; + samm:characteristic :PartTypeInformationCharacteristic. + +:validityPeriod a samm:Property; + samm:preferredName "Validity Period"@en; + samm:description "The period of time during which the Part is offered by the manufacturer and can be purchased by customers."@en; + samm:characteristic :ValidityPeriodCharacteristic. + +:partSitesInformation a samm:Property; + samm:preferredName "Part Sites Information"@en; + samm:description "A site is a delimited geographical area where a legal entity does business(geographical address with geo coordinates).A site always has a primary physical address. It is possible that further physical addresses are specified for the site. P.O. box details are only possible in addition to the physical address. A site has a 1:n relation to addresses, means at least 1 address is necessary and multiple addresses are possible."@en; + samm:see ; + samm:characteristic :PartSitesInformationCharacteristic. + +:PartTypeInformationCharacteristic a samm:Characteristic; + samm:preferredName "Part Type Information Characteristic"@en; + samm:description "The characteristics of the part type"@en; + samm:dataType :PartTypeInformationEntity. + +:ValidityPeriodCharacteristic a samm:Characteristic; + samm:preferredName "Validity Period Characteristic"@en; + samm:description "Characteristic to define a continuous validity period."@en; + samm:dataType :ValidityPeriodEntity. + +:PartSitesInformationCharacteristic a samm-c:Set; + samm:description "Sites Characteristic"@en; + samm:dataType :PartSitesInformationEntity. + +:PartTypeInformationEntity a samm:Entity; + samm:preferredName "Part Type Information Entity"@en; + samm:description "Encapsulation for data related to the part type"@en; + samm:properties(:manufacturerPartId :nameAtManufacturer :classification). + +:ValidityPeriodEntity a samm:Entity; + samm:preferredName "Validity Period Entity"@en; + samm:description "Defines a continuous validity period."@en; + samm:properties([ samm:property :validFrom; samm:optional true ] [ samm:property :validTo; samm:optional true ]). + +:PartSitesInformationEntity a samm:Entity; + samm:preferredName "Part Sites Information Entity"@en; + samm:description "Part Sites Information Entity"@en; + samm:properties(:catenaXsiteId :function [ samm:property :functionValidFrom; samm:optional true ] [ samm:property :functionValidUntil; samm:optional true ]). + +:manufacturerPartId a samm:Property; + samm:preferredName "Manufacturer Part ID"@en; + samm:description "Part ID as assigned by the manufacturer of the part. The Part ID identifies the part in the manufacturer`s dataspace. The Part ID references a specific version of a part. The version number must be included in the Part ID if it is available.\n\nThe Part ID does not reference a specific instance of a part and must not be confused with the serial number."@en; + samm:characteristic :PartIdCharacteristic; + samm:exampleValue "123-0.740-3434-A". + +:nameAtManufacturer a samm:Property; + samm:preferredName "Name at manufacturer"@en; + samm:description "Name of the part as assigned by the manufacturer"@en; + samm:characteristic :PartNameCharacteristic; + samm:exampleValue "Mirror left". + +:classification a samm:Property; + samm:preferredName "Classifcation"@en; + samm:description "The classification of the part type according to STEP standard definition"@en; + samm:characteristic :ClassificationEnumerationCharacteristic; + samm:exampleValue "software". + +:validFrom a samm:Property; + samm:preferredName "Valid from"@en; + samm:description "Start date of validity period"@en; + samm:characteristic samm-c:Timestamp; + samm:exampleValue "2023-03-06T14:50:23.230+01:00"^^xsd:dateTime. + +:validTo a samm:Property; + samm:preferredName "Valid to"@en; + samm:description "End date of validity period"@en; + samm:characteristic samm-c:Timestamp; + samm:exampleValue "2023-08-06T14:50:23.230+01:00"^^xsd:dateTime. + +:catenaXsiteId a samm:Property; + samm:preferredName "Catena-X site identifier"@en; + samm:description "The identifier of the site according to Catena-X BPDM. The catenaXsiteId must be a valid Catena-X BPN. The BPN is a unique, unchangeable identifier for Business Partners / company locations from foundation to closure, regardless of the different business relationships / structures between or within the Business Partners or company locations."@en; + samm:characteristic :BpnCharacteristic; + samm:exampleValue "BPNS1234567890ZZ". + +:function a samm:Property; + samm:preferredName "Function"@en; + samm:description "The function of the site in relation to the part(i.e. the activity within the value chain of the part that is performed at the site)"@en; + samm:characteristic :FunctionCharacteristic; + samm:exampleValue "production". + +:functionValidFrom a samm:Property; + samm:preferredName "Function valid from"@en; + samm:description "Timestamp, from when the site has the specified function for the given part"@en; + samm:characteristic samm-c:Timestamp. + +:functionValidUntil a samm:Property; + samm:preferredName "functionValidUntil"@en; + samm:description "Timestamp, until when the site has the specified function for the given part"@en; + samm:characteristic samm-c:Timestamp. + +:PartIdCharacteristic a samm:Characteristic; + samm:preferredName "Part ID Characteristic"@en; + samm:description "The part ID is a multi-character string, ususally assigned by an ERP system"@en; + samm:dataType xsd:string. + +:PartNameCharacteristic a samm:Characteristic; + samm:preferredName "Part Name Characteristic"@en; + samm:description "Part Name in string format from the respective system in the value chain"@en; + samm:dataType xsd:string. + +:ClassificationEnumerationCharacteristic a samm-c:Enumeration; + samm:preferredName "Classification Enumeration Characteristic"@en; + samm:description "A part type must be placed into one of the following classes: 'component', 'product', 'software', ?assembly?, 'tool', or 'raw material'."@en; + samm:see ; + samm:dataType xsd:string; + samm-c:values("product" "raw material" "software" "assembly" "tool" "component"). + +:BpnCharacteristic a samm:Characteristic; + samm:preferredName "BPN Characteristic"@en; + samm:description "A string of 16 characters:\nPrefix: 3 digits\t\t\t\t\nClassification: 1 digit\nIdentifier: 10 digits"@en; + samm:dataType xsd:string. + +:FunctionCharacteristic a samm-c:Enumeration; + samm:description "Function Characteristic"@en; + samm:dataType xsd:string; + samm-c:values("production"). From 2723cd0a34dca84d5354e65a0c163b9a088705ca Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Mon, 20 Nov 2023 12:30:38 +0100 Subject: [PATCH 3/8] Update PartAsPlanned.ttl --- .../2.0.0/PartAsPlanned.ttl | 46 ++++--------------- 1 file changed, 8 insertions(+), 38 deletions(-) diff --git a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl index e9e90169..dc708feb 100644 --- a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl +++ b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl @@ -31,12 +31,13 @@ @prefix rdfs: . @prefix xsd: . @prefix : . +@prefix ext-number: . @prefix ext-uuid: . :PartAsPlanned a samm:Aspect; samm:preferredName "Part as Planned"@en; samm:description "A Part as Planned represents an item in the Catena-X Bill of Material(BOM) in As-Planned lifecycle status in a specific version. "@en; - samm:properties(:catenaXId :partTypeInformation [ samm:property :validityPeriod; samm:optional true ] [ samm:property :partSitesInformation; samm:optional true ]); + samm:properties(:catenaXId :partTypeInformation [ samm:property :partSitesInformation; samm:optional true ]); samm:operations(); samm:events(). @@ -51,11 +52,6 @@ samm:description "The part type from which the serialized part has been instantiated"@en; samm:characteristic :PartTypeInformationCharacteristic. -:validityPeriod a samm:Property; - samm:preferredName "Validity Period"@en; - samm:description "The period of time during which the Part is offered by the manufacturer and can be purchased by customers."@en; - samm:characteristic :ValidityPeriodCharacteristic. - :partSitesInformation a samm:Property; samm:preferredName "Part Sites Information"@en; samm:description "A site is a delimited geographical area where a legal entity does business(geographical address with geo coordinates).A site always has a primary physical address. It is possible that further physical addresses are specified for the site. P.O. box details are only possible in addition to the physical address. A site has a 1:n relation to addresses, means at least 1 address is necessary and multiple addresses are possible."@en; @@ -67,13 +63,9 @@ samm:description "The characteristics of the part type"@en; samm:dataType :PartTypeInformationEntity. -:ValidityPeriodCharacteristic a samm:Characteristic; - samm:preferredName "Validity Period Characteristic"@en; - samm:description "Characteristic to define a continuous validity period."@en; - samm:dataType :ValidityPeriodEntity. - :PartSitesInformationCharacteristic a samm-c:Set; - samm:description "Sites Characteristic"@en; + samm:preferredName "Part Sites Information Characteristic"@en; + samm:description "The characteristic of the part site information that represents a set of possible site to a repective part. "@en; samm:dataType :PartSitesInformationEntity. :PartTypeInformationEntity a samm:Entity; @@ -81,14 +73,9 @@ samm:description "Encapsulation for data related to the part type"@en; samm:properties(:manufacturerPartId :nameAtManufacturer :classification). -:ValidityPeriodEntity a samm:Entity; - samm:preferredName "Validity Period Entity"@en; - samm:description "Defines a continuous validity period."@en; - samm:properties([ samm:property :validFrom; samm:optional true ] [ samm:property :validTo; samm:optional true ]). - :PartSitesInformationEntity a samm:Entity; samm:preferredName "Part Sites Information Entity"@en; - samm:description "Part Sites Information Entity"@en; + samm:description "Describes the ID, function and validity date of a site for the associated part in the AsPlanned context."@en; samm:properties(:catenaXsiteId :function [ samm:property :functionValidFrom; samm:optional true ] [ samm:property :functionValidUntil; samm:optional true ]). :manufacturerPartId a samm:Property; @@ -109,22 +96,10 @@ samm:characteristic :ClassificationEnumerationCharacteristic; samm:exampleValue "software". -:validFrom a samm:Property; - samm:preferredName "Valid from"@en; - samm:description "Start date of validity period"@en; - samm:characteristic samm-c:Timestamp; - samm:exampleValue "2023-03-06T14:50:23.230+01:00"^^xsd:dateTime. - -:validTo a samm:Property; - samm:preferredName "Valid to"@en; - samm:description "End date of validity period"@en; - samm:characteristic samm-c:Timestamp; - samm:exampleValue "2023-08-06T14:50:23.230+01:00"^^xsd:dateTime. - :catenaXsiteId a samm:Property; samm:preferredName "Catena-X site identifier"@en; samm:description "The identifier of the site according to Catena-X BPDM. The catenaXsiteId must be a valid Catena-X BPN. The BPN is a unique, unchangeable identifier for Business Partners / company locations from foundation to closure, regardless of the different business relationships / structures between or within the Business Partners or company locations."@en; - samm:characteristic :BpnCharacteristic; + samm:characteristic ext-number:BpnsCharacteristic; samm:exampleValue "BPNS1234567890ZZ". :function a samm:Property; @@ -160,12 +135,7 @@ samm:dataType xsd:string; samm-c:values("product" "raw material" "software" "assembly" "tool" "component"). -:BpnCharacteristic a samm:Characteristic; - samm:preferredName "BPN Characteristic"@en; - samm:description "A string of 16 characters:\nPrefix: 3 digits\t\t\t\t\nClassification: 1 digit\nIdentifier: 10 digits"@en; - samm:dataType xsd:string. - :FunctionCharacteristic a samm-c:Enumeration; - samm:description "Function Characteristic"@en; + samm:description "Describes the characteristics of the function for a site related to the respective part"@en; samm:dataType xsd:string; - samm-c:values("production"). + samm-c:values("production" "warehouse" "spare part warehouse"). From 7f100fe912db11a40292e2defafdd539186c8b8d Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Mon, 20 Nov 2023 12:45:35 +0100 Subject: [PATCH 4/8] Update RELEASE_NOTES.md --- io.catenax.part_as_planned/RELEASE_NOTES.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/io.catenax.part_as_planned/RELEASE_NOTES.md b/io.catenax.part_as_planned/RELEASE_NOTES.md index b721182b..eb941bd4 100644 --- a/io.catenax.part_as_planned/RELEASE_NOTES.md +++ b/io.catenax.part_as_planned/RELEASE_NOTES.md @@ -1,7 +1,15 @@ # Changelog All notable changes to this model will be documented in this file. -## [Unreleased] +## [2.0.0] - 2023-11-27 +### Added +- added all relevant part site information of the PartSiteInforamtionAsPlanned aspect model, that will be deprecated + +### Changed +- replaced existing BPNCharacteristic with the BPNCharacterstic of the shared BusinessPartnerNumber aspect model + +### Removed +- removed the whole validityPeriod abstract property with its respective child properties and characteristics ## [1.0.1] ### Added From eb27e296a1bf0783b0801ca4798bb8876ae9c79d Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 22 Nov 2023 10:59:54 +0100 Subject: [PATCH 5/8] Update metadata.json --- io.catenax.part_as_planned/2.0.0/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.part_as_planned/2.0.0/metadata.json b/io.catenax.part_as_planned/2.0.0/metadata.json index bf40b864..c22749ae 100644 --- a/io.catenax.part_as_planned/2.0.0/metadata.json +++ b/io.catenax.part_as_planned/2.0.0/metadata.json @@ -1 +1 @@ -{ "status" : "deprecate"} +{ "status" : "release"} From 4ea8dfb2a9db3aa1bd667398094ea3d8ffdf740b Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 22 Nov 2023 11:04:42 +0100 Subject: [PATCH 6/8] Update PartAsPlanned.ttl --- io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl index dc708feb..67398957 100644 --- a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl +++ b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl @@ -91,7 +91,7 @@ samm:exampleValue "Mirror left". :classification a samm:Property; - samm:preferredName "Classifcation"@en; + samm:preferredName "Classification"@en; samm:description "The classification of the part type according to STEP standard definition"@en; samm:characteristic :ClassificationEnumerationCharacteristic; samm:exampleValue "software". @@ -114,28 +114,29 @@ samm:characteristic samm-c:Timestamp. :functionValidUntil a samm:Property; - samm:preferredName "functionValidUntil"@en; + samm:preferredName "Function valid until"@en; samm:description "Timestamp, until when the site has the specified function for the given part"@en; samm:characteristic samm-c:Timestamp. :PartIdCharacteristic a samm:Characteristic; - samm:preferredName "Part ID Characteristic"@en; - samm:description "The part ID is a multi-character string, ususally assigned by an ERP system"@en; + samm:preferredName "Part ID characteristic"@en; + samm:description "The part ID is a multi-character string, usually assigned by an ERP system"@en; samm:dataType xsd:string. :PartNameCharacteristic a samm:Characteristic; - samm:preferredName "Part Name Characteristic"@en; + samm:preferredName "Part Name characteristic"@en; samm:description "Part Name in string format from the respective system in the value chain"@en; samm:dataType xsd:string. :ClassificationEnumerationCharacteristic a samm-c:Enumeration; - samm:preferredName "Classification Enumeration Characteristic"@en; + samm:preferredName "Classification enumeration characteristic"@en; samm:description "A part type must be placed into one of the following classes: 'component', 'product', 'software', ?assembly?, 'tool', or 'raw material'."@en; samm:see ; samm:dataType xsd:string; samm-c:values("product" "raw material" "software" "assembly" "tool" "component"). :FunctionCharacteristic a samm-c:Enumeration; + samm:preferredName "Function characteristic"@en; samm:description "Describes the characteristics of the function for a site related to the respective part"@en; samm:dataType xsd:string; samm-c:values("production" "warehouse" "spare part warehouse"). From ebf66cc8326a9cf6b7392e85ef37e7828d765e69 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Wed, 22 Nov 2023 11:26:11 +0100 Subject: [PATCH 7/8] Update PartAsPlanned.ttl --- .../2.0.0/PartAsPlanned.ttl | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl index 67398957..09f855b9 100644 --- a/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl +++ b/io.catenax.part_as_planned/2.0.0/PartAsPlanned.ttl @@ -37,7 +37,7 @@ :PartAsPlanned a samm:Aspect; samm:preferredName "Part as Planned"@en; samm:description "A Part as Planned represents an item in the Catena-X Bill of Material(BOM) in As-Planned lifecycle status in a specific version. "@en; - samm:properties(:catenaXId :partTypeInformation [ samm:property :partSitesInformation; samm:optional true ]); + samm:properties(:catenaXId :partTypeInformation [ samm:property :partSitesInformationAsPlanned; samm:optional true ]); samm:operations(); samm:events(). @@ -52,29 +52,29 @@ samm:description "The part type from which the serialized part has been instantiated"@en; samm:characteristic :PartTypeInformationCharacteristic. -:partSitesInformation a samm:Property; - samm:preferredName "Part Sites Information"@en; +:partSitesInformationAsPlanned a samm:Property; + samm:preferredName "Part Sites Information as Planned"@en; samm:description "A site is a delimited geographical area where a legal entity does business(geographical address with geo coordinates).A site always has a primary physical address. It is possible that further physical addresses are specified for the site. P.O. box details are only possible in addition to the physical address. A site has a 1:n relation to addresses, means at least 1 address is necessary and multiple addresses are possible."@en; samm:see ; - samm:characteristic :PartSitesInformationCharacteristic. + samm:characteristic :partSitesInformationAsPlannedCharacteristic. :PartTypeInformationCharacteristic a samm:Characteristic; samm:preferredName "Part Type Information Characteristic"@en; samm:description "The characteristics of the part type"@en; samm:dataType :PartTypeInformationEntity. -:PartSitesInformationCharacteristic a samm-c:Set; - samm:preferredName "Part Sites Information Characteristic"@en; +:partSitesInformationAsPlannedCharacteristic a samm-c:Set; + samm:preferredName "Part Sites Information as Planned Characteristic"@en; samm:description "The characteristic of the part site information that represents a set of possible site to a repective part. "@en; - samm:dataType :PartSitesInformationEntity. + samm:dataType :partSitesInformationAsPlannedEntity. :PartTypeInformationEntity a samm:Entity; samm:preferredName "Part Type Information Entity"@en; samm:description "Encapsulation for data related to the part type"@en; samm:properties(:manufacturerPartId :nameAtManufacturer :classification). -:PartSitesInformationEntity a samm:Entity; - samm:preferredName "Part Sites Information Entity"@en; +:partSitesInformationAsPlannedEntity a samm:Entity; + samm:preferredName "Part Sites Information as Planned Entity"@en; samm:description "Describes the ID, function and validity date of a site for the associated part in the AsPlanned context."@en; samm:properties(:catenaXsiteId :function [ samm:property :functionValidFrom; samm:optional true ] [ samm:property :functionValidUntil; samm:optional true ]). From 58e5538e2b7be9555e62adb188893c808a0cee61 Mon Sep 17 00:00:00 2001 From: johannsvarela Date: Mon, 4 Dec 2023 15:52:37 +0100 Subject: [PATCH 8/8] Update RELEASE_NOTES.md --- io.catenax.part_as_planned/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.part_as_planned/RELEASE_NOTES.md b/io.catenax.part_as_planned/RELEASE_NOTES.md index eb941bd4..815a7cc6 100644 --- a/io.catenax.part_as_planned/RELEASE_NOTES.md +++ b/io.catenax.part_as_planned/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this model will be documented in this file. -## [2.0.0] - 2023-11-27 +## [2.0.0] - 2023-12-04 ### Added - added all relevant part site information of the PartSiteInforamtionAsPlanned aspect model, that will be deprecated