Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 36 additions & 0 deletions io.admin-shell.idta.shared/3.1.0/RelationshipElement_shared.ttl
Original file line number Diff line number Diff line change
@@ -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: <urn:samm:org.eclipse.esmf.samm:meta-model:2.1.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.1.0#> .
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.1.0#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.1.0#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix : <urn:samm:io.admin-shell.idta.shared:3.1.0#> .



:RelationshipElementType a samm:Characteristic ;
samm:dataType :RelationshipElementEntity .


:RelationshipElementEntity a samm:Entity ;
samm:see <https://admin-shell.io/aas/3/1/RelationshipElement> ;
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 .