File tree Expand file tree Collapse file tree 13 files changed +63
-63
lines changed
core/esmf-test-aspect-models/src/main/resources/valid
samm_1_0_0/org.eclipse.esmf.test/1.0.0
samm_2_0_0/org.eclipse.esmf.test/1.0.0 Expand file tree Collapse file tree 13 files changed +63
-63
lines changed Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
15
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
15
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
17
17
18
18
:AspectWithDateTimeTypeForRangeConstraints
19
19
a samm:Aspect ;
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
15
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
15
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
17
17
18
18
:AspectWithDurationTypeForRangeConstraints
19
19
a samm:Aspect ;
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
13
- @prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
14
- @prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:1.0.0#> .
15
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
16
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
17
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
18
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
12
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
13
+ @prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
14
+ @prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:1.0.0#> .
15
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
16
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
17
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
18
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
20
20
21
21
:AspectWithEnumOnlyOneSee a samm:Aspect;
22
22
samm:name " Test" ;
38
38
samm:name " Enum2" ;
39
39
samm:dataType xsd:string;
40
40
samm-c:values (" 1" " 2" );
41
- samm:see <https://test.com> .
41
+ samm:see <https://test.com> .
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
15
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
15
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
17
17
18
18
19
19
:AspectWithGTypeForRangeConstraints
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
14
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
15
- @prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
16
- @prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:1.0.0#> .
12
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:1.0.0#> .
14
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:1.0.0#> .
15
+ @prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:1.0.0#> .
16
+ @prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:1.0.0#> .
17
17
@prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
18
18
19
19
:AspectWithRecursivePropertyWithOptional a samm:Aspect;
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
15
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
15
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
17
17
18
18
:AspectWithDateTimeTypeForRangeConstraints
19
19
a samm:Aspect ;
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
15
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
15
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
17
17
18
18
:AspectWithDurationTypeForRangeConstraints
19
19
a samm:Aspect ;
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
15
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
15
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
17
17
18
18
:AspectWithEntityWithoutProperty
19
19
a samm:Aspect ;
55
55
a samm:Property ;
56
56
samm:preferredName " Entity Property" @en ;
57
57
samm:description " This is a property for the test entity." @en ;
58
- samm:characteristic samm-c:Text .
58
+ samm:characteristic samm-c:Text .
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
13
- @prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
14
- @prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
15
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
16
- @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
17
- @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
18
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
12
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
13
+ @prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
14
+ @prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
15
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
16
+ @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
17
+ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
18
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
19
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
20
20
21
21
:AspectWithEnumOnlyOneSee a samm:Aspect;
22
22
samm:properties (:prop1 :prop2);
35
35
:Enum2 a samm-c:Enumeration;
36
36
samm:dataType xsd:string;
37
37
samm-c:values (" 1" " 2" );
38
- samm:see <https://test.com> .
38
+ samm:see <https://test.com> .
Original file line number Diff line number Diff line change 9
9
#
10
10
# SPDX-License-Identifier: MPL-2.0
11
11
12
- @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
- @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
12
+ @prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
13
+ @prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
14
14
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
15
15
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
16
- @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
17
- @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
16
+ @prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
17
+ @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
18
18
19
19
:AspectWithExtendedEntity a samm:Aspect ;
20
20
samm:properties ( :testProperty ) ;
You can’t perform that action at this time.
0 commit comments