From 2e05304b0a172e33b2ec81f83bf1ab681e18f77f Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Fri, 24 Nov 2023 19:00:30 +0100 Subject: [PATCH 1/4] MaterialRecyclingCertificate --- .../1.0.0/MaterialRecyclingCertificate.ttl | 39 +++++++++++++++++++ .../1.0.0/metadata.json | 1 + .../RELEASE_NOTES.md | 12 ++++++ 3 files changed, 52 insertions(+) create mode 100644 io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl create mode 100644 io.catenax.material_recycling_certificate/1.0.0/metadata.json create mode 100644 io.catenax.material_recycling_certificate/RELEASE_NOTES.md diff --git a/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl b/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl new file mode 100644 index 00000000..60e84976 --- /dev/null +++ b/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl @@ -0,0 +1,39 @@ +# 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: . +@prefix shared: . + +:MaterialRecyclingCertificate a samm:Aspect ; + samm:preferredName "Material-Recycling certificate"@en ; + samm:description "The Material-Recycling Certificate marks the point in time, respectively status update at which an asset irrevocably enters a new status through transferring to an authorized business partner. In most cases the authorized partner is a shredder company and/or a recycler."@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.material_recycling_certificate/1.0.0/metadata.json b/io.catenax.material_recycling_certificate/1.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.material_recycling_certificate/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.material_recycling_certificate/RELEASE_NOTES.md b/io.catenax.material_recycling_certificate/RELEASE_NOTES.md new file mode 100644 index 00000000..633ceccd --- /dev/null +++ b/io.catenax.material_recycling_certificate/RELEASE_NOTES.md @@ -0,0 +1,12 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2023-11-20 +### Added +- initial model + +### Changed + +### Removed From 4e73db230deae68ee994db803033389c7f0a48f4 Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Fri, 24 Nov 2023 19:07:41 +0100 Subject: [PATCH 2/4] correct the error @prefix --- .../1.0.0/MaterialRecyclingCertificate.ttl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl b/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl index 60e84976..7e37803b 100644 --- a/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl +++ b/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl @@ -21,9 +21,8 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix ext-certificate: . -@prefix shared: . :MaterialRecyclingCertificate a samm:Aspect ; samm:preferredName "Material-Recycling certificate"@en ; From 41e5ba4d72c74f6f8a01dd1494e529a36051a16e Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Mon, 4 Dec 2023 10:08:56 +0100 Subject: [PATCH 3/4] change date --- io.catenax.material_recycling_certificate/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.material_recycling_certificate/RELEASE_NOTES.md b/io.catenax.material_recycling_certificate/RELEASE_NOTES.md index 633ceccd..2ecd8e5f 100644 --- a/io.catenax.material_recycling_certificate/RELEASE_NOTES.md +++ b/io.catenax.material_recycling_certificate/RELEASE_NOTES.md @@ -3,7 +3,7 @@ All notable changes to this model will be documented in this file. ## [Unreleased] -## [1.0.0] - 2023-11-20 +## [1.0.0] - 2023-12-04 ### Added - initial model From f9fae42e3c31b315b1ccb051864910cff82ed6b5 Mon Sep 17 00:00:00 2001 From: yuchengluo Date: Wed, 6 Dec 2023 17:28:53 +0100 Subject: [PATCH 4/4] delete 2022 --- .../1.0.0/MaterialRecyclingCertificate.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl b/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl index 7e37803b..e137810d 100644 --- a/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.ttl +++ b/io.catenax.material_recycling_certificate/1.0.0/MaterialRecyclingCertificate.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.