Skip to content

Commit

Permalink
Rename Demand Category
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHeimann committed Mar 6, 2023
1 parent c2556b5 commit 67d8c5b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions io.catenax.capacity_group/1.0.0/CapacityGroup.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
bamm:preferredName "Demand Category"@en;
bamm:description "The classification of demands used to prioritize or allocate capacities."@en;
bamm:dataType :DemandCategoryType;
bamm-c:values (:DemandCategoryDefault :DemandCategoryAfterSales :DemandCategorySeries :DemandCategoryPhaseInPeriod :DemandCategorySingleOrder :DemandCategorySmallSeries :DemandCategoryIncrementalDemand :DemandCategoryPhaseOutPeriod).
bamm-c:values (:DemandCategoryDefault :DemandCategoryAfterSales :DemandCategorySeries :DemandCategoryPhaseInPeriod :DemandCategorySingleOrder :DemandCategorySmallSeries :DemandCategoryExtraordinaryDemand :DemandCategoryPhaseOutPeriod).
:CalendarWeek a bamm:Characteristic;
bamm:preferredName "Calendar Week"@en;
bamm:description "An ISO calendar week in which a given capacity will be provided. Must be given as date of the Monday in the week."@en;
Expand Down Expand Up @@ -192,13 +192,13 @@
:demandCategoryName "Phase-In Period"^^rdf:langString.
:DemandCategorySingleOrder a :DemandCategoryType;
:demandCategoryCode "OS01";
:demandCategoryName "Single-Order"^^rdf:langString.
:demandCategoryName "Single Order"^^rdf:langString.
:DemandCategorySmallSeries a :DemandCategoryType;
:demandCategoryCode "OI01";
:demandCategoryName "Small-Series"^^rdf:langString.
:DemandCategoryIncrementalDemand a :DemandCategoryType;
:demandCategoryCode "ID01";
:demandCategoryName "Incremental Demand"^^rdf:langString.
:demandCategoryName "Small Series"^^rdf:langString.
:DemandCategoryExtraordinaryDemand a :DemandCategoryType;
:demandCategoryCode "ED01";
:demandCategoryName "Extraordinary Demand"^^rdf:langString.
:DemandCategoryPhaseOutPeriod a :DemandCategoryType;
:demandCategoryCode "PO01";
:demandCategoryName "Phase-Out Period"^^rdf:langString.
Expand Down

0 comments on commit 67d8c5b

Please sign in to comment.