From f775c20df7b8a1ff01ab1a0132b0a04f3722e39a Mon Sep 17 00:00:00 2001 From: "marcel.thiers@t-systems.com" Date: Wed, 8 Feb 2023 18:05:24 +0100 Subject: [PATCH 1/2] model changes added --- .../1.0.0/RELEASE_NOTES.md | 13 +++++++ .../1.0.0/RemanufacturingCertificate.ttl | 38 +++++++++++++++++++ .../1.0.0/metadata.json | 1 + 3 files changed, 52 insertions(+) create mode 100644 io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md create mode 100644 io.catenax.remanufacturing_certificate/1.0.0/RemanufacturingCertificate.ttl create mode 100644 io.catenax.remanufacturing_certificate/1.0.0/metadata.json diff --git a/io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md b/io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md new file mode 100644 index 00000000..8a218359 --- /dev/null +++ b/io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md @@ -0,0 +1,13 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2022-03-30 +### Added +- initial model + +### Changed +n/a + +### Removed diff --git a/io.catenax.remanufacturing_certificate/1.0.0/RemanufacturingCertificate.ttl b/io.catenax.remanufacturing_certificate/1.0.0/RemanufacturingCertificate.ttl new file mode 100644 index 00000000..e63874a7 --- /dev/null +++ b/io.catenax.remanufacturing_certificate/1.0.0/RemanufacturingCertificate.ttl @@ -0,0 +1,38 @@ +####################################################################### +# Copyright (c) 2023 T-Systems International GmbH +# 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. für ihre Institute IPK und IPK +# Copyright (c) 2023 tec4U-Solutions GmbH +# Copyright (c) 2022 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 bamm: . +@prefix bamm-c: . +@prefix bamm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix shared: . + +:RemanufacturingCertificate a bamm:Aspect; + bamm:preferredName "Remanufacturing certificate"@en; + bamm:properties (:certificate); + bamm:operations (); + bamm:events (); + bamm: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. +:certificate a bamm:Property; + bamm:preferredName "Certificate"@en; + bamm:characteristic shared:RecyclingStrategyCertificateCharacteristic. diff --git a/io.catenax.remanufacturing_certificate/1.0.0/metadata.json b/io.catenax.remanufacturing_certificate/1.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.remanufacturing_certificate/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} From 1fae4185af1388cc963d0d65ab45a196caae36f8 Mon Sep 17 00:00:00 2001 From: Johannes Kristan Date: Wed, 8 Feb 2023 18:34:54 +0100 Subject: [PATCH 2/2] Rename io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md to io.catenax.remanufacturing_certificate/RELEASE_NOTES.md --- .../{1.0.0 => }/RELEASE_NOTES.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename io.catenax.remanufacturing_certificate/{1.0.0 => }/RELEASE_NOTES.md (100%) diff --git a/io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md b/io.catenax.remanufacturing_certificate/RELEASE_NOTES.md similarity index 100% rename from io.catenax.remanufacturing_certificate/1.0.0/RELEASE_NOTES.md rename to io.catenax.remanufacturing_certificate/RELEASE_NOTES.md