-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #687 from tanweersalah/feature-repair
[New Model]: Repair certificate
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
####################################################################### | ||
# Copyright (c) 2024 SAP SE | ||
# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft | ||
# Copyright (c) 2024 LRP Autorecycling Leipzig GmbH | ||
# Copyright (c) 2024 Fraunhofer-Gesellschaft zur Förderung der angewandten Forschung e.V. | ||
# Copyright (c) 2024 ZF Friedrichshafen AG | ||
# Copyright (c) 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.repair_certificate:1.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#> . | ||
|
||
:RepairCertificate a samm:Aspect ; | ||
samm:preferredName "Repair certificate"@en ; | ||
samm:description "The repair certificate marks the point in time or status update when one or several actions carried out to return a defective product or waste to a condition where it fulfils its intended use."@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 . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{ "status" : "release"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this model will be documented in this file. | ||
|
||
## [Unreleased] | ||
|
||
## [1.0.0] - 2024-03-11 | ||
### Added | ||
- initial model | ||
|
||
### Changed | ||
|
||
### Removed |