From 027617547421db31485cb5c88d4ac3ba287369ea Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Fri, 24 Nov 2023 17:26:26 +0100 Subject: [PATCH 1/4] Reuse Model Update --- .../2.0.0/ReuseCertificate.ttl | 37 +++++++++++++++++++ .../2.0.0/metadata.json | 1 + io.catenax.reuse_certificate/RELEASE_NOTES.md | 10 +++++ 3 files changed, 48 insertions(+) create mode 100644 io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl create mode 100644 io.catenax.reuse_certificate/2.0.0/metadata.json diff --git a/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl b/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl new file mode 100644 index 00000000..72929150 --- /dev/null +++ b/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl @@ -0,0 +1,37 @@ +# 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: . + +:ReuseCertificate a samm:Aspect ; + samm:preferredName "Reuse 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:characteristic ext-certificate:RecyclingStrategyCertificateCharacteristic . + diff --git a/io.catenax.reuse_certificate/2.0.0/metadata.json b/io.catenax.reuse_certificate/2.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.reuse_certificate/2.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.reuse_certificate/RELEASE_NOTES.md b/io.catenax.reuse_certificate/RELEASE_NOTES.md index 4d2302ac..7b45cac6 100644 --- a/io.catenax.reuse_certificate/RELEASE_NOTES.md +++ b/io.catenax.reuse_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] - 2023-02-08 ### Added - initial model From b4d5765563ee91741b3d244921e13d9fe86cd749 Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Fri, 1 Dec 2023 11:20:48 +0100 Subject: [PATCH 2/4] change date --- io.catenax.reuse_certificate/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.reuse_certificate/RELEASE_NOTES.md b/io.catenax.reuse_certificate/RELEASE_NOTES.md index 7b45cac6..605dc318 100644 --- a/io.catenax.reuse_certificate/RELEASE_NOTES.md +++ b/io.catenax.reuse_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 7b8d1c1038cef9f1fccaea350348a28f87b9e3db Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Mon, 4 Dec 2023 10:11:43 +0100 Subject: [PATCH 3/4] add description --- io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl | 1 + 1 file changed, 1 insertion(+) diff --git a/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl b/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl index 72929150..f02285f2 100644 --- a/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl +++ b/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl @@ -33,5 +33,6 @@ :certificate a samm:Property ; samm:preferredName "Certificate"@en ; + samm:description "A property of the model, named certificate."@en ; samm:characteristic ext-certificate:RecyclingStrategyCertificateCharacteristic . From 9f7690076cc0954fbfcb90390f40184e9ce06e91 Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Wed, 6 Dec 2023 17:20:36 +0100 Subject: [PATCH 4/4] delete 2022 --- io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl b/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl index f02285f2..ab905355 100644 --- a/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.ttl +++ b/io.catenax.reuse_certificate/2.0.0/ReuseCertificate.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.