Skip to content

Commit ff04c00

Browse files
committed
Update namespace versions in example models
1 parent d730bd6 commit ff04c00

22 files changed

+58
-59
lines changed

documentation/modules/ROOT/examples/abstract-property-sample.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
12-
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
13-
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
12+
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
13+
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
1414
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1515

1616
# tag::abstract-entity-with-abstract-property-declaration[]

documentation/modules/ROOT/examples/aspect-sample.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
12-
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
13-
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
12+
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
13+
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
1414
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1515

1616
# tag::aspect-declaration[]

documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.1.0#> .
12-
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.1.0#> .
13-
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.1.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
12+
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
13+
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
1414
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1515

1616
:AspectWithEither a samm:Aspect ;

documentation/modules/ROOT/examples/collection-with-element-characteristic.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
1212
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1313

1414
:Test a samm:Aspect ;

documentation/modules/ROOT/examples/constrained-numberlist.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
1212
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1313

1414
:Test a samm:Aspect ;

documentation/modules/ROOT/examples/constrained-stringcode.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
1212
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1313

1414
:Test a samm:Aspect ;

documentation/modules/ROOT/examples/either-declaration.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
12-
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
13-
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
12+
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
13+
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
1414
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1515

1616
:AspectWithEither a samm:Aspect ;

documentation/modules/ROOT/examples/extending-entity-declaration-inheritance.ttl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
12-
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#> .
13-
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
12+
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.2.0#> .
13+
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
1414
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1515

1616
# tag::extending-entity-declaration-inheritance[]

documentation/modules/ROOT/examples/inline-numberlist.ttl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# SPDX-License-Identifier: MPL-2.0
88

99
@prefix : <urn:samm:com.mycompany.myapplication:1.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
1212
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
1313

1414
:Test a samm:Aspect ;

documentation/modules/ROOT/examples/localization-samples.ttl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
# If a copy of the MPL was not distributed with this file, You can obtain one at https://mozilla.org/MPL/2.0/
77
# SPDX-License-Identifier: MPL-2.0
88

9-
@prefix : <urn:samm:org.eclipse.esmf.samm.test:2.0.0#> .
10-
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#> .
11-
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#> .
9+
@prefix : <urn:samm:org.eclipse.esmf.samm.test:1.0.0#> .
10+
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
11+
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
1212
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
13-
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
1413

1514
# tag::simple-text[]
1615
:Test a samm:Aspect;

0 commit comments

Comments
 (0)