From 95d1d3b28b3c1572984efdf903ed02a1cbeb158f Mon Sep 17 00:00:00 2001 From: jonbckr Date: Wed, 3 Jan 2024 15:27:48 +0100 Subject: [PATCH 01/15] Create RELEASE_NOTES.md --- io.catenax.packing_list/RELEASE_NOTES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 io.catenax.packing_list/RELEASE_NOTES.md diff --git a/io.catenax.packing_list/RELEASE_NOTES.md b/io.catenax.packing_list/RELEASE_NOTES.md new file mode 100644 index 000000000..b505a2815 --- /dev/null +++ b/io.catenax.packing_list/RELEASE_NOTES.md @@ -0,0 +1,11 @@ +Changelog +All notable changes to this model will be documented in this file. + +[Unreleased] +[1.0.0] - 2022-03-30 +Added +initial model +Changed +n/a + +Removed From c90a2b051cefa3eb7e27b8fe25cf7e95a2c966dc Mon Sep 17 00:00:00 2001 From: jonbckr Date: Wed, 3 Jan 2024 15:28:19 +0100 Subject: [PATCH 02/15] Create metadata.json --- io.catenax.packing_list/1.0.0/metadata.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 io.catenax.packing_list/1.0.0/metadata.json diff --git a/io.catenax.packing_list/1.0.0/metadata.json b/io.catenax.packing_list/1.0.0/metadata.json new file mode 100644 index 000000000..eb94ac1ea --- /dev/null +++ b/io.catenax.packing_list/1.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release"} From 88274651ad9798175197464daf0716bdacfc0f9c Mon Sep 17 00:00:00 2001 From: jonbckr Date: Wed, 3 Jan 2024 15:29:22 +0100 Subject: [PATCH 03/15] Create PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 155 ++++++++++++++++++ 1 file changed, 155 insertions(+) create mode 100644 io.catenax.packing_list/1.0.0/PackingList.ttl diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl new file mode 100644 index 000000000..db011d3a1 --- /dev/null +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -0,0 +1,155 @@ +####################################################################### +# Copyright (c) 2024 BASF SE +# Copyright (c) 2024 Bayerische Motoren Werke Aktiengesellschaft (BMW AG) +# Copyright (c) 2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML) +# Copyright (c) 2024 German Edge Cloud GmbH & Co. KG +# Copyright (c) 2024 Henkel AG & Co. KGaA +# Copyright (c) 2024 Mercedes Benz AG +# Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH +# Copyright (c) 2024 SAP SE +# Copyright (c) 2024 Siemens AG +# Copyright (c) 2024 T-Systems International GmbH +# Copyright (c) 2024 ZF Friedrichshafen AG +# Copyright (c) 2024 Contributors to the Eclipse Foundation +# +# See the NOTICE file(s) distributed with this work for additional +# information regarding copyright ownership. +# +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC-BY-4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/legalcode. +# +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix ext-characteristic: . +@prefix ext-number: . +@prefix ext-uuid: . + +:PackingList a samm:Aspect; + samm:preferredName "Packing List"@en; + samm:description "This model represents a commonly used packing list used in logistics. It is linked to the logistics twin. "@en; + samm:properties (:orderDate :shippingDate :listItems :senderAddress :receiverAddress :orderNumber); + samm:operations (); + samm:events (). +:orderDate a samm:Property; + samm:preferredName "Order Date"@en; + samm:description "Date once the item(s) were ordered. "@en; + samm:characteristic :DateCharacteristic; + samm:exampleValue "2023-01-12"^^xsd:date. +:shippingDate a samm:Property; + samm:preferredName "Shipping Date"@en; + samm:description "Date once item(s) are shipped. "@en; + samm:characteristic :DateCharacteristic; + samm:exampleValue "2023-02-11"^^xsd:date. +:listItems a samm:Property; + samm:preferredName "List Items"@en; + samm:description "Set of items part of the packing list. "@en; + samm:characteristic :SetOfListItems. +:senderAddress a samm:Property; + samm:preferredName "Sender Address"@en; + samm:description "Sender of the delivery, including the name and address. "@en; + samm:characteristic :SenderAddressCharacteristic. +:receiverAddress a samm:Property; + samm:preferredName "Receiver Address"@en; + samm:description "Receiver of the delivery, including the name and address. "@en; + samm:characteristic :ReceiverAddressCharacteristic. +:DateCharacteristic a samm:Characteristic; + samm:preferredName "DateCharacteristic"@en; + samm:dataType xsd:date. +:SetOfListItems a samm-c:Set; + samm:preferredName "Set Of List Items"@en; + samm:description "Set Of List Items of the packing list. "@en; + samm:dataType :ListData. +:ListData a samm:Entity; + samm:preferredName "List Data"@en; + samm:description "Catena-X ID and data of the packing list item."@en; + samm:properties (:quantity :position [ + samm:property :itemDescription; + samm:optional "true"^^xsd:boolean +] :itemName [ + samm:property :catenaXId; + samm:optional "true"^^xsd:boolean +]). +:quantity a samm:Property; + samm:preferredName "Quantity"@en; + samm:description "Quantity of the item. "@en; + samm:characteristic :QuantityCharacteristic. +:position a samm:Property; + samm:preferredName "Position"@en; + samm:description "Numbering of all positoins or items in the packing list. "@en; + samm:characteristic :PositionCharacteristic; + samm:exampleValue "1"^^xsd:int. +:itemDescription a samm:Property; + samm:preferredName "Item Description"@en; + samm:description "Describes the item in the packing list. "@en; + samm:characteristic samm-c:Text. +:itemName a samm:Property; + samm:preferredName "Item Name"@en; + samm:description "Item Name from a packing list. Should it be a serial number (CatenaX-ID?)"@en; + samm:characteristic samm-c:Text; + samm:exampleValue "Valve". +:catenaXId a samm:Property; + samm:preferredName "Catena-X ID"@en; + samm:description "The Catena-X ID of the given part (e.g. the assembly), valid for the Catena-X dataspace."@en; + samm:characteristic ext-uuid:UuidV4Trait; + samm:exampleValue "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d". +:QuantityCharacteristic a samm:Characteristic; + samm:preferredName "Quantity Characteristic"@en; + samm:description "Describes the quantity of the itemby providing a quantity value and the measurement unit in which the quantity is measured."@en; + samm:dataType :Quantity. +:PositionCharacteristic a samm:Characteristic; + samm:preferredName "Position Characteristic"@en; + samm:dataType xsd:int. +:Quantity a samm:Entity; + samm:preferredName "Quantity"@en; + samm:description "Comprises the number of objects and the unit of measurement for the respective items. "@en; + samm:properties (:quantityNumber :measurementUnit). +:quantityNumber a samm:Property; + samm:preferredName "Quantity Number"@en; + samm:description "The number of objects related to the measurement unit."@en; + samm:characteristic :NumberOfObjects; + samm:exampleValue "2.5"^^xsd:double. +:measurementUnit a samm:Property; + samm:preferredName "Measurement Unit"@en; + samm:description "Unit of Measurement for the quantity of serialized objects."@en; + samm:characteristic samm-c:UnitReference; + samm:exampleValue "unit:litre"^^samm:curie. +:NumberOfObjects a samm:Characteristic; + samm:preferredName "Number Of Objects"@en; + samm:description "Quantifiable number of objects in reference to the measurementUnit."@en; + samm:dataType xsd:double. +:SenderAddressCharacteristic a samm:Characteristic; + samm:preferredName "Sender Address Characteristic"@en; + samm:description "Characteristic for the Sender Address."@en; + samm:dataType :SenderAddressEntity. +:ReceiverAddressCharacteristic a samm:Characteristic; + samm:preferredName "Receiver Address Characteristic"@en; + samm:description "Characteristic for the Receiver Address."@en; + samm:dataType :ReceiverAddressEntity. +:SenderAddressEntity a samm:Entity; + samm:preferredName "Sender Address Entity"@en; + samm:description "Entity encapsulating the BPNA information from the Sender. "@en; + samm:properties (ext-number:bpnaProperty). +:ReceiverAddressEntity a samm:Entity; + samm:preferredName "Receiver Address Entity"@en; + samm:description "Entity encapsulating the BPNA information from the Receiver. "@en; + samm:properties (ext-number:bpnaProperty). +:orderNumber a samm:Property; + samm:preferredName "Order Number"@en; + samm:description "Order number(s) linked to the items in the packing list. See if we need to integrate the shipping number as well -> we need local identifiers) "@en; + samm:characteristic :OrderNumberCharacteristic; + samm:exampleValue "123456". +:OrderNumberCharacteristic a samm:Characteristic; + samm:preferredName "Order Number Characteristic"@en; + samm:description "Characteristic of the order number. "@en; + samm:dataType xsd:string. From e9da79773617a55a8a54b5be37de2154381e98d0 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 10:29:57 +0100 Subject: [PATCH 04/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 262 +++++++++--------- 1 file changed, 132 insertions(+), 130 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index db011d3a1..baceeab86 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -23,133 +23,135 @@ # SPDX-License-Identifier: CC-BY-4.0 ####################################################################### -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . -@prefix rdf: . -@prefix rdfs: . -@prefix xsd: . -@prefix : . -@prefix ext-characteristic: . -@prefix ext-number: . -@prefix ext-uuid: . - -:PackingList a samm:Aspect; - samm:preferredName "Packing List"@en; - samm:description "This model represents a commonly used packing list used in logistics. It is linked to the logistics twin. "@en; - samm:properties (:orderDate :shippingDate :listItems :senderAddress :receiverAddress :orderNumber); - samm:operations (); - samm:events (). -:orderDate a samm:Property; - samm:preferredName "Order Date"@en; - samm:description "Date once the item(s) were ordered. "@en; - samm:characteristic :DateCharacteristic; - samm:exampleValue "2023-01-12"^^xsd:date. -:shippingDate a samm:Property; - samm:preferredName "Shipping Date"@en; - samm:description "Date once item(s) are shipped. "@en; - samm:characteristic :DateCharacteristic; - samm:exampleValue "2023-02-11"^^xsd:date. -:listItems a samm:Property; - samm:preferredName "List Items"@en; - samm:description "Set of items part of the packing list. "@en; - samm:characteristic :SetOfListItems. -:senderAddress a samm:Property; - samm:preferredName "Sender Address"@en; - samm:description "Sender of the delivery, including the name and address. "@en; - samm:characteristic :SenderAddressCharacteristic. -:receiverAddress a samm:Property; - samm:preferredName "Receiver Address"@en; - samm:description "Receiver of the delivery, including the name and address. "@en; - samm:characteristic :ReceiverAddressCharacteristic. -:DateCharacteristic a samm:Characteristic; - samm:preferredName "DateCharacteristic"@en; - samm:dataType xsd:date. -:SetOfListItems a samm-c:Set; - samm:preferredName "Set Of List Items"@en; - samm:description "Set Of List Items of the packing list. "@en; - samm:dataType :ListData. -:ListData a samm:Entity; - samm:preferredName "List Data"@en; - samm:description "Catena-X ID and data of the packing list item."@en; - samm:properties (:quantity :position [ - samm:property :itemDescription; - samm:optional "true"^^xsd:boolean -] :itemName [ - samm:property :catenaXId; - samm:optional "true"^^xsd:boolean -]). -:quantity a samm:Property; - samm:preferredName "Quantity"@en; - samm:description "Quantity of the item. "@en; - samm:characteristic :QuantityCharacteristic. -:position a samm:Property; - samm:preferredName "Position"@en; - samm:description "Numbering of all positoins or items in the packing list. "@en; - samm:characteristic :PositionCharacteristic; - samm:exampleValue "1"^^xsd:int. -:itemDescription a samm:Property; - samm:preferredName "Item Description"@en; - samm:description "Describes the item in the packing list. "@en; - samm:characteristic samm-c:Text. -:itemName a samm:Property; - samm:preferredName "Item Name"@en; - samm:description "Item Name from a packing list. Should it be a serial number (CatenaX-ID?)"@en; - samm:characteristic samm-c:Text; - samm:exampleValue "Valve". -:catenaXId a samm:Property; - samm:preferredName "Catena-X ID"@en; - samm:description "The Catena-X ID of the given part (e.g. the assembly), valid for the Catena-X dataspace."@en; - samm:characteristic ext-uuid:UuidV4Trait; - samm:exampleValue "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d". -:QuantityCharacteristic a samm:Characteristic; - samm:preferredName "Quantity Characteristic"@en; - samm:description "Describes the quantity of the itemby providing a quantity value and the measurement unit in which the quantity is measured."@en; - samm:dataType :Quantity. -:PositionCharacteristic a samm:Characteristic; - samm:preferredName "Position Characteristic"@en; - samm:dataType xsd:int. -:Quantity a samm:Entity; - samm:preferredName "Quantity"@en; - samm:description "Comprises the number of objects and the unit of measurement for the respective items. "@en; - samm:properties (:quantityNumber :measurementUnit). -:quantityNumber a samm:Property; - samm:preferredName "Quantity Number"@en; - samm:description "The number of objects related to the measurement unit."@en; - samm:characteristic :NumberOfObjects; - samm:exampleValue "2.5"^^xsd:double. -:measurementUnit a samm:Property; - samm:preferredName "Measurement Unit"@en; - samm:description "Unit of Measurement for the quantity of serialized objects."@en; - samm:characteristic samm-c:UnitReference; - samm:exampleValue "unit:litre"^^samm:curie. -:NumberOfObjects a samm:Characteristic; - samm:preferredName "Number Of Objects"@en; - samm:description "Quantifiable number of objects in reference to the measurementUnit."@en; - samm:dataType xsd:double. -:SenderAddressCharacteristic a samm:Characteristic; - samm:preferredName "Sender Address Characteristic"@en; - samm:description "Characteristic for the Sender Address."@en; - samm:dataType :SenderAddressEntity. -:ReceiverAddressCharacteristic a samm:Characteristic; - samm:preferredName "Receiver Address Characteristic"@en; - samm:description "Characteristic for the Receiver Address."@en; - samm:dataType :ReceiverAddressEntity. -:SenderAddressEntity a samm:Entity; - samm:preferredName "Sender Address Entity"@en; - samm:description "Entity encapsulating the BPNA information from the Sender. "@en; - samm:properties (ext-number:bpnaProperty). -:ReceiverAddressEntity a samm:Entity; - samm:preferredName "Receiver Address Entity"@en; - samm:description "Entity encapsulating the BPNA information from the Receiver. "@en; - samm:properties (ext-number:bpnaProperty). -:orderNumber a samm:Property; - samm:preferredName "Order Number"@en; - samm:description "Order number(s) linked to the items in the packing list. See if we need to integrate the shipping number as well -> we need local identifiers) "@en; - samm:characteristic :OrderNumberCharacteristic; - samm:exampleValue "123456". -:OrderNumberCharacteristic a samm:Characteristic; - samm:preferredName "Order Number Characteristic"@en; - samm:description "Characteristic of the order number. "@en; - samm:dataType xsd:string. +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix ext-characteristic: . +@prefix ext-number: . +@prefix ext-uuid: . + +:PackingList a samm:Aspect ; + samm:preferredName "Packing List"@en ; + samm:description "This model represents a commonly used packing list used in logistics and shipment of goods. It displays goods and their corresponding quantity, as well as, if given the Catena-X Id of the good."@en ; + samm:properties ( :shippingDate :listItems :senderAddress :receiverAddress ) ; + samm:operations ( ) ; + samm:events ( ) . + +:shippingDate a samm:Property ; + samm:preferredName "Shipping Date"@en ; + samm:description "Date once item(s) are shipped."@en ; + samm:characteristic :DateCharacteristic ; + samm:exampleValue "2023-02-11"^^xsd:date . + +:listItems a samm:Property ; + samm:preferredName "List Items"@en ; + samm:description "Set of items part of the packing list."@en ; + samm:characteristic :SetOfListItems . + +:senderAddress a samm:Property ; + samm:preferredName "Sender Address"@en ; + samm:description "Sender of the delivery, including the name and address."@en ; + samm:characteristic :SenderAddressCharacteristic . + +:receiverAddress a samm:Property ; + samm:preferredName "Receiver Address"@en ; + samm:description "Receiver of the delivery, including the name and address. "@en ; + samm:characteristic :ReceiverAddressCharacteristic . + +:DateCharacteristic a samm:Characteristic ; + samm:preferredName "DateCharacteristic"@en ; + samm:dataType xsd:date . + +:SetOfListItems a samm-c:Set ; + samm:preferredName "Set Of List Items"@en ; + samm:description "Set Of List Items of the packing list."@en ; + samm:dataType :ListData . + +:SenderAddressCharacteristic a samm:Characteristic ; + samm:preferredName "Sender Address Characteristic"@en ; + samm:description "Characteristic for the Sender Address."@en ; + samm:dataType :SenderAddressEntity . + +:ReceiverAddressCharacteristic a samm:Characteristic ; + samm:preferredName "Receiver Address Characteristic"@en ; + samm:description "Characteristic for the Receiver Address."@en ; + samm:dataType :ReceiverAddressEntity . + +:ListData a samm:Entity ; + samm:preferredName "List Data"@en ; + samm:description "Catena-X ID and data of the packing list item."@en ; + samm:properties ( :quantity :position [ samm:property :itemDescription; samm:optional true ] :itemName [ samm:property :catenaXId; samm:optional true ] ) . + +:SenderAddressEntity a samm:Entity ; + samm:preferredName "Sender Address Entity"@en ; + samm:description "Entity encapsulating the BPNA information from the Sender."@en ; + samm:properties ( ext-number:bpnaProperty ) . + +:ReceiverAddressEntity a samm:Entity ; + samm:preferredName "Receiver Address Entity"@en ; + samm:description "Entity encapsulating the BPNA information from the Receiver."@en ; + samm:properties ( ext-number:bpnaProperty ) . + +:quantity a samm:Property ; + samm:preferredName "Quantity"@en ; + samm:description "Quantity of the item. "@en ; + samm:characteristic :QuantityCharacteristic . + +:position a samm:Property ; + samm:preferredName "Position"@en ; + samm:description "Numbering of all positoins or items in the packing list. "@en ; + samm:characteristic :PositionCharacteristic ; + samm:exampleValue "1"^^xsd:int . + +:itemDescription a samm:Property ; + samm:preferredName "Item Description"@en ; + samm:description "Describes the item in the packing list."@en ; + samm:characteristic samm-c:Text . + +:itemName a samm:Property ; + samm:preferredName "Item Name"@en ; + samm:description "Item Name from a packing list. Should it be a serial number (CatenaX-ID?)"@en ; + samm:characteristic samm-c:Text ; + samm:exampleValue "Valve" . + +:catenaXId a samm:Property ; + samm:preferredName "Catena-X ID"@en ; + samm:description "The Catena-X ID of the given part (e.g. the assembly), valid for the Catena-X dataspace."@en ; + samm:characteristic ext-uuid:UuidV4Trait ; + samm:exampleValue "urn:uuid:055c1128-0375-47c8-98de-7cf802c3241d" . + +:QuantityCharacteristic a samm:Characteristic ; + samm:preferredName "Quantity Characteristic"@en ; + samm:description "Describes the quantity of the itemby providing a quantity value and the measurement unit in which the quantity is measured."@en ; + samm:dataType :Quantity . + +:PositionCharacteristic a samm:Characteristic ; + samm:preferredName "Position Characteristic"@en ; + samm:dataType xsd:int . + +:Quantity a samm:Entity ; + samm:preferredName "Quantity"@en ; + samm:description "Comprises the number of objects and the unit of measurement for the respective items."@en ; + samm:properties ( :quantityNumber :measurementUnit ) . + +:quantityValue a samm:Property ; + samm:preferredName "Quantity Value"@en ; + samm:description "The value of an objects related to the measurement unit. Value, as it should display various quantity measures, such as kg,liter or pcs."@en ; + samm:characteristic :NumberOfObjects ; + samm:exampleValue "2.5"^^xsd:double . + +:measurementUnit a samm:Property ; + samm:preferredName "Measurement Unit"@en ; + samm:description "Unit of Measurement for the quantity of objects."@en ; + samm:characteristic samm-c:UnitReference ; + samm:exampleValue "unit:litre"^^samm:curie . + +:ValueOfObjects a samm:Characteristic ; + samm:preferredName "Value Of Objects"@en ; + samm:description "Quantifiable value of objects in reference to the measurementUnit."@en ; + samm:dataType xsd:double . From 05fdef88083f1f559465279eaffaa61f604d761e Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 10:34:08 +0100 Subject: [PATCH 05/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index baceeab86..8c244ec5e 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -31,9 +31,9 @@ @prefix rdfs: . @prefix xsd: . @prefix : . -@prefix ext-characteristic: . -@prefix ext-number: . -@prefix ext-uuid: . +@prefix ext-characteristic: . +@prefix ext-number: . +@prefix ext-uuid: . :PackingList a samm:Aspect ; samm:preferredName "Packing List"@en ; From 781e515dd97a859ea689d677127bebb00ca08b7b Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 10:38:16 +0100 Subject: [PATCH 06/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index 8c244ec5e..dc266b798 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -23,10 +23,10 @@ # SPDX-License-Identifier: CC-BY-4.0 ####################################################################### -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . From 34398e6d845ce2882ffb4cafa311c6c157214003 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 10:54:42 +0100 Subject: [PATCH 07/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index dc266b798..0d972e45c 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -136,13 +136,13 @@ :Quantity a samm:Entity ; samm:preferredName "Quantity"@en ; - samm:description "Comprises the number of objects and the unit of measurement for the respective items."@en ; - samm:properties ( :quantityNumber :measurementUnit ) . + samm:description "Comprises the value of objects and the unit of measurement for the respective items."@en ; + samm:properties ( :quantityValue :measurementUnit ) . :quantityValue a samm:Property ; samm:preferredName "Quantity Value"@en ; samm:description "The value of an objects related to the measurement unit. Value, as it should display various quantity measures, such as kg,liter or pcs."@en ; - samm:characteristic :NumberOfObjects ; + samm:characteristic :ValueOfObjects ; samm:exampleValue "2.5"^^xsd:double . :measurementUnit a samm:Property ; From bbccc944573f34fee26ded2593f6078fd79878b5 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 11:10:30 +0100 Subject: [PATCH 08/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index 0d972e45c..8a50cbf20 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -23,7 +23,7 @@ # SPDX-License-Identifier: CC-BY-4.0 ####################################################################### -@prefix samm: . +@prefix samm: . @prefix samm-c: . @prefix samm-e: . @prefix unit: . @@ -37,7 +37,7 @@ :PackingList a samm:Aspect ; samm:preferredName "Packing List"@en ; - samm:description "This model represents a commonly used packing list used in logistics and shipment of goods. It displays goods and their corresponding quantity, as well as, if given the Catena-X Id of the good."@en ; + samm:description "This model represents a commonly used packing list used in logistics and shipment of goods. It displays goods and their corresponding quantity, as well as, if given the Catena-X Id of the good."@en ; samm:properties ( :shippingDate :listItems :senderAddress :receiverAddress ) ; samm:operations ( ) ; samm:events ( ) . @@ -60,7 +60,7 @@ :receiverAddress a samm:Property ; samm:preferredName "Receiver Address"@en ; - samm:description "Receiver of the delivery, including the name and address. "@en ; + samm:description "Receiver of the delivery, including the name and address."@en ; samm:characteristic :ReceiverAddressCharacteristic . :DateCharacteristic a samm:Characteristic ; @@ -99,12 +99,12 @@ :quantity a samm:Property ; samm:preferredName "Quantity"@en ; - samm:description "Quantity of the item. "@en ; + samm:description "Quantity of the item."@en ; samm:characteristic :QuantityCharacteristic . :position a samm:Property ; samm:preferredName "Position"@en ; - samm:description "Numbering of all positoins or items in the packing list. "@en ; + samm:description "Numbering of all positions or items in the packing list."@en ; samm:characteristic :PositionCharacteristic ; samm:exampleValue "1"^^xsd:int . @@ -115,7 +115,7 @@ :itemName a samm:Property ; samm:preferredName "Item Name"@en ; - samm:description "Item Name from a packing list. Should it be a serial number (CatenaX-ID?)"@en ; + samm:description "Name of the item seen in the packing list."@en ; samm:characteristic samm-c:Text ; samm:exampleValue "Valve" . @@ -141,7 +141,7 @@ :quantityValue a samm:Property ; samm:preferredName "Quantity Value"@en ; - samm:description "The value of an objects related to the measurement unit. Value, as it should display various quantity measures, such as kg,liter or pcs."@en ; + samm:description "The value of an objects related to the measurement unit. Value, as it should display various quantity measures, such as kg, liter or pcs."@en ; samm:characteristic :ValueOfObjects ; samm:exampleValue "2.5"^^xsd:double . From 519febe5209b65f78b8e24e96c0c8474fc9f9a74 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 11:12:22 +0100 Subject: [PATCH 09/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index 8a50cbf20..20d5c9b6f 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -24,16 +24,16 @@ ####################################################################### @prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . -@prefix ext-characteristic: . -@prefix ext-number: . -@prefix ext-uuid: . +@prefix : . +@prefix ext-characteristic: . +@prefix ext-number: . +@prefix ext-uuid: . :PackingList a samm:Aspect ; samm:preferredName "Packing List"@en ; @@ -155,3 +155,4 @@ samm:preferredName "Value Of Objects"@en ; samm:description "Quantifiable value of objects in reference to the measurementUnit."@en ; samm:dataType xsd:double . + From 33eb4445ca104fc153cba0780ff987dfa2dbc715 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 11:15:06 +0100 Subject: [PATCH 10/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index 20d5c9b6f..5868b2669 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -30,7 +30,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix ext-characteristic: . @prefix ext-number: . @prefix ext-uuid: . From 4a811413154c6e5d6006e9923d269b6bd35fbd35 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 11:21:56 +0100 Subject: [PATCH 11/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index 5868b2669..e2b230676 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -31,9 +31,9 @@ @prefix rdfs: . @prefix xsd: . @prefix : . -@prefix ext-characteristic: . -@prefix ext-number: . -@prefix ext-uuid: . +@prefix ext-characteristic: . +@prefix ext-number: . +@prefix ext-uuid: . :PackingList a samm:Aspect ; samm:preferredName "Packing List"@en ; From a68aba35239da971b49f6dffc4756352b820efda Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 11:53:36 +0100 Subject: [PATCH 12/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 22 ++++--------------- 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index e2b230676..a60c6b27f 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -33,6 +33,7 @@ @prefix : . @prefix ext-characteristic: . @prefix ext-number: . +@prefix ext-quantity: . @prefix ext-uuid: . :PackingList a samm:Aspect ; @@ -65,6 +66,7 @@ :DateCharacteristic a samm:Characteristic ; samm:preferredName "DateCharacteristic"@en ; + samm:description "Describes the date in the following format: YYYY-MM-DD."@en ; samm:dataType xsd:date . :SetOfListItems a samm-c:Set ; @@ -132,27 +134,11 @@ :PositionCharacteristic a samm:Characteristic ; samm:preferredName "Position Characteristic"@en ; + samm:description "Describes the position in a numeric form. "@en ; samm:dataType xsd:int . :Quantity a samm:Entity ; samm:preferredName "Quantity"@en ; samm:description "Comprises the value of objects and the unit of measurement for the respective items."@en ; - samm:properties ( :quantityValue :measurementUnit ) . - -:quantityValue a samm:Property ; - samm:preferredName "Quantity Value"@en ; - samm:description "The value of an objects related to the measurement unit. Value, as it should display various quantity measures, such as kg, liter or pcs."@en ; - samm:characteristic :ValueOfObjects ; - samm:exampleValue "2.5"^^xsd:double . - -:measurementUnit a samm:Property ; - samm:preferredName "Measurement Unit"@en ; - samm:description "Unit of Measurement for the quantity of objects."@en ; - samm:characteristic samm-c:UnitReference ; - samm:exampleValue "unit:litre"^^samm:curie . - -:ValueOfObjects a samm:Characteristic ; - samm:preferredName "Value Of Objects"@en ; - samm:description "Quantifiable value of objects in reference to the measurementUnit."@en ; - samm:dataType xsd:double . + samm:properties ( ext-quantity:itemQuantityProperty ) . From f9924ceaedefcc9f86216e8af8f5bb68a9dbbae6 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 29 Jan 2024 11:56:31 +0100 Subject: [PATCH 13/15] Update RELEASE_NOTES.md --- io.catenax.packing_list/RELEASE_NOTES.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/io.catenax.packing_list/RELEASE_NOTES.md b/io.catenax.packing_list/RELEASE_NOTES.md index b505a2815..822bbde68 100644 --- a/io.catenax.packing_list/RELEASE_NOTES.md +++ b/io.catenax.packing_list/RELEASE_NOTES.md @@ -1,11 +1,12 @@ -Changelog +# Changelog All notable changes to this model will be documented in this file. -[Unreleased] -[1.0.0] - 2022-03-30 -Added -initial model -Changed +## [1.0.0] - 2024-01-29 +### Added +- initial model + +### Changed n/a -Removed +### Removed + From d8a2ef40f94b2bb8f60931f2d0d55c1a29d79540 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 5 Feb 2024 16:08:06 +0100 Subject: [PATCH 14/15] Update PackingList.ttl --- io.catenax.packing_list/1.0.0/PackingList.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.packing_list/1.0.0/PackingList.ttl b/io.catenax.packing_list/1.0.0/PackingList.ttl index a60c6b27f..7c54a76f7 100644 --- a/io.catenax.packing_list/1.0.0/PackingList.ttl +++ b/io.catenax.packing_list/1.0.0/PackingList.ttl @@ -32,9 +32,9 @@ @prefix xsd: . @prefix : . @prefix ext-characteristic: . -@prefix ext-number: . -@prefix ext-quantity: . -@prefix ext-uuid: . +@prefix ext-number: . +@prefix ext-quantity: . +@prefix ext-uuid: . :PackingList a samm:Aspect ; samm:preferredName "Packing List"@en ; From c398e44183683613a383b2bd78dfd858a15e65e4 Mon Sep 17 00:00:00 2001 From: jonbckr Date: Mon, 5 Feb 2024 16:10:29 +0100 Subject: [PATCH 15/15] Update RELEASE_NOTES.md --- io.catenax.packing_list/RELEASE_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.packing_list/RELEASE_NOTES.md b/io.catenax.packing_list/RELEASE_NOTES.md index 822bbde68..2d8ffb5af 100644 --- a/io.catenax.packing_list/RELEASE_NOTES.md +++ b/io.catenax.packing_list/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this model will be documented in this file. -## [1.0.0] - 2024-01-29 +## [1.0.0] - 2024-02-05 ### Added - initial model