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 ed8c63b commit e84409c
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.capacity_group:1.0.0#>.

:CapacityGroup a bamm:Aspect;
:WeekBasedCapacityGroup a bamm:Aspect;
bamm:preferredName "Capacity Group"@en;
bamm:description "An entity made up of the weekly actual and maximum capacities for a specific customer in a given time period. A capacity group is used to compare demand and capacity data for one or several similar bundled materials in a defined unit of measure."@en;
bamm:properties (:capacityGroupId :name [
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 capacity group model
- initial version of the aspect model for week-based capacity groups

0 comments on commit e84409c

Please sign in to comment.