From 91dd882071c12450e02efa2ae20079665c108173 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Wed, 24 Jan 2024 13:23:44 +0100 Subject: [PATCH 1/7] initial version 2.0.0 --- .../2.0.0/GetProductionForecast.ttl | 91 +++++++++++++++++++ .../2.0.0/metadata.json | 1 + .../RELEASE_NOTES.md | 6 +- 3 files changed, 97 insertions(+), 1 deletion(-) create mode 100644 io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl create mode 100644 io.catenax.shopfloor_information.get_production_forecast/2.0.0/metadata.json diff --git a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl new file mode 100644 index 00000000..7ec2d68a --- /dev/null +++ b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl @@ -0,0 +1,91 @@ +########################################################################################## +# Copyright (c) 2023-2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IOSB & Fraunhofer IWU & Fraunhofer IPA) +# Copyright (c) 2023-2024 Siemens AG +# Copyright (c) 2023-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-header: . +@prefix ext-types: . + +:GetProductionForecast a samm:Aspect ; + samm:preferredName "Get Production Forecast"@en ; + samm:description "Aspect Model to request a production forecast"@en ; + samm:properties ( [ samm:property :request; samm:optional true ] ext-header:header ) ; + samm:operations ( ) ; + samm:events ( ) . + +:request a samm:Property ; + samm:preferredName "Request"@en ; + samm:description "Data model for a request"@en ; + samm:characteristic :RequestCharacteristic . + +:RequestCharacteristic a samm:Characteristic ; + samm:preferredName "Request Characteristic"@en ; + samm:description "Data type for a request"@en ; + samm:dataType :RequestEntity . + +:RequestEntity a samm:Entity ; + samm:preferredName "Request Entity"@en ; + samm:description "Entity for a request of a production forecast"@en ; + samm:properties ( :offset :customerId [ samm:property :precisionOfForecast; samm:optional true ] :productionForecastForAll :orderId [ samm:property :deviationOfSchedule; samm:optional true ] [ samm:property :notificationInterval; samm:optional true ] ext-types:communicationMode ext-types:versionDataModel ) . + +:offset a samm:Property ; + samm:preferredName "offset"@en ; + samm:description "Send/start time of the first message/notification\n- \"0\" ==> immediate response"@en ; + samm:characteristic :TimeValueCharacteristic . + +:customerId a samm:Property ; + samm:preferredName "customerId"@en ; + samm:description "Internal customerId"@en ; + samm:characteristic ext-header:BpnCharacteristic ; + samm:exampleValue "BPNL7588787849VQ" . + +:precisionOfForecast a samm:Property ; + samm:preferredName "Precision of forecast"@en ; + samm:description "Accuracy of the time specification of the completion date.\n- default: implicitly defined by production\n- only as a REQUEST of the requester since it cannot be guaranteed that the store floor can provide the data in this accuracy."@en ; + samm:characteristic :TimeValueCharacteristic . + +:productionForecastForAll a samm:Property ; + samm:preferredName "Production forecast for all"@en ; + samm:description "Boolean variable that detemines whether the customer request information about each position of an order, or information about the complete order"@en ; + samm:characteristic samm-c:Boolean ; + samm:exampleValue false . + +:orderId a samm:Property ; + samm:preferredName "orderId"@en ; + samm:description "The Id identifying subject of the request"@en ; + samm:characteristic ext-header:UuidCharacteristic ; + samm:exampleValue "00000000-0000-0000-C000-000000000046" . + +:deviationOfSchedule a samm:Property ; + samm:preferredName "Deviation of Schedule"@en ; + samm:description "Mandatory property for the notification mode. The property specifies the deviation from targeted delivery date that must be met to send a notification to a subscriber\n\nmandatory for CommunicationMode = \"notification\""@en ; + samm:characteristic :TimeValueCharacteristic . + +:notificationInterval a samm:Property ; + samm:preferredName "Notification Interval"@en ; + samm:description "Interval time that either specifies the cyclic send time or limits the notification time\nmandatory for CommunicationMode = \"cyclic\""@en ; + samm:characteristic :TimeValueCharacteristic . + +:TimeValueCharacteristic a samm:Characteristic ; + samm:preferredName "TimeValueCharacteristic"@en ; + samm:description "Link to the TimeUnit Data Type"@en ; + samm:dataType ext-types:TimeValue . + diff --git a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/metadata.json b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/metadata.json new file mode 100644 index 00000000..84245e4e --- /dev/null +++ b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/metadata.json @@ -0,0 +1 @@ +{ "status" : "release" } diff --git a/io.catenax.shopfloor_information.get_production_forecast/RELEASE_NOTES.md b/io.catenax.shopfloor_information.get_production_forecast/RELEASE_NOTES.md index f55bfb9c..9d442801 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/RELEASE_NOTES.md +++ b/io.catenax.shopfloor_information.get_production_forecast/RELEASE_NOTES.md @@ -4,4 +4,8 @@ All notable changes to this model will be documented in this file. ## [1.0.0] -- initial version of the aspect model for get production forecast +- initial version of the aspect model for GetProductionForecast + +## [2.0.0] 29.01.2024 + +- Message Header, shopfloor_information_types updated to latest version 2.0.0 \ No newline at end of file From 2d3a29380039fc058162c7b20c4b2898a1f76a54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Wed, 24 Jan 2024 14:20:47 +0100 Subject: [PATCH 2/7] version 2.0.0 of the getProductionForecast data model --- .../2.0.0/GetProductionForecast.ttl | 146 +++++++++--------- 1 file changed, 73 insertions(+), 73 deletions(-) diff --git a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl index 7ec2d68a..36ee6f24 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl +++ b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl @@ -13,79 +13,79 @@ # # 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-header: . -@prefix ext-types: . +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . +@prefix ext-types2: . +@prefix ext-header2: . +@prefix ext-number: . +@prefix ext-uuid: . -:GetProductionForecast a samm:Aspect ; - samm:preferredName "Get Production Forecast"@en ; - samm:description "Aspect Model to request a production forecast"@en ; - samm:properties ( [ samm:property :request; samm:optional true ] ext-header:header ) ; - samm:operations ( ) ; - samm:events ( ) . +:GetProductionForecast a samm:Aspect; + samm:preferredName "Get Production Forecast"@en; + samm:description "Aspect Model to request a production forecast"@en; + samm:properties ([ + samm:property :request; + samm:optional "true"^^xsd:boolean +] ext-header2:header); + samm:operations (); + samm:events (). +:request a samm:Property; + samm:preferredName "Request"@en; + samm:description "Data model for a request"@en; + samm:characteristic :RequestCharacteristic. +:RequestCharacteristic a samm:Characteristic; + samm:preferredName "Request Characteristic"@en; + samm:description "Data type for a request"@en; + samm:dataType :RequestEntity. +:RequestEntity a samm:Entity; + samm:preferredName "Request Entity"@en; + samm:description "Entity for a request of a production forecast"@en; + samm:properties (:offset :customerId [ + samm:property :precisionOfForecast; + samm:optional "true"^^xsd:boolean +] :productionForecastForAll :orderId [ + samm:property :deviationOfSchedule; + samm:optional "true"^^xsd:boolean +] [ + samm:property :notificationInterval; + samm:optional "true"^^xsd:boolean +] ext-types2:communicationMode ext-header2:version). +:offset a samm:Property; + samm:preferredName "offset"@en; + samm:description "Send/start time of the first message/notification\n- \"0\" ==> immediate response"@en; + samm:characteristic ext-types2:TimeValueCharacteristic. +:customerId a samm:Property; + samm:preferredName "customerId"@en; + samm:description "Internal customerId"@en; + samm:characteristic ext-number:BpnlTrait; + samm:exampleValue "BPNL7588787849VQ". +:precisionOfForecast a samm:Property; + samm:preferredName "Precision of forecast"@en; + samm:description "Accuracy of the time specification of the completion date.\n- default: implicitly defined by production\n- only as a REQUEST of the requester since it cannot be guaranteed that the store floor can provide the data in this accuracy."@en; + samm:characteristic ext-types2:TimeValueCharacteristic. +:productionForecastForAll a samm:Property; + samm:preferredName "Production forecast for all"@en; + samm:description "Boolean variable that detemines whether the customer request information about each position of an order, or information about the complete order"@en; + samm:characteristic samm-c:Boolean; + samm:exampleValue "false"^^xsd:boolean. +:orderId a samm:Property; + samm:preferredName "orderId"@en; + samm:description "The Id identifying subject of the request"@en; + samm:characteristic ext-uuid:UuidV4Trait; + samm:exampleValue "00000000-0000-0000-C000-000000000046". +:deviationOfSchedule a samm:Property; + samm:preferredName "Deviation of Schedule"@en; + samm:description "Mandatory property for the notification mode. The property specifies the deviation from targeted delivery date that must be met to send a notification to a subscriber\n\nmandatory for CommunicationMode = \"notification\""@en; + samm:characteristic ext-types2:TimeValueCharacteristic. +:notificationInterval a samm:Property; + samm:preferredName "Notification Interval"@en; + samm:description "Interval time that either specifies the cyclic send time or limits the notification time\nmandatory for CommunicationMode = \"cyclic\""@en; + samm:characteristic ext-types2:TimeValueCharacteristic. -:request a samm:Property ; - samm:preferredName "Request"@en ; - samm:description "Data model for a request"@en ; - samm:characteristic :RequestCharacteristic . - -:RequestCharacteristic a samm:Characteristic ; - samm:preferredName "Request Characteristic"@en ; - samm:description "Data type for a request"@en ; - samm:dataType :RequestEntity . - -:RequestEntity a samm:Entity ; - samm:preferredName "Request Entity"@en ; - samm:description "Entity for a request of a production forecast"@en ; - samm:properties ( :offset :customerId [ samm:property :precisionOfForecast; samm:optional true ] :productionForecastForAll :orderId [ samm:property :deviationOfSchedule; samm:optional true ] [ samm:property :notificationInterval; samm:optional true ] ext-types:communicationMode ext-types:versionDataModel ) . - -:offset a samm:Property ; - samm:preferredName "offset"@en ; - samm:description "Send/start time of the first message/notification\n- \"0\" ==> immediate response"@en ; - samm:characteristic :TimeValueCharacteristic . - -:customerId a samm:Property ; - samm:preferredName "customerId"@en ; - samm:description "Internal customerId"@en ; - samm:characteristic ext-header:BpnCharacteristic ; - samm:exampleValue "BPNL7588787849VQ" . - -:precisionOfForecast a samm:Property ; - samm:preferredName "Precision of forecast"@en ; - samm:description "Accuracy of the time specification of the completion date.\n- default: implicitly defined by production\n- only as a REQUEST of the requester since it cannot be guaranteed that the store floor can provide the data in this accuracy."@en ; - samm:characteristic :TimeValueCharacteristic . - -:productionForecastForAll a samm:Property ; - samm:preferredName "Production forecast for all"@en ; - samm:description "Boolean variable that detemines whether the customer request information about each position of an order, or information about the complete order"@en ; - samm:characteristic samm-c:Boolean ; - samm:exampleValue false . - -:orderId a samm:Property ; - samm:preferredName "orderId"@en ; - samm:description "The Id identifying subject of the request"@en ; - samm:characteristic ext-header:UuidCharacteristic ; - samm:exampleValue "00000000-0000-0000-C000-000000000046" . - -:deviationOfSchedule a samm:Property ; - samm:preferredName "Deviation of Schedule"@en ; - samm:description "Mandatory property for the notification mode. The property specifies the deviation from targeted delivery date that must be met to send a notification to a subscriber\n\nmandatory for CommunicationMode = \"notification\""@en ; - samm:characteristic :TimeValueCharacteristic . - -:notificationInterval a samm:Property ; - samm:preferredName "Notification Interval"@en ; - samm:description "Interval time that either specifies the cyclic send time or limits the notification time\nmandatory for CommunicationMode = \"cyclic\""@en ; - samm:characteristic :TimeValueCharacteristic . - -:TimeValueCharacteristic a samm:Characteristic ; - samm:preferredName "TimeValueCharacteristic"@en ; - samm:description "Link to the TimeUnit Data Type"@en ; - samm:dataType ext-types:TimeValue . From cb587d0ae532926d46a01b304511cdebeb3cdec3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Wed, 24 Jan 2024 14:47:57 +0100 Subject: [PATCH 3/7] update copy right --- .../1.0.0/GetProductionForecast.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl index f7c489fc..7ec2d68a 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl +++ b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl @@ -1,7 +1,7 @@ ########################################################################################## -# Copyright (c) 2023 Fraunhofer Institute of Optronics, System Technology and Image Exploitation (IOSB) -# Copyright (c) 2023 Siemens AG -# Copyright (c) 2023 Contributors to the Eclipse Foundation +# Copyright (c) 2023-2024 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer IOSB & Fraunhofer IWU & Fraunhofer IPA) +# Copyright (c) 2023-2024 Siemens AG +# Copyright (c) 2023-2024 Contributors to the Eclipse Foundation # # See the NOTICE file(s) distributed with this work for additional # information regarding copyright ownership. From faa98528035b4240246ca0a4057f2ac1a4821db6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Thu, 25 Jan 2024 17:01:39 +0100 Subject: [PATCH 4/7] correct namespace name so that it corresponds to the directory in which it is provided --- .../1.0.0/GetProductionForecast.ttl | 2 +- .../1.0.0/metadata.json | 2 +- .../2.0.0/GetProductionForecast.ttl | 30 +++++++++---------- 3 files changed, 16 insertions(+), 18 deletions(-) diff --git a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl index 7ec2d68a..e25bec42 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl +++ b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/GetProductionForecast.ttl @@ -20,7 +20,7 @@ @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix ext-header: . @prefix ext-types: . diff --git a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json index 84245e4e..41ff99ca 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json +++ b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json @@ -1 +1 @@ -{ "status" : "release" } +{ "status" : "deprecated" } diff --git a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl index 36ee6f24..dff4fb24 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl +++ b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl @@ -13,14 +13,14 @@ # # SPDX-License-Identifier: CC-BY-4.0 ########################################################################################## -@prefix samm: . +@prefix samm: . @prefix samm-c: . @prefix samm-e: . @prefix unit: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . -@prefix : . +@prefix : . @prefix ext-types2: . @prefix ext-header2: . @prefix ext-number: . @@ -29,60 +29,58 @@ :GetProductionForecast a samm:Aspect; samm:preferredName "Get Production Forecast"@en; samm:description "Aspect Model to request a production forecast"@en; - samm:properties ([ - samm:property :request; - samm:optional "true"^^xsd:boolean -] ext-header2:header); + samm:properties ([ samm:property :request; samm:optional "true"^^xsd:boolean ] ext-header2:header); samm:operations (); samm:events (). + :request a samm:Property; samm:preferredName "Request"@en; samm:description "Data model for a request"@en; samm:characteristic :RequestCharacteristic. + :RequestCharacteristic a samm:Characteristic; samm:preferredName "Request Characteristic"@en; samm:description "Data type for a request"@en; samm:dataType :RequestEntity. + :RequestEntity a samm:Entity; samm:preferredName "Request Entity"@en; samm:description "Entity for a request of a production forecast"@en; - samm:properties (:offset :customerId [ - samm:property :precisionOfForecast; - samm:optional "true"^^xsd:boolean -] :productionForecastForAll :orderId [ - samm:property :deviationOfSchedule; - samm:optional "true"^^xsd:boolean -] [ - samm:property :notificationInterval; - samm:optional "true"^^xsd:boolean -] ext-types2:communicationMode ext-header2:version). + samm:properties (:offset :customerId [ samm:property :precisionOfForecast; samm:optional "true"^^xsd:boolean ] :productionForecastForAll :orderId [ samm:property :deviationOfSchedule; samm:optional "true"^^xsd:boolean ] [ samm:property :notificationInterval; samm:optional "true"^^xsd:boolean ] ext-types2:communicationMode ext-header2:version). + :offset a samm:Property; samm:preferredName "offset"@en; samm:description "Send/start time of the first message/notification\n- \"0\" ==> immediate response"@en; samm:characteristic ext-types2:TimeValueCharacteristic. + :customerId a samm:Property; samm:preferredName "customerId"@en; samm:description "Internal customerId"@en; samm:characteristic ext-number:BpnlTrait; samm:exampleValue "BPNL7588787849VQ". + :precisionOfForecast a samm:Property; samm:preferredName "Precision of forecast"@en; samm:description "Accuracy of the time specification of the completion date.\n- default: implicitly defined by production\n- only as a REQUEST of the requester since it cannot be guaranteed that the store floor can provide the data in this accuracy."@en; samm:characteristic ext-types2:TimeValueCharacteristic. + :productionForecastForAll a samm:Property; samm:preferredName "Production forecast for all"@en; samm:description "Boolean variable that detemines whether the customer request information about each position of an order, or information about the complete order"@en; samm:characteristic samm-c:Boolean; samm:exampleValue "false"^^xsd:boolean. + :orderId a samm:Property; samm:preferredName "orderId"@en; samm:description "The Id identifying subject of the request"@en; samm:characteristic ext-uuid:UuidV4Trait; samm:exampleValue "00000000-0000-0000-C000-000000000046". + :deviationOfSchedule a samm:Property; samm:preferredName "Deviation of Schedule"@en; samm:description "Mandatory property for the notification mode. The property specifies the deviation from targeted delivery date that must be met to send a notification to a subscriber\n\nmandatory for CommunicationMode = \"notification\""@en; samm:characteristic ext-types2:TimeValueCharacteristic. + :notificationInterval a samm:Property; samm:preferredName "Notification Interval"@en; samm:description "Interval time that either specifies the cyclic send time or limits the notification time\nmandatory for CommunicationMode = \"cyclic\""@en; From 606c7276826bad5b64b5b34839c3e754cf833211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Fri, 26 Jan 2024 10:23:49 +0100 Subject: [PATCH 5/7] correct release status in version 1.0.0 --- .../1.0.0/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json index 41ff99ca..84245e4e 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json +++ b/io.catenax.shopfloor_information.get_production_forecast/1.0.0/metadata.json @@ -1 +1 @@ -{ "status" : "deprecated" } +{ "status" : "release" } From 72b9e30f3b1aafc74e3bd14b61572f84cfcd5cef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Fri, 26 Jan 2024 14:08:57 +0100 Subject: [PATCH 6/7] correct prefferedNames --- .../2.0.0/GetProductionForecast.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl index dff4fb24..b2939c2a 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl +++ b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl @@ -54,8 +54,8 @@ samm:characteristic ext-types2:TimeValueCharacteristic. :customerId a samm:Property; - samm:preferredName "customerId"@en; - samm:description "Internal customerId"@en; + samm:preferredName "customer identification number"@en; + samm:description "Internal customer Id"@en; samm:characteristic ext-number:BpnlTrait; samm:exampleValue "BPNL7588787849VQ". @@ -71,7 +71,7 @@ samm:exampleValue "false"^^xsd:boolean. :orderId a samm:Property; - samm:preferredName "orderId"@en; + samm:preferredName "order identification number"@en; samm:description "The Id identifying subject of the request"@en; samm:characteristic ext-uuid:UuidV4Trait; samm:exampleValue "00000000-0000-0000-C000-000000000046". From 60ea9d4a307ecf378715cd5d315d65bc3ee157c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20D=C3=BCwel?= Date: Mon, 29 Jan 2024 16:51:31 +0100 Subject: [PATCH 7/7] update version to 2.1.0 --- .../2.0.0/GetProductionForecast.ttl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl index b2939c2a..82bd214a 100644 --- a/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl +++ b/io.catenax.shopfloor_information.get_production_forecast/2.0.0/GetProductionForecast.ttl @@ -14,9 +14,9 @@ # SPDX-License-Identifier: CC-BY-4.0 ########################################################################################## @prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . @prefix rdf: . @prefix rdfs: . @prefix xsd: .