Skip to content

Commit db05887

Browse files
committed
Improve test models.
1 parent 87fa052 commit db05887

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

core/esmf-test-aspect-models/src/main/resources/valid/samm_1_0_0/org.eclipse.esmf.test/1.0.0/AspectWithConstrainedSet.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
:TestSetConstraint a samm-c:LengthConstraint;
4444
samm:name "TestSetConstraint" ;
45-
samm:preferredName "Company ID Set Constraint"@en;
46-
samm:description "Constraint for defining a non-empty set of company identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en;
47-
samm:see <https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/>;
45+
samm:preferredName "TestSet Constraint"@en;
46+
samm:description "Constraint for defining a non-empty set of identifiers."@en;
47+
samm:see <http://example.com/> ;
4848
samm-c:minValue "1"^^xsd:nonNegativeInteger.

core/esmf-test-aspect-models/src/main/resources/valid/samm_2_0_0/org.eclipse.esmf.test/1.0.0/AspectWithConstrainedSet.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
samm:dataType xsd:string .
4141

4242
:TestSetConstraint a samm-c:LengthConstraint;
43-
samm:preferredName "Company ID Set Constraint"@en;
44-
samm:description "Constraint for defining a non-empty set of company identifiers as specified in the Catena-X PCF Rulebook in accordance with the technical specifications for PCF Data Exchange (Version 2.0.0) from the WBCSD (World Business Council for Sustainable Development)/ PACT initiative."@en;
45-
samm:see <https://wbcsd.github.io/tr/2023/data-exchange-protocol-20230221/>;
43+
samm:preferredName "TestSet Constraint"@en;
44+
samm:description "Constraint for defining a non-empty set of identifiers."@en;
45+
samm:see <http://example.com/>;
4646
samm-c:minValue "1"^^xsd:nonNegativeInteger.

0 commit comments

Comments
 (0)