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 dfb0999
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>.
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
@prefix xsd: <http://www.w3.org/2001/XMLSchema#>.
@prefix : <urn:bamm:io.catenax.capacity_group:1.0.0#>.
@prefix : <urn:bamm:io.catenax.week_based_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 dfb0999

Please sign in to comment.