From b197758ad3caf13325304f203e865ca0e841d8ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Fri, 31 Mar 2023 11:35:37 +0200 Subject: [PATCH 01/12] inital model with fixed PR noted from #PR116 --- .../1.0.0/TransmissionPass.ttl | 520 ++++++++++++++++++ .../1.0.0/metadata.json | 1 + .../RELEASE_NOTES.md | 16 + 3 files changed, 537 insertions(+) create mode 100644 io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl create mode 100644 io.catenax.transmission.transmission_pass/1.0.0/metadata.json create mode 100644 io.catenax.transmission.transmission_pass/RELEASE_NOTES.md diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl new file mode 100644 index 00000000..b97d3ca2 --- /dev/null +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -0,0 +1,520 @@ +####################################################################### +# Copyright (c) 2023 BASF SE +# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft +# Copyright (c) 2023 Robert Bosch GmbH +# Copyright (c) 2023 Henkel AG & Co. KGaA +# Copyright (c) 2023 SAP SE +# Copyright (c) 2023 T-Systems International GmbH +# Copyright (c) 2023 ZF Friedrichshafen AG +# 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 bamm: . +@prefix bamm-c: . +@prefix bamm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix pcf-c: . +@prefix contact-c: . +@prefix physical-c: . + +:TransmissionPass a bamm:Aspect; + bamm:preferredName "Transmission Pass"@en; + bamm:description "The transmission passport corresponds to the digital product passport information required by the proposed Ecodesign Regulation (ESPR-2022) and describes the data that is collected and available during the lifespan of a transmission."@en; + bamm:properties (:sustainability :generalInformation :stateOfHealth :sparePartSupplier :productSpecificParameters :instructions :identification); + bamm:operations (); + bamm:events (). +:serialNumber a bamm:Property; + bamm:preferredName "Serial number"@en; + bamm:description "Transmission ID of the transmission i.e. serial number allowing for unequivocal identification of the transmission."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "X123456789012X12345678901234567". +:manufacturerId a bamm:Property; + bamm:preferredName "Manufacturer ID"@en; + bamm:description "The ID of the transmission manufacturer in form of the unique BPN(L) number."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "BPNL1234567890ZZ". +:sustainability a bamm:Property; + bamm:preferredName "Sustainability"@en; + bamm:description "Sustainability details about the transmission."@en; + bamm:characteristic :Sustainability. +:generalInformation a bamm:Property; + bamm:preferredName "General information"@en; + bamm:description "Property describing gerneral information about the transmission."@en; + bamm:characteristic :GeneralInformation. +:stateOfHealth a bamm:Property; + bamm:preferredName "State of health"@en; + bamm:description "State of health property describing several properties."@en; + bamm:characteristic :StateOfHealth. +:sparePartSupplier a bamm:Property; + bamm:preferredName "Spare part supplier"@en; + bamm:description "Details of the spare parts and suppliers of replacement parts / spare parts."@en; + bamm:characteristic :SparePartSupplier. +:productSpecificParameters a bamm:Property; + bamm:preferredName "Product specific parameters"@en; + bamm:description "Product specific parameters of the transmission."@en; + bamm:characteristic :ProductSpecificParameters. +:warrantyPeriod a bamm:Property; + bamm:preferredName "Warranty period"@en; + bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months."@en; + bamm:characteristic :WarrantyPeriod; + bamm:exampleValue "60.0"^^xsd:decimal; + bamm:see . +:instructions a bamm:Property; + bamm:preferredName "Instructions"@en; + bamm:description "Instructions concerning the transmission."@en; + bamm:characteristic :Instructions. +:additionalInformation a bamm:Property; + bamm:preferredName "Additional information"@en; + bamm:description "Open field for additional information such as a link."@en; + bamm:characteristic bamm-c:Text. +:dataMatrixCode a bamm:Property; + bamm:preferredName "Data matrix code"@en; + bamm:description "Data Matrix Code (DMC) link to the public of the transmission as specified in section 31 / page 26."@en; + bamm:characteristic bamm-c:Text; + bamm:see . +:Sustainability a bamm:Characteristic; + bamm:preferredName "Sustainability Characteristic"@en; + bamm:description "Sustainability Characterisitic to describe sustainability factors."@en; + bamm:dataType :SustainabilityDetails. +:GeneralInformation a bamm:Characteristic; + bamm:preferredName "General Information"@en; + bamm:description "General information characteristic."@en; + bamm:dataType :GeneralInformationEntity. +:StateOfHealth a bamm:Characteristic; + bamm:preferredName "StateOfHealth"@en; + bamm:description "State of health characteristic describing several properties."@en; + bamm:dataType :StateOfHealthEntity. +:SparePartSupplier a bamm-c:List; + bamm:preferredName "Spare Part Supplier"@en; + bamm:description "Characteristic for details of the spare parts and suppliers of replacement parts / spare parts."@en; + bamm:dataType :SparePartEntity. +:ProductSpecificParameters a bamm:Characteristic; + bamm:preferredName "ProductSpecificParameters"@en; + bamm:description "The Characteristic to describe product specific parameters of the transmission."@en; + bamm:dataType :ProductSpecificParametersEntity. +:WarrantyPeriod a bamm-c:Measurement; + bamm:preferredName "Warranty Period"@en; + bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months as decimal."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:month. +:Instructions a bamm:Characteristic; + bamm:preferredName "Instructions Characteristic"@en; + bamm:description "Instructions characteristic concerning the transmission."@en; + bamm:dataType :InstructionEntity. +:SustainabilityDetails a bamm:Entity; + bamm:preferredName "Sustainability Details"@en; + bamm:description "Sustainability details for the transmission."@en; + bamm:properties ([ + bamm:property :responsibleSourcingDocument; + bamm:optional "true"^^xsd:boolean +] :carbonFootprint :recyclateContent :criticalRawMaterials :substancesOfConcern). +:carbonFootprint a bamm:Property; + bamm:preferredName "Carbon footprint"@en; + bamm:description "Describes the carbon footorint of the substance or mixture. Based on the Ecodesign."@en; + bamm:characteristic :CarbonFootprint. +:CarbonFootprint a bamm:Characteristic; + bamm:preferredName "Carbon Footprint"@en; + bamm:description "Set of information needed for the carbon footrpinrt ecodesign regulations."@en; + bamm:dataType :CarbonFootprintEntity. +:CarbonFootprintEntity a bamm:Entity; + bamm:properties (:co2FootprintTotal :co2Calculation :co2Standard); + bamm:preferredName "carbon footprint entity"@en; + bamm:description "Entity encapsulating the carbon footrprint."@en. +:GeneralInformationEntity a bamm:Entity; + bamm:preferredName "General Information Entity"@en; + bamm:description "General Information Entity to describe several logical connected properties."@en; + bamm:properties (:productDescription :productType :physicalDimensions :additionalInformation :warrantyPeriod). +:StateOfHealthEntity a bamm:Entity; + bamm:preferredName "State of health entity"@en; + bamm:description "State of health entity describing several logically connected properties."@en; + bamm:properties (:remanufacturing :serviceHistory :expectedLifespan). +:SparePartEntity a bamm:Entity; + bamm:preferredName "Spare Part Entity"@en; + bamm:description "Entity for details of the spare parts and suppliers of replacement parts / spare parts."@en; + bamm:properties (:supplierContact :supplierId :sparePartName). +:ProductSpecificParametersEntity a bamm:Entity; + bamm:preferredName "Product Specific Parameters Entity"@en; + bamm:description "The entity describing various product specific parameters of the transmission."@en; + bamm:properties (:driveType :torque :power [ + bamm:property :torqueConverter; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :speedResistance; + bamm:optional "true"^^xsd:boolean +] :standardGearRatio :spreading :oilCapacity :oilType [ + bamm:property :electricPerformance; + bamm:optional "true"^^xsd:boolean +]). +:InstructionEntity a bamm:Entity; + bamm:preferredName "Instruction Entity"@en; + bamm:description "Instruction douments concerning the transmission."@en; + bamm:properties (:dismantlingProcedure :vehicleDismantlingProcedure [ + bamm:property :packagingInstructions; + bamm:optional "true"^^xsd:boolean +] [ + bamm:property :transportationInstructions; + bamm:optional "true"^^xsd:boolean +] :safetyMeasures). +:responsibleSourcingDocument a bamm:Property; + bamm:preferredName "Responsible sourcing document"@en; + bamm:description "Document/Certificates on organizations compliance to ethical business practices."@en; + bamm:characteristic :DocumentsCharacteristic. +:co2FootprintTotal a bamm:Property; + bamm:preferredName "CO2 Footprint total"@en; + bamm:description "The total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; + bamm:characteristic :Co2Total. +:recyclateContent a bamm:Property; + bamm:preferredName "Recyclate content"@en; + bamm:description "List of recovered recyclate content. The following materials have to be reported on as a minimum: cobalt, lithium, nickel. Percentage of how much of the material was recycled. This can be an aggregation regarding the materials below. For example the amount of aluminium recovered from waste present in in each transmission model."@en; + bamm:characteristic :RecyclateContent. +:criticalRawMaterials a bamm:Property; + bamm:preferredName "Critical raw materials"@en; + bamm:description "List of critical raw materials (CRM) as specified by EU (i.e. in a transmission). For example Magnesium; Cobalt; Palladium."@en; + bamm:characteristic :StringList. +:substancesOfConcern a bamm:Property; + bamm:preferredName "Substances of concern"@en; + bamm:description "List of substances of concern. The name of the substances of concern present in the product. For example Lead; Cadmium; Dibortrioxide."@en; + bamm:characteristic :StringList. +:productDescription a bamm:Property; + bamm:preferredName "Product description"@en; + bamm:description "The detailed description about the product type."@en; + bamm:characteristic :ProductDescription; + bamm:see . +:productType a bamm:Property; + bamm:preferredName "Product type"@en; + bamm:description "Type of transmission for passenger cars."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "8HP60MH"; + bamm:see . +:physicalDimensions a bamm:Property; + bamm:preferredName "Physical dimensions"@en; + bamm:description "Describing the physical dimensions without packaging."@en; + bamm:characteristic physical-c:PhysicalDimensionsCharacteristic. +:remanufacturing a bamm:Property; + bamm:preferredName "Remanufacturing"@en; + bamm:description "Status of the transmission (first life or second life)."@en; + bamm:characteristic :Remanufacturing. +:serviceHistory a bamm:Property; + bamm:preferredName "Service history"@en; + bamm:description "The dates of putting the transmission into service (service history)."@en; + bamm:characteristic :ServiceHistory. +:expectedLifespan a bamm:Property; + bamm:preferredName "Expected lifespan"@en; + bamm:description "Expected transmission lifespan."@en; + bamm:characteristic :ExpectedLifespan; + bamm:exampleValue "500000.0"^^xsd:decimal; + bamm:see . +:driveType a bamm:Property; + bamm:preferredName "Drive type"@en; + bamm:description "The type of transmission drive (combustion engine, hybrid drive or purely electric drive)."@en; + bamm:characteristic :DriveTypeEnumeration; + bamm:exampleValue "hybrid drive". +:torque a bamm:Property; + bamm:preferredName "Torque performance"@en; + bamm:description "The maximum input torque in newton meters (the operating characteristics of the transmission)."@en; + bamm:characteristic :TorqueNewtonMetre; + bamm:exampleValue "500.0"^^xsd:decimal; + bamm:see . +:power a bamm:Property; + bamm:preferredName "Power"@en; + bamm:description "The maximum power in kilowatt (the operating characteristics of the transmission)."@en; + bamm:characteristic :PerformancePower; + bamm:exampleValue "300.0"^^xsd:decimal. +:torqueConverter a bamm:Property; + bamm:preferredName "Torque converter"@en; + bamm:description "A list of the used transmission damper technology (depending on the transmission type). For example NW 200 TTD and NW 200 ZDW"@en; + bamm:characteristic :StringList. +:speedResistance a bamm:Property; + bamm:preferredName "Speed resistance"@en; + bamm:description "The permissible maximum input speed in the respective gear (depending on the transmission type). For example 1 : max 7800min-1; 2 : max 7800min-1; 3 : max 7800min-1; 4 : max 7800min-1; 5 : max 7800min-1; 6 : max 7800min-1; 7 : max 6800min-1; 8 : max 5800min-1; R : max 2000min-1."@en; + bamm:characteristic :SpeedResistance. +:standardGearRatio a bamm:Property; + bamm:preferredName "Standard gear ratio"@en; + bamm:description "The ratio in the respective gear (ratio between transmission input speed and transmission output speed). For example 1 : 4.1567; 2 : 3.898; 3 : 2.887; 4 : 2.7783; 5 : 1.811; 6 : 1.6545; 7 : 0.4377; 8 : 0.6121; R : -2.2183."@en; + bamm:characteristic :StandardGearRatio; + bamm:see . +:spreading a bamm:Property; + bamm:preferredName "Spreading"@en; + bamm:description "The transmission spreading coefficient. The ratio between the smallest (shortest gear) and the largest (longest gear) ratio."@en; + bamm:characteristic :TransmissionSpreading; + bamm:exampleValue "6.79"^^xsd:decimal. +:oilCapacity a bamm:Property; + bamm:preferredName "Oil capacity"@en; + bamm:description "The recomended oil volume in the transmission."@en; + bamm:characteristic :Capacity; + bamm:exampleValue "8.9"^^xsd:decimal; + bamm:see . +:oilType a bamm:Property; + bamm:preferredName "Oil type"@en; + bamm:description "The suitable type of the oil for the transmission."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "ZF Lifeguard Hybrid 2". +:electricPerformance a bamm:Property; + bamm:preferredName "Electric performance"@en; + bamm:description "The electric machine performance (the operating characteristics of the electric motor). Values are the kilowatt, volt and newtonmetre. An example could be 22 kW; 49 V and 150 Nm."@en; + bamm:characteristic :StringList. +:dismantlingProcedure a bamm:Property; + bamm:preferredName "Dismantling procedure"@en; + bamm:description "Document containing the transmission dismantling procedure."@en; + bamm:characteristic :DocumentsCharacteristic. +:vehicleDismantlingProcedure a bamm:Property; + bamm:preferredName "Vehicle dismantling procedure"@en; + bamm:description "Document containing the dismantling procedure from the vehicle."@en; + bamm:characteristic :DocumentsCharacteristic. +:packagingInstructions a bamm:Property; + bamm:preferredName "Packaging instructions"@en; + bamm:description "Instructions for safely packaging of the transmission."@en; + bamm:characteristic :DocumentsCharacteristic. +:transportationInstructions a bamm:Property; + bamm:preferredName "TransportationInstructions"@en; + bamm:description "Instructions for safely transporting of the transmission."@en; + bamm:characteristic :DocumentsCharacteristic. +:safetyMeasures a bamm:Property; + bamm:preferredName "Safety measures"@en; + bamm:description "Includes all safety relevant documents for e.g. Dismantling."@en; + bamm:characteristic :DocumentsCharacteristic; + bamm:see . +:DocumentsCharacteristic a bamm-c:List; + bamm:preferredName "Documents Characteristic"@en; + bamm:description "Documents Characteristic with title and link."@en; + bamm:dataType :Documents. +:Co2Total a bamm-c:Quantifiable; + bamm:preferredName "CO2 Total"@en; + bamm:description "Characteristic for the total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:kilogram. +:RecyclateContent a bamm:Characteristic; + bamm:preferredName "Recyclate Content"@en; + bamm:description "Recyclate content in the transmission."@en; + bamm:dataType :RecyclateContentEntity. +:StringList a bamm-c:List; + bamm:preferredName "String List"@en; + bamm:description "A list with the data types string."@en; + bamm:dataType xsd:string. +:ProductDescription a bamm-c:Enumeration; + bamm:preferredName "Product Description"@en; + bamm:description "The detailed description about the product type as enumeration."@en; + bamm:dataType xsd:string; + bamm-c:values ("manual transmission" "automated manual transmission" "automatic transmission" "continuously variable automatic transmissions (CVT transmission)"). +:Remanufacturing a bamm:Characteristic; + bamm:preferredName "Remanufacturing"@en; + bamm:description "Status of the transmission (first life or second life) and remanufacturing history."@en; + bamm:dataType :RemanufacturingStatus. +:ServiceHistory a bamm-c:List; + bamm:preferredName "Service History"@en; + bamm:description "The dates of putting the transmission into service (service history) as list."@en; + bamm:dataType xsd:dateTimeStamp. +:ExpectedLifespan a bamm-c:Measurement; + bamm:preferredName "Expected Lifespan"@en; + bamm:description "Expected transmission lifespan in km."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:kilometre. +:DriveTypeEnumeration a bamm-c:Enumeration; + bamm:preferredName "Drive Type Enumeration"@en; + bamm:description "Enumeration of the drive types with the values combustion engine, hybrid drive and electric drive."@en; + bamm:dataType xsd:string; + bamm-c:values ("combustion engine" "hybrid drive" "electric drive"). +:TorqueNewtonMetre a bamm-c:Measurement; + bamm:preferredName "Torque Newton Metre"@en; + bamm:description "Characterisitc to describe the maximum input torque in newton meters."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:newtonMetre. +:PerformancePower a bamm-c:Measurement; + bamm:preferredName "Performance Power"@en; + bamm:description "The performance power in kilowatt as decimal."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:kilowatt. +:SpeedResistance a bamm:Characteristic; + bamm:preferredName "Speed Resistance"@en; + bamm:description "The speed resistance characteristic."@en; + bamm:dataType :SpeedResistanceEntity. +:StandardGearRatio a bamm:Characteristic; + bamm:preferredName "Standard Gear Ratio"@en; + bamm:description "The ratio in the respective gear."@en; + bamm:dataType :GearRatio. +:TransmissionSpreading a bamm-c:Quantifiable; + bamm:preferredName "Transmission Spreading"@en; + bamm:description "The transmission spreading coefficient. The ratio between the smallest (shortest gear) and the largest (longest gear) ratio as decimal with no unit."@en; + bamm:dataType xsd:decimal. +:Capacity a bamm-c:Quantifiable; + bamm:preferredName "Capacity"@en; + bamm:description "The oil capacity in dm³."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:cubicDecimetre. +:Documents a bamm:Entity; + bamm:preferredName "Documents"@en; + bamm:description "Entity describing a document."@en; + bamm:properties ([ + bamm:property :documentTitle; + bamm:optional "true"^^xsd:boolean +] :documentLink). +:RecyclateContentEntity a bamm:Entity; + bamm:preferredName "Recyclate Content Entity"@en; + bamm:description "Recyclate content in the transmission with mandatory input values for cobalt, nickel and lithium."@en; + bamm:properties ([ + bamm:property :otherSubstances; + bamm:optional "true"^^xsd:boolean +] :cobalt :nickel :lithium). +:RemanufacturingStatus a bamm:Entity; + bamm:preferredName "Remanufacturing Status"@en; + bamm:description "Status and Date of the (re-)manufacturing"@en; + bamm:properties (:productStatusValue :remanufacturingDate). +:documentTitle a bamm:Property; + bamm:preferredName "Document title"@en; + bamm:description "The header or title of the document"@en; + bamm:characteristic :DocumentTitleTrait; + bamm:exampleValue "Title A". +:documentLink a bamm:Property; + bamm:preferredName "Document link"@en; + bamm:description "A link referencing to the document."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "https://www.xxx.pdf". +:substanceName a bamm:Property; + bamm:preferredName "Substance name"@en; + bamm:description "The name of the substance such as lead or aluminium."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "Lead". +:substancePercentage a bamm:Property; + bamm:preferredName "Substance percentage"@en; + bamm:description "Substance percentage of the recycled content."@en; + bamm:characteristic :SubstancePercentage; + bamm:exampleValue "8.0"^^xsd:decimal. +:productStatusValue a bamm:Property; + bamm:preferredName "Product status value"@en; + bamm:description "Status of the transmission as first life or second life."@en; + bamm:characteristic :ProductStatusEnumeration; + bamm:exampleValue "second life". +:remanufacturingDate a bamm:Property; + bamm:preferredName "Remanufacturing date"@en; + bamm:description "Date of the (re-)manufacturing"@en; + bamm:characteristic bamm-c:Timestamp. +:supplierContact a bamm:Property; + bamm:preferredName "Supplier contact"@en; + bamm:description "Contact information of the supplier"@en; + bamm:characteristic contact-c:ContactCharacteristic. +:DocumentTitleTrait a bamm-c:Trait; + bamm-c:baseCharacteristic bamm-c:Text; + bamm-c:constraint :MaxTitleCharacters. +:ProductStatusEnumeration a bamm-c:Enumeration; + bamm:preferredName "Product Status Enumeration"@en; + bamm:description "Enumeration to describe the status of the transmission as first life or second life."@en; + bamm:dataType xsd:string; + bamm-c:values ("first life" "second life"). +:MaxTitleCharacters a bamm-c:LengthConstraint; + bamm:preferredName "Max title characters"@en; + bamm:description "Maximum title characters set to 60."@en; + bamm-c:maxValue "60"^^xsd:nonNegativeInteger. +:supplierId a bamm:Property; + bamm:preferredName "Supplier ID"@en; + bamm:description "BPNL of the supplier."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "BPNL1234567890ZZ". +:sparePartName a bamm:Property; + bamm:preferredName "Spare part name"@en; + bamm:description "Name or Identification of the spare part."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "torque converter". +:SubstancePercentage a bamm-c:Quantifiable; + bamm:preferredName "Substance Percentage"@en; + bamm:description "Substance percentage of the recycled content."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:percent. +:gear a bamm:Property; + bamm:preferredName "gear"@en; + bamm:description "Respective gear for the speed resistance."@en; + bamm:characteristic :GearTrait; + bamm:exampleValue "1". +:GearTrait a bamm-c:Trait; + bamm:preferredName "Gear Trait"@en; + bamm:description "Constraint to match a gear from 1 to 99 or R (reverse)."@en; + bamm-c:baseCharacteristic bamm-c:Text; + bamm-c:constraint :GearConstraint. +:GearConstraint a bamm-c:RegularExpressionConstraint; + bamm:preferredName "Gear Constraint"@en; + bamm:description "Constraint to match a gear from 1 to 99 or R (reverse)."@en; + bamm:value "^\\d{1,2}|R$". +:speed a bamm:Property; + bamm:preferredName "speed"@en; + bamm:description "The permissible maximum input speed (rpm)."@en; + bamm:characteristic :RevolutionsPerMinute; + bamm:exampleValue "7800"^^xsd:integer. +:RevolutionsPerMinute a bamm-c:Measurement; + bamm:preferredName "Revolutions "@en; + bamm:description "The permissible maximum input speed in revolutions per minute in the respective gear."@en; + bamm:dataType xsd:integer; + bamm-c:unit unit:revolutionsPerMinute. +:SpeedResistanceEntity a bamm:Entity; + bamm:preferredName "Speed Resistance Entity"@en; + bamm:description "The speed resitance entity. Includes the gear and the speed as seperate properties."@en; + bamm:properties (:gear :speed). +:ratio a bamm:Property; + bamm:preferredName "ratio"@en; + bamm:description "The ratio in the respective gear (ratio between transmission input speed and transmission output speed)."@en; + bamm:characteristic :Ratio; + bamm:exampleValue "4.1567"^^xsd:double. +:Ratio a bamm-c:Quantifiable; + bamm:preferredName "Ratio"@en; + bamm:description "The ratio in the respective gear."@en; + bamm:dataType xsd:double. +:GearRatio a bamm:Entity; + bamm:preferredName "Gear Ratio"@en; + bamm:description "Entity for the ratio in the respective gear. Includes the gear and the ratio as seperate properties."@en; + bamm:properties (:gear :ratio). +:otherSubstance a bamm:Property; + bamm:preferredName "other substance"@en; + bamm:description "Details for the other optional substances."@en; + bamm:characteristic :OtherSubstance. +:OtherSubstance a bamm-c:List; + bamm:preferredName "Other Substance"@en; + bamm:description "Characteristic for the other optional substances."@en; + bamm:dataType :OtherSubastanceEntity. +:OtherSubastanceEntity a bamm:Entity; + bamm:preferredName "Other Subastance Entity"@en; + bamm:description "Percentage and substance name of the other substances."@en; + bamm:properties (:substancePercentage :substanceName). +:cobalt a bamm:Property; + bamm:preferredName "cobalt"@en; + bamm:description "Percentage of the recyclate content of cobalt."@en; + bamm:characteristic :SubstancePercentage. +:nickel a bamm:Property; + bamm:preferredName "nickel"@en; + bamm:description "Percentage of the recyclate content of nickel."@en; + bamm:characteristic :SubstancePercentage. +:lithium a bamm:Property; + bamm:preferredName "lithium"@en; + bamm:description "Percentage of the recyclate content of lithium."@en; + bamm:characteristic :SubstancePercentage. +:identification a bamm:Property; + bamm:preferredName "identification"@en; + bamm:description "Identification parameters of the transmission."@en; + bamm:characteristic :Identification. +:Identification a bamm:Characteristic; + bamm:preferredName "Identification"@en; + bamm:description "Characteristic for the identification parameters of the transmission."@en; + bamm:dataType :IdentificationEntity. +:IdentificationEntity a bamm:Entity; + bamm:preferredName "Identification Entity"@en; + bamm:description "Identification parameters of the transmission with data matrix code, manufacturerID and serial number."@en; + bamm:properties (:dataMatrixCode :manufacturerId :serialNumber). +:co2Calculation a bamm:Property; + bamm:preferredName "CO2 calculation"@en; + bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names."@en; + bamm:characteristic pcf-c:ProductOrSectorSpecificRuleSet. +:co2Standard a bamm:Property; + bamm:preferredName "CO2 standard"@en; + bamm:description "Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions."@en; + bamm:characteristic pcf-c:CrossSectoralStandardsUsedEnumerationCharacteristic. diff --git a/io.catenax.transmission.transmission_pass/1.0.0/metadata.json b/io.catenax.transmission.transmission_pass/1.0.0/metadata.json new file mode 100644 index 00000000..eb94ac1e --- /dev/null +++ b/io.catenax.transmission.transmission_pass/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} diff --git a/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md b/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md new file mode 100644 index 00000000..56686f1a --- /dev/null +++ b/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md @@ -0,0 +1,16 @@ +# Changelog +All notable changes to this model will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2023-04-17 +### Added +model created + +### Changed +n/a + +### Removed +n/a + + From 85d9835c6e33acde4a071e2bd125368ddbfcb914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Fri, 31 Mar 2023 11:38:53 +0200 Subject: [PATCH 02/12] description fixed --- .../1.0.0/TransmissionPass.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index b97d3ca2..7eef5d6e 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -183,7 +183,7 @@ bamm:characteristic :RecyclateContent. :criticalRawMaterials a bamm:Property; bamm:preferredName "Critical raw materials"@en; - bamm:description "List of critical raw materials (CRM) as specified by EU (i.e. in a transmission). For example Magnesium; Cobalt; Palladium."@en; + bamm:description "List of critical raw materials (CRM) as specified by EU in a transmission. For example Magnesium; Cobalt; Palladium."@en; bamm:characteristic :StringList. :substancesOfConcern a bamm:Property; bamm:preferredName "Substances of concern"@en; From 052f9b067e535db16af50bc57491c9df4c8ec533 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Fri, 31 Mar 2023 12:07:05 +0200 Subject: [PATCH 03/12] Expected Lifespan changed to integer --- .../1.0.0/TransmissionPass.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index 7eef5d6e..55fa4dfa 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -216,7 +216,7 @@ bamm:preferredName "Expected lifespan"@en; bamm:description "Expected transmission lifespan."@en; bamm:characteristic :ExpectedLifespan; - bamm:exampleValue "500000.0"^^xsd:decimal; + bamm:exampleValue "500000"^^xsd:integer; bamm:see . :driveType a bamm:Property; bamm:preferredName "Drive type"@en; @@ -321,7 +321,7 @@ :ExpectedLifespan a bamm-c:Measurement; bamm:preferredName "Expected Lifespan"@en; bamm:description "Expected transmission lifespan in km."@en; - bamm:dataType xsd:decimal; + bamm:dataType xsd:integer; bamm-c:unit unit:kilometre. :DriveTypeEnumeration a bamm-c:Enumeration; bamm:preferredName "Drive Type Enumeration"@en; From 6f0dda122e8ba64e3d58f65a40d514f458dca535 Mon Sep 17 00:00:00 2001 From: Johannes Kristan Date: Fri, 31 Mar 2023 13:08:09 +0200 Subject: [PATCH 04/12] Update TransmissionPass.ttl Fix typo in property name --- .../1.0.0/TransmissionPass.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index 55fa4dfa..429e0b78 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -366,7 +366,7 @@ bamm:preferredName "Recyclate Content Entity"@en; bamm:description "Recyclate content in the transmission with mandatory input values for cobalt, nickel and lithium."@en; bamm:properties ([ - bamm:property :otherSubstances; + bamm:property :otherSubstance; bamm:optional "true"^^xsd:boolean ] :cobalt :nickel :lithium). :RemanufacturingStatus a bamm:Entity; From 1e238e031f44ab2d0cacf5d267a0231ef13a7a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Fri, 31 Mar 2023 14:29:03 +0200 Subject: [PATCH 05/12] fixed uppercases in preferred names --- .../1.0.0/TransmissionPass.ttl | 160 +++++++++--------- 1 file changed, 80 insertions(+), 80 deletions(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index 55fa4dfa..2ac854b2 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -52,23 +52,23 @@ bamm:description "Sustainability details about the transmission."@en; bamm:characteristic :Sustainability. :generalInformation a bamm:Property; - bamm:preferredName "General information"@en; + bamm:preferredName "General Information"@en; bamm:description "Property describing gerneral information about the transmission."@en; bamm:characteristic :GeneralInformation. :stateOfHealth a bamm:Property; - bamm:preferredName "State of health"@en; + bamm:preferredName "State of Health"@en; bamm:description "State of health property describing several properties."@en; bamm:characteristic :StateOfHealth. :sparePartSupplier a bamm:Property; - bamm:preferredName "Spare part supplier"@en; + bamm:preferredName "Spare Part Supplier"@en; bamm:description "Details of the spare parts and suppliers of replacement parts / spare parts."@en; bamm:characteristic :SparePartSupplier. -:productSpecificParameters a bamm:Property; - bamm:preferredName "Product specific parameters"@en; +:ProductSpecificParameters a bamm:Property; + bamm:preferredName "Product Specific Parameters"@en; bamm:description "Product specific parameters of the transmission."@en; bamm:characteristic :ProductSpecificParameters. :warrantyPeriod a bamm:Property; - bamm:preferredName "Warranty period"@en; + bamm:preferredName "Warranty Period"@en; bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months."@en; bamm:characteristic :WarrantyPeriod; bamm:exampleValue "60.0"^^xsd:decimal; @@ -78,11 +78,11 @@ bamm:description "Instructions concerning the transmission."@en; bamm:characteristic :Instructions. :additionalInformation a bamm:Property; - bamm:preferredName "Additional information"@en; + bamm:preferredName "Additional Information"@en; bamm:description "Open field for additional information such as a link."@en; bamm:characteristic bamm-c:Text. :dataMatrixCode a bamm:Property; - bamm:preferredName "Data matrix code"@en; + bamm:preferredName "Data Matrix Code"@en; bamm:description "Data Matrix Code (DMC) link to the public of the transmission as specified in section 31 / page 26."@en; bamm:characteristic bamm-c:Text; bamm:see . @@ -91,23 +91,23 @@ bamm:description "Sustainability Characterisitic to describe sustainability factors."@en; bamm:dataType :SustainabilityDetails. :GeneralInformation a bamm:Characteristic; - bamm:preferredName "General Information"@en; - bamm:description "General information characteristic."@en; + bamm:preferredName "General Information Characteristic"@en; + bamm:description "Characteristic for general information."@en; bamm:dataType :GeneralInformationEntity. :StateOfHealth a bamm:Characteristic; - bamm:preferredName "StateOfHealth"@en; + bamm:preferredName "State of Health Characteristic"@en; bamm:description "State of health characteristic describing several properties."@en; bamm:dataType :StateOfHealthEntity. :SparePartSupplier a bamm-c:List; - bamm:preferredName "Spare Part Supplier"@en; + bamm:preferredName "Spare Part Supplier Characteristic"@en; bamm:description "Characteristic for details of the spare parts and suppliers of replacement parts / spare parts."@en; bamm:dataType :SparePartEntity. :ProductSpecificParameters a bamm:Characteristic; - bamm:preferredName "ProductSpecificParameters"@en; + bamm:preferredName "Product Specific Parameters Characteristic"@en; bamm:description "The Characteristic to describe product specific parameters of the transmission."@en; bamm:dataType :ProductSpecificParametersEntity. :WarrantyPeriod a bamm-c:Measurement; - bamm:preferredName "Warranty Period"@en; + bamm:preferredName "Warranty Period Measurement"@en; bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months as decimal."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:month. @@ -116,23 +116,23 @@ bamm:description "Instructions characteristic concerning the transmission."@en; bamm:dataType :InstructionEntity. :SustainabilityDetails a bamm:Entity; - bamm:preferredName "Sustainability Details"@en; + bamm:preferredName "Sustainability Details Entity"@en; bamm:description "Sustainability details for the transmission."@en; bamm:properties ([ bamm:property :responsibleSourcingDocument; bamm:optional "true"^^xsd:boolean ] :carbonFootprint :recyclateContent :criticalRawMaterials :substancesOfConcern). :carbonFootprint a bamm:Property; - bamm:preferredName "Carbon footprint"@en; + bamm:preferredName "Carbon Footprint"@en; bamm:description "Describes the carbon footorint of the substance or mixture. Based on the Ecodesign."@en; bamm:characteristic :CarbonFootprint. :CarbonFootprint a bamm:Characteristic; - bamm:preferredName "Carbon Footprint"@en; + bamm:preferredName "Carbon Footprint Characteristic"@en; bamm:description "Set of information needed for the carbon footrpinrt ecodesign regulations."@en; bamm:dataType :CarbonFootprintEntity. :CarbonFootprintEntity a bamm:Entity; bamm:properties (:co2FootprintTotal :co2Calculation :co2Standard); - bamm:preferredName "carbon footprint entity"@en; + bamm:preferredName "Carbon Footprint Entity"@en; bamm:description "Entity encapsulating the carbon footrprint."@en. :GeneralInformationEntity a bamm:Entity; bamm:preferredName "General Information Entity"@en; @@ -170,38 +170,38 @@ bamm:optional "true"^^xsd:boolean ] :safetyMeasures). :responsibleSourcingDocument a bamm:Property; - bamm:preferredName "Responsible sourcing document"@en; + bamm:preferredName "Responsible Sourcing Document"@en; bamm:description "Document/Certificates on organizations compliance to ethical business practices."@en; bamm:characteristic :DocumentsCharacteristic. :co2FootprintTotal a bamm:Property; - bamm:preferredName "CO2 Footprint total"@en; + bamm:preferredName "CO2 Footprint Total"@en; bamm:description "The total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; bamm:characteristic :Co2Total. :recyclateContent a bamm:Property; - bamm:preferredName "Recyclate content"@en; + bamm:preferredName "Recyclate Content"@en; bamm:description "List of recovered recyclate content. The following materials have to be reported on as a minimum: cobalt, lithium, nickel. Percentage of how much of the material was recycled. This can be an aggregation regarding the materials below. For example the amount of aluminium recovered from waste present in in each transmission model."@en; bamm:characteristic :RecyclateContent. :criticalRawMaterials a bamm:Property; - bamm:preferredName "Critical raw materials"@en; + bamm:preferredName "Critical Raw Raterials"@en; bamm:description "List of critical raw materials (CRM) as specified by EU in a transmission. For example Magnesium; Cobalt; Palladium."@en; bamm:characteristic :StringList. :substancesOfConcern a bamm:Property; - bamm:preferredName "Substances of concern"@en; + bamm:preferredName "Substances of Concern"@en; bamm:description "List of substances of concern. The name of the substances of concern present in the product. For example Lead; Cadmium; Dibortrioxide."@en; bamm:characteristic :StringList. :productDescription a bamm:Property; - bamm:preferredName "Product description"@en; + bamm:preferredName "Product Description"@en; bamm:description "The detailed description about the product type."@en; bamm:characteristic :ProductDescription; bamm:see . :productType a bamm:Property; - bamm:preferredName "Product type"@en; + bamm:preferredName "Product Type"@en; bamm:description "Type of transmission for passenger cars."@en; bamm:characteristic bamm-c:Text; bamm:exampleValue "8HP60MH"; bamm:see . :physicalDimensions a bamm:Property; - bamm:preferredName "Physical dimensions"@en; + bamm:preferredName "Physical Dimensions"@en; bamm:description "Describing the physical dimensions without packaging."@en; bamm:characteristic physical-c:PhysicalDimensionsCharacteristic. :remanufacturing a bamm:Property; @@ -209,22 +209,22 @@ bamm:description "Status of the transmission (first life or second life)."@en; bamm:characteristic :Remanufacturing. :serviceHistory a bamm:Property; - bamm:preferredName "Service history"@en; + bamm:preferredName "Service History"@en; bamm:description "The dates of putting the transmission into service (service history)."@en; bamm:characteristic :ServiceHistory. :expectedLifespan a bamm:Property; - bamm:preferredName "Expected lifespan"@en; + bamm:preferredName "Expected Lifespan"@en; bamm:description "Expected transmission lifespan."@en; bamm:characteristic :ExpectedLifespan; bamm:exampleValue "500000"^^xsd:integer; bamm:see . :driveType a bamm:Property; - bamm:preferredName "Drive type"@en; + bamm:preferredName "Drive Type"@en; bamm:description "The type of transmission drive (combustion engine, hybrid drive or purely electric drive)."@en; bamm:characteristic :DriveTypeEnumeration; bamm:exampleValue "hybrid drive". :torque a bamm:Property; - bamm:preferredName "Torque performance"@en; + bamm:preferredName "Torque Performance"@en; bamm:description "The maximum input torque in newton meters (the operating characteristics of the transmission)."@en; bamm:characteristic :TorqueNewtonMetre; bamm:exampleValue "500.0"^^xsd:decimal; @@ -235,15 +235,15 @@ bamm:characteristic :PerformancePower; bamm:exampleValue "300.0"^^xsd:decimal. :torqueConverter a bamm:Property; - bamm:preferredName "Torque converter"@en; + bamm:preferredName "Torque Converter"@en; bamm:description "A list of the used transmission damper technology (depending on the transmission type). For example NW 200 TTD and NW 200 ZDW"@en; bamm:characteristic :StringList. :speedResistance a bamm:Property; - bamm:preferredName "Speed resistance"@en; + bamm:preferredName "Speed Resistance"@en; bamm:description "The permissible maximum input speed in the respective gear (depending on the transmission type). For example 1 : max 7800min-1; 2 : max 7800min-1; 3 : max 7800min-1; 4 : max 7800min-1; 5 : max 7800min-1; 6 : max 7800min-1; 7 : max 6800min-1; 8 : max 5800min-1; R : max 2000min-1."@en; bamm:characteristic :SpeedResistance. :standardGearRatio a bamm:Property; - bamm:preferredName "Standard gear ratio"@en; + bamm:preferredName "Standard Gear Ratio"@en; bamm:description "The ratio in the respective gear (ratio between transmission input speed and transmission output speed). For example 1 : 4.1567; 2 : 3.898; 3 : 2.887; 4 : 2.7783; 5 : 1.811; 6 : 1.6545; 7 : 0.4377; 8 : 0.6121; R : -2.2183."@en; bamm:characteristic :StandardGearRatio; bamm:see . @@ -253,38 +253,38 @@ bamm:characteristic :TransmissionSpreading; bamm:exampleValue "6.79"^^xsd:decimal. :oilCapacity a bamm:Property; - bamm:preferredName "Oil capacity"@en; + bamm:preferredName "Oil Capacity"@en; bamm:description "The recomended oil volume in the transmission."@en; bamm:characteristic :Capacity; bamm:exampleValue "8.9"^^xsd:decimal; bamm:see . :oilType a bamm:Property; - bamm:preferredName "Oil type"@en; + bamm:preferredName "Oil Type"@en; bamm:description "The suitable type of the oil for the transmission."@en; bamm:characteristic bamm-c:Text; bamm:exampleValue "ZF Lifeguard Hybrid 2". :electricPerformance a bamm:Property; - bamm:preferredName "Electric performance"@en; + bamm:preferredName "Electric Performance"@en; bamm:description "The electric machine performance (the operating characteristics of the electric motor). Values are the kilowatt, volt and newtonmetre. An example could be 22 kW; 49 V and 150 Nm."@en; bamm:characteristic :StringList. :dismantlingProcedure a bamm:Property; - bamm:preferredName "Dismantling procedure"@en; + bamm:preferredName "Dismantling Procedure"@en; bamm:description "Document containing the transmission dismantling procedure."@en; bamm:characteristic :DocumentsCharacteristic. :vehicleDismantlingProcedure a bamm:Property; - bamm:preferredName "Vehicle dismantling procedure"@en; + bamm:preferredName "Vehicle Dismantling Procedure"@en; bamm:description "Document containing the dismantling procedure from the vehicle."@en; bamm:characteristic :DocumentsCharacteristic. :packagingInstructions a bamm:Property; - bamm:preferredName "Packaging instructions"@en; + bamm:preferredName "Packaging Instructions"@en; bamm:description "Instructions for safely packaging of the transmission."@en; bamm:characteristic :DocumentsCharacteristic. :transportationInstructions a bamm:Property; - bamm:preferredName "TransportationInstructions"@en; + bamm:preferredName "Transportation Instructions"@en; bamm:description "Instructions for safely transporting of the transmission."@en; bamm:characteristic :DocumentsCharacteristic. :safetyMeasures a bamm:Property; - bamm:preferredName "Safety measures"@en; + bamm:preferredName "Safety Measures"@en; bamm:description "Includes all safety relevant documents for e.g. Dismantling."@en; bamm:characteristic :DocumentsCharacteristic; bamm:see . @@ -293,33 +293,33 @@ bamm:description "Documents Characteristic with title and link."@en; bamm:dataType :Documents. :Co2Total a bamm-c:Quantifiable; - bamm:preferredName "CO2 Total"@en; + bamm:preferredName "CO2 Total Characteristic"@en; bamm:description "Characteristic for the total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:kilogram. :RecyclateContent a bamm:Characteristic; - bamm:preferredName "Recyclate Content"@en; + bamm:preferredName "Recyclate Content Characteristic"@en; bamm:description "Recyclate content in the transmission."@en; bamm:dataType :RecyclateContentEntity. :StringList a bamm-c:List; - bamm:preferredName "String List"@en; + bamm:preferredName "String Characteristic"@en; bamm:description "A list with the data types string."@en; bamm:dataType xsd:string. :ProductDescription a bamm-c:Enumeration; - bamm:preferredName "Product Description"@en; + bamm:preferredName "Product Description Enumeration"@en; bamm:description "The detailed description about the product type as enumeration."@en; bamm:dataType xsd:string; bamm-c:values ("manual transmission" "automated manual transmission" "automatic transmission" "continuously variable automatic transmissions (CVT transmission)"). :Remanufacturing a bamm:Characteristic; - bamm:preferredName "Remanufacturing"@en; + bamm:preferredName "Remanufacturing Characteristic"@en; bamm:description "Status of the transmission (first life or second life) and remanufacturing history."@en; bamm:dataType :RemanufacturingStatus. :ServiceHistory a bamm-c:List; - bamm:preferredName "Service History"@en; + bamm:preferredName "Service History Characteristic"@en; bamm:description "The dates of putting the transmission into service (service history) as list."@en; bamm:dataType xsd:dateTimeStamp. :ExpectedLifespan a bamm-c:Measurement; - bamm:preferredName "Expected Lifespan"@en; + bamm:preferredName "Expected Lifespan Characteristic"@en; bamm:description "Expected transmission lifespan in km."@en; bamm:dataType xsd:integer; bamm-c:unit unit:kilometre. @@ -329,34 +329,34 @@ bamm:dataType xsd:string; bamm-c:values ("combustion engine" "hybrid drive" "electric drive"). :TorqueNewtonMetre a bamm-c:Measurement; - bamm:preferredName "Torque Newton Metre"@en; + bamm:preferredName "Torque Newton Metre Characteristic"@en; bamm:description "Characterisitc to describe the maximum input torque in newton meters."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:newtonMetre. :PerformancePower a bamm-c:Measurement; - bamm:preferredName "Performance Power"@en; + bamm:preferredName "Performance Power Characteristic"@en; bamm:description "The performance power in kilowatt as decimal."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:kilowatt. :SpeedResistance a bamm:Characteristic; - bamm:preferredName "Speed Resistance"@en; + bamm:preferredName "Speed Resistance Characteristic"@en; bamm:description "The speed resistance characteristic."@en; bamm:dataType :SpeedResistanceEntity. :StandardGearRatio a bamm:Characteristic; - bamm:preferredName "Standard Gear Ratio"@en; + bamm:preferredName "Standard Gear Ratio Characteristic"@en; bamm:description "The ratio in the respective gear."@en; bamm:dataType :GearRatio. :TransmissionSpreading a bamm-c:Quantifiable; - bamm:preferredName "Transmission Spreading"@en; + bamm:preferredName "Transmission Spreading Characteristic"@en; bamm:description "The transmission spreading coefficient. The ratio between the smallest (shortest gear) and the largest (longest gear) ratio as decimal with no unit."@en; bamm:dataType xsd:decimal. :Capacity a bamm-c:Quantifiable; - bamm:preferredName "Capacity"@en; + bamm:preferredName "Capacity Characteristic"@en; bamm:description "The oil capacity in dm³."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:cubicDecimetre. :Documents a bamm:Entity; - bamm:preferredName "Documents"@en; + bamm:preferredName "Documents Entity"@en; bamm:description "Entity describing a document."@en; bamm:properties ([ bamm:property :documentTitle; @@ -370,40 +370,40 @@ bamm:optional "true"^^xsd:boolean ] :cobalt :nickel :lithium). :RemanufacturingStatus a bamm:Entity; - bamm:preferredName "Remanufacturing Status"@en; + bamm:preferredName "Remanufacturing Status Entity"@en; bamm:description "Status and Date of the (re-)manufacturing"@en; bamm:properties (:productStatusValue :remanufacturingDate). :documentTitle a bamm:Property; - bamm:preferredName "Document title"@en; + bamm:preferredName "Document Title"@en; bamm:description "The header or title of the document"@en; bamm:characteristic :DocumentTitleTrait; bamm:exampleValue "Title A". :documentLink a bamm:Property; - bamm:preferredName "Document link"@en; + bamm:preferredName "Document Link"@en; bamm:description "A link referencing to the document."@en; bamm:characteristic bamm-c:Text; bamm:exampleValue "https://www.xxx.pdf". :substanceName a bamm:Property; - bamm:preferredName "Substance name"@en; + bamm:preferredName "Substance Name"@en; bamm:description "The name of the substance such as lead or aluminium."@en; bamm:characteristic bamm-c:Text; bamm:exampleValue "Lead". :substancePercentage a bamm:Property; - bamm:preferredName "Substance percentage"@en; + bamm:preferredName "Substance Percentage"@en; bamm:description "Substance percentage of the recycled content."@en; bamm:characteristic :SubstancePercentage; bamm:exampleValue "8.0"^^xsd:decimal. :productStatusValue a bamm:Property; - bamm:preferredName "Product status value"@en; + bamm:preferredName "Product Status Value"@en; bamm:description "Status of the transmission as first life or second life."@en; bamm:characteristic :ProductStatusEnumeration; bamm:exampleValue "second life". :remanufacturingDate a bamm:Property; - bamm:preferredName "Remanufacturing date"@en; + bamm:preferredName "Remanufacturing Date"@en; bamm:description "Date of the (re-)manufacturing"@en; bamm:characteristic bamm-c:Timestamp. :supplierContact a bamm:Property; - bamm:preferredName "Supplier contact"@en; + bamm:preferredName "Supplier Contact"@en; bamm:description "Contact information of the supplier"@en; bamm:characteristic contact-c:ContactCharacteristic. :DocumentTitleTrait a bamm-c:Trait; @@ -415,7 +415,7 @@ bamm:dataType xsd:string; bamm-c:values ("first life" "second life"). :MaxTitleCharacters a bamm-c:LengthConstraint; - bamm:preferredName "Max title characters"@en; + bamm:preferredName "Max Title Characters Constraint"@en; bamm:description "Maximum title characters set to 60."@en; bamm-c:maxValue "60"^^xsd:nonNegativeInteger. :supplierId a bamm:Property; @@ -424,17 +424,17 @@ bamm:characteristic bamm-c:Text; bamm:exampleValue "BPNL1234567890ZZ". :sparePartName a bamm:Property; - bamm:preferredName "Spare part name"@en; + bamm:preferredName "Spare Part Name"@en; bamm:description "Name or Identification of the spare part."@en; bamm:characteristic bamm-c:Text; bamm:exampleValue "torque converter". :SubstancePercentage a bamm-c:Quantifiable; - bamm:preferredName "Substance Percentage"@en; + bamm:preferredName "Substance Percentage Characteristic"@en; bamm:description "Substance percentage of the recycled content."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:percent. :gear a bamm:Property; - bamm:preferredName "gear"@en; + bamm:preferredName "Gear"@en; bamm:description "Respective gear for the speed resistance."@en; bamm:characteristic :GearTrait; bamm:exampleValue "1". @@ -448,7 +448,7 @@ bamm:description "Constraint to match a gear from 1 to 99 or R (reverse)."@en; bamm:value "^\\d{1,2}|R$". :speed a bamm:Property; - bamm:preferredName "speed"@en; + bamm:preferredName "Speed"@en; bamm:description "The permissible maximum input speed (rpm)."@en; bamm:characteristic :RevolutionsPerMinute; bamm:exampleValue "7800"^^xsd:integer. @@ -462,24 +462,24 @@ bamm:description "The speed resitance entity. Includes the gear and the speed as seperate properties."@en; bamm:properties (:gear :speed). :ratio a bamm:Property; - bamm:preferredName "ratio"@en; + bamm:preferredName "Ratio"@en; bamm:description "The ratio in the respective gear (ratio between transmission input speed and transmission output speed)."@en; bamm:characteristic :Ratio; bamm:exampleValue "4.1567"^^xsd:double. :Ratio a bamm-c:Quantifiable; - bamm:preferredName "Ratio"@en; + bamm:preferredName "Ratio Characteristic"@en; bamm:description "The ratio in the respective gear."@en; bamm:dataType xsd:double. :GearRatio a bamm:Entity; - bamm:preferredName "Gear Ratio"@en; + bamm:preferredName "Gear Ratio Entity"@en; bamm:description "Entity for the ratio in the respective gear. Includes the gear and the ratio as seperate properties."@en; bamm:properties (:gear :ratio). :otherSubstance a bamm:Property; - bamm:preferredName "other substance"@en; + bamm:preferredName "Other Substance"@en; bamm:description "Details for the other optional substances."@en; bamm:characteristic :OtherSubstance. :OtherSubstance a bamm-c:List; - bamm:preferredName "Other Substance"@en; + bamm:preferredName "Other Substance Characteristic"@en; bamm:description "Characteristic for the other optional substances."@en; bamm:dataType :OtherSubastanceEntity. :OtherSubastanceEntity a bamm:Entity; @@ -487,23 +487,23 @@ bamm:description "Percentage and substance name of the other substances."@en; bamm:properties (:substancePercentage :substanceName). :cobalt a bamm:Property; - bamm:preferredName "cobalt"@en; + bamm:preferredName "Cobalt"@en; bamm:description "Percentage of the recyclate content of cobalt."@en; bamm:characteristic :SubstancePercentage. :nickel a bamm:Property; - bamm:preferredName "nickel"@en; + bamm:preferredName "Nickel"@en; bamm:description "Percentage of the recyclate content of nickel."@en; bamm:characteristic :SubstancePercentage. :lithium a bamm:Property; - bamm:preferredName "lithium"@en; + bamm:preferredName "Lithium"@en; bamm:description "Percentage of the recyclate content of lithium."@en; bamm:characteristic :SubstancePercentage. :identification a bamm:Property; - bamm:preferredName "identification"@en; + bamm:preferredName "Identification"@en; bamm:description "Identification parameters of the transmission."@en; bamm:characteristic :Identification. :Identification a bamm:Characteristic; - bamm:preferredName "Identification"@en; + bamm:preferredName "Identification Characteristic"@en; bamm:description "Characteristic for the identification parameters of the transmission."@en; bamm:dataType :IdentificationEntity. :IdentificationEntity a bamm:Entity; @@ -511,10 +511,10 @@ bamm:description "Identification parameters of the transmission with data matrix code, manufacturerID and serial number."@en; bamm:properties (:dataMatrixCode :manufacturerId :serialNumber). :co2Calculation a bamm:Property; - bamm:preferredName "CO2 calculation"@en; + bamm:preferredName "CO2 Calculation"@en; bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names."@en; bamm:characteristic pcf-c:ProductOrSectorSpecificRuleSet. :co2Standard a bamm:Property; - bamm:preferredName "CO2 standard"@en; + bamm:preferredName "CO2 Standard"@en; bamm:description "Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions."@en; bamm:characteristic pcf-c:CrossSectoralStandardsUsedEnumerationCharacteristic. From 0453b935e71c862daf3e835ddd9224398ce17b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Fri, 31 Mar 2023 15:11:03 +0200 Subject: [PATCH 06/12] missing trait description added --- .../1.0.0/TransmissionPass.ttl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index 486846d1..af393c3d 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -407,6 +407,8 @@ bamm:description "Contact information of the supplier"@en; bamm:characteristic contact-c:ContactCharacteristic. :DocumentTitleTrait a bamm-c:Trait; + bamm:preferredName "Document Title Trait"@en; + bamm:description "Constraints the length to 60 characters."@en; bamm-c:baseCharacteristic bamm-c:Text; bamm-c:constraint :MaxTitleCharacters. :ProductStatusEnumeration a bamm-c:Enumeration; From 78a9f9dc5b42d677902123f5af33175fd2ef22de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Tue, 4 Apr 2023 12:43:23 +0200 Subject: [PATCH 07/12] typo fixed --- .../1.0.0/TransmissionPass.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index af393c3d..d9cf5f3e 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -63,7 +63,7 @@ bamm:preferredName "Spare Part Supplier"@en; bamm:description "Details of the spare parts and suppliers of replacement parts / spare parts."@en; bamm:characteristic :SparePartSupplier. -:ProductSpecificParameters a bamm:Property; +:productSpecificParameters a bamm:Property; bamm:preferredName "Product Specific Parameters"@en; bamm:description "Product specific parameters of the transmission."@en; bamm:characteristic :ProductSpecificParameters. From 8451696a79622c42f2cdca202965f56e992d1a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Mon, 17 Apr 2023 16:55:38 +0200 Subject: [PATCH 08/12] serial number deleted link to pcf 3.0.0 (to be released) --- .../1.0.0/TransmissionPass.ttl | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index d9cf5f3e..55029d68 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -27,7 +27,7 @@ @prefix rdfs: . @prefix xsd: . @prefix : . -@prefix pcf-c: . +@prefix pcf-c: . @prefix contact-c: . @prefix physical-c: . @@ -37,11 +37,6 @@ bamm:properties (:sustainability :generalInformation :stateOfHealth :sparePartSupplier :productSpecificParameters :instructions :identification); bamm:operations (); bamm:events (). -:serialNumber a bamm:Property; - bamm:preferredName "Serial number"@en; - bamm:description "Transmission ID of the transmission i.e. serial number allowing for unequivocal identification of the transmission."@en; - bamm:characteristic bamm-c:Text; - bamm:exampleValue "X123456789012X12345678901234567". :manufacturerId a bamm:Property; bamm:preferredName "Manufacturer ID"@en; bamm:description "The ID of the transmission manufacturer in form of the unique BPN(L) number."@en; @@ -511,7 +506,7 @@ :IdentificationEntity a bamm:Entity; bamm:preferredName "Identification Entity"@en; bamm:description "Identification parameters of the transmission with data matrix code, manufacturerID and serial number."@en; - bamm:properties (:dataMatrixCode :manufacturerId :serialNumber). + bamm:properties (:dataMatrixCode :manufacturerId). :co2Calculation a bamm:Property; bamm:preferredName "CO2 Calculation"@en; bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names."@en; From 3ec7ab1eab9ff21661967b30a73c865de6a09c71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Tue, 18 Apr 2023 15:49:34 +0200 Subject: [PATCH 09/12] serialPartTypization linked for identification --- .../1.0.0/TransmissionPass.ttl | 204 +++++++++--------- .../RELEASE_NOTES.md | 2 +- 2 files changed, 98 insertions(+), 108 deletions(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index 55029d68..50d4ba65 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -27,9 +27,10 @@ @prefix rdfs: . @prefix xsd: . @prefix : . -@prefix pcf-c: . @prefix contact-c: . @prefix physical-c: . +@prefix ext-typization: . +@prefix ext-pcf: . :TransmissionPass a bamm:Aspect; bamm:preferredName "Transmission Pass"@en; @@ -37,11 +38,6 @@ bamm:properties (:sustainability :generalInformation :stateOfHealth :sparePartSupplier :productSpecificParameters :instructions :identification); bamm:operations (); bamm:events (). -:manufacturerId a bamm:Property; - bamm:preferredName "Manufacturer ID"@en; - bamm:description "The ID of the transmission manufacturer in form of the unique BPN(L) number."@en; - bamm:characteristic bamm-c:Text; - bamm:exampleValue "BPNL1234567890ZZ". :sustainability a bamm:Property; bamm:preferredName "Sustainability"@en; bamm:description "Sustainability details about the transmission."@en; @@ -62,25 +58,19 @@ bamm:preferredName "Product Specific Parameters"@en; bamm:description "Product specific parameters of the transmission."@en; bamm:characteristic :ProductSpecificParameters. -:warrantyPeriod a bamm:Property; - bamm:preferredName "Warranty Period"@en; - bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months."@en; - bamm:characteristic :WarrantyPeriod; - bamm:exampleValue "60.0"^^xsd:decimal; - bamm:see . :instructions a bamm:Property; bamm:preferredName "Instructions"@en; bamm:description "Instructions concerning the transmission."@en; bamm:characteristic :Instructions. -:additionalInformation a bamm:Property; - bamm:preferredName "Additional Information"@en; - bamm:description "Open field for additional information such as a link."@en; - bamm:characteristic bamm-c:Text. -:dataMatrixCode a bamm:Property; - bamm:preferredName "Data Matrix Code"@en; - bamm:description "Data Matrix Code (DMC) link to the public of the transmission as specified in section 31 / page 26."@en; +:identification a bamm:Property; + bamm:preferredName "Identification"@en; + bamm:description "Identification parameters of the transmission."@en; + bamm:characteristic :Identification. +:manufacturerId a bamm:Property; + bamm:preferredName "Manufacturer ID"@en; + bamm:description "The ID of the transmission manufacturer in form of the unique BPN(L) number."@en; bamm:characteristic bamm-c:Text; - bamm:see . + bamm:exampleValue "BPNL1234567890ZZ". :Sustainability a bamm:Characteristic; bamm:preferredName "Sustainability Characteristic"@en; bamm:description "Sustainability Characterisitic to describe sustainability factors."@en; @@ -101,6 +91,12 @@ bamm:preferredName "Product Specific Parameters Characteristic"@en; bamm:description "The Characteristic to describe product specific parameters of the transmission."@en; bamm:dataType :ProductSpecificParametersEntity. +:warrantyPeriod a bamm:Property; + bamm:preferredName "Warranty Period"@en; + bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months."@en; + bamm:characteristic :WarrantyPeriod; + bamm:exampleValue "60.0"^^xsd:decimal; + bamm:see . :WarrantyPeriod a bamm-c:Measurement; bamm:preferredName "Warranty Period Measurement"@en; bamm:description "Commercial warranty period of the transmission (coupled to the Vehicle) in months as decimal."@en; @@ -110,6 +106,15 @@ bamm:preferredName "Instructions Characteristic"@en; bamm:description "Instructions characteristic concerning the transmission."@en; bamm:dataType :InstructionEntity. +:additionalInformation a bamm:Property; + bamm:preferredName "Additional Information"@en; + bamm:description "Open field for additional information such as a link."@en; + bamm:characteristic bamm-c:Text. +:dataMatrixCode a bamm:Property; + bamm:preferredName "Data Matrix Code"@en; + bamm:description "Data Matrix Code (DMC) link to the public of the transmission as specified in section 31 / page 26."@en; + bamm:characteristic bamm-c:Text; + bamm:see . :SustainabilityDetails a bamm:Entity; bamm:preferredName "Sustainability Details Entity"@en; bamm:description "Sustainability details for the transmission."@en; @@ -117,22 +122,10 @@ bamm:property :responsibleSourcingDocument; bamm:optional "true"^^xsd:boolean ] :carbonFootprint :recyclateContent :criticalRawMaterials :substancesOfConcern). -:carbonFootprint a bamm:Property; - bamm:preferredName "Carbon Footprint"@en; - bamm:description "Describes the carbon footorint of the substance or mixture. Based on the Ecodesign."@en; - bamm:characteristic :CarbonFootprint. -:CarbonFootprint a bamm:Characteristic; - bamm:preferredName "Carbon Footprint Characteristic"@en; - bamm:description "Set of information needed for the carbon footrpinrt ecodesign regulations."@en; - bamm:dataType :CarbonFootprintEntity. -:CarbonFootprintEntity a bamm:Entity; - bamm:properties (:co2FootprintTotal :co2Calculation :co2Standard); - bamm:preferredName "Carbon Footprint Entity"@en; - bamm:description "Entity encapsulating the carbon footrprint."@en. :GeneralInformationEntity a bamm:Entity; bamm:preferredName "General Information Entity"@en; bamm:description "General Information Entity to describe several logical connected properties."@en; - bamm:properties (:productDescription :productType :physicalDimensions :additionalInformation :warrantyPeriod). + bamm:properties (:productDescription :productType :additionalInformation :warrantyPeriod physical-c:physicalDimensionsProperty). :StateOfHealthEntity a bamm:Entity; bamm:preferredName "State of health entity"@en; bamm:description "State of health entity describing several logically connected properties."@en; @@ -168,10 +161,10 @@ bamm:preferredName "Responsible Sourcing Document"@en; bamm:description "Document/Certificates on organizations compliance to ethical business practices."@en; bamm:characteristic :DocumentsCharacteristic. -:co2FootprintTotal a bamm:Property; - bamm:preferredName "CO2 Footprint Total"@en; - bamm:description "The total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; - bamm:characteristic :Co2Total. +:carbonFootprint a bamm:Property; + bamm:preferredName "Carbon Footprint"@en; + bamm:description "Describes the carbon footorint of the substance or mixture. Based on the Ecodesign."@en; + bamm:characteristic :CarbonFootprint. :recyclateContent a bamm:Property; bamm:preferredName "Recyclate Content"@en; bamm:description "List of recovered recyclate content. The following materials have to be reported on as a minimum: cobalt, lithium, nickel. Percentage of how much of the material was recycled. This can be an aggregation regarding the materials below. For example the amount of aluminium recovered from waste present in in each transmission model."@en; @@ -184,6 +177,18 @@ bamm:preferredName "Substances of Concern"@en; bamm:description "List of substances of concern. The name of the substances of concern present in the product. For example Lead; Cadmium; Dibortrioxide."@en; bamm:characteristic :StringList. +:CarbonFootprint a bamm:Characteristic; + bamm:preferredName "Carbon Footprint Characteristic"@en; + bamm:description "Set of information needed for the carbon footrpinrt ecodesign regulations."@en; + bamm:dataType :CarbonFootprintEntity. +:CarbonFootprintEntity a bamm:Entity; + bamm:preferredName "Carbon Footprint Entity"@en; + bamm:description "Entity encapsulating the carbon footrprint."@en; + bamm:properties (:co2FootprintTotal ext-pcf:productOrSectorSpecificRules ext-pcf:crossSectoralStandard). +:co2FootprintTotal a bamm:Property; + bamm:preferredName "CO2 Footprint Total"@en; + bamm:description "The total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; + bamm:characteristic :Co2Total. :productDescription a bamm:Property; bamm:preferredName "Product Description"@en; bamm:description "The detailed description about the product type."@en; @@ -195,10 +200,6 @@ bamm:characteristic bamm-c:Text; bamm:exampleValue "8HP60MH"; bamm:see . -:physicalDimensions a bamm:Property; - bamm:preferredName "Physical Dimensions"@en; - bamm:description "Describing the physical dimensions without packaging."@en; - bamm:characteristic physical-c:PhysicalDimensionsCharacteristic. :remanufacturing a bamm:Property; bamm:preferredName "Remanufacturing"@en; bamm:description "Status of the transmission (first life or second life)."@en; @@ -213,6 +214,20 @@ bamm:characteristic :ExpectedLifespan; bamm:exampleValue "500000"^^xsd:integer; bamm:see . +:supplierContact a bamm:Property; + bamm:preferredName "Supplier Contact"@en; + bamm:description "Contact information of the supplier"@en; + bamm:characteristic contact-c:ContactCharacteristic. +:supplierId a bamm:Property; + bamm:preferredName "Supplier ID"@en; + bamm:description "BPNL of the supplier."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "BPNL1234567890ZZ". +:sparePartName a bamm:Property; + bamm:preferredName "Spare Part Name"@en; + bamm:description "Name or Identification of the spare part."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "torque converter". :driveType a bamm:Property; bamm:preferredName "Drive Type"@en; bamm:description "The type of transmission drive (combustion engine, hybrid drive or purely electric drive)."@en; @@ -368,6 +383,14 @@ bamm:preferredName "Remanufacturing Status Entity"@en; bamm:description "Status and Date of the (re-)manufacturing"@en; bamm:properties (:productStatusValue :remanufacturingDate). +:SpeedResistanceEntity a bamm:Entity; + bamm:preferredName "Speed Resistance Entity"@en; + bamm:description "The speed resitance entity. Includes the gear and the speed as seperate properties."@en; + bamm:properties (:gear :speed). +:GearRatio a bamm:Entity; + bamm:preferredName "Gear Ratio Entity"@en; + bamm:description "Entity for the ratio in the respective gear. Includes the gear and the ratio as seperate properties."@en; + bamm:properties (:gear :ratio). :documentTitle a bamm:Property; bamm:preferredName "Document Title"@en; bamm:description "The header or title of the document"@en; @@ -378,16 +401,22 @@ bamm:description "A link referencing to the document."@en; bamm:characteristic bamm-c:Text; bamm:exampleValue "https://www.xxx.pdf". -:substanceName a bamm:Property; - bamm:preferredName "Substance Name"@en; - bamm:description "The name of the substance such as lead or aluminium."@en; - bamm:characteristic bamm-c:Text; - bamm:exampleValue "Lead". -:substancePercentage a bamm:Property; - bamm:preferredName "Substance Percentage"@en; - bamm:description "Substance percentage of the recycled content."@en; - bamm:characteristic :SubstancePercentage; - bamm:exampleValue "8.0"^^xsd:decimal. +:otherSubstance a bamm:Property; + bamm:preferredName "Other Substance"@en; + bamm:description "Details for the other optional substances."@en; + bamm:characteristic :OtherSubstance. +:cobalt a bamm:Property; + bamm:preferredName "Cobalt"@en; + bamm:description "Percentage of the recyclate content of cobalt."@en; + bamm:characteristic :SubstancePercentage. +:nickel a bamm:Property; + bamm:preferredName "Nickel"@en; + bamm:description "Percentage of the recyclate content of nickel."@en; + bamm:characteristic :SubstancePercentage. +:lithium a bamm:Property; + bamm:preferredName "Lithium"@en; + bamm:description "Percentage of the recyclate content of lithium."@en; + bamm:characteristic :SubstancePercentage. :productStatusValue a bamm:Property; bamm:preferredName "Product Status Value"@en; bamm:description "Status of the transmission as first life or second life."@en; @@ -397,15 +426,26 @@ bamm:preferredName "Remanufacturing Date"@en; bamm:description "Date of the (re-)manufacturing"@en; bamm:characteristic bamm-c:Timestamp. -:supplierContact a bamm:Property; - bamm:preferredName "Supplier Contact"@en; - bamm:description "Contact information of the supplier"@en; - bamm:characteristic contact-c:ContactCharacteristic. :DocumentTitleTrait a bamm-c:Trait; bamm:preferredName "Document Title Trait"@en; bamm:description "Constraints the length to 60 characters."@en; bamm-c:baseCharacteristic bamm-c:Text; bamm-c:constraint :MaxTitleCharacters. +:substanceName a bamm:Property; + bamm:preferredName "Substance Name"@en; + bamm:description "The name of the substance such as lead or aluminium."@en; + bamm:characteristic bamm-c:Text; + bamm:exampleValue "Lead". +:substancePercentage a bamm:Property; + bamm:preferredName "Substance Percentage"@en; + bamm:description "Substance percentage of the recycled content."@en; + bamm:characteristic :SubstancePercentage; + bamm:exampleValue "8.0"^^xsd:decimal. +:SubstancePercentage a bamm-c:Quantifiable; + bamm:preferredName "Substance Percentage Characteristic"@en; + bamm:description "Substance percentage of the recycled content."@en; + bamm:dataType xsd:decimal; + bamm-c:unit unit:percent. :ProductStatusEnumeration a bamm-c:Enumeration; bamm:preferredName "Product Status Enumeration"@en; bamm:description "Enumeration to describe the status of the transmission as first life or second life."@en; @@ -415,21 +455,6 @@ bamm:preferredName "Max Title Characters Constraint"@en; bamm:description "Maximum title characters set to 60."@en; bamm-c:maxValue "60"^^xsd:nonNegativeInteger. -:supplierId a bamm:Property; - bamm:preferredName "Supplier ID"@en; - bamm:description "BPNL of the supplier."@en; - bamm:characteristic bamm-c:Text; - bamm:exampleValue "BPNL1234567890ZZ". -:sparePartName a bamm:Property; - bamm:preferredName "Spare Part Name"@en; - bamm:description "Name or Identification of the spare part."@en; - bamm:characteristic bamm-c:Text; - bamm:exampleValue "torque converter". -:SubstancePercentage a bamm-c:Quantifiable; - bamm:preferredName "Substance Percentage Characteristic"@en; - bamm:description "Substance percentage of the recycled content."@en; - bamm:dataType xsd:decimal; - bamm-c:unit unit:percent. :gear a bamm:Property; bamm:preferredName "Gear"@en; bamm:description "Respective gear for the speed resistance."@en; @@ -454,10 +479,6 @@ bamm:description "The permissible maximum input speed in revolutions per minute in the respective gear."@en; bamm:dataType xsd:integer; bamm-c:unit unit:revolutionsPerMinute. -:SpeedResistanceEntity a bamm:Entity; - bamm:preferredName "Speed Resistance Entity"@en; - bamm:description "The speed resitance entity. Includes the gear and the speed as seperate properties."@en; - bamm:properties (:gear :speed). :ratio a bamm:Property; bamm:preferredName "Ratio"@en; bamm:description "The ratio in the respective gear (ratio between transmission input speed and transmission output speed)."@en; @@ -467,14 +488,6 @@ bamm:preferredName "Ratio Characteristic"@en; bamm:description "The ratio in the respective gear."@en; bamm:dataType xsd:double. -:GearRatio a bamm:Entity; - bamm:preferredName "Gear Ratio Entity"@en; - bamm:description "Entity for the ratio in the respective gear. Includes the gear and the ratio as seperate properties."@en; - bamm:properties (:gear :ratio). -:otherSubstance a bamm:Property; - bamm:preferredName "Other Substance"@en; - bamm:description "Details for the other optional substances."@en; - bamm:characteristic :OtherSubstance. :OtherSubstance a bamm-c:List; bamm:preferredName "Other Substance Characteristic"@en; bamm:description "Characteristic for the other optional substances."@en; @@ -483,22 +496,6 @@ bamm:preferredName "Other Subastance Entity"@en; bamm:description "Percentage and substance name of the other substances."@en; bamm:properties (:substancePercentage :substanceName). -:cobalt a bamm:Property; - bamm:preferredName "Cobalt"@en; - bamm:description "Percentage of the recyclate content of cobalt."@en; - bamm:characteristic :SubstancePercentage. -:nickel a bamm:Property; - bamm:preferredName "Nickel"@en; - bamm:description "Percentage of the recyclate content of nickel."@en; - bamm:characteristic :SubstancePercentage. -:lithium a bamm:Property; - bamm:preferredName "Lithium"@en; - bamm:description "Percentage of the recyclate content of lithium."@en; - bamm:characteristic :SubstancePercentage. -:identification a bamm:Property; - bamm:preferredName "Identification"@en; - bamm:description "Identification parameters of the transmission."@en; - bamm:characteristic :Identification. :Identification a bamm:Characteristic; bamm:preferredName "Identification Characteristic"@en; bamm:description "Characteristic for the identification parameters of the transmission."@en; @@ -506,12 +503,5 @@ :IdentificationEntity a bamm:Entity; bamm:preferredName "Identification Entity"@en; bamm:description "Identification parameters of the transmission with data matrix code, manufacturerID and serial number."@en; - bamm:properties (:dataMatrixCode :manufacturerId). -:co2Calculation a bamm:Property; - bamm:preferredName "CO2 Calculation"@en; - bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names."@en; - bamm:characteristic pcf-c:ProductOrSectorSpecificRuleSet. -:co2Standard a bamm:Property; - bamm:preferredName "CO2 Standard"@en; - bamm:description "Discloses a cross-sectoral standard applied for calculating or allocating GHG (Greenhouse Gas) emissions."@en; - bamm:characteristic pcf-c:CrossSectoralStandardsUsedEnumerationCharacteristic. + bamm:properties (:dataMatrixCode :manufacturerId ext-typization:localIdentifiers). +ext-pcf:otherOperatorName bamm:characteristic bamm-c:Text. diff --git a/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md b/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md index 56686f1a..7f085669 100644 --- a/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md +++ b/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md @@ -3,7 +3,7 @@ All notable changes to this model will be documented in this file. ## [Unreleased] -## [1.0.0] - 2023-04-17 +## [1.0.0] - 2023-04-24 ### Added model created From 71475b32368eb4c6f670f665048fc3e3abe5bd69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Mon, 8 May 2023 15:06:29 +0200 Subject: [PATCH 10/12] changed to fix error with shared aspects --- .../1.0.0/TransmissionPass.ttl | 35 ++++++++++++++----- .../RELEASE_NOTES.md | 2 +- 2 files changed, 27 insertions(+), 10 deletions(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index 50d4ba65..efd52c0b 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -27,10 +27,10 @@ @prefix rdfs: . @prefix xsd: . @prefix : . -@prefix contact-c: . -@prefix physical-c: . -@prefix ext-typization: . -@prefix ext-pcf: . +@prefix ext-contact: . +@prefix ext-physical: . +@prefix ext-typization: . +@prefix ext-pcf: . :TransmissionPass a bamm:Aspect; bamm:preferredName "Transmission Pass"@en; @@ -125,7 +125,11 @@ :GeneralInformationEntity a bamm:Entity; bamm:preferredName "General Information Entity"@en; bamm:description "General Information Entity to describe several logical connected properties."@en; - bamm:properties (:productDescription :productType :additionalInformation :warrantyPeriod physical-c:physicalDimensionsProperty). + bamm:properties (:productDescription :productType :additionalInformation :warrantyPeriod :physicalDimensionsProperty). +:physicalDimensionsProperty a bamm:Property; + bamm:preferredName "physical dimensions property"@en; + bamm:description "Describes the physical dimensions of the entity."@en; + bamm:characteristic ext-physical:PhysicalDimensionsCharacteristic. :StateOfHealthEntity a bamm:Entity; bamm:preferredName "State of health entity"@en; bamm:description "State of health entity describing several logically connected properties."@en; @@ -184,11 +188,21 @@ :CarbonFootprintEntity a bamm:Entity; bamm:preferredName "Carbon Footprint Entity"@en; bamm:description "Entity encapsulating the carbon footrprint."@en; - bamm:properties (:co2FootprintTotal ext-pcf:productOrSectorSpecificRules ext-pcf:crossSectoralStandard). + bamm:properties (:co2FootprintTotal :productOrSectorSpecificRules :crossSectoralStandardsUsed). :co2FootprintTotal a bamm:Property; bamm:preferredName "CO2 Footprint Total"@en; bamm:description "The total carbon footprint of the transmission, calculated as kg of carbon dioxide equivalent."@en; bamm:characteristic :Co2Total. +:crossSectoralStandardsUsed a bamm:Property ; + bamm:preferredName "Cross Sectoral Standards Used"@en ; + bamm:description "Discloses the cross-sectoral standards applied for calculating or allocating GHG (Greenhouse Gas) emissions as specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative."@en ; + bamm:see ; + bamm:characteristic ext-pcf:CrossSectoralStandardsUsedListCharacteristic. +:productOrSectorSpecificRules a bamm:Property ; + bamm:preferredName "Product or Sector Specific Rules"@en ; + bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names. Specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative."@en ; + bamm:see ; + bamm:characteristic ext-pcf:ProductOrSectorSpecificRuleSet. :productDescription a bamm:Property; bamm:preferredName "Product Description"@en; bamm:description "The detailed description about the product type."@en; @@ -217,7 +231,7 @@ :supplierContact a bamm:Property; bamm:preferredName "Supplier Contact"@en; bamm:description "Contact information of the supplier"@en; - bamm:characteristic contact-c:ContactCharacteristic. + bamm:characteristic ext-contact:ContactCharacteristic. :supplierId a bamm:Property; bamm:preferredName "Supplier ID"@en; bamm:description "BPNL of the supplier."@en; @@ -503,5 +517,8 @@ :IdentificationEntity a bamm:Entity; bamm:preferredName "Identification Entity"@en; bamm:description "Identification parameters of the transmission with data matrix code, manufacturerID and serial number."@en; - bamm:properties (:dataMatrixCode :manufacturerId ext-typization:localIdentifiers). -ext-pcf:otherOperatorName bamm:characteristic bamm-c:Text. + bamm:properties (:dataMatrixCode :manufacturerId :localIdentifiers). +:localIdentifiers a bamm:Property ; + bamm:preferredName "Local Identifiers"@en ; + bamm:description "A local identifier enables identification of a part in a specific dataspace, but is not unique in Catena-X dataspace. Multiple local identifiers may exist."@en ; + bamm:characteristic ext-typization:LocalIdentifierCharacteristic. diff --git a/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md b/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md index 7f085669..2ccf888d 100644 --- a/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md +++ b/io.catenax.transmission.transmission_pass/RELEASE_NOTES.md @@ -3,7 +3,7 @@ All notable changes to this model will be documented in this file. ## [Unreleased] -## [1.0.0] - 2023-04-24 +## [1.0.0] - 2023-05-08 ### Added model created From 04cfbdd6b204fc292ccfed98753043297521e54f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Mon, 8 May 2023 15:18:06 +0200 Subject: [PATCH 11/12] changed link to SerialPartTypization 2.0.0 --- .../1.0.0/TransmissionPass.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index efd52c0b..ea61beba 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -29,7 +29,7 @@ @prefix : . @prefix ext-contact: . @prefix ext-physical: . -@prefix ext-typization: . +@prefix ext-typization: . @prefix ext-pcf: . :TransmissionPass a bamm:Aspect; From a5eb48205a7f63cda561e8c857166e499a50865d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carolin=20Tr=C3=B6ster?= Date: Mon, 8 May 2023 15:32:27 +0200 Subject: [PATCH 12/12] fixed typos --- .../1.0.0/TransmissionPass.ttl | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl index ea61beba..67f8dc70 100644 --- a/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl +++ b/io.catenax.transmission.transmission_pass/1.0.0/TransmissionPass.ttl @@ -44,7 +44,7 @@ bamm:characteristic :Sustainability. :generalInformation a bamm:Property; bamm:preferredName "General Information"@en; - bamm:description "Property describing gerneral information about the transmission."@en; + bamm:description "Property describing general information about the transmission."@en; bamm:characteristic :GeneralInformation. :stateOfHealth a bamm:Property; bamm:preferredName "State of Health"@en; @@ -73,7 +73,7 @@ bamm:exampleValue "BPNL1234567890ZZ". :Sustainability a bamm:Characteristic; bamm:preferredName "Sustainability Characteristic"@en; - bamm:description "Sustainability Characterisitic to describe sustainability factors."@en; + bamm:description "Sustainability Characteristic to describe sustainability factors."@en; bamm:dataType :SustainabilityDetails. :GeneralInformation a bamm:Characteristic; bamm:preferredName "General Information Characteristic"@en; @@ -153,7 +153,7 @@ ]). :InstructionEntity a bamm:Entity; bamm:preferredName "Instruction Entity"@en; - bamm:description "Instruction douments concerning the transmission."@en; + bamm:description "Instruction documents concerning the transmission."@en; bamm:properties (:dismantlingProcedure :vehicleDismantlingProcedure [ bamm:property :packagingInstructions; bamm:optional "true"^^xsd:boolean @@ -167,14 +167,14 @@ bamm:characteristic :DocumentsCharacteristic. :carbonFootprint a bamm:Property; bamm:preferredName "Carbon Footprint"@en; - bamm:description "Describes the carbon footorint of the substance or mixture. Based on the Ecodesign."@en; + bamm:description "Describes the carbon footprint of the substance or mixture. Based on the Ecodesign."@en; bamm:characteristic :CarbonFootprint. :recyclateContent a bamm:Property; bamm:preferredName "Recyclate Content"@en; bamm:description "List of recovered recyclate content. The following materials have to be reported on as a minimum: cobalt, lithium, nickel. Percentage of how much of the material was recycled. This can be an aggregation regarding the materials below. For example the amount of aluminium recovered from waste present in in each transmission model."@en; bamm:characteristic :RecyclateContent. :criticalRawMaterials a bamm:Property; - bamm:preferredName "Critical Raw Raterials"@en; + bamm:preferredName "Critical Raw Materials"@en; bamm:description "List of critical raw materials (CRM) as specified by EU in a transmission. For example Magnesium; Cobalt; Palladium."@en; bamm:characteristic :StringList. :substancesOfConcern a bamm:Property; @@ -183,11 +183,11 @@ bamm:characteristic :StringList. :CarbonFootprint a bamm:Characteristic; bamm:preferredName "Carbon Footprint Characteristic"@en; - bamm:description "Set of information needed for the carbon footrpinrt ecodesign regulations."@en; + bamm:description "Set of information needed for the carbon footprint ecodesign regulations."@en; bamm:dataType :CarbonFootprintEntity. :CarbonFootprintEntity a bamm:Entity; bamm:preferredName "Carbon Footprint Entity"@en; - bamm:description "Entity encapsulating the carbon footrprint."@en; + bamm:description "Entity encapsulating the carbon footprint."@en; bamm:properties (:co2FootprintTotal :productOrSectorSpecificRules :crossSectoralStandardsUsed). :co2FootprintTotal a bamm:Property; bamm:preferredName "CO2 Footprint Total"@en; @@ -200,7 +200,7 @@ bamm:characteristic ext-pcf:CrossSectoralStandardsUsedListCharacteristic. :productOrSectorSpecificRules a bamm:Property ; bamm:preferredName "Product or Sector Specific Rules"@en ; - bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or pubishers and according rule names. Specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative."@en ; + bamm:description "Product or sector specific rules applied for calculating or allocating GHG (Greenhouse Gas) emissions, e.g. PCRs (Product Category Rules), including operators or publishers and according rule names. Specified by the WBCSD (World Business Council for Sustainable Development) Pathfinder initiative."@en ; bamm:see ; bamm:characteristic ext-pcf:ProductOrSectorSpecificRuleSet. :productDescription a bamm:Property; @@ -354,7 +354,7 @@ bamm-c:values ("combustion engine" "hybrid drive" "electric drive"). :TorqueNewtonMetre a bamm-c:Measurement; bamm:preferredName "Torque Newton Metre Characteristic"@en; - bamm:description "Characterisitc to describe the maximum input torque in newton meters."@en; + bamm:description "Characteristic to describe the maximum input torque in newton meters."@en; bamm:dataType xsd:decimal; bamm-c:unit unit:newtonMetre. :PerformancePower a bamm-c:Measurement; @@ -399,11 +399,11 @@ bamm:properties (:productStatusValue :remanufacturingDate). :SpeedResistanceEntity a bamm:Entity; bamm:preferredName "Speed Resistance Entity"@en; - bamm:description "The speed resitance entity. Includes the gear and the speed as seperate properties."@en; + bamm:description "The speed resitance entity. Includes the gear and the speed as separate properties."@en; bamm:properties (:gear :speed). :GearRatio a bamm:Entity; bamm:preferredName "Gear Ratio Entity"@en; - bamm:description "Entity for the ratio in the respective gear. Includes the gear and the ratio as seperate properties."@en; + bamm:description "Entity for the ratio in the respective gear. Includes the gear and the ratio as separate properties."@en; bamm:properties (:gear :ratio). :documentTitle a bamm:Property; bamm:preferredName "Document Title"@en; @@ -505,9 +505,9 @@ :OtherSubstance a bamm-c:List; bamm:preferredName "Other Substance Characteristic"@en; bamm:description "Characteristic for the other optional substances."@en; - bamm:dataType :OtherSubastanceEntity. -:OtherSubastanceEntity a bamm:Entity; - bamm:preferredName "Other Subastance Entity"@en; + bamm:dataType :OtherSubstanceEntity. +:OtherSubstanceEntity a bamm:Entity; + bamm:preferredName "Other Substance Entity"@en; bamm:description "Percentage and substance name of the other substances."@en; bamm:properties (:substancePercentage :substanceName). :Identification a bamm:Characteristic; @@ -520,5 +520,5 @@ bamm:properties (:dataMatrixCode :manufacturerId :localIdentifiers). :localIdentifiers a bamm:Property ; bamm:preferredName "Local Identifiers"@en ; - bamm:description "A local identifier enables identification of a part in a specific dataspace, but is not unique in Catena-X dataspace. Multiple local identifiers may exist."@en ; + bamm:description "A local identifier enables identification of a part in a specific data space, but is not unique in Catena-X data space. Multiple local identifiers may exist."@en ; bamm:characteristic ext-typization:LocalIdentifierCharacteristic.