Skip to content

Commit

Permalink
Update WeekBasedCapacityGroup.ttl
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasSchmetz authored Sep 3, 2024
1 parent 1cb0cc8 commit 747e818
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@

:QuantityFixedPoint a samm-c:FixedPointConstraint ;
samm:preferredName "Quantity Fixed Point"@en ;
samm:description "Constraint to ensure size of quantities: 12 digits plus 3 decimal places."@en ;
samm-c:integer "15"^^xsd:positiveInteger ;
samm:description "Constraint to ensure size of quantities: 18 digits plus 3 decimal places."@en ;
samm-c:integer "21"^^xsd:positiveInteger ;
samm-c:scale "1000"^^xsd:positiveInteger .

:Integer a samm:Characteristic ;
Expand Down Expand Up @@ -418,7 +418,7 @@

:absoluteNegativeDeviation a samm:Property ;
samm:preferredName "Absolute Negative Deviation"@en ;
samm:description "Absolute negative deviation threshold which triggers an alert; 100 (units) = 100"@en ;
samm:description "Absolute negative deviation threshold which triggers an alert; -100 (units) = 100"@en ;
samm:characteristic :Decimal ;
samm:exampleValue "100.0"^^xsd:decimal .

Expand Down

0 comments on commit 747e818

Please sign in to comment.