From c4e560f12f793a9174aa53ee993126465ee6eba2 Mon Sep 17 00:00:00 2001 From: Yauhenikapl Date: Mon, 22 Jan 2024 12:52:08 +0300 Subject: [PATCH] Properly document mapping of samm-c:Either to JSON payloads Changes: - Refactoring Fixes: #271 --- .../aspect-with-double-either-characteristic.ttl | 10 +++++----- .../examples/aspect-with-either-characteristic.ttl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl b/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl index d5f5674..36a5f9f 100644 --- a/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl +++ b/documentation/modules/ROOT/examples/aspect-with-double-either-characteristic.ttl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH +# Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH # See the AUTHORS file(s) distributed with this work for additional information regarding authorship. @@ -7,10 +7,10 @@ # SPDX-License-Identifier: MPL-2.0 @prefix : . -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . @prefix xsd: . # tag::aspect-with-double-either-characteristic[] diff --git a/documentation/modules/ROOT/examples/aspect-with-either-characteristic.ttl b/documentation/modules/ROOT/examples/aspect-with-either-characteristic.ttl index 08019e9..639915a 100644 --- a/documentation/modules/ROOT/examples/aspect-with-either-characteristic.ttl +++ b/documentation/modules/ROOT/examples/aspect-with-either-characteristic.ttl @@ -1,4 +1,4 @@ -# Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH +# Copyright (c) 2024 Robert Bosch Manufacturing Solutions GmbH # See the AUTHORS file(s) distributed with this work for additional information regarding authorship. @@ -7,10 +7,10 @@ # SPDX-License-Identifier: MPL-2.0 @prefix : . -@prefix samm: . -@prefix samm-c: . -@prefix samm-e: . -@prefix unit: . +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . @prefix xsd: . # tag::aspect-with-either-characteristic[]