diff --git a/io.catenax.secondary_material_content_calculated/1.0.0/SecondaryMaterialContentCalculated.ttl b/io.catenax.secondary_material_content_calculated/1.0.0/SecondaryMaterialContentCalculated.ttl new file mode 100644 index 00000000..d1b95755 --- /dev/null +++ b/io.catenax.secondary_material_content_calculated/1.0.0/SecondaryMaterialContentCalculated.ttl @@ -0,0 +1,38 @@ +####################################################################### +# Copyright (c) 2023 BMW AG +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IPK) +# Copyright (c) 2023 BASF SE +# Copyright (c) 2023 SAP Deutschland SE & Co.KG +# Copyright (c) 2023 T-Systems International GmbH +# Copyright (c) 2023 Robert Bosch GmbH +# Copyright (c) 2023 tec4U-Ingenieurgesellschaft mbH +# 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-content: . + +:SecondaryMaterialContentCalculated a samm:Aspect ; + samm:preferredName "Secondary Material Content Calculated"@en ; + samm:description "This model refers to a planned or designed part containing one or more different materials. It references the assumed/calculated share on primary and secondary materials and relevant details."@en ; + samm:properties ( ext-content:secondaryMaterialContent ext-content:orderNumber ) ; + samm:operations ( ) ; + samm:events ( ) . + diff --git a/io.catenax.secondary_material_content_calculated/1.0.0/metadata.json b/io.catenax.secondary_material_content_calculated/1.0.0/metadata.json new file mode 100644 index 00000000..c22749ae --- /dev/null +++ b/io.catenax.secondary_material_content_calculated/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.secondary_material_content_calculated/RELEASE_NOTES.md b/io.catenax.secondary_material_content_calculated/RELEASE_NOTES.md new file mode 100644 index 00000000..1ab3f61a --- /dev/null +++ b/io.catenax.secondary_material_content_calculated/RELEASE_NOTES.md @@ -0,0 +1,15 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2023-12-18 +### Added +- initial model +- reference to shared aspect + +### Changed +n/a + +### Removed + diff --git a/io.catenax.secondary_material_content_verifiable/1.0.0/SecondaryMaterialContentVerifiable.ttl b/io.catenax.secondary_material_content_verifiable/1.0.0/SecondaryMaterialContentVerifiable.ttl new file mode 100644 index 00000000..ae1e5ac1 --- /dev/null +++ b/io.catenax.secondary_material_content_verifiable/1.0.0/SecondaryMaterialContentVerifiable.ttl @@ -0,0 +1,38 @@ +####################################################################### +# Copyright (c) 2023 BMW AG +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IPK) +# Copyright (c) 2023 BASF SE +# Copyright (c) 2023 SAP Deutschland SE & Co.KG +# Copyright (c) 2023 T-Systems International GmbH +# Copyright (c) 2023 Robert Bosch GmbH +# Copyright (c) 2023 tec4U-Ingenieurgesellschaft mbH +# 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-content: . + +:SecondaryMaterialContentVerifiable a samm:Aspect ; + samm:preferredName "Secondary Material Content Verifiable"@en ; + samm:description "This model refers to a built part containing one or more different materials. It references the actual share on primary and secondary materials and relevant details."@en ; + samm:properties ( ext-content:secondaryMaterialContent ext-content:orderNumber ) ; + samm:operations ( ) ; + samm:events ( ) . + diff --git a/io.catenax.secondary_material_content_verifiable/1.0.0/metadata.json b/io.catenax.secondary_material_content_verifiable/1.0.0/metadata.json new file mode 100644 index 00000000..c22749ae --- /dev/null +++ b/io.catenax.secondary_material_content_verifiable/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.secondary_material_content_verifiable/RELEASE_NOTES.md b/io.catenax.secondary_material_content_verifiable/RELEASE_NOTES.md new file mode 100644 index 00000000..1ab3f61a --- /dev/null +++ b/io.catenax.secondary_material_content_verifiable/RELEASE_NOTES.md @@ -0,0 +1,15 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2023-12-18 +### Added +- initial model +- reference to shared aspect + +### Changed +n/a + +### Removed + diff --git a/io.catenax.shared.secondary_material_content/1.0.0/SecondaryMaterialContent.ttl b/io.catenax.shared.secondary_material_content/1.0.0/SecondaryMaterialContent.ttl new file mode 100644 index 00000000..04254730 --- /dev/null +++ b/io.catenax.shared.secondary_material_content/1.0.0/SecondaryMaterialContent.ttl @@ -0,0 +1,409 @@ +####################################################################### +# Copyright (c) 2023 BMW AG +# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IPK) +# Copyright (c) 2023 BASF SE +# Copyright (c) 2023 SAP Deutschland SE & Co.KG +# Copyright (c) 2023 T-Systems International GmbH +# Copyright (c) 2023 Robert Bosch GmbH +# Copyright (c) 2023 tec4U-Ingenieurgesellschaft mbH +# 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 : . + +:SecondaryMaterialContent a samm:Aspect ; + samm:preferredName "Secondary Material Content"@en ; + samm:description "This model acts as Shared Aspect and should not be assigned to a digital twin. Use for example SecondaryMaterialContentCalculated or SecondaryMaterialContentVerifiable instead."@en ; + samm:properties ( :secondaryMaterialContent :orderNumber ) ; + samm:operations ( ) ; + samm:events ( ) . + +:secondaryMaterialContent a samm:Property ; + samm:preferredName "Secondary Material Content"@en ; + samm:description "List of relevant materials, which are built in this part and details on the share of primary and secondary material."@en ; + samm:characteristic :SecondaryMaterialContentMaterials . + +:orderNumber a samm:Property ; + samm:preferredName "Order Number"@en ; + samm:description "Order number as provided by supplier."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "856496" . + +:SecondaryMaterialContentMaterials a samm-c:Set ; + samm:preferredName "Secondary Material Content Materials"@en ; + samm:description "List of relevant materials, which are built in this part and details on the share of primary and secondary material."@en ; + samm:dataType :SecondaryMaterialContentMaterialsEntity . + +:SecondaryMaterialContentMaterialsEntity a samm:Entity ; + samm:preferredName "Secondary Material Content Materials Entity"@en ; + samm:description "List of relevant materials, which are built in this part and details on the share of primary and secondary material."@en ; + samm:properties ( :materialClass :materialNameStandardized :unitOfMeasure :bioBased :inorganic [ samm:property :certificate; samm:optional true ] [ samm:property :additionalInformation; samm:optional true ] ) . + +:materialClass a samm:Property ; + samm:preferredName "Material Class"@en ; + samm:description "Material class according to VDA standard 231-106."@en ; + samm:see ; + samm:characteristic :MaterialClassCharacteristic ; + samm:exampleValue "5.1" . + +:materialNameStandardized a samm:Property ; + samm:preferredName "Material name standardized"@en ; + samm:description "Material name according to standard."@en ; + samm:characteristic :MaterialNameStandardizedCharacteristic . + +:unitOfMeasure a samm:Property ; + samm:preferredName "Unit of measure"@en ; + samm:description "Attribute to define the measure and actual mass of the material."@en ; + samm:characteristic :UnitOfMeasureCharacteristic . + +:bioBased a samm:Property ; + samm:preferredName "Bio Based"@en ; + samm:description "Bio-based materials are materials of biological origin excluding material embedded in geological formations and/or fossilized."@en ; + samm:characteristic :BioBasedCharacteristic . + +:inorganic a samm:Property ; + samm:preferredName "Inorganic"@en ; + samm:description "Material based on inorganic matter or fossil fuels."@en ; + samm:characteristic :InorganicCharacteristic . + +:certificate a samm:Property ; + samm:preferredName "Certificate"@en ; + samm:description "If available, the name of a certificate verifying the recycling content can be included."@en ; + samm:characteristic :CertificateCharacteristic . + +:additionalInformation a samm:Property ; + samm:preferredName "additional information"@en ; + samm:description "This attribute can be used to add additional information on material level. \nFor example could this field contain information about how much material has been reutilized. Reutilization of materials such as rework, regrind, or scrap materials generated within the process and capable of being reused within the same process that generated it."@en ; + samm:characteristic samm-c:Text . + +:MaterialClassCharacteristic a samm:Characteristic ; + samm:preferredName "Material Class Characteristic"@en ; + samm:description "Class according to the referenced standard the material belongs to. The IMDS recommendations and the IMDS rules are exclusively accessible within the IMDS portal to members of the IMDS association. In order to access the data one needs to be member of the association."@en ; + samm:see ; + samm:dataType xsd:string . + +:MaterialNameStandardizedCharacteristic a samm:Characteristic ; + samm:preferredName "Material Name Standardized Characteristic"@en ; + samm:description "Material name according to standard."@en ; + samm:dataType :MaterialNameStandardizedEntity . + +:UnitOfMeasureCharacteristic a samm:Characteristic ; + samm:preferredName "Unit of Measure Characteristic"@en ; + samm:description "Attribute to define the measure and actual mass of the material."@en ; + samm:dataType :UnitOfMeasureEntity . + +:BioBasedCharacteristic a samm:Characteristic ; + samm:preferredName "Bio Based Characteristic"@en ; + samm:description "Bio-based materials are materials of biological origin excluding material embedded in geological formations and/or fossilized."@en ; + samm:dataType :BioBasedEntity . + +:InorganicCharacteristic a samm:Characteristic ; + samm:preferredName "Inorganic Characteristic"@en ; + samm:description "Material based on inorganic matter or fossil fuels."@en ; + samm:dataType :InorganicEntity . + +:CertificateCharacteristic a samm-c:Set ; + samm:preferredName "Certificate Characteristic"@en ; + samm:description "If available, the name of a certificate verifying the recycling content can be included."@en ; + samm:dataType :CertificateEntity . + +:MaterialNameStandardizedEntity a samm:Entity ; + samm:preferredName "Material NameStandardized Entity"@en ; + samm:description "Material name according to standard."@en ; + samm:properties ( :referencedStandard :referencedStandardID :materialNameStandardizedValue ) . + +:UnitOfMeasureEntity a samm:Entity ; + samm:preferredName "Unit of Measure Entity"@en ; + samm:description "Attribute to define the measure and actual mass of the material."@en ; + samm:properties ( :unitOfMeasureKey :materialNetMass :grossMaterialInputMass ) . + +:BioBasedEntity a samm:Entity ; + samm:preferredName "Bio Based Entity"@en ; + samm:description "Bio-based materials are materials of biological origin excluding material embedded in geological formations and/or fossilized."@en ; + samm:properties ( :bioBasedClass :secondaryBioBased :primaryBioBased ) . + +:InorganicEntity a samm:Entity ; + samm:preferredName "Inorganic Entity"@en ; + samm:description "Material based on inorganic matter or fossil fuels."@en ; + samm:properties ( :secondaryInorganic :primaryInorganic ) . + +:CertificateEntity a samm:Entity ; + samm:preferredName "Certificate Entity"@en ; + samm:description "If available, the name of a certificate verifying the recycling content can be included."@en ; + samm:properties ( :certificateName :certificateLink ) . + +:referencedStandard a samm:Property ; + samm:preferredName "Referenced Standard"@en ; + samm:description "Norm authority which governs norm."@en ; + samm:characteristic :ReferencedStandardCharacteristic ; + samm:exampleValue "ISO" . + +:referencedStandardID a samm:Property ; + samm:preferredName "Referenced Standard ID"@en ; + samm:description "Id of standard used by norming authority."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "1043" . + +:materialNameStandardizedValue a samm:Property ; + samm:preferredName "Material Name Standardized Value"@en ; + samm:description "Name of the material according to the norming authority and the referenced ID of the norm."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "PP-TD10" . + +:unitOfMeasureKey a samm:Property ; + samm:preferredName "Unit of Measure Key"@en ; + samm:description "Unit of measure in which the mass of the material is measured."@en ; + samm:characteristic :UnitOfMeasureKeyTrait ; + samm:exampleValue "unit:gramm"^^samm:curie . + +:materialNetMass a samm:Property ; + samm:preferredName "Material Net Mass"@en ; + samm:description "Net mass of material in defined unit."@en ; + samm:characteristic :MaterialNetMassCharacteristic ; + samm:exampleValue "3000.0"^^xsd:float . + +:grossMaterialInputMass a samm:Property ; + samm:preferredName "Gross Material Input Mass"@en ; + samm:description "Gross Material Input Mass in defined unit. (german: \"Bruttomaterialeinsatzgewicht\")."@en ; + samm:characteristic :GrossMaterialInputMassCharacteristic ; + samm:exampleValue "3500.0"^^xsd:float . + +:bioBasedClass a samm:Property ; + samm:preferredName "Bio Based Class"@en ; + samm:description "Information on bio-based material class."@en ; + samm:characteristic :BioBasedClassCharacteristic ; + samm:exampleValue "gen1" . + +:secondaryBioBased a samm:Property ; + samm:preferredName "Secondary Bio Based"@en ; + samm:description "Secondary materials are recycled materials that can be used in manufacturing processes instead of or alongside virgin raw materials."@en ; + samm:characteristic :SecondaryBioBasedCharacteristic . + +:primaryBioBased a samm:Property ; + samm:preferredName "Primary Bio Based"@en ; + samm:description "Primary materials are raw materials that are used for the first time during the planned process."@en ; + samm:characteristic :PrimaryBioBasedCharacteristic . + +:secondaryInorganic a samm:Property ; + samm:preferredName "Secondary Inorganic"@en ; + samm:description "Secondary materials are recycled materials that can be used in manufacturing processes instead of or alongside virgin raw materials."@en ; + samm:characteristic :SecondaryInorganicCharacteristic . + +:primaryInorganic a samm:Property ; + samm:preferredName "Primary Inorganic"@en ; + samm:description "Primary materials are raw materials that are used for the first time during the planned process."@en ; + samm:characteristic :PrimaryInorganicCharacteristic . + +:certificateName a samm:Property ; + samm:preferredName "Certificate Name"@en ; + samm:description "If available, the name of a certificate verifying the recycling content can be included."@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Redcert" . + +:certificateLink a samm:Property ; + samm:preferredName "Certificate Link"@en ; + samm:description "The certificate can be referenced for example as a PDF file."@en ; + samm:characteristic samm-c:ResourcePath . + +:ReferencedStandardCharacteristic a samm-c:Enumeration ; + samm:preferredName "Referenced Standard Characteristic"@en ; + samm:description "Norm authority which governs the norm."@en ; + samm:dataType xsd:string ; + samm-c:values ( "AISI" "AS" "ASME" "DIN" "DIN EN" "EN" "JASO" "JIS" "GB" "ISO" "IS" ) . + +:UnitOfMeasureKeyTrait a samm-c:Trait ; + samm-c:baseCharacteristic :UnitReferenceCharacteristic ; + samm-c:constraint :AllowMassUnit . + +:MaterialNetMassCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Material Net Mass Characteristic"@en ; + samm:description "Net mass of material in defined unit."@en ; + samm:dataType xsd:float . + +:GrossMaterialInputMassCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Gross Material Input Mass Characteristic"@en ; + samm:description "Gross Material Input Mass in defined unit. (german: \"Bruttomaterialeinsatzgewicht\")."@en ; + samm:dataType xsd:float . + +:BioBasedClassCharacteristic a samm-c:Enumeration ; + samm:preferredName "Bio Based Class Characteristic"@en ; + samm:description "Information on bio-based material class."@en ; + samm:dataType xsd:string ; + samm-c:values ( "gen1" "gen2" "gen3" ) . + +:SecondaryBioBasedCharacteristic a samm:Characteristic ; + samm:preferredName "Secondary Bio Based Characteristic"@en ; + samm:description "Secondary materials are recycled materials that can be used in manufacturing processes instead of or alongside virgin raw materials."@en ; + samm:dataType :SecondaryBioBasedEntity . + +:PrimaryBioBasedCharacteristic a samm:Characteristic ; + samm:preferredName "Primary Bio Based Characteristic"@en ; + samm:description "Primary materials are raw materials that are used for the first time during the planned process."@en ; + samm:dataType :PrimaryBioBasedEntity . + +:SecondaryInorganicCharacteristic a samm:Characteristic ; + samm:preferredName "Secondary Inorganic Characteristic"@en ; + samm:description "Secondary materials are recycled materials that can be used in manufacturing processes instead of or alongside virgin raw materials."@en ; + samm:dataType :SecondaryInorganicEntity . + +:PrimaryInorganicCharacteristic a samm:Characteristic ; + samm:preferredName "Primary Inorganic Characteristic"@en ; + samm:description "Primary materials are raw materials that are used for the first time during the planned process."@en ; + samm:dataType :PrimaryInorganicEntity . + +:UnitReferenceCharacteristic a samm:Characteristic ; + samm:preferredName "Unit Reference Characteristic"@en ; + samm:description "Describes a property containing a reference to one of the units in the Unit Catalog."@en ; + samm:see ; + samm:dataType samm:curie . + +:AllowMassUnit a samm-c:RegularExpressionConstraint ; + samm:preferredName "Allow Mass Unit"@en ; + samm:description "Only allow mass related units."@en ; + samm:see ; + samm:value "unit:(centigram|decagram|decigram|decitonne|grain|gram|hectogram|hundredPoundCwtOrHundredWeightUs|hundredWeightUk|kilogram|kilotonne|megagram|microgram|milligram|ounceAvoirdupois|pfund|pound|slug|stoneUk|tonAssay|tonUkOrLongTonUs|tonUsOrShortTonUkorus|tonneMetricTon|troyOunceOrApothecaryOunce)" . + +:SecondaryBioBasedEntity a samm:Entity ; + samm:preferredName "Secondary Bio Based Entity"@en ; + samm:description "Secondary materials are recycled materials that can be used in manufacturing processes instead of or alongside virgin raw materials."@en ; + samm:properties ( :isMassBalanced :percentageOfMaterialWeight ) . + +:PrimaryBioBasedEntity a samm:Entity ; + samm:preferredName "Primary Bio Based Entity"@en ; + samm:description "Primary materials are raw materials that are used for the first time during the planned process."@en ; + samm:properties ( :percentageOfMaterialWeight ) . + +:SecondaryInorganicEntity a samm:Entity ; + samm:preferredName "Secondary Inorganic Entity"@en ; + samm:description "Secondary materials are recycled materials that can be used in manufacturing processes instead of or alongside virgin raw materials."@en ; + samm:properties ( :preConsumer :postConsumer :postConsumerAutomotive ) . + +:PrimaryInorganicEntity a samm:Entity ; + samm:preferredName "Primary Inorganic Entity"@en ; + samm:description "Primary materials are raw materials that are used for the first time during the planned process."@en ; + samm:properties ( :percentageOfMaterialWeight ) . + +:isMassBalanced a samm:Property ; + samm:preferredName "Is Mass Balanced"@en ; + samm:description "Information whether mass-balancing was applied: Mass balance is one of several well-known chain of custody approaches that can be used to track the flow of materials through the value chain. The total quantity of the content in question is tracked through the production system and the allocation of this content is made to the end products based on verifiable accounting."@en ; + samm:characteristic samm-c:Boolean ; + samm:exampleValue true . + +:percentageOfMaterialWeight a samm:Property ; + samm:preferredName "Percentage of Material Weight"@en ; + samm:description "Share of the full material weight in percentage."@en ; + samm:characteristic :PercentageOfMaterialWeightTrait ; + samm:exampleValue "12.0"^^xsd:float . + +:preConsumer a samm:Property ; + samm:preferredName "Pre Consumer"@en ; + samm:description "Amount of material that is Pre-consumer material. Material diverted from the waste stream during a manufacturing process. Excluded is reutilization of materials such as rework, regrind or scrap generated in a process and capable of being reclaimed within the same process that generated it. Pre-consumer material can be used in form of recovered or recycled material as a substitute for primary material."@en ; + samm:characteristic :PreConsumerCharacteristic . + +:postConsumer a samm:Property ; + samm:preferredName "Post Consumer"@en ; + samm:description "Amount of material that is Post-consumer material. Material generated by households or by commercial, industrial and institutional facilities in their role as end-users of the product which can no longer be used for ist intended purpose. This includes returns of material from the distribution chain. Post-consumer material can be used in form of recovered or recycled material as a substitute for primary material."@en ; + samm:characteristic :PostConsumerCharacteristic . + +:postConsumerAutomotive a samm:Property ; + samm:preferredName "Post Consumer Automotive"@en ; + samm:description "Material generated by households or by commercial, industrial and institutional facilities in their role as end-users of END OF LIFE VEHICLES which can no longer be used for its intended purpose. This includes returns of material from the distribution chain.\n\nThis attribute ONLY contains post consume material which originates from the automotive industry. All other material must be included in \"post consumer\"."@en ; + samm:characteristic :PostConsumerAutomotiveCharacteristic . + +:PercentageOfMaterialWeightTrait a samm-c:Trait ; + samm:preferredName "Percentage of Material Weight Trait"@en ; + samm:description "Trait for percentage"@en; + samm-c:baseCharacteristic :PercentageOfMaterialWeightCharacteristic ; + samm-c:constraint :PercentageConstraint . + +:PreConsumerCharacteristic a samm:Characteristic ; + samm:preferredName "Pre Consumer Characteristic"@en ; + samm:description "Amount of material that is Pre-consumer material. Material diverted from the waste stream during a manufacturing process. Excluded is reutilization of materials such as rework, regrind or scrap generated in a process and capable of being reclaimed within the same process that generated it. Pre-consumer material can be used in form of recovered or recycled material as a substitute for primary material."@en ; + samm:dataType :PreConsumerEntity . + +:PostConsumerCharacteristic a samm:Characteristic ; + samm:preferredName "Post Consumer Characteristic"@en ; + samm:description "Amount of material that is Post-consumer material. Material generated by households or by commercial, industrial and institutional facilities in their role as end-users of the product which can no longer be used for ist intended purpose. This includes returns of material from the distribution chain. Post-consumer material can be used in form of recovered or recycled material as a substitute for primary material."@en ; + samm:dataType :PostConsumerEntity . + +:PostConsumerAutomotiveCharacteristic a samm:Characteristic ; + samm:preferredName "Post Consumer Automotive Characteristic"@en ; + samm:description "Material generated by households or by commercial, industrial and institutional facilities in their role as end-users of END OF LIFE VEHICLES which can no longer be used for its intended purpose. This includes returns of material from the distribution chain.\n\nThis attribute ONLY contains post consume material which originates from the automotive industry. All other material must be included in \"post consumer\"."@en ; + samm:dataType :PostConsumerAutomotiveEntity . + +:PercentageOfMaterialWeightCharacteristic a samm-c:Quantifiable ; + samm:preferredName "Percentage of Material Weight Characteristic"@en ; + samm:description "Share of the full net material weight in percentage."@en ; + samm:dataType xsd:float ; + samm-c:unit unit:percent . + +:PercentageConstraint a samm-c:RangeConstraint ; + samm:preferredName "Percentage Constraint"@en ; + samm:description "Ensure that no percentage values is below zero or above 100."@en ; + samm-c:minValue "0.0"^^xsd:float ; + samm-c:maxValue "100.0"^^xsd:float ; + samm-c:lowerBoundDefinition samm-c:AT_LEAST ; + samm-c:upperBoundDefinition samm-c:AT_MOST . + +:PreConsumerEntity a samm:Entity ; + samm:preferredName "Pre Consumer Entity"@en ; + samm:description "Amount of material that is Pre-consumer material. Material diverted from the waste stream during a manufacturing process. Excluded is reutilization of materials such as rework, regrind or scrap generated in a process and capable of being reclaimed within the same process that generated it. Pre-consumer material can be used in form of recovered or recycled material as a substitute for primary material."@en ; + samm:properties ( :mechanicalRecycling ) . + +:PostConsumerEntity a samm:Entity ; + samm:preferredName "Post Consumer Entity"@en ; + samm:description "Amount of material that is Post-consumer material. Material generated by households or by commercial, industrial and institutional facilities in their role as end-users of the product which can no longer be used for ist intended purpose. This includes returns of material from the distribution chain. Post-consumer material can be used in form of recovered or recycled material as a substitute for primary material."@en ; + samm:properties ( :mechanicalRecycling :chemicalRecycling ) . + +:PostConsumerAutomotiveEntity a samm:Entity ; + samm:preferredName "Post Consumer Automotive Entity"@en ; + samm:description "Material generated by households or by commercial, industrial and institutional facilities in their role as end-users of END OF LIFE VEHICLES which can no longer be used for its intended purpose. This includes returns of material from the distribution chain.\n\nThis attribute ONLY contains post consume material which originates from the automotive industry. All other material must be included in \"post consumer\"."@en ; + samm:properties ( :chemicalRecycling :mechanicalRecycling ) . + +:mechanicalRecycling a samm:Property ; + samm:preferredName "Mechanical Recycling"@en ; + samm:description "Materials that have undergone mechanical recycling."@en ; + samm:characteristic :MechanicalRecyclingCharacteristic . + +:chemicalRecycling a samm:Property ; + samm:preferredName "Chemical Recycling"@en ; + samm:description "Materials that have undergone chemical recycling."@en ; + samm:characteristic :ChemicalRecyclingCharacteristic . + +:MechanicalRecyclingCharacteristic a samm:Characteristic ; + samm:preferredName "Mechanical Recycling Characteristic"@en ; + samm:description "Materials that have undergone mechanical recycling."@en ; + samm:dataType :MechanicalRecyclingEntity . + +:ChemicalRecyclingCharacteristic a samm:Characteristic ; + samm:preferredName "Chemical Recycling Characteristic"@en ; + samm:description "Materials that have undergone chemical recycling."@en ; + samm:dataType :ChemicalRecyclingEntity . + +:MechanicalRecyclingEntity a samm:Entity ; + samm:preferredName "Mechanical Recycling Entity"@en ; + samm:description "Materials that have undergone mechanical recycling."@en ; + samm:properties ( :percentageOfMaterialWeight :isMassBalanced ) . + +:ChemicalRecyclingEntity a samm:Entity ; + samm:preferredName "Chemical Recycling Entity"@en ; + samm:description "Materials that have undergone chemical recycling."@en ; + samm:properties ( :isMassBalanced :percentageOfMaterialWeight ) . + diff --git a/io.catenax.shared.secondary_material_content/1.0.0/metadata.json b/io.catenax.shared.secondary_material_content/1.0.0/metadata.json new file mode 100644 index 00000000..c22749ae --- /dev/null +++ b/io.catenax.shared.secondary_material_content/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.shared.secondary_material_content/RELEASE_NOTES.md b/io.catenax.shared.secondary_material_content/RELEASE_NOTES.md new file mode 100644 index 00000000..9f9ad660 --- /dev/null +++ b/io.catenax.shared.secondary_material_content/RELEASE_NOTES.md @@ -0,0 +1,19 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2023-12-18 +### Added +- relocation to shared namespace +- Separate post consumer and post consumer automotive +- Mass-balancing option for mechanical recycling +- Add gross material input weight (Bruttomaterialeinsatzgewicht) + + +### Changed +n/a + +### Removed + +Formerly known as `io.catenax.secondary_material_content:1.0.0`.