Skip to content

Commit

Permalink
Add prefix "WeekBased" to aspect name
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHeimann committed Mar 6, 2023
1 parent 4f896f9 commit 3e8507f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix : <urn:bamm:io.catenax.material_demand:1.0.0#>.

:MaterialDemand a bamm:Aspect;
:WeekBasedMaterialDemand a bamm:Aspect;
bamm:preferredName "Material Demand"@en;
bamm:description "The requirements of a customer towards a specific supplier for a specific material. Each material demand is unique by its Customer, Supplier and Material Number."@en;
bamm:properties (:materialDemandId :demandSeries :customer :supplier :unitOfMeasure :materialNumberCustomer [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
All notable changes to this model will be documented in this file.

## [1.0.0]
- initial version of material demand model
- initial version of the aspect model for week-based material demands

0 comments on commit 3e8507f

Please sign in to comment.