Skip to content

Commit fa3ecba

Browse files
committed
Removed name property in new aspect
1 parent 8c9436d commit fa3ecba

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818

1919
:AspectWithExtendedEntity
2020
a bamm:Aspect ;
21-
bamm:name "AspectWithExtendedEntity" ;
2221
bamm:properties ( :testProperty ) ;
2322
bamm:operations ( ) .
2423

@@ -28,38 +27,31 @@
2827
bamm:see <http://example.com/omp> ;
2928
bamm:see <http://example.com/me> ;
3029
bamm:characteristic [ a bamm-c:SortedSet ;
31-
bamm:name "AspectWithExtendedEntity" ;
3230
bamm:dataType :TestEntity ] .
3331

3432
:TestEntity
3533
a bamm:Entity ;
3634
bamm:extends :ParentTestEntity ;
37-
bamm:name "TestEntity" ;
3835
bamm:properties ( ) .
3936

4037
:ParentTestEntity
4138
a bamm:AbstractEntity ;
4239
bamm:extends :ParentOfParentEntity ;
43-
bamm:name "ParentTestEntity" ;
4440
bamm:properties ( :parentString ) .
4541

4642
:ParentOfParentEntity
4743
a bamm:AbstractEntity ;
48-
bamm:name "ParentOfParentEntity" ;
4944
bamm:properties ( :parentOfParentString ) .
5045

5146
:StringCode
5247
a bamm-c:Code ;
53-
bamm:name "StringCode" ;
5448
bamm:dataType xsd:string .
5549

5650
:parentString
5751
a bamm:Property ;
58-
bamm:name "parentString" ;
5952
bamm:characteristic :StringCode .
6053

6154
:parentOfParentString
6255
a bamm:Property ;
63-
bamm:name "parentOfParentString" ;
6456
bamm:characteristic :StringCode .
6557

0 commit comments

Comments
 (0)