From ce8d96feef9743cfdccf5fa5f862414f8a3060cf Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Fri, 24 Nov 2023 17:44:40 +0100 Subject: [PATCH 1/3] Remanufacturing Model Update --- .../2.0.0/RemanufacturingCertificate.ttl | 38 +++++++++++++++++++ .../2.0.0/metadata.json | 1 + .../RELEASE_NOTES.md | 10 +++++ 3 files changed, 49 insertions(+) create mode 100644 io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl create mode 100644 io.catenax.remanufacturing_certificate/2.0.0/metadata.json diff --git a/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl b/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl new file mode 100644 index 00000000..3ba5e5c6 --- /dev/null +++ b/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl @@ -0,0 +1,38 @@ +# Copyright (c) 2023 SAP SE +# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft +# Copyright (c) 2023 LRP Autorecycling Leipzig GmbH +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright (c) 2022, 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-certificate: . + +:RemanufacturingCertificate a samm:Aspect ; + samm:preferredName "Remanufacturing certificate"@en ; + samm:description "The certificate marks the point in time at which an asset irrevocably enters a new life. The eol (end of life) phase is completed and a new product life cycle is started."@en ; + samm:properties ( :certificate ) ; + samm:operations ( ) ; + samm:events ( ) . + +:certificate a samm:Property ; + samm:preferredName "Certificate"@en ; + samm:description "A property of the model, named certificate."@en ; + samm:characteristic ext-certificate:RecyclingStrategyCertificateCharacteristic . + diff --git a/io.catenax.remanufacturing_certificate/2.0.0/metadata.json b/io.catenax.remanufacturing_certificate/2.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.remanufacturing_certificate/2.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md b/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md index 8a218359..56ba1784 100644 --- a/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md +++ b/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md @@ -3,6 +3,16 @@ All notable changes to this model will be documented in this file. ## [Unreleased] +## [2.0.0] - 2023-11-20 +### Added +- Upgrade from BAMM model to SAMM model +- Update based on shared aspect "recycling strategy certificate" + +### Changed + + +### Removed + ## [1.0.0] - 2022-03-30 ### Added - initial model From 8ca4997a3324ae771e8c5e9217037a9826b06941 Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Fri, 1 Dec 2023 11:32:00 +0100 Subject: [PATCH 2/3] change date --- io.catenax.remanufacturing_certificate/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md b/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md index 56ba1784..5d82e755 100644 --- a/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md +++ b/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md @@ -3,7 +3,7 @@ All notable changes to this model will be documented in this file. ## [Unreleased] -## [2.0.0] - 2023-11-20 +## [2.0.0] - 2023-12-04 ### Added - Upgrade from BAMM model to SAMM model - Update based on shared aspect "recycling strategy certificate" From b157ed3101df67b1a76e092217ef224e3a9f2d61 Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Wed, 6 Dec 2023 17:22:31 +0100 Subject: [PATCH 3/3] delete 2022 --- .../2.0.0/RemanufacturingCertificate.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl b/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl index 3ba5e5c6..e1a7c6e7 100644 --- a/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl +++ b/io.catenax.remanufacturing_certificate/2.0.0/RemanufacturingCertificate.ttl @@ -2,7 +2,7 @@ # Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft # Copyright (c) 2023 LRP Autorecycling Leipzig GmbH # Copyright (c) 2023 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. -# Copyright (c) 2022, 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2023 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership.