From 18010d29890237090bb4bbbf4f58f1d1cf27c895 Mon Sep 17 00:00:00 2001 From: Birgit Boss Date: Tue, 21 Oct 2025 18:35:59 +0200 Subject: [PATCH] idta.shared: add Characteristic for RelationshipElement --- .../3.1.0/RelationshipElement_shared.ttl | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 io.admin-shell.idta.shared/3.1.0/RelationshipElement_shared.ttl diff --git a/io.admin-shell.idta.shared/3.1.0/RelationshipElement_shared.ttl b/io.admin-shell.idta.shared/3.1.0/RelationshipElement_shared.ttl new file mode 100644 index 0000000..3d60944 --- /dev/null +++ b/io.admin-shell.idta.shared/3.1.0/RelationshipElement_shared.ttl @@ -0,0 +1,36 @@ +###################################################################### +# Copyright (c) 2025 Bosch Connected Industry +# Copyright (c) 2025 Industrial Digital Twin Association +# This work is made available under the terms of the +# Creative Commons Attribution 4.0 International (CC BY 4.0) license, +# which is available at +# https://creativecommons.org/licenses/by/4.0/. +# SPDX-License-Identifier: CC-BY-4.0 +####################################################################### + +@prefix samm: . +@prefix samm-c: . +@prefix samm-e: . +@prefix unit: . +@prefix rdf: . +@prefix rdfs: . +@prefix xsd: . +@prefix : . + + + +:RelationshipElementType a samm:Characteristic ; + samm:dataType :RelationshipElementEntity . + + +:RelationshipElementEntity a samm:Entity ; + samm:see ; + samm:description "A predefined submodel element subtype of the Asset Administration Shell used to model relationships."@en ; + samm:properties ( :first :second ) . + +:first a samm:Property ; + samm:characteristic :ReferenceType . + +:second a samm:Property ; + samm:characteristic :ReferenceType . +