Skip to content

Commit 8a787d0

Browse files
committed
Remove all bamm:name properties.
1 parent f4edb4e commit 8a787d0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

core/sds-test-aspect-models/src/main/resources/valid/bamm_2_0_0/io.openmanufacturing.test/1.0.0/AspectWithEnumOnlyOneSee.ttl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,16 @@
2323
bamm:operations ().
2424

2525
:prop1 a bamm:Property;
26-
bamm:name "prop1";
2726
bamm:characteristic :Enum1.
27+
2828
:prop2 a bamm:Property;
29-
bamm:name "prop2";
3029
bamm:characteristic :Enum2.
3130

3231
:Enum1 a bamm-c:Enumeration;
33-
bamm:name "Enum1";
3432
bamm:dataType xsd:string;
3533
bamm-c:values ("a" "b").
34+
3635
:Enum2 a bamm-c:Enumeration;
37-
bamm:name "Enum2";
3836
bamm:dataType xsd:string;
3937
bamm-c:values ("1" "2");
4038
bamm:see <https://test.com>.

0 commit comments

Comments
 (0)