Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[New Model]: Shared PartSiteInformationAsBuilt 1.0.0 #453

Merged
Merged
Show file tree
Hide file tree
Changes from 13 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
#######################################################################
# Copyright (c) 2023 BASF SE
# Copyright (c) 2023 Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
# Copyright (c) 2023 Fraunhofer-Gesellschaft zur Foerderung der angewandten Forschung e.V. (represented by Fraunhofer ISST & Fraunhofer IML)
# Copyright (c) 2023 German Edge Cloud GmbH & Co. KG
# Copyright (c) 2023 Henkel AG & Co. KGaA
# Copyright (c) 2023 Mercedes Benz AG
# Copyright (c) 2023 Robert Bosch Manufacturing Solutions GmbH
# Copyright (c) 2023 SAP SE
# Copyright (c) 2023 Siemens AG
# Copyright (c) 2023 T-Systems International GmbH
# Copyright (c) 2023 ZF Friedrichshafen AG
# Copyright (c) 2023 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# 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/legalcode.
#
# SPDX-License-Identifier: CC-BY-4.0
#######################################################################

@prefix samm: <urn:samm:org.eclipse.esmf.samm:meta-model:2.0.0#>.
@prefix samm-c: <urn:samm:org.eclipse.esmf.samm:characteristic:2.0.0#>.
@prefix samm-e: <urn:samm:org.eclipse.esmf.samm:entity:2.0.0#>.
@prefix unit: <urn:samm:org.eclipse.esmf.samm:unit:2.0.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.catenax.shared.part_site_information_as_built:1.0.0#>.
@prefix ext-uuid: <urn:samm:io.catenax.shared.uuid:1.0.0#>.

:PartSiteInformationAsBuilt a samm:Aspect;
samm:preferredName "Part Site Information As Built"@en;
samm:description "The aspect provides site related information for a given item(i.e. a part type or part instance that is uniquely identifiable within Catena-X via its Catena-X ID). A site is a delimited geographical area where a legal entity does business. In this context all potentially related sites are listed including all sites where e.g. production of this part(type)."@en;
samm:properties(:sites :catenaXId);
samm:operations();
samm:events().

:sites a samm:Property;
samm:preferredName "Sites"@en;
samm:description "A site is a delimited geographical area where a legal entity does business(geographical address with geo coordinates).A site always has a primary physical address. It is possible that further physical addresses are specified for the site. P.O. box details are only possible in addition to the physical address. A site has a 1:n relation to addresses, means at least 1 address is necessary and multiple addresses are possible."@en;
samm:see <https://confluence.catena-x.net/x/QkBHAw>;
samm:characteristic :SitesCharacteristic.

:catenaXId a samm:Property;
samm:preferredName "Catena-X Identifier"@en;
samm:description "The Catena-X ID of the given item(i.e. a part type or part instance), valid for the Catena-X dataspace."@en;
samm:characteristic ext-uuid:UuidV4Trait;
samm:exampleValue "580d3adf-1981-44a0-a214-13d6ceed9379".

:SitesCharacteristic a samm-c:Set;
samm:preferredName "Sites Characteristic"@en;
samm:description "Sites Characteristic"@en;
samm:dataType :SitesEntity.

:SitesEntity a samm:Entity;
samm:preferredName "Site Entity"@en;
johannsvarela marked this conversation as resolved.
Show resolved Hide resolved
samm:description "Site Entity"@en;
samm:properties(:catenaXsiteId :function).

:catenaXsiteId a samm:Property;
samm:preferredName "Catena-X site identifier"@en;
samm:description "The identifier of the site according to Catena-X BPDM. The catenaXsiteId must be a valid Catena-X BPN. The BPN is a unique, unchangeable identifier for Business Partners / company locations from foundation to closure, regardless of the different business relationships / structures between or within the Business Partners or company locations."@en;
samm:characteristic :BpnCharacteristic;
johannsvarela marked this conversation as resolved.
Show resolved Hide resolved
samm:exampleValue "BPNS1234567890ZZ".

:function a samm:Property;
samm:preferredName "Function"@en;
samm:description "The function of the site in relation to the part(i.e. the activity within the value chain of the part that is performed at the site)"@en;
samm:characteristic :FunctionCharacteristic;
samm:exampleValue "production".

:BpnCharacteristic a samm:Characteristic;
samm:preferredName "BPN Characteristic"@en;
samm:description "A string of 16 characters:\nPrefix: 3 digits\t\t\t\t\nClassification: 1 digit\nIdentifier: 10 digits"@en;
samm:dataType xsd:string.

:FunctionCharacteristic a samm-c:Enumeration;
samm:preferredName "Function Characteristic"@en;
johannsvarela marked this conversation as resolved.
Show resolved Hide resolved
samm:dataType xsd:string;
samm-c:values("production").
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "status" : "release"}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

All notable changes to this model will be documented in this file.

## [1.0.0] 2023-11-27
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can change the date here to 20th if you want MS3 approval today.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will change the date after we have introduced and discussed this model in our semantic group.


Initial version of the shared aspect model for PartSiteInformationAsBuilt (formely PartSiteInformationAsPlanned)