Skip to content

Commit

Permalink
Merge pull request #66 from mthiers/mthiers-RemanufacturingCertificat…
Browse files Browse the repository at this point in the history
…e-1-new

RemanufacturingCertificate reopen PR due to ECA failure
  • Loading branch information
bs-jokri authored Feb 8, 2023
2 parents c59a6d4 + 1fae418 commit 569a610
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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: <urn:bamm:io.openmanufacturing:meta-model:2.0.0#>.
@prefix bamm-c: <urn:bamm:io.openmanufacturing:characteristic:2.0.0#>.
@prefix bamm-e: <urn:bamm:io.openmanufacturing:entity:2.0.0#>.
@prefix unit: <urn:bamm:io.openmanufacturing:unit:2.0.0#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix : <urn:bamm:io.catenax.remanufacturing_certificate:1.0.0#>.
@prefix shared: <urn:bamm:io.catenax.shared.recycling_strategy_certificate:1.0.0#>.

: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.
1 change: 1 addition & 0 deletions io.catenax.remanufacturing_certificate/1.0.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "status" : "release"}
13 changes: 13 additions & 0 deletions io.catenax.remanufacturing_certificate/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 569a610

Please sign in to comment.