Skip to content

Commit 96b83d2

Browse files
committed
Fix test models
1 parent 387ee4e commit 96b83d2

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@prefix unit: <urn:bamm:io.openmanufacturing:unit:2.0.0#> .
1717
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1818

19-
:AspectWithCollection a bamm:Aspect ;
19+
:AspectWithCollections a bamm:Aspect ;
2020
bamm:properties ( :setProperty :listProperty ) ;
2121
bamm:operations ( ) .
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# SPDX-License-Identifier: MPL-2.0
1111

12-
@prefix : <urn:bamm:io.openmanufacturing:aspect-model:AspectWithunit:2.0.0#> .
12+
@prefix : <urn:bamm:io.openmanufacturing.test:1.0.0#> .
1313
@prefix bamm: <urn:bamm:io.openmanufacturing:meta-model:2.0.0#> .
1414
@prefix bamm-c: <urn:bamm:io.openmanufacturing:characteristic:2.0.0#> .
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1616
@prefix unit: <urn:bamm:io.openmanufacturing:unit:2.0.0#> .
1717

18-
:AspectWithEntity
18+
:AspectWithEntityWithoutProperty
1919
a bamm:Aspect ;
2020
bamm:preferredName "Test Aspect"@en ;
2121
bamm:description "This is a test description"@en ;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
@prefix bamm-c: <urn:bamm:io.openmanufacturing:characteristic:2.0.0#> .
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1616

17-
:AspectWithHTMLTags a bamm:Aspect ;
17+
:AspectWithHtmlTags a bamm:Aspect ;
1818
bamm:preferredName "Aspect With <img src=xss.png onerror=alert('Boom!')> Entity"@en ;
1919
bamm:description "Aspect With <p>inside html tag</p> Entity"@en ;
2020
bamm:properties ( :testEntity ) ;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1616
@prefix unit: <urn:bamm:io.openmanufacturing:unit:2.0.0#> .
1717

18-
:AspectWithOptionalProperty a bamm:Aspect ;
18+
:AspectWithOptionalPropertyWithPayloadName a bamm:Aspect ;
1919
bamm:preferredName "Test Aspect"@en ;
2020
bamm:description "This is a test description"@en ;
2121
bamm:see <http://example.com/omp> ;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@prefix unit: <urn:bamm:io.openmanufacturing:unit:2.0.0#> .
1717
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1818

19-
:AspectWithEntity a bamm:Aspect ;
19+
:AspectWithSimpleEntity a bamm:Aspect ;
2020
bamm:properties ( :entityProperty ) ;
2121
bamm:operations ( ) .
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@prefix unit: <urn:bamm:io.openmanufacturing:unit:2.0.0#> .
1717
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1818

19-
:AspectWithEnumeration a bamm:Aspect ;
19+
:AspectWithStringEnumeration a bamm:Aspect ;
2020
bamm:properties ( :enumerationProperty ) ;
2121
bamm:operations ( ) .
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#
1010
# SPDX-License-Identifier: MPL-2.0
1111

12-
@prefix : <urn:bamm:io.openmanufacturing:aspect-model:AspectWithunit:2.0.0#> .
12+
@prefix : <urn:bamm:io.openmanufacturing.test:1.0.0#> .
1313
@prefix bamm: <urn:bamm:io.openmanufacturing:meta-model:2.0.0#> .
1414
@prefix bamm-c: <urn:bamm:io.openmanufacturing:characteristic:2.0.0#> .
1515
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

0 commit comments

Comments
 (0)