diff --git a/io.catenax.refurbishing_certificate/3.0.0/RefurbishingCertificate.ttl b/io.catenax.refurbishing_certificate/3.0.0/RefurbishingCertificate.ttl new file mode 100644 index 00000000..1b671223 --- /dev/null +++ b/io.catenax.refurbishing_certificate/3.0.0/RefurbishingCertificate.ttl @@ -0,0 +1,47 @@ +####################################################################### +# Copyright (c) 2023, 2024 SAP SE +# Copyright (c) 2023, 2024 Bayerische Motoren Werke Aktiengesellschaft +# Copyright (c) 2023, 2024 LRP Autorecycling Leipzig GmbH +# Copyright (c) 2023, 2024 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. +# Copyright (c) 2023, 2024 ZF Friedrichshafen AG +# Copyright (c) 2023, 2024 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: . +@prefix ext-part: . + +:RefurbishingCertificate a samm:Aspect ; + samm:preferredName "Refurbishing certificate"@en ; + samm:description "This certificate confirms the comprehensive renovation and rejuvenation undergone by an asset, enhancing its performance, appearance, and functionality to meet or exceed its original specifications, contributing to circular economy principles."@en ; + samm:properties ( :certificate :partInstanceId) ; + 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 . + +:partInstanceId a samm:Property ; + samm:preferredName "Part Instance Id"@en ; + samm:description "The serial number of the part from the manufacturer"@en ; + samm:characteristic ext-part:LocalIdentifierCharacteristic . + diff --git a/io.catenax.refurbishing_certificate/3.0.0/metadata.json b/io.catenax.refurbishing_certificate/3.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.refurbishing_certificate/3.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.refurbishing_certificate/RELEASE_NOTES.md b/io.catenax.refurbishing_certificate/RELEASE_NOTES.md index 4abeaa0a..aef9bcd8 100644 --- a/io.catenax.refurbishing_certificate/RELEASE_NOTES.md +++ b/io.catenax.refurbishing_certificate/RELEASE_NOTES.md @@ -3,6 +3,15 @@ All notable changes to this model will be documented in this file. ## [Unreleased] +## [3.0.0] - 2024-03-11 +### Changed +- Update based on shared aspect "recycling strategy certificate" + +### Added +- New Feature : partInstanceId + +### Removed + ## [2.0.0] - 2023-12-04 ### Added - Upgrade from BAMM model to SAMM model