-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathAspect.ttl
More file actions
23 lines (21 loc) · 931 Bytes
/
Copy pathAspect.ttl
File metadata and controls
23 lines (21 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright (c) 2026 Robert Bosch Manufacturing Solutions GmbH
#
# See the AUTHORS file(s) distributed with this work for additional
# information regarding authorship.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
@prefix : <urn:samm:org.eclipse.esmf.test:1.0.0#> .
@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.2.0#> .
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.2.0#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.2.0#> .
:Aspect a samm:Aspect ;
samm:preferredName "Test Aspect"@en ;
samm:description "This is a test ription"@en ;
samm:description "This is a taaest ription"@de ;
samm:properties ( ) ;
samm:operations ( ) .