Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Model Update]: Reuse Certificate v3.0.0 #684

Merged
merged 10 commits into from
Mar 12, 2024
47 changes: 47 additions & 0 deletions io.catenax.reuse_certificate/3.0.0/ReuseCertificate.ttl
Original file line number Diff line number Diff line change
@@ -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: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.1.0#> .
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.1.0#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.1.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:samm:io.catenax.reuse_certificate:3.0.0#> .
@prefix ext-certificate: <urn:samm:io.catenax.shared.recycling_strategy_certificate:3.0.0#> .
@prefix ext-part: <urn:samm:io.catenax.serial_part:3.0.0#> .

:ReuseCertificate a samm:Aspect ;
samm:preferredName "Reuse certificate"@en ;
samm:description "The Reuse-Certificate marks the point when an asset enters a new life by using parts or components of end-of-life vehicles for the same purpose for which they were conceived, as defined by the EU proposal 2023/0284."@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 .

1 change: 1 addition & 0 deletions io.catenax.reuse_certificate/3.0.0/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "status" : "release"}
9 changes: 9 additions & 0 deletions io.catenax.reuse_certificate/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading