diff --git a/io.catenax.waste_certificate/1.0.0/WasteCertificate.ttl b/io.catenax.waste_certificate/1.0.0/WasteCertificate.ttl new file mode 100644 index 00000000..e22e45ec --- /dev/null +++ b/io.catenax.waste_certificate/1.0.0/WasteCertificate.ttl @@ -0,0 +1,38 @@ +# 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) 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: . + +:WasteCertificate a samm:Aspect ; + samm:preferredName "Waste-Certificate"@en ; + samm:description "\t\nThe Waste-Certificate marks the point in time, respectively status update at which an asset irrevocably enters the status through tranferring to an authorized business partner. Materials send to landfill are mostly inert and are for example slag, waste from thermal recycling and minerals."@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.waste_certificate/1.0.0/metadata.json b/io.catenax.waste_certificate/1.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.waste_certificate/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.waste_certificate/RELEASE_NOTES.md b/io.catenax.waste_certificate/RELEASE_NOTES.md new file mode 100644 index 00000000..2ecd8e5f --- /dev/null +++ b/io.catenax.waste_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-12-04 +### Added +- initial model + +### Changed + +### Removed